.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-7 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.72rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.38rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #182f47 !important;
}
.bg-success {
  background-color: #687788 !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #ffa600 !important;
}
.bg-danger {
  background-color: #7dd842 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #182f47 !important;
  border-color: #182f47 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #25486d !important;
  border-color: #25486d !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #25486d !important;
  border-color: #25486d !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c5067 !important;
  border-color: #3c5067 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4f6987 !important;
  border-color: #4f6987 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f6987 !important;
  border-color: #4f6987 !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #687788 !important;
  border-color: #687788 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #8391a0 !important;
  border-color: #8391a0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8391a0 !important;
  border-color: #8391a0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffb833 !important;
  border-color: #ffb833 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #7dd842 !important;
  border-color: #7dd842 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #9ae16c !important;
  border-color: #9ae16c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #9ae16c !important;
  border-color: #9ae16c !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #182f47;
  color: #182f47;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #020406 !important;
  background-color: transparent !important;
  border-color: #020406 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #182f47 !important;
  border-color: #182f47 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3c5067;
  color: #3c5067;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #1c2530 !important;
  background-color: transparent !important;
  border-color: #1c2530 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c5067 !important;
  border-color: #3c5067 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #687788;
  color: #687788;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #424c57 !important;
  background-color: transparent !important;
  border-color: #424c57 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #687788 !important;
  border-color: #687788 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffa600;
  color: #ffa600;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a86e00 !important;
  background-color: transparent !important;
  border-color: #a86e00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #7dd842;
  color: #7dd842;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #54a221 !important;
  background-color: transparent !important;
  border-color: #54a221 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #7dd842 !important;
  border-color: #7dd842 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #182f47 !important;
}
.text-secondary {
  color: #3c5067 !important;
}
.text-success {
  color: #687788 !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #ffa600 !important;
}
.text-danger {
  color: #7dd842 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #161e27 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c444e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #996400 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #4d951f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #182f47;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #ffa600;
}
.alert-danger {
  background-color: #7dd842;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #182f47;
  border-color: #182f47;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #182f47;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #74a1d0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #aeb7c1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffedcc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f1fbeb;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #182f47 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #182f47;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #182f47;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #182f47;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #182f47;
  border-bottom-color: #182f47;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #182f47 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c5067 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23182f47' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-v1uA6D2yIC .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uA6D2yIC .nav-item,
.cid-v1uA6D2yIC .nav-link,
.cid-v1uA6D2yIC .navbar-caption {
  font-weight: normal;
}
.cid-v1uA6D2yIC .nav-item:focus,
.cid-v1uA6D2yIC .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1uA6D2yIC .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1uA6D2yIC .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uA6D2yIC .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1uA6D2yIC .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1uA6D2yIC .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1uA6D2yIC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1uA6D2yIC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uA6D2yIC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1uA6D2yIC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1uA6D2yIC .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1uA6D2yIC .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1uA6D2yIC .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1uA6D2yIC .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1uA6D2yIC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1uA6D2yIC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1uA6D2yIC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1uA6D2yIC .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1uA6D2yIC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1uA6D2yIC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1uA6D2yIC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1uA6D2yIC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1uA6D2yIC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1uA6D2yIC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1uA6D2yIC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1uA6D2yIC .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1uA6D2yIC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1uA6D2yIC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1uA6D2yIC .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1uA6D2yIC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1uA6D2yIC .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1uA6D2yIC .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1uA6D2yIC .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1uA6D2yIC .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1uA6D2yIC .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1uA6D2yIC .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1uA6D2yIC .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1uA6D2yIC .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1uA6D2yIC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1uA6D2yIC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1uA6D2yIC .dropdown-item.active,
.cid-v1uA6D2yIC .dropdown-item:active {
  background-color: transparent;
}
.cid-v1uA6D2yIC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1uA6D2yIC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1uA6D2yIC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1uA6D2yIC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1uA6D2yIC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1uA6D2yIC ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1uA6D2yIC .navbar-buttons {
  text-align: center;
}
.cid-v1uA6D2yIC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1uA6D2yIC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1uA6D2yIC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1uA6D2yIC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1uA6D2yIC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1uA6D2yIC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1uA6D2yIC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1uA6D2yIC nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1uA6D2yIC nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1uA6D2yIC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1uA6D2yIC .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1uA6D2yIC a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1uA6D2yIC .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1uA6D2yIC .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1uA6D2yIC .soc-item {
  margin: .5rem .3rem;
}
.cid-v1uA6D2yIC .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1uA6D2yIC .navbar {
    height: 77px;
  }
  .cid-v1uA6D2yIC .navbar.opened {
    height: auto;
  }
  .cid-v1uA6D2yIC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v18SA3YcUK {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.cid-v18SA3YcUK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18SA3YcUK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/systempack-novo.jpg");
}
.cid-v18SA3YcUK .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-v18SA3YcUK .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-v18SA3YcUK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v18SA3YcUK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-v18SA3YcUK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-v18SA3YcUK .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-v18SA3YcUK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v18SA3YcUK .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v18SA3YcUK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-v18SA3YcUK .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-v18SA3YcUK .mbr-section-title {
  color: #f1f5eb;
}
.cid-v18SA3YcUK .mbr-text,
.cid-v18SA3YcUK .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-v18SA3YcUK .mbr-section-title,
.cid-v18SA3YcUK .mbr-section-btn {
  text-align: center;
}
.cid-v191SFU0qE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-v191SFU0qE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v191SFU0qE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v191SFU0qE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 25%;
  gap: 24px;
}
@media (max-width: 992px) {
  .cid-v191SFU0qE .items-wrapper {
    display: block;
    padding: 0 16px;
  }
}
.cid-v191SFU0qE .items-wrapper .card-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #3c5067;
  background-color: #3c5067;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v191SFU0qE .items-wrapper .card-wrapper {
    margin-bottom: 16px;
    padding: 6px;
  }
}
.cid-v191SFU0qE .items-wrapper .card-wrapper .card-wrap {
  position: relative;
  padding: 32px 200px 32px 32px;
  border: 1px solid #3c5067;
  background-color: #3c5067;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v191SFU0qE .items-wrapper .card-wrapper .card-wrap {
    padding: 16px;
  }
}
.cid-v191SFU0qE .items-wrapper .card-wrapper .card-wrap .gradient_1 {
  filter: blur(4rem);
  border-radius: 50vw;
  width: 12.5rem;
  height: 12.5rem;
  position: absolute;
  inset: auto 0 0 auto;
  transform: translate(60%, 60%);
  background-color: #e0e0ff;
}
.cid-v191SFU0qE .items-wrapper .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 16px;
  text-transform: uppercase;
}
.cid-v191SFU0qE .items-wrapper .card-wrapper .card-wrap .mbr-title {
  margin-bottom: 16px;
}
.cid-v191SFU0qE .items-wrapper .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-v191SFU0qE .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-v191SFU0qE .item {
    margin-bottom: 16px;
  }
}
.cid-v191SFU0qE .item:last-child {
  margin-bottom: 0;
}
.cid-v191SFU0qE .item .item-wrapper {
  height: 100%;
  padding: 12px;
  border: 1px solid #3c5067;
  background-color: #3c5067;
  box-shadow: 0 .25rem .375rem #00000014;
}
@media (max-width: 992px) {
  .cid-v191SFU0qE .item .item-wrapper {
    padding: 6px;
  }
}
.cid-v191SFU0qE .item .item-wrapper .card-box {
  position: relative;
  padding: 32px;
  background-color: #3c5067;
  border: 1px solid #3c5067;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v191SFU0qE .item .item-wrapper .card-box {
    min-height: auto;
    padding: 16px;
  }
}
.cid-v191SFU0qE .item .item-wrapper .card-box .gradient_2 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #ebfff5;
}
.cid-v191SFU0qE .item .item-wrapper .card-box .gradient_3 {
  filter: blur(0.75rem);
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0 0 auto 50%;
  transform: translate(-50%, -50%);
  background-color: #e0e0ff;
}
.cid-v191SFU0qE .item .item-wrapper .card-box .item-number {
  margin-bottom: 8px;
}
.cid-v191SFU0qE .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-v191SFU0qE .mbr-label {
  color: #ffffff;
}
.cid-v191SFU0qE .mbr-section-title {
  color: #ffffff;
}
.cid-v191SFU0qE .mbr-text {
  color: #ffffff;
}
.cid-v191SFU0qE .item-number {
  color: #ffffff;
  text-align: center;
}
.cid-v191SFU0qE .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-v18Y5UTG6G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v18Y5UTG6G .mbr-fallback-image.disabled {
  display: none;
}
.cid-v18Y5UTG6G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v18Y5UTG6G .row {
  flex-direction: row-reverse;
}
.cid-v18Y5UTG6G .video-wrapper iframe {
  width: 100%;
}
.cid-v18Y5UTG6G .mbr-section-title,
.cid-v18Y5UTG6G .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-v18Y5UTG6G .text-wrapper {
    padding: 2rem;
  }
}
.cid-v18Y5UTG6G .mbr-section-title {
  text-align: left;
  color: #182f47;
}
.cid-v18Y5UTG6G .mbr-text {
  color: #687788;
}
.cid-v197cO70xb {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.cid-v197cO70xb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v197cO70xb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/abstract-blue-lens-flare-background.jpg");
}
.cid-v197cO70xb .mbr-text {
  color: #767676;
}
.cid-v197cO70xb .mbr-section-subtitle {
  color: #767676;
}
.cid-v197cO70xb .title .num {
  width: 100%;
  display: block;
}
.cid-v197cO70xb .title .card-title {
  z-index: 1;
}
.cid-v197cO70xb .num {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-v197cO70xb * {
    text-align: center !important;
  }
  .cid-v197cO70xb .content-column {
    margin-bottom: 2rem;
  }
}
.cid-v197cO70xb .mbr-section-title,
.cid-v197cO70xb .card-box {
  text-align: center;
  color: #ffffff;
}
.cid-v197cO70xb .mbr-text,
.cid-v197cO70xb .mbr-section-btn {
  color: #ffffff;
}
#instagram {
  /* Type valid CSS here */
}
#instagram div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#instagram p {
  font-size: 60px;
  color: #777;
}
.cid-v2mZoYbxZw {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-v2mZoYbxZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mZoYbxZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mZoYbxZw .mbr-section-title {
  color: #182f47;
}
.cid-v19dNzgiXO {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-v19dNzgiXO .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .cid-v19dNzgiXO .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .cid-v19dNzgiXO .container {
    padding: 0 26px;
  }
}
.cid-v19dNzgiXO .row {
  justify-content: center;
}
.cid-v19dNzgiXO .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 145px;
  max-width: 145px;
}
@media (max-width: 767px) {
  .cid-v19dNzgiXO .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v19dNzgiXO .embla__slide .slide-content {
  width: 100%;
}
.cid-v19dNzgiXO .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v19dNzgiXO .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  object-fit: contain;
}
.cid-v19dNzgiXO .embla__button--next,
.cid-v19dNzgiXO .embla__button--prev {
  display: flex;
}
.cid-v19dNzgiXO .embla__button {
  top: 0;
  width: 25px;
  height: 25px;
  margin-top: -1.5rem;
  font-size: 25px;
  background-color: transparent !important;
  color: #182f47 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-v19dNzgiXO .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v19dNzgiXO .embla__button:hover {
  opacity: .6 !important;
}
.cid-v19dNzgiXO .embla__button.embla__button--prev {
  left: 0;
}
.cid-v19dNzgiXO .embla__button.embla__button--next {
  right: 0;
}
.cid-v19dNzgiXO .embla {
  position: relative;
  width: 100%;
  padding-top: 25px;
}
.cid-v19dNzgiXO .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v19dNzgiXO .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v19dNzgiXO .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v19dNzgiXO .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1wVeNZSmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wVeNZSmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wVeNZSmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wVeNZSmn .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1wVeNZSmn .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1wVeNZSmn .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v1wVeNZSmn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1wVeNZSmn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v1wVeNZSmn .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1wVeNZSmn .embla__slide .slide-content {
  width: 100%;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1wVeNZSmn .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1wVeNZSmn .embla__button--next,
.cid-v1wVeNZSmn .embla__button--prev {
  display: flex;
}
.cid-v1wVeNZSmn .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v1wVeNZSmn .embla__button {
    top: 0;
  }
}
.cid-v1wVeNZSmn .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v1wVeNZSmn .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v1wVeNZSmn .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v1wVeNZSmn .embla__button.embla__button--next {
  right: 0;
}
.cid-v1wVeNZSmn .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1wVeNZSmn .embla {
    padding-top: 6rem !important;
  }
}
.cid-v1wVeNZSmn .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1wVeNZSmn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wVeNZSmn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wVeNZSmn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1wVeNZSmn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1wVeNZSmn .mbr-label,
.cid-v1wVeNZSmn .label-wrapper {
  color: #162739;
}
.cid-v1wVeNZSmn .mbr-section-title,
.cid-v1wVeNZSmn .title-wrapper {
  color: #ffffff;
}
.cid-v1wVeNZSmn .card-title {
  color: #000000;
}
.cid-v1wVeNZSmn .card-text {
  color: #8a8a8a;
}
.cid-v1wVeNZSmn .card-title,
.cid-v1wVeNZSmn .item-btn {
  color: #182f47;
}
.cid-v1wVeNZSmn .mbr-section-title {
  color: #182f47;
}
.cid-v1wVfzSGFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wVfzSGFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wVfzSGFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wVfzSGFX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1wVfzSGFX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1wVfzSGFX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v1wVfzSGFX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1wVfzSGFX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v1wVfzSGFX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1wVfzSGFX .embla__slide .slide-content {
  width: 100%;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1wVfzSGFX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1wVfzSGFX .embla__button--next,
.cid-v1wVfzSGFX .embla__button--prev {
  display: flex;
}
.cid-v1wVfzSGFX .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v1wVfzSGFX .embla__button {
    top: 0;
  }
}
.cid-v1wVfzSGFX .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v1wVfzSGFX .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v1wVfzSGFX .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v1wVfzSGFX .embla__button.embla__button--next {
  right: 0;
}
.cid-v1wVfzSGFX .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1wVfzSGFX .embla {
    padding-top: 6rem !important;
  }
}
.cid-v1wVfzSGFX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1wVfzSGFX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wVfzSGFX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wVfzSGFX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1wVfzSGFX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1wVfzSGFX .mbr-label,
.cid-v1wVfzSGFX .label-wrapper {
  color: #162739;
}
.cid-v1wVfzSGFX .mbr-section-title,
.cid-v1wVfzSGFX .title-wrapper {
  color: #ffffff;
}
.cid-v1wVfzSGFX .card-title {
  color: #000000;
}
.cid-v1wVfzSGFX .card-text {
  color: #8a8a8a;
}
.cid-v1wVfzSGFX .card-title,
.cid-v1wVfzSGFX .item-btn {
  color: #182f47;
}
.cid-v1wVfzSGFX .mbr-section-title {
  color: #162739;
}
.cid-v1exqx2RgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1exqx2RgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1exqx2RgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1exqx2RgV .row {
  margin: 0 -8px;
}
.cid-v1exqx2RgV .row .card {
  padding: 0 8px;
}
.cid-v1exqx2RgV .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #f7f7f7;
}
@media (max-width: 1440px) {
  .cid-v1exqx2RgV .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v1exqx2RgV .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-v1exqx2RgV .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-v1exqx2RgV .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v1exqx2RgV .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-v1exqx2RgV .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1exqx2RgV .image-wrapper {
  height: 100%;
}
.cid-v1exqx2RgV .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1exqx2RgV .image-wrapper img {
    height: 300px;
  }
}
.cid-v1exqx2RgV .mbr-section-title {
  color: #2c2c26;
}
.cid-v1exqx2RgV .mbr-text,
.cid-v1exqx2RgV .text-wrapper {
  color: #63635d;
}
.cid-v1exqx2RgV .mbr-section-title,
.cid-v1exqx2RgV .mbr-section-btn {
  color: #182f47;
}
.cid-v1eEkn78Xq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1eEkn78Xq img,
.cid-v1eEkn78Xq .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1eEkn78Xq .item:focus,
.cid-v1eEkn78Xq span:focus {
  outline: none;
}
.cid-v1eEkn78Xq .item-wrapper {
  position: relative;
}
.cid-v1eEkn78Xq .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1eEkn78Xq .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1eEkn78Xq .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1eEkn78Xq .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1eEkn78Xq .mbr-section-title {
  color: #ffffff;
}
.cid-v1eEkn78Xq .mbr-text,
.cid-v1eEkn78Xq .mbr-section-btn {
  text-align: left;
}
.cid-v1eEkn78Xq .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1eEkn78Xq .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1eEkn78Xq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1eEkn78Xq .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1eEkn78Xq .embla__button--next,
.cid-v1eEkn78Xq .embla__button--prev {
  display: flex;
}
.cid-v1eEkn78Xq .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1eEkn78Xq .embla__button {
    display: none;
  }
}
.cid-v1eEkn78Xq .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1eEkn78Xq .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1eEkn78Xq .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1eEkn78Xq .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1eEkn78Xq .embla__button {
    top: auto;
  }
}
.cid-v1eEkn78Xq .embla {
  position: relative;
  width: 100%;
}
.cid-v1eEkn78Xq .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1eEkn78Xq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1eEkn78Xq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1eEkn78Xq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1eEkn78Xq .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1eEkn78Xq .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1eEkn78Xq .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v19mWZyBw8 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v19mWZyBw8 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v19mWZyBw8 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v19mWZyBw8 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v19mWZyBw8 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v19mWZyBw8 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v19mWZyBw8 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v19mWZyBw8 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v19mWZyBw8 .mbr-section-title {
    text-align: center;
  }
}
.cid-v19mWZyBw8 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v19mWZyBw8 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v19mWZyBw8 .item-card {
  height: 100%;
}
.cid-v19mWZyBw8 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v19mWZyBw8 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v19mWZyBw8 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v19mWZyBw8 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v19mWZyBw8 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v19mWZyBw8 .card-box {
  padding-top: 28px;
}
.cid-v19mWZyBw8 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v19mWZyBw8 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v19mWZyBw8 .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v19mWZyBw8 .card-contacts {
  color: #878e99;
}
.cid-v19mWZyBw8 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v19mWZyBw8 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v19mWZyBw8 .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v19mWZyBw8 .card-contacts a:hover:before {
  width: 100%;
}
.cid-v19mWZyBw8 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v19mWZyBw8 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v19mWZyBw8 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v19mWZyBw8 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v19mWZyBw8 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v19mWZyBw8 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v19mWZyBw8 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v19mWZyBw8 .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v19mWZyBw8 .soc-item:hover:before {
  opacity: 1;
}
.cid-v19mWZyBw8 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v19mWZyBw8 .form-main-container {
    padding-left: 20px;
  }
}
.cid-v19mWZyBw8 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v19mWZyBw8 .form-wrap {
    padding: 20px;
  }
}
.cid-v19mWZyBw8 form {
  width: 100%;
}
.cid-v19mWZyBw8 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v19mWZyBw8 form p {
  color: #878e99;
}
.cid-v19mWZyBw8 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v19mWZyBw8 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v19mWZyBw8 form .form-group {
  margin-bottom: 20px !important;
}
.cid-v19mWZyBw8 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v19mWZyBw8 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form select {
  color: #878e99 !important;
}
.cid-v19mWZyBw8 form input {
  background: #162739;
}
.cid-v19mWZyBw8 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v19mWZyBw8 form input:active,
.cid-v19mWZyBw8 form textarea:active,
.cid-v19mWZyBw8 form input:focus,
.cid-v19mWZyBw8 form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v19mWZyBw8 form input:active::-webkit-input-placeholder,
.cid-v19mWZyBw8 form textarea:active::-webkit-input-placeholder,
.cid-v19mWZyBw8 form input:focus::-webkit-input-placeholder,
.cid-v19mWZyBw8 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form input:active::-moz-placeholder,
.cid-v19mWZyBw8 form textarea:active::-moz-placeholder,
.cid-v19mWZyBw8 form input:focus::-moz-placeholder,
.cid-v19mWZyBw8 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form input:active:-moz-placeholder,
.cid-v19mWZyBw8 form textarea:active:-moz-placeholder,
.cid-v19mWZyBw8 form input:focus:-moz-placeholder,
.cid-v19mWZyBw8 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form input:active:-ms-input-placeholder,
.cid-v19mWZyBw8 form textarea:active:-ms-input-placeholder,
.cid-v19mWZyBw8 form input:focus:-ms-input-placeholder,
.cid-v19mWZyBw8 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v19mWZyBw8 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v19mWZyBw8 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v19mWZyBw8 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v19mWZyBw8 form .form-control-label {
  width: 100%;
}
.cid-v19mWZyBw8 form .form-check-label {
  margin-bottom: 14px;
}
.cid-v19mWZyBw8 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v19mWZyBw8 form .form-check-input:focus,
.cid-v19mWZyBw8 form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v19mWZyBw8 form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1uDrhLmVV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uDrhLmVV .nav-item,
.cid-v1uDrhLmVV .nav-link,
.cid-v1uDrhLmVV .navbar-caption {
  font-weight: normal;
}
.cid-v1uDrhLmVV .nav-item:focus,
.cid-v1uDrhLmVV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1uDrhLmVV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1uDrhLmVV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uDrhLmVV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1uDrhLmVV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1uDrhLmVV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1uDrhLmVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1uDrhLmVV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uDrhLmVV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1uDrhLmVV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1uDrhLmVV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1uDrhLmVV .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1uDrhLmVV .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1uDrhLmVV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1uDrhLmVV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1uDrhLmVV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1uDrhLmVV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1uDrhLmVV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1uDrhLmVV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1uDrhLmVV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1uDrhLmVV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1uDrhLmVV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1uDrhLmVV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1uDrhLmVV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1uDrhLmVV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1uDrhLmVV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1uDrhLmVV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1uDrhLmVV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1uDrhLmVV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1uDrhLmVV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1uDrhLmVV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1uDrhLmVV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1uDrhLmVV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1uDrhLmVV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1uDrhLmVV .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1uDrhLmVV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1uDrhLmVV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1uDrhLmVV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1uDrhLmVV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1uDrhLmVV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1uDrhLmVV .dropdown-item.active,
.cid-v1uDrhLmVV .dropdown-item:active {
  background-color: transparent;
}
.cid-v1uDrhLmVV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1uDrhLmVV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1uDrhLmVV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1uDrhLmVV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1uDrhLmVV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1uDrhLmVV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1uDrhLmVV .navbar-buttons {
  text-align: center;
}
.cid-v1uDrhLmVV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1uDrhLmVV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1uDrhLmVV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1uDrhLmVV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1uDrhLmVV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1uDrhLmVV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1uDrhLmVV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1uDrhLmVV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1uDrhLmVV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1uDrhLmVV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1uDrhLmVV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1uDrhLmVV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1uDrhLmVV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1uDrhLmVV .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1uDrhLmVV .soc-item {
  margin: .5rem .3rem;
}
.cid-v1uDrhLmVV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1uDrhLmVV .navbar {
    height: 77px;
  }
  .cid-v1uDrhLmVV .navbar.opened {
    height: auto;
  }
  .cid-v1uDrhLmVV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1uENSj5cw {
  padding-top: 12rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-v1uENSj5cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1uENSj5cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v1uENSj5cw .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-v1uENSj5cw .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-v1uENSj5cw .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1uENSj5cw .media-content,
.cid-v1uENSj5cw .mbr-figure {
  align-self: center;
}
.cid-v1uENSj5cw .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-v1uENSj5cw .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-v1uENSj5cw .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-v1uENSj5cw .mbr-section-title {
  color: #162739;
}
.cid-v1uENSj5cw .mbr-text,
.cid-v1uENSj5cw .mbr-section-btn {
  color: #3c5067;
}
.cid-v1uOxLOWJE {
  background-image: url("../../../assets/images/solution.jpg");
}
@media (max-width: 991px) {
  .cid-v1uOxLOWJE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1uOxLOWJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1uOxLOWJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1uOLqAyjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1uOLqAyjw .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1uOLqAyjw .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1uOLqAyjw .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1uOLqAyjw .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1uOLqAyjw .mbr-section-subtitle {
  text-align: center;
}
.cid-v1uOLqAyjw .mbr-text {
  color: #ffffff;
}
.cid-v1uRwRA8SZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uRwRA8SZ .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uRwRA8SZ .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uRwRA8SZ .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uRwRA8SZ .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uRwRA8SZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uRwRA8SZ .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uRwRA8SZ .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uRwRA8SZ .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uRwRA8SZ .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uRYUik2J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uRYUik2J .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uRYUik2J .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uRYUik2J .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uRYUik2J .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uRYUik2J .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uRYUik2J .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uRYUik2J .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uRYUik2J .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uRYUik2J .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uT5rGETo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uT5rGETo .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uT5rGETo .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uT5rGETo .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uT5rGETo .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uT5rGETo .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uT5rGETo .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uT5rGETo .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uT5rGETo .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uT5rGETo .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uTPFM1EE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uTPFM1EE .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uTPFM1EE .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uTPFM1EE .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uTPFM1EE .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uTPFM1EE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uTPFM1EE .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uTPFM1EE .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uTPFM1EE .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uTPFM1EE .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uTV39dp4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uTV39dp4 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uTV39dp4 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uTV39dp4 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uTV39dp4 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uTV39dp4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uTV39dp4 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uTV39dp4 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uTV39dp4 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uTV39dp4 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wNrGZZaq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wNrGZZaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wNrGZZaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wNrGZZaq .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1wNrGZZaq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1wNrGZZaq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v1wNrGZZaq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1wNrGZZaq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v1wNrGZZaq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1wNrGZZaq .embla__slide .slide-content {
  width: 100%;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1wNrGZZaq .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1wNrGZZaq .embla__button--next,
.cid-v1wNrGZZaq .embla__button--prev {
  display: flex;
}
.cid-v1wNrGZZaq .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v1wNrGZZaq .embla__button {
    top: 0;
  }
}
.cid-v1wNrGZZaq .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v1wNrGZZaq .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v1wNrGZZaq .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v1wNrGZZaq .embla__button.embla__button--next {
  right: 0;
}
.cid-v1wNrGZZaq .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1wNrGZZaq .embla {
    padding-top: 6rem !important;
  }
}
.cid-v1wNrGZZaq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1wNrGZZaq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wNrGZZaq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wNrGZZaq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1wNrGZZaq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1wNrGZZaq .mbr-label,
.cid-v1wNrGZZaq .label-wrapper {
  color: #182f47;
}
.cid-v1wNrGZZaq .mbr-section-title,
.cid-v1wNrGZZaq .title-wrapper {
  color: #ffffff;
}
.cid-v1wNrGZZaq .card-title {
  color: #000000;
}
.cid-v1wNrGZZaq .card-text {
  color: #8a8a8a;
}
.cid-v1wNrGZZaq .card-title,
.cid-v1wNrGZZaq .item-btn {
  color: #182f47;
}
.cid-v1wNrGZZaq .mbr-section-title {
  color: #182f47;
}
.cid-v1wNsJDSAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wNsJDSAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wNsJDSAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wNsJDSAq .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v1wNsJDSAq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v1wNsJDSAq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v1wNsJDSAq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v1wNsJDSAq .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v1wNsJDSAq .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v1wNsJDSAq .embla__slide .slide-content {
  width: 100%;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1wNsJDSAq .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1wNsJDSAq .embla__button--next,
.cid-v1wNsJDSAq .embla__button--prev {
  display: flex;
}
.cid-v1wNsJDSAq .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v1wNsJDSAq .embla__button {
    top: 0;
  }
}
.cid-v1wNsJDSAq .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v1wNsJDSAq .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v1wNsJDSAq .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v1wNsJDSAq .embla__button.embla__button--next {
  right: 0;
}
.cid-v1wNsJDSAq .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v1wNsJDSAq .embla {
    padding-top: 6rem !important;
  }
}
.cid-v1wNsJDSAq .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v1wNsJDSAq .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wNsJDSAq .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wNsJDSAq .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v1wNsJDSAq .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v1wNsJDSAq .mbr-label,
.cid-v1wNsJDSAq .label-wrapper {
  color: #182f47;
}
.cid-v1wNsJDSAq .mbr-section-title,
.cid-v1wNsJDSAq .title-wrapper {
  color: #ffffff;
}
.cid-v1wNsJDSAq .card-title {
  color: #000000;
}
.cid-v1wNsJDSAq .card-text {
  color: #8a8a8a;
}
.cid-v1wNsJDSAq .card-title,
.cid-v1wNsJDSAq .item-btn {
  color: #182f47;
}
.cid-v1wNsJDSAq .mbr-section-title {
  color: #182f47;
}
.cid-v1uDrst3xV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1uDrst3xV img,
.cid-v1uDrst3xV .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1uDrst3xV .item:focus,
.cid-v1uDrst3xV span:focus {
  outline: none;
}
.cid-v1uDrst3xV .item-wrapper {
  position: relative;
}
.cid-v1uDrst3xV .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1uDrst3xV .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1uDrst3xV .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1uDrst3xV .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1uDrst3xV .mbr-section-title {
  color: #ffffff;
}
.cid-v1uDrst3xV .mbr-text,
.cid-v1uDrst3xV .mbr-section-btn {
  text-align: left;
}
.cid-v1uDrst3xV .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1uDrst3xV .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1uDrst3xV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1uDrst3xV .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1uDrst3xV .embla__button--next,
.cid-v1uDrst3xV .embla__button--prev {
  display: flex;
}
.cid-v1uDrst3xV .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1uDrst3xV .embla__button {
    display: none;
  }
}
.cid-v1uDrst3xV .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1uDrst3xV .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1uDrst3xV .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1uDrst3xV .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1uDrst3xV .embla__button {
    top: auto;
  }
}
.cid-v1uDrst3xV .embla {
  position: relative;
  width: 100%;
}
.cid-v1uDrst3xV .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1uDrst3xV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1uDrst3xV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1uDrst3xV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1uDrst3xV .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1uDrst3xV .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1uDrst3xV .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mevhkMZO {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mevhkMZO .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mevhkMZO .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mevhkMZO .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mevhkMZO .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mevhkMZO .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mevhkMZO .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mevhkMZO .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mevhkMZO .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mevhkMZO .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mevhkMZO .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mevhkMZO .item-card {
  height: 100%;
}
.cid-v2mevhkMZO .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mevhkMZO .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mevhkMZO .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mevhkMZO .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mevhkMZO .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mevhkMZO .card-box {
  padding-top: 28px;
}
.cid-v2mevhkMZO .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mevhkMZO .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mevhkMZO .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mevhkMZO .card-contacts {
  color: #878e99;
}
.cid-v2mevhkMZO .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mevhkMZO .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mevhkMZO .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mevhkMZO .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mevhkMZO .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mevhkMZO .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mevhkMZO .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mevhkMZO .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mevhkMZO .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mevhkMZO .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mevhkMZO .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mevhkMZO .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mevhkMZO .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mevhkMZO .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mevhkMZO .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mevhkMZO .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mevhkMZO .form-wrap {
    padding: 20px;
  }
}
.cid-v2mevhkMZO form {
  width: 100%;
}
.cid-v2mevhkMZO form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mevhkMZO form p {
  color: #878e99;
}
.cid-v2mevhkMZO form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mevhkMZO form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mevhkMZO form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mevhkMZO form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mevhkMZO form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form select {
  color: #878e99 !important;
}
.cid-v2mevhkMZO form input {
  background: #162739;
}
.cid-v2mevhkMZO form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mevhkMZO form input:active,
.cid-v2mevhkMZO form textarea:active,
.cid-v2mevhkMZO form input:focus,
.cid-v2mevhkMZO form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mevhkMZO form input:active::-webkit-input-placeholder,
.cid-v2mevhkMZO form textarea:active::-webkit-input-placeholder,
.cid-v2mevhkMZO form input:focus::-webkit-input-placeholder,
.cid-v2mevhkMZO form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form input:active::-moz-placeholder,
.cid-v2mevhkMZO form textarea:active::-moz-placeholder,
.cid-v2mevhkMZO form input:focus::-moz-placeholder,
.cid-v2mevhkMZO form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form input:active:-moz-placeholder,
.cid-v2mevhkMZO form textarea:active:-moz-placeholder,
.cid-v2mevhkMZO form input:focus:-moz-placeholder,
.cid-v2mevhkMZO form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form input:active:-ms-input-placeholder,
.cid-v2mevhkMZO form textarea:active:-ms-input-placeholder,
.cid-v2mevhkMZO form input:focus:-ms-input-placeholder,
.cid-v2mevhkMZO form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mevhkMZO form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mevhkMZO form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mevhkMZO form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mevhkMZO form .form-control-label {
  width: 100%;
}
.cid-v2mevhkMZO form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mevhkMZO form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mevhkMZO form .form-check-input:focus,
.cid-v2mevhkMZO form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mevhkMZO form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1uV86t0EA .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uV86t0EA .nav-item,
.cid-v1uV86t0EA .nav-link,
.cid-v1uV86t0EA .navbar-caption {
  font-weight: normal;
}
.cid-v1uV86t0EA .nav-item:focus,
.cid-v1uV86t0EA .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1uV86t0EA .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1uV86t0EA .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uV86t0EA .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1uV86t0EA .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1uV86t0EA .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1uV86t0EA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1uV86t0EA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1uV86t0EA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1uV86t0EA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1uV86t0EA .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1uV86t0EA .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1uV86t0EA .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1uV86t0EA .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1uV86t0EA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1uV86t0EA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1uV86t0EA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1uV86t0EA .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1uV86t0EA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1uV86t0EA .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1uV86t0EA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1uV86t0EA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1uV86t0EA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1uV86t0EA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1uV86t0EA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1uV86t0EA .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1uV86t0EA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1uV86t0EA .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1uV86t0EA .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1uV86t0EA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1uV86t0EA .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1uV86t0EA .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1uV86t0EA .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1uV86t0EA .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1uV86t0EA .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1uV86t0EA .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1uV86t0EA .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1uV86t0EA .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1uV86t0EA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1uV86t0EA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1uV86t0EA .dropdown-item.active,
.cid-v1uV86t0EA .dropdown-item:active {
  background-color: transparent;
}
.cid-v1uV86t0EA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1uV86t0EA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1uV86t0EA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1uV86t0EA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1uV86t0EA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1uV86t0EA ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1uV86t0EA .navbar-buttons {
  text-align: center;
}
.cid-v1uV86t0EA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1uV86t0EA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1uV86t0EA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1uV86t0EA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1uV86t0EA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1uV86t0EA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1uV86t0EA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1uV86t0EA nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1uV86t0EA nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1uV86t0EA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1uV86t0EA .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1uV86t0EA a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1uV86t0EA .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1uV86t0EA .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1uV86t0EA .soc-item {
  margin: .5rem .3rem;
}
.cid-v1uV86t0EA .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1uV86t0EA .navbar {
    height: 77px;
  }
  .cid-v1uV86t0EA .navbar.opened {
    height: auto;
  }
  .cid-v1uV86t0EA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1uW0niaeA {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1uW0niaeA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1uW0niaeA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1uW0niaeA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1uW0niaeA .row {
  flex-direction: row-reverse;
}
.cid-v1uW0niaeA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1uW0niaeA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1uW0niaeA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1uW0niaeA .mbr-section-title {
  color: #162739;
}
.cid-v1uW0niaeA .mbr-text,
.cid-v1uW0niaeA .mbr-section-btn {
  color: #182f47;
}
.cid-v1uY5bWRPn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1uY5bWRPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1uY5bWRPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1uY5bWRPn .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1uY5bWRPn .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1uY5bWRPn .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1uY5bWRPn .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1uY5bWRPn .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1uY5bWRPn .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1uY5bWRPn .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1uY5bWRPn .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1uY5bWRPn .item:hover .item-wrapper .item-img,
.cid-v1uY5bWRPn .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1uY5bWRPn .item:hover .item-wrapper .item-img,
  .cid-v1uY5bWRPn .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1uY5bWRPn .item:hover .item-wrapper .item-img img,
.cid-v1uY5bWRPn .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1uY5bWRPn .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1uY5bWRPn .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1uY5bWRPn .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1uY5bWRPn .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1uY5bWRPn .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1uY5bWRPn .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1uY5bWRPn .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1uY5bWRPn .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1uY5bWRPn .mbr-section-title {
  color: #404349;
}
.cid-v1uY5bWRPn .mbr-desc {
  color: #b19a7c;
}
.cid-v1uY5bWRPn .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1uY5bWRPn .item-desc {
  color: #b19a7c;
}
.cid-v1v0oHprL4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1v0oHprL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v0oHprL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1v0oHprL4 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1v0oHprL4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1v0oHprL4 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1v0oHprL4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1v0oHprL4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1v0oHprL4 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1v0oHprL4 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1v0oHprL4 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1v0oHprL4 .item:hover .item-wrapper .item-img,
.cid-v1v0oHprL4 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1v0oHprL4 .item:hover .item-wrapper .item-img,
  .cid-v1v0oHprL4 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v0oHprL4 .item:hover .item-wrapper .item-img img,
.cid-v1v0oHprL4 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1v0oHprL4 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1v0oHprL4 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v0oHprL4 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v0oHprL4 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v0oHprL4 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1v0oHprL4 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1v0oHprL4 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1v0oHprL4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1v0oHprL4 .mbr-section-title {
  color: #404349;
}
.cid-v1v0oHprL4 .mbr-desc {
  color: #b19a7c;
}
.cid-v1v0oHprL4 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1v0oHprL4 .item-desc {
  color: #b19a7c;
}
.cid-v1v2E2p0C1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1v2E2p0C1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v2E2p0C1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1v2E2p0C1 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1v2E2p0C1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1v2E2p0C1 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1v2E2p0C1 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1v2E2p0C1 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1v2E2p0C1 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1v2E2p0C1 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1v2E2p0C1 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1v2E2p0C1 .item:hover .item-wrapper .item-img,
.cid-v1v2E2p0C1 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1v2E2p0C1 .item:hover .item-wrapper .item-img,
  .cid-v1v2E2p0C1 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v2E2p0C1 .item:hover .item-wrapper .item-img img,
.cid-v1v2E2p0C1 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1v2E2p0C1 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1v2E2p0C1 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v2E2p0C1 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v2E2p0C1 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v2E2p0C1 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1v2E2p0C1 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1v2E2p0C1 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1v2E2p0C1 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1v2E2p0C1 .mbr-section-title {
  color: #404349;
}
.cid-v1v2E2p0C1 .mbr-desc {
  color: #b19a7c;
}
.cid-v1v2E2p0C1 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1v2E2p0C1 .item-desc {
  color: #b19a7c;
}
.cid-v1uV8apzux {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1uV8apzux .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1uV8apzux .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1uV8apzux .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1uV8apzux .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1uV8apzux .mbr-section-subtitle {
  text-align: center;
}
.cid-v1uV8apzux .mbr-text {
  color: #ffffff;
}
.cid-v1uV8bGMlF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uV8bGMlF .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uV8bGMlF .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uV8bGMlF .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uV8bGMlF .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uV8bGMlF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uV8bGMlF .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uV8bGMlF .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uV8bGMlF .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uV8bGMlF .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uV8d9PlK {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uV8d9PlK .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uV8d9PlK .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uV8d9PlK .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uV8d9PlK .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uV8d9PlK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uV8d9PlK .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uV8d9PlK .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uV8d9PlK .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uV8d9PlK .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uV8eBcRc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uV8eBcRc .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uV8eBcRc .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uV8eBcRc .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uV8eBcRc .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uV8eBcRc .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uV8eBcRc .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uV8eBcRc .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uV8eBcRc .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uV8eBcRc .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uV8fZApp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uV8fZApp .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uV8fZApp .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uV8fZApp .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uV8fZApp .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uV8fZApp .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uV8fZApp .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uV8fZApp .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uV8fZApp .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uV8fZApp .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1uV8huJq4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1uV8huJq4 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1uV8huJq4 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1uV8huJq4 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1uV8huJq4 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1uV8huJq4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1uV8huJq4 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1uV8huJq4 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1uV8huJq4 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1uV8huJq4 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mfgEXa0N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mfgEXa0N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfgEXa0N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfgEXa0N .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mfgEXa0N .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mfgEXa0N .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mfgEXa0N .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mfgEXa0N .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mfgEXa0N .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mfgEXa0N .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mfgEXa0N .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mfgEXa0N .embla__button--next,
.cid-v2mfgEXa0N .embla__button--prev {
  display: flex;
}
.cid-v2mfgEXa0N .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mfgEXa0N .embla__button {
    top: 0;
  }
}
.cid-v2mfgEXa0N .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mfgEXa0N .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mfgEXa0N .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mfgEXa0N .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfgEXa0N .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mfgEXa0N .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mfgEXa0N .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mfgEXa0N .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfgEXa0N .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfgEXa0N .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfgEXa0N .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfgEXa0N .mbr-label,
.cid-v2mfgEXa0N .label-wrapper {
  color: #182f47;
}
.cid-v2mfgEXa0N .mbr-section-title,
.cid-v2mfgEXa0N .title-wrapper {
  color: #ffffff;
}
.cid-v2mfgEXa0N .card-title {
  color: #000000;
}
.cid-v2mfgEXa0N .card-text {
  color: #8a8a8a;
}
.cid-v2mfgEXa0N .card-title,
.cid-v2mfgEXa0N .item-btn {
  color: #182f47;
}
.cid-v2mfgEXa0N .mbr-section-title {
  color: #182f47;
}
.cid-v2mfhgbVU9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mfhgbVU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfhgbVU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfhgbVU9 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mfhgbVU9 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mfhgbVU9 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mfhgbVU9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mfhgbVU9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mfhgbVU9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mfhgbVU9 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mfhgbVU9 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mfhgbVU9 .embla__button--next,
.cid-v2mfhgbVU9 .embla__button--prev {
  display: flex;
}
.cid-v2mfhgbVU9 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mfhgbVU9 .embla__button {
    top: 0;
  }
}
.cid-v2mfhgbVU9 .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mfhgbVU9 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mfhgbVU9 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mfhgbVU9 .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfhgbVU9 .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mfhgbVU9 .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mfhgbVU9 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mfhgbVU9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfhgbVU9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfhgbVU9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfhgbVU9 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfhgbVU9 .mbr-label,
.cid-v2mfhgbVU9 .label-wrapper {
  color: #182f47;
}
.cid-v2mfhgbVU9 .mbr-section-title,
.cid-v2mfhgbVU9 .title-wrapper {
  color: #ffffff;
}
.cid-v2mfhgbVU9 .card-title {
  color: #000000;
}
.cid-v2mfhgbVU9 .card-text {
  color: #8a8a8a;
}
.cid-v2mfhgbVU9 .card-title,
.cid-v2mfhgbVU9 .item-btn {
  color: #182f47;
}
.cid-v2mfhgbVU9 .mbr-section-title {
  color: #182f47;
}
.cid-v1uV8ldkBL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1uV8ldkBL img,
.cid-v1uV8ldkBL .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1uV8ldkBL .item:focus,
.cid-v1uV8ldkBL span:focus {
  outline: none;
}
.cid-v1uV8ldkBL .item-wrapper {
  position: relative;
}
.cid-v1uV8ldkBL .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1uV8ldkBL .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1uV8ldkBL .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1uV8ldkBL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1uV8ldkBL .mbr-section-title {
  color: #ffffff;
}
.cid-v1uV8ldkBL .mbr-text,
.cid-v1uV8ldkBL .mbr-section-btn {
  text-align: left;
}
.cid-v1uV8ldkBL .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1uV8ldkBL .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1uV8ldkBL .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1uV8ldkBL .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1uV8ldkBL .embla__button--next,
.cid-v1uV8ldkBL .embla__button--prev {
  display: flex;
}
.cid-v1uV8ldkBL .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1uV8ldkBL .embla__button {
    display: none;
  }
}
.cid-v1uV8ldkBL .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1uV8ldkBL .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1uV8ldkBL .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1uV8ldkBL .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1uV8ldkBL .embla__button {
    top: auto;
  }
}
.cid-v1uV8ldkBL .embla {
  position: relative;
  width: 100%;
}
.cid-v1uV8ldkBL .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1uV8ldkBL .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1uV8ldkBL .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1uV8ldkBL .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1uV8ldkBL .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1uV8ldkBL .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1uV8ldkBL .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2meIbkVYn {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2meIbkVYn .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2meIbkVYn .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2meIbkVYn .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2meIbkVYn .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2meIbkVYn .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2meIbkVYn .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2meIbkVYn .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2meIbkVYn .mbr-section-title {
    text-align: center;
  }
}
.cid-v2meIbkVYn .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2meIbkVYn .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2meIbkVYn .item-card {
  height: 100%;
}
.cid-v2meIbkVYn .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2meIbkVYn .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2meIbkVYn .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2meIbkVYn .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2meIbkVYn .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2meIbkVYn .card-box {
  padding-top: 28px;
}
.cid-v2meIbkVYn .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2meIbkVYn .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2meIbkVYn .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2meIbkVYn .card-contacts {
  color: #878e99;
}
.cid-v2meIbkVYn .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2meIbkVYn .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2meIbkVYn .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2meIbkVYn .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2meIbkVYn .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2meIbkVYn .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2meIbkVYn .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2meIbkVYn .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2meIbkVYn .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2meIbkVYn .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2meIbkVYn .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2meIbkVYn .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2meIbkVYn .soc-item:hover:before {
  opacity: 1;
}
.cid-v2meIbkVYn .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2meIbkVYn .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2meIbkVYn .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2meIbkVYn .form-wrap {
    padding: 20px;
  }
}
.cid-v2meIbkVYn form {
  width: 100%;
}
.cid-v2meIbkVYn form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2meIbkVYn form p {
  color: #878e99;
}
.cid-v2meIbkVYn form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2meIbkVYn form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2meIbkVYn form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2meIbkVYn form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2meIbkVYn form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form select {
  color: #878e99 !important;
}
.cid-v2meIbkVYn form input {
  background: #162739;
}
.cid-v2meIbkVYn form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2meIbkVYn form input:active,
.cid-v2meIbkVYn form textarea:active,
.cid-v2meIbkVYn form input:focus,
.cid-v2meIbkVYn form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2meIbkVYn form input:active::-webkit-input-placeholder,
.cid-v2meIbkVYn form textarea:active::-webkit-input-placeholder,
.cid-v2meIbkVYn form input:focus::-webkit-input-placeholder,
.cid-v2meIbkVYn form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form input:active::-moz-placeholder,
.cid-v2meIbkVYn form textarea:active::-moz-placeholder,
.cid-v2meIbkVYn form input:focus::-moz-placeholder,
.cid-v2meIbkVYn form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form input:active:-moz-placeholder,
.cid-v2meIbkVYn form textarea:active:-moz-placeholder,
.cid-v2meIbkVYn form input:focus:-moz-placeholder,
.cid-v2meIbkVYn form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form input:active:-ms-input-placeholder,
.cid-v2meIbkVYn form textarea:active:-ms-input-placeholder,
.cid-v2meIbkVYn form input:focus:-ms-input-placeholder,
.cid-v2meIbkVYn form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2meIbkVYn form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2meIbkVYn form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2meIbkVYn form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2meIbkVYn form .form-control-label {
  width: 100%;
}
.cid-v2meIbkVYn form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2meIbkVYn form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2meIbkVYn form .form-check-input:focus,
.cid-v2meIbkVYn form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2meIbkVYn form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1v7DzF1LR .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1v7DzF1LR .nav-item,
.cid-v1v7DzF1LR .nav-link,
.cid-v1v7DzF1LR .navbar-caption {
  font-weight: normal;
}
.cid-v1v7DzF1LR .nav-item:focus,
.cid-v1v7DzF1LR .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1v7DzF1LR .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1v7DzF1LR .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1v7DzF1LR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1v7DzF1LR .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1v7DzF1LR .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1v7DzF1LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1v7DzF1LR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1v7DzF1LR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1v7DzF1LR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1v7DzF1LR .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1v7DzF1LR .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1v7DzF1LR .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1v7DzF1LR .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1v7DzF1LR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1v7DzF1LR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1v7DzF1LR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1v7DzF1LR .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1v7DzF1LR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1v7DzF1LR .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1v7DzF1LR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1v7DzF1LR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1v7DzF1LR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1v7DzF1LR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1v7DzF1LR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1v7DzF1LR .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1v7DzF1LR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1v7DzF1LR .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1v7DzF1LR .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1v7DzF1LR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1v7DzF1LR .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1v7DzF1LR .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1v7DzF1LR .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1v7DzF1LR .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1v7DzF1LR .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1v7DzF1LR .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1v7DzF1LR .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1v7DzF1LR .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1v7DzF1LR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1v7DzF1LR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1v7DzF1LR .dropdown-item.active,
.cid-v1v7DzF1LR .dropdown-item:active {
  background-color: transparent;
}
.cid-v1v7DzF1LR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1v7DzF1LR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1v7DzF1LR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1v7DzF1LR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1v7DzF1LR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1v7DzF1LR ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1v7DzF1LR .navbar-buttons {
  text-align: center;
}
.cid-v1v7DzF1LR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1v7DzF1LR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1v7DzF1LR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1v7DzF1LR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1v7DzF1LR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1v7DzF1LR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1v7DzF1LR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1v7DzF1LR nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1v7DzF1LR nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1v7DzF1LR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1v7DzF1LR .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1v7DzF1LR a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1v7DzF1LR .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1v7DzF1LR .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1v7DzF1LR .soc-item {
  margin: .5rem .3rem;
}
.cid-v1v7DzF1LR .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1v7DzF1LR .navbar {
    height: 77px;
  }
  .cid-v1v7DzF1LR .navbar.opened {
    height: auto;
  }
  .cid-v1v7DzF1LR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1v7DAPRu1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1v7DAPRu1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v7DAPRu1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1v7DAPRu1 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1v7DAPRu1 .row {
  flex-direction: row-reverse;
}
.cid-v1v7DAPRu1 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1v7DAPRu1 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1v7DAPRu1 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1v7DAPRu1 .mbr-section-title {
  color: #162739;
}
.cid-v1v7DAPRu1 .mbr-text,
.cid-v1v7DAPRu1 .mbr-section-btn {
  color: #182f47;
}
.cid-v1v8eLYgeB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1v8eLYgeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v8eLYgeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1v8eLYgeB .content-text {
  max-width: 800px;
}
.cid-v1v7DBVjNS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1v7DBVjNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v7DBVjNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1v7DBVjNS .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1v7DBVjNS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1v7DBVjNS .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1v7DBVjNS .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1v7DBVjNS .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1v7DBVjNS .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1v7DBVjNS .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1v7DBVjNS .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1v7DBVjNS .item:hover .item-wrapper .item-img,
.cid-v1v7DBVjNS .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1v7DBVjNS .item:hover .item-wrapper .item-img,
  .cid-v1v7DBVjNS .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v7DBVjNS .item:hover .item-wrapper .item-img img,
.cid-v1v7DBVjNS .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1v7DBVjNS .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1v7DBVjNS .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v7DBVjNS .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v7DBVjNS .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v7DBVjNS .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1v7DBVjNS .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1v7DBVjNS .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1v7DBVjNS .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1v7DBVjNS .mbr-section-title {
  color: #404349;
}
.cid-v1v7DBVjNS .mbr-desc {
  color: #b19a7c;
}
.cid-v1v7DBVjNS .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1v7DBVjNS .item-desc {
  color: #b19a7c;
}
.cid-v1v7DD3W9v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1v7DD3W9v .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v7DD3W9v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1v7DD3W9v .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1v7DD3W9v .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1v7DD3W9v .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1v7DD3W9v .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1v7DD3W9v .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1v7DD3W9v .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1v7DD3W9v .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1v7DD3W9v .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1v7DD3W9v .item:hover .item-wrapper .item-img,
.cid-v1v7DD3W9v .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1v7DD3W9v .item:hover .item-wrapper .item-img,
  .cid-v1v7DD3W9v .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v7DD3W9v .item:hover .item-wrapper .item-img img,
.cid-v1v7DD3W9v .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1v7DD3W9v .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1v7DD3W9v .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v7DD3W9v .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v7DD3W9v .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v7DD3W9v .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1v7DD3W9v .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1v7DD3W9v .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1v7DD3W9v .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1v7DD3W9v .mbr-section-title {
  color: #404349;
}
.cid-v1v7DD3W9v .mbr-desc {
  color: #b19a7c;
}
.cid-v1v7DD3W9v .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1v7DD3W9v .item-desc {
  color: #b19a7c;
}
.cid-v1v7DEeWJ9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1v7DEeWJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1v7DEeWJ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1v7DEeWJ9 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1v7DEeWJ9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1v7DEeWJ9 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1v7DEeWJ9 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1v7DEeWJ9 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1v7DEeWJ9 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1v7DEeWJ9 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1v7DEeWJ9 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1v7DEeWJ9 .item:hover .item-wrapper .item-img,
.cid-v1v7DEeWJ9 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1v7DEeWJ9 .item:hover .item-wrapper .item-img,
  .cid-v1v7DEeWJ9 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v7DEeWJ9 .item:hover .item-wrapper .item-img img,
.cid-v1v7DEeWJ9 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1v7DEeWJ9 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1v7DEeWJ9 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v7DEeWJ9 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1v7DEeWJ9 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1v7DEeWJ9 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1v7DEeWJ9 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1v7DEeWJ9 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1v7DEeWJ9 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1v7DEeWJ9 .mbr-section-title {
  color: #404349;
}
.cid-v1v7DEeWJ9 .mbr-desc {
  color: #b19a7c;
}
.cid-v1v7DEeWJ9 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1v7DEeWJ9 .item-desc {
  color: #b19a7c;
}
.cid-v1v7DFjOLu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1v7DFjOLu .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1v7DFjOLu .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1v7DFjOLu .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1v7DFjOLu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1v7DFjOLu .mbr-section-subtitle {
  text-align: center;
}
.cid-v1v7DFjOLu .mbr-text {
  color: #ffffff;
}
.cid-v1v7DGo1bO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1v7DGo1bO .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1v7DGo1bO .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1v7DGo1bO .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1v7DGo1bO .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1v7DGo1bO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1v7DGo1bO .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1v7DGo1bO .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1v7DGo1bO .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1v7DGo1bO .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1v7DHwh22 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1v7DHwh22 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1v7DHwh22 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1v7DHwh22 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1v7DHwh22 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1v7DHwh22 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1v7DHwh22 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1v7DHwh22 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1v7DHwh22 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1v7DHwh22 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1v7DIIPHC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1v7DIIPHC .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1v7DIIPHC .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1v7DIIPHC .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1v7DIIPHC .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1v7DIIPHC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1v7DIIPHC .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1v7DIIPHC .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1v7DIIPHC .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1v7DIIPHC .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1v7DJQ0qg {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1v7DJQ0qg .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1v7DJQ0qg .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1v7DJQ0qg .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1v7DJQ0qg .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1v7DJQ0qg .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1v7DJQ0qg .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1v7DJQ0qg .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1v7DJQ0qg .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1v7DJQ0qg .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1v7DL1XG9 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1v7DL1XG9 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1v7DL1XG9 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1v7DL1XG9 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1v7DL1XG9 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1v7DL1XG9 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1v7DL1XG9 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1v7DL1XG9 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1v7DL1XG9 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1v7DL1XG9 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mfnny1OW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mfnny1OW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfnny1OW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfnny1OW .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mfnny1OW .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mfnny1OW .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mfnny1OW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mfnny1OW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mfnny1OW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mfnny1OW .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mfnny1OW .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mfnny1OW .embla__button--next,
.cid-v2mfnny1OW .embla__button--prev {
  display: flex;
}
.cid-v2mfnny1OW .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mfnny1OW .embla__button {
    top: 0;
  }
}
.cid-v2mfnny1OW .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mfnny1OW .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mfnny1OW .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mfnny1OW .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfnny1OW .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mfnny1OW .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mfnny1OW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mfnny1OW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfnny1OW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfnny1OW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfnny1OW .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfnny1OW .mbr-label,
.cid-v2mfnny1OW .label-wrapper {
  color: #182f47;
}
.cid-v2mfnny1OW .mbr-section-title,
.cid-v2mfnny1OW .title-wrapper {
  color: #ffffff;
}
.cid-v2mfnny1OW .card-title {
  color: #000000;
}
.cid-v2mfnny1OW .card-text {
  color: #8a8a8a;
}
.cid-v2mfnny1OW .card-title,
.cid-v2mfnny1OW .item-btn {
  color: #182f47;
}
.cid-v2mfnny1OW .mbr-section-title {
  color: #182f47;
}
.cid-v2mfnRITaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mfnRITaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mfnRITaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mfnRITaD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mfnRITaD .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mfnRITaD .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mfnRITaD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mfnRITaD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mfnRITaD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mfnRITaD .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mfnRITaD .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mfnRITaD .embla__button--next,
.cid-v2mfnRITaD .embla__button--prev {
  display: flex;
}
.cid-v2mfnRITaD .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mfnRITaD .embla__button {
    top: 0;
  }
}
.cid-v2mfnRITaD .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mfnRITaD .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mfnRITaD .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mfnRITaD .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mfnRITaD .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mfnRITaD .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mfnRITaD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mfnRITaD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mfnRITaD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mfnRITaD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mfnRITaD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mfnRITaD .mbr-label,
.cid-v2mfnRITaD .label-wrapper {
  color: #182f47;
}
.cid-v2mfnRITaD .mbr-section-title,
.cid-v2mfnRITaD .title-wrapper {
  color: #ffffff;
}
.cid-v2mfnRITaD .card-title {
  color: #000000;
}
.cid-v2mfnRITaD .card-text {
  color: #8a8a8a;
}
.cid-v2mfnRITaD .card-title,
.cid-v2mfnRITaD .item-btn {
  color: #182f47;
}
.cid-v2mfnRITaD .mbr-section-title {
  color: #182f47;
}
.cid-v1v7DP7gTD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1v7DP7gTD img,
.cid-v1v7DP7gTD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1v7DP7gTD .item:focus,
.cid-v1v7DP7gTD span:focus {
  outline: none;
}
.cid-v1v7DP7gTD .item-wrapper {
  position: relative;
}
.cid-v1v7DP7gTD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1v7DP7gTD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1v7DP7gTD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1v7DP7gTD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1v7DP7gTD .mbr-section-title {
  color: #ffffff;
}
.cid-v1v7DP7gTD .mbr-text,
.cid-v1v7DP7gTD .mbr-section-btn {
  text-align: left;
}
.cid-v1v7DP7gTD .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1v7DP7gTD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1v7DP7gTD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1v7DP7gTD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1v7DP7gTD .embla__button--next,
.cid-v1v7DP7gTD .embla__button--prev {
  display: flex;
}
.cid-v1v7DP7gTD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1v7DP7gTD .embla__button {
    display: none;
  }
}
.cid-v1v7DP7gTD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1v7DP7gTD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1v7DP7gTD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1v7DP7gTD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1v7DP7gTD .embla__button {
    top: auto;
  }
}
.cid-v1v7DP7gTD .embla {
  position: relative;
  width: 100%;
}
.cid-v1v7DP7gTD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1v7DP7gTD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1v7DP7gTD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1v7DP7gTD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1v7DP7gTD .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1v7DP7gTD .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1v7DP7gTD .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2meMHpiJb {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2meMHpiJb .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2meMHpiJb .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2meMHpiJb .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2meMHpiJb .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2meMHpiJb .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2meMHpiJb .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2meMHpiJb .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2meMHpiJb .mbr-section-title {
    text-align: center;
  }
}
.cid-v2meMHpiJb .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2meMHpiJb .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2meMHpiJb .item-card {
  height: 100%;
}
.cid-v2meMHpiJb .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2meMHpiJb .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2meMHpiJb .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2meMHpiJb .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2meMHpiJb .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2meMHpiJb .card-box {
  padding-top: 28px;
}
.cid-v2meMHpiJb .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2meMHpiJb .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2meMHpiJb .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2meMHpiJb .card-contacts {
  color: #878e99;
}
.cid-v2meMHpiJb .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2meMHpiJb .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2meMHpiJb .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2meMHpiJb .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2meMHpiJb .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2meMHpiJb .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2meMHpiJb .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2meMHpiJb .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2meMHpiJb .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2meMHpiJb .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2meMHpiJb .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2meMHpiJb .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2meMHpiJb .soc-item:hover:before {
  opacity: 1;
}
.cid-v2meMHpiJb .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2meMHpiJb .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2meMHpiJb .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2meMHpiJb .form-wrap {
    padding: 20px;
  }
}
.cid-v2meMHpiJb form {
  width: 100%;
}
.cid-v2meMHpiJb form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2meMHpiJb form p {
  color: #878e99;
}
.cid-v2meMHpiJb form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2meMHpiJb form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2meMHpiJb form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2meMHpiJb form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2meMHpiJb form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form select {
  color: #878e99 !important;
}
.cid-v2meMHpiJb form input {
  background: #162739;
}
.cid-v2meMHpiJb form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2meMHpiJb form input:active,
.cid-v2meMHpiJb form textarea:active,
.cid-v2meMHpiJb form input:focus,
.cid-v2meMHpiJb form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2meMHpiJb form input:active::-webkit-input-placeholder,
.cid-v2meMHpiJb form textarea:active::-webkit-input-placeholder,
.cid-v2meMHpiJb form input:focus::-webkit-input-placeholder,
.cid-v2meMHpiJb form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form input:active::-moz-placeholder,
.cid-v2meMHpiJb form textarea:active::-moz-placeholder,
.cid-v2meMHpiJb form input:focus::-moz-placeholder,
.cid-v2meMHpiJb form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form input:active:-moz-placeholder,
.cid-v2meMHpiJb form textarea:active:-moz-placeholder,
.cid-v2meMHpiJb form input:focus:-moz-placeholder,
.cid-v2meMHpiJb form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form input:active:-ms-input-placeholder,
.cid-v2meMHpiJb form textarea:active:-ms-input-placeholder,
.cid-v2meMHpiJb form input:focus:-ms-input-placeholder,
.cid-v2meMHpiJb form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2meMHpiJb form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2meMHpiJb form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2meMHpiJb form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2meMHpiJb form .form-control-label {
  width: 100%;
}
.cid-v2meMHpiJb form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2meMHpiJb form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2meMHpiJb form .form-check-input:focus,
.cid-v2meMHpiJb form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2meMHpiJb form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1vu6xxbcQ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vu6xxbcQ .nav-item,
.cid-v1vu6xxbcQ .nav-link,
.cid-v1vu6xxbcQ .navbar-caption {
  font-weight: normal;
}
.cid-v1vu6xxbcQ .nav-item:focus,
.cid-v1vu6xxbcQ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1vu6xxbcQ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1vu6xxbcQ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vu6xxbcQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1vu6xxbcQ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1vu6xxbcQ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1vu6xxbcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1vu6xxbcQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vu6xxbcQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1vu6xxbcQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1vu6xxbcQ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1vu6xxbcQ .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1vu6xxbcQ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1vu6xxbcQ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1vu6xxbcQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1vu6xxbcQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1vu6xxbcQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1vu6xxbcQ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1vu6xxbcQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1vu6xxbcQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1vu6xxbcQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1vu6xxbcQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1vu6xxbcQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1vu6xxbcQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1vu6xxbcQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1vu6xxbcQ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1vu6xxbcQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1vu6xxbcQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1vu6xxbcQ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1vu6xxbcQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1vu6xxbcQ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1vu6xxbcQ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1vu6xxbcQ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1vu6xxbcQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1vu6xxbcQ .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1vu6xxbcQ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1vu6xxbcQ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1vu6xxbcQ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1vu6xxbcQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1vu6xxbcQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1vu6xxbcQ .dropdown-item.active,
.cid-v1vu6xxbcQ .dropdown-item:active {
  background-color: transparent;
}
.cid-v1vu6xxbcQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1vu6xxbcQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1vu6xxbcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1vu6xxbcQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1vu6xxbcQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1vu6xxbcQ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1vu6xxbcQ .navbar-buttons {
  text-align: center;
}
.cid-v1vu6xxbcQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1vu6xxbcQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1vu6xxbcQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1vu6xxbcQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vu6xxbcQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vu6xxbcQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1vu6xxbcQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vu6xxbcQ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1vu6xxbcQ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1vu6xxbcQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vu6xxbcQ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1vu6xxbcQ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1vu6xxbcQ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1vu6xxbcQ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1vu6xxbcQ .soc-item {
  margin: .5rem .3rem;
}
.cid-v1vu6xxbcQ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1vu6xxbcQ .navbar {
    height: 77px;
  }
  .cid-v1vu6xxbcQ .navbar.opened {
    height: auto;
  }
  .cid-v1vu6xxbcQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1vu6Aw54W {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1vu6Aw54W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vu6Aw54W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1vu6Aw54W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1vu6Aw54W .row {
  flex-direction: row-reverse;
}
.cid-v1vu6Aw54W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1vu6Aw54W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1vu6Aw54W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1vu6Aw54W .mbr-section-title {
  color: #162739;
}
.cid-v1vu6Aw54W .mbr-text,
.cid-v1vu6Aw54W .mbr-section-btn {
  color: #182f47;
}
.cid-v1vu6BHVrs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1vu6BHVrs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vu6BHVrs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vu6BHVrs .content-text {
  max-width: 800px;
}
.cid-v1vu6CPrWQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vu6CPrWQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vu6CPrWQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vu6CPrWQ .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vu6CPrWQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vu6CPrWQ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vu6CPrWQ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vu6CPrWQ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vu6CPrWQ .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vu6CPrWQ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vu6CPrWQ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vu6CPrWQ .item:hover .item-wrapper .item-img,
.cid-v1vu6CPrWQ .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vu6CPrWQ .item:hover .item-wrapper .item-img,
  .cid-v1vu6CPrWQ .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vu6CPrWQ .item:hover .item-wrapper .item-img img,
.cid-v1vu6CPrWQ .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vu6CPrWQ .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vu6CPrWQ .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vu6CPrWQ .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vu6CPrWQ .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vu6CPrWQ .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vu6CPrWQ .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vu6CPrWQ .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vu6CPrWQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vu6CPrWQ .mbr-section-title {
  color: #404349;
}
.cid-v1vu6CPrWQ .mbr-desc {
  color: #b19a7c;
}
.cid-v1vu6CPrWQ .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vu6CPrWQ .item-desc {
  color: #b19a7c;
}
.cid-v1vu6E3N56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1vu6E3N56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vu6E3N56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vu6E3N56 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vu6E3N56 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vu6E3N56 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vu6E3N56 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vu6E3N56 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vu6E3N56 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vu6E3N56 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vu6E3N56 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vu6E3N56 .item:hover .item-wrapper .item-img,
.cid-v1vu6E3N56 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vu6E3N56 .item:hover .item-wrapper .item-img,
  .cid-v1vu6E3N56 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vu6E3N56 .item:hover .item-wrapper .item-img img,
.cid-v1vu6E3N56 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vu6E3N56 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vu6E3N56 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vu6E3N56 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vu6E3N56 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vu6E3N56 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vu6E3N56 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vu6E3N56 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vu6E3N56 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vu6E3N56 .mbr-section-title {
  color: #404349;
}
.cid-v1vu6E3N56 .mbr-desc {
  color: #b19a7c;
}
.cid-v1vu6E3N56 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vu6E3N56 .item-desc {
  color: #b19a7c;
}
.cid-v1vu6Fiqgu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vu6Fiqgu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vu6Fiqgu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vu6Fiqgu .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vu6Fiqgu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vu6Fiqgu .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vu6Fiqgu .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vu6Fiqgu .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vu6Fiqgu .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vu6Fiqgu .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vu6Fiqgu .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vu6Fiqgu .item:hover .item-wrapper .item-img,
.cid-v1vu6Fiqgu .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vu6Fiqgu .item:hover .item-wrapper .item-img,
  .cid-v1vu6Fiqgu .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vu6Fiqgu .item:hover .item-wrapper .item-img img,
.cid-v1vu6Fiqgu .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vu6Fiqgu .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vu6Fiqgu .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vu6Fiqgu .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vu6Fiqgu .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vu6Fiqgu .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vu6Fiqgu .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vu6Fiqgu .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vu6Fiqgu .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vu6Fiqgu .mbr-section-title {
  color: #404349;
}
.cid-v1vu6Fiqgu .mbr-desc {
  color: #b19a7c;
}
.cid-v1vu6Fiqgu .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vu6Fiqgu .item-desc {
  color: #b19a7c;
}
.cid-v1vu6GxXiH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1vu6GxXiH .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1vu6GxXiH .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1vu6GxXiH .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1vu6GxXiH .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1vu6GxXiH .mbr-section-subtitle {
  text-align: center;
}
.cid-v1vu6GxXiH .mbr-text {
  color: #ffffff;
}
.cid-v1vu6HHhyi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vu6HHhyi .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vu6HHhyi .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vu6HHhyi .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vu6HHhyi .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vu6HHhyi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vu6HHhyi .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vu6HHhyi .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vu6HHhyi .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vu6HHhyi .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vu6J1aL7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vu6J1aL7 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vu6J1aL7 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vu6J1aL7 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vu6J1aL7 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vu6J1aL7 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vu6J1aL7 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vu6J1aL7 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vu6J1aL7 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vu6J1aL7 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vu6Kj59D {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vu6Kj59D .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vu6Kj59D .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vu6Kj59D .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vu6Kj59D .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vu6Kj59D .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vu6Kj59D .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vu6Kj59D .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vu6Kj59D .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vu6Kj59D .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vu6LB5vF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vu6LB5vF .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vu6LB5vF .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vu6LB5vF .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vu6LB5vF .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vu6LB5vF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vu6LB5vF .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vu6LB5vF .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vu6LB5vF .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vu6LB5vF .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vu6MUrar {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vu6MUrar .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vu6MUrar .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vu6MUrar .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vu6MUrar .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vu6MUrar .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vu6MUrar .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vu6MUrar .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vu6MUrar .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vu6MUrar .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjw4tffd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjw4tffd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjw4tffd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjw4tffd .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjw4tffd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjw4tffd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjw4tffd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjw4tffd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjw4tffd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjw4tffd .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjw4tffd .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjw4tffd .embla__button--next,
.cid-v2mjw4tffd .embla__button--prev {
  display: flex;
}
.cid-v2mjw4tffd .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjw4tffd .embla__button {
    top: 0;
  }
}
.cid-v2mjw4tffd .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjw4tffd .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjw4tffd .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjw4tffd .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjw4tffd .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjw4tffd .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjw4tffd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjw4tffd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjw4tffd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjw4tffd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjw4tffd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjw4tffd .mbr-label,
.cid-v2mjw4tffd .label-wrapper {
  color: #182f47;
}
.cid-v2mjw4tffd .mbr-section-title,
.cid-v2mjw4tffd .title-wrapper {
  color: #ffffff;
}
.cid-v2mjw4tffd .card-title {
  color: #000000;
}
.cid-v2mjw4tffd .card-text {
  color: #8a8a8a;
}
.cid-v2mjw4tffd .card-title,
.cid-v2mjw4tffd .item-btn {
  color: #182f47;
}
.cid-v2mjw4tffd .mbr-section-title {
  color: #182f47;
}
.cid-v2mj8nlZW0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mj8nlZW0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mj8nlZW0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mj8nlZW0 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mj8nlZW0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mj8nlZW0 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mj8nlZW0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mj8nlZW0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mj8nlZW0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mj8nlZW0 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mj8nlZW0 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mj8nlZW0 .embla__button--next,
.cid-v2mj8nlZW0 .embla__button--prev {
  display: flex;
}
.cid-v2mj8nlZW0 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mj8nlZW0 .embla__button {
    top: 0;
  }
}
.cid-v2mj8nlZW0 .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mj8nlZW0 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mj8nlZW0 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mj8nlZW0 .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mj8nlZW0 .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mj8nlZW0 .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mj8nlZW0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mj8nlZW0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mj8nlZW0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mj8nlZW0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mj8nlZW0 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mj8nlZW0 .mbr-label,
.cid-v2mj8nlZW0 .label-wrapper {
  color: #182f47;
}
.cid-v2mj8nlZW0 .mbr-section-title,
.cid-v2mj8nlZW0 .title-wrapper {
  color: #ffffff;
}
.cid-v2mj8nlZW0 .card-title {
  color: #000000;
}
.cid-v2mj8nlZW0 .card-text {
  color: #8a8a8a;
}
.cid-v2mj8nlZW0 .card-title,
.cid-v2mj8nlZW0 .item-btn {
  color: #182f47;
}
.cid-v2mj8nlZW0 .mbr-section-title {
  color: #182f47;
}
.cid-v1vu6RoPk8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1vu6RoPk8 img,
.cid-v1vu6RoPk8 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vu6RoPk8 .item:focus,
.cid-v1vu6RoPk8 span:focus {
  outline: none;
}
.cid-v1vu6RoPk8 .item-wrapper {
  position: relative;
}
.cid-v1vu6RoPk8 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1vu6RoPk8 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1vu6RoPk8 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1vu6RoPk8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1vu6RoPk8 .mbr-section-title {
  color: #ffffff;
}
.cid-v1vu6RoPk8 .mbr-text,
.cid-v1vu6RoPk8 .mbr-section-btn {
  text-align: left;
}
.cid-v1vu6RoPk8 .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1vu6RoPk8 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1vu6RoPk8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1vu6RoPk8 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1vu6RoPk8 .embla__button--next,
.cid-v1vu6RoPk8 .embla__button--prev {
  display: flex;
}
.cid-v1vu6RoPk8 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1vu6RoPk8 .embla__button {
    display: none;
  }
}
.cid-v1vu6RoPk8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1vu6RoPk8 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1vu6RoPk8 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1vu6RoPk8 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1vu6RoPk8 .embla__button {
    top: auto;
  }
}
.cid-v1vu6RoPk8 .embla {
  position: relative;
  width: 100%;
}
.cid-v1vu6RoPk8 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vu6RoPk8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vu6RoPk8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vu6RoPk8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1vu6RoPk8 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1vu6RoPk8 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1vu6RoPk8 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mmlLyOUV {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mmlLyOUV .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mmlLyOUV .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mmlLyOUV .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mmlLyOUV .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mmlLyOUV .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mmlLyOUV .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mmlLyOUV .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mmlLyOUV .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mmlLyOUV .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mmlLyOUV .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mmlLyOUV .item-card {
  height: 100%;
}
.cid-v2mmlLyOUV .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mmlLyOUV .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mmlLyOUV .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mmlLyOUV .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mmlLyOUV .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mmlLyOUV .card-box {
  padding-top: 28px;
}
.cid-v2mmlLyOUV .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mmlLyOUV .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mmlLyOUV .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mmlLyOUV .card-contacts {
  color: #878e99;
}
.cid-v2mmlLyOUV .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mmlLyOUV .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mmlLyOUV .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mmlLyOUV .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mmlLyOUV .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mmlLyOUV .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mmlLyOUV .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mmlLyOUV .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mmlLyOUV .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mmlLyOUV .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mmlLyOUV .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mmlLyOUV .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mmlLyOUV .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mmlLyOUV .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mmlLyOUV .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mmlLyOUV .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mmlLyOUV .form-wrap {
    padding: 20px;
  }
}
.cid-v2mmlLyOUV form {
  width: 100%;
}
.cid-v2mmlLyOUV form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mmlLyOUV form p {
  color: #878e99;
}
.cid-v2mmlLyOUV form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mmlLyOUV form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mmlLyOUV form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mmlLyOUV form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mmlLyOUV form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form select {
  color: #878e99 !important;
}
.cid-v2mmlLyOUV form input {
  background: #162739;
}
.cid-v2mmlLyOUV form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mmlLyOUV form input:active,
.cid-v2mmlLyOUV form textarea:active,
.cid-v2mmlLyOUV form input:focus,
.cid-v2mmlLyOUV form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mmlLyOUV form input:active::-webkit-input-placeholder,
.cid-v2mmlLyOUV form textarea:active::-webkit-input-placeholder,
.cid-v2mmlLyOUV form input:focus::-webkit-input-placeholder,
.cid-v2mmlLyOUV form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form input:active::-moz-placeholder,
.cid-v2mmlLyOUV form textarea:active::-moz-placeholder,
.cid-v2mmlLyOUV form input:focus::-moz-placeholder,
.cid-v2mmlLyOUV form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form input:active:-moz-placeholder,
.cid-v2mmlLyOUV form textarea:active:-moz-placeholder,
.cid-v2mmlLyOUV form input:focus:-moz-placeholder,
.cid-v2mmlLyOUV form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form input:active:-ms-input-placeholder,
.cid-v2mmlLyOUV form textarea:active:-ms-input-placeholder,
.cid-v2mmlLyOUV form input:focus:-ms-input-placeholder,
.cid-v2mmlLyOUV form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mmlLyOUV form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mmlLyOUV form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mmlLyOUV form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mmlLyOUV form .form-control-label {
  width: 100%;
}
.cid-v2mmlLyOUV form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mmlLyOUV form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mmlLyOUV form .form-check-input:focus,
.cid-v2mmlLyOUV form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mmlLyOUV form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1vvLUZCSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vvLUZCSV .nav-item,
.cid-v1vvLUZCSV .nav-link,
.cid-v1vvLUZCSV .navbar-caption {
  font-weight: normal;
}
.cid-v1vvLUZCSV .nav-item:focus,
.cid-v1vvLUZCSV .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1vvLUZCSV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1vvLUZCSV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vvLUZCSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1vvLUZCSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1vvLUZCSV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1vvLUZCSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1vvLUZCSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vvLUZCSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1vvLUZCSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1vvLUZCSV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1vvLUZCSV .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1vvLUZCSV .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1vvLUZCSV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1vvLUZCSV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1vvLUZCSV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1vvLUZCSV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1vvLUZCSV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1vvLUZCSV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1vvLUZCSV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1vvLUZCSV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1vvLUZCSV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1vvLUZCSV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1vvLUZCSV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1vvLUZCSV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1vvLUZCSV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1vvLUZCSV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1vvLUZCSV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1vvLUZCSV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1vvLUZCSV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1vvLUZCSV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1vvLUZCSV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1vvLUZCSV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1vvLUZCSV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1vvLUZCSV .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1vvLUZCSV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1vvLUZCSV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1vvLUZCSV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1vvLUZCSV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1vvLUZCSV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1vvLUZCSV .dropdown-item.active,
.cid-v1vvLUZCSV .dropdown-item:active {
  background-color: transparent;
}
.cid-v1vvLUZCSV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1vvLUZCSV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1vvLUZCSV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1vvLUZCSV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1vvLUZCSV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1vvLUZCSV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1vvLUZCSV .navbar-buttons {
  text-align: center;
}
.cid-v1vvLUZCSV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1vvLUZCSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1vvLUZCSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1vvLUZCSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vvLUZCSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vvLUZCSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1vvLUZCSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vvLUZCSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1vvLUZCSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1vvLUZCSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vvLUZCSV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1vvLUZCSV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1vvLUZCSV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1vvLUZCSV .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1vvLUZCSV .soc-item {
  margin: .5rem .3rem;
}
.cid-v1vvLUZCSV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1vvLUZCSV .navbar {
    height: 77px;
  }
  .cid-v1vvLUZCSV .navbar.opened {
    height: auto;
  }
  .cid-v1vvLUZCSV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1vvLW6j5W {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1vvLW6j5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vvLW6j5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1vvLW6j5W .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1vvLW6j5W .row {
  flex-direction: row-reverse;
}
.cid-v1vvLW6j5W .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1vvLW6j5W .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1vvLW6j5W .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1vvLW6j5W .mbr-section-title {
  color: #162739;
}
.cid-v1vvLW6j5W .mbr-text,
.cid-v1vvLW6j5W .mbr-section-btn {
  color: #182f47;
}
.cid-v1vDOBeDPw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vDOBeDPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vDOBeDPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vDOBeDPw .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vDOBeDPw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vDOBeDPw .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vDOBeDPw .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vDOBeDPw .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vDOBeDPw .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vDOBeDPw .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vDOBeDPw .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vDOBeDPw .item:hover .item-wrapper .item-img,
.cid-v1vDOBeDPw .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vDOBeDPw .item:hover .item-wrapper .item-img,
  .cid-v1vDOBeDPw .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vDOBeDPw .item:hover .item-wrapper .item-img img,
.cid-v1vDOBeDPw .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vDOBeDPw .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vDOBeDPw .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vDOBeDPw .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vDOBeDPw .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vDOBeDPw .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vDOBeDPw .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vDOBeDPw .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vDOBeDPw .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vDOBeDPw .mbr-section-title {
  color: #404349;
}
.cid-v1vDOBeDPw .mbr-desc {
  color: #b19a7c;
}
.cid-v1vDOBeDPw .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vDOBeDPw .item-desc {
  color: #b19a7c;
}
.cid-v1vvLZaHd7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1vvLZaHd7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vvLZaHd7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vvLZaHd7 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vvLZaHd7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vvLZaHd7 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vvLZaHd7 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vvLZaHd7 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vvLZaHd7 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vvLZaHd7 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vvLZaHd7 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vvLZaHd7 .item:hover .item-wrapper .item-img,
.cid-v1vvLZaHd7 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vvLZaHd7 .item:hover .item-wrapper .item-img,
  .cid-v1vvLZaHd7 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vvLZaHd7 .item:hover .item-wrapper .item-img img,
.cid-v1vvLZaHd7 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vvLZaHd7 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vvLZaHd7 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vvLZaHd7 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vvLZaHd7 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vvLZaHd7 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vvLZaHd7 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vvLZaHd7 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vvLZaHd7 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vvLZaHd7 .mbr-section-title {
  color: #404349;
}
.cid-v1vvLZaHd7 .mbr-desc {
  color: #b19a7c;
}
.cid-v1vvLZaHd7 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vvLZaHd7 .item-desc {
  color: #b19a7c;
}
.cid-v1vvM0c62m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vvM0c62m .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vvM0c62m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vvM0c62m .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vvM0c62m .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vvM0c62m .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vvM0c62m .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vvM0c62m .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vvM0c62m .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vvM0c62m .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vvM0c62m .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vvM0c62m .item:hover .item-wrapper .item-img,
.cid-v1vvM0c62m .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vvM0c62m .item:hover .item-wrapper .item-img,
  .cid-v1vvM0c62m .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vvM0c62m .item:hover .item-wrapper .item-img img,
.cid-v1vvM0c62m .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vvM0c62m .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vvM0c62m .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vvM0c62m .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vvM0c62m .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vvM0c62m .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vvM0c62m .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vvM0c62m .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vvM0c62m .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vvM0c62m .mbr-section-title {
  color: #404349;
}
.cid-v1vvM0c62m .mbr-desc {
  color: #b19a7c;
}
.cid-v1vvM0c62m .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vvM0c62m .item-desc {
  color: #b19a7c;
}
.cid-v1vvM1cGxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1vvM1cGxA .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1vvM1cGxA .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1vvM1cGxA .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1vvM1cGxA .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1vvM1cGxA .mbr-section-subtitle {
  text-align: center;
}
.cid-v1vvM1cGxA .mbr-text {
  color: #ffffff;
}
.cid-v1vvM2ae6c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vvM2ae6c .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vvM2ae6c .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vvM2ae6c .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vvM2ae6c .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vvM2ae6c .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vvM2ae6c .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vvM2ae6c .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vvM2ae6c .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vvM2ae6c .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vvM3bVMC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vvM3bVMC .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vvM3bVMC .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vvM3bVMC .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vvM3bVMC .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vvM3bVMC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vvM3bVMC .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vvM3bVMC .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vvM3bVMC .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vvM3bVMC .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vvM4efgj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vvM4efgj .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vvM4efgj .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vvM4efgj .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vvM4efgj .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vvM4efgj .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vvM4efgj .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vvM4efgj .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vvM4efgj .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vvM4efgj .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vvM5etHZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vvM5etHZ .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vvM5etHZ .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vvM5etHZ .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vvM5etHZ .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vvM5etHZ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vvM5etHZ .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vvM5etHZ .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vvM5etHZ .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vvM5etHZ .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vvM6hDia {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vvM6hDia .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vvM6hDia .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vvM6hDia .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vvM6hDia .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vvM6hDia .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vvM6hDia .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vvM6hDia .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vvM6hDia .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vvM6hDia .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mj0PNHe2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mj0PNHe2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mj0PNHe2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mj0PNHe2 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mj0PNHe2 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mj0PNHe2 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mj0PNHe2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mj0PNHe2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mj0PNHe2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mj0PNHe2 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mj0PNHe2 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mj0PNHe2 .embla__button--next,
.cid-v2mj0PNHe2 .embla__button--prev {
  display: flex;
}
.cid-v2mj0PNHe2 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mj0PNHe2 .embla__button {
    top: 0;
  }
}
.cid-v2mj0PNHe2 .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mj0PNHe2 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mj0PNHe2 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mj0PNHe2 .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mj0PNHe2 .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mj0PNHe2 .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mj0PNHe2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mj0PNHe2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mj0PNHe2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mj0PNHe2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mj0PNHe2 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mj0PNHe2 .mbr-label,
.cid-v2mj0PNHe2 .label-wrapper {
  color: #182f47;
}
.cid-v2mj0PNHe2 .mbr-section-title,
.cid-v2mj0PNHe2 .title-wrapper {
  color: #ffffff;
}
.cid-v2mj0PNHe2 .card-title {
  color: #000000;
}
.cid-v2mj0PNHe2 .card-text {
  color: #8a8a8a;
}
.cid-v2mj0PNHe2 .card-title,
.cid-v2mj0PNHe2 .item-btn {
  color: #182f47;
}
.cid-v2mj0PNHe2 .mbr-section-title {
  color: #182f47;
}
.cid-v2mj1k2uOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mj1k2uOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mj1k2uOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mj1k2uOt .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mj1k2uOt .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mj1k2uOt .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mj1k2uOt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mj1k2uOt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mj1k2uOt .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mj1k2uOt .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mj1k2uOt .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mj1k2uOt .embla__button--next,
.cid-v2mj1k2uOt .embla__button--prev {
  display: flex;
}
.cid-v2mj1k2uOt .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mj1k2uOt .embla__button {
    top: 0;
  }
}
.cid-v2mj1k2uOt .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mj1k2uOt .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mj1k2uOt .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mj1k2uOt .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mj1k2uOt .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mj1k2uOt .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mj1k2uOt .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mj1k2uOt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mj1k2uOt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mj1k2uOt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mj1k2uOt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mj1k2uOt .mbr-label,
.cid-v2mj1k2uOt .label-wrapper {
  color: #182f47;
}
.cid-v2mj1k2uOt .mbr-section-title,
.cid-v2mj1k2uOt .title-wrapper {
  color: #ffffff;
}
.cid-v2mj1k2uOt .card-title {
  color: #000000;
}
.cid-v2mj1k2uOt .card-text {
  color: #8a8a8a;
}
.cid-v2mj1k2uOt .card-title,
.cid-v2mj1k2uOt .item-btn {
  color: #182f47;
}
.cid-v2mj1k2uOt .mbr-section-title {
  color: #182f47;
}
.cid-v1vvMa0jkr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1vvMa0jkr img,
.cid-v1vvMa0jkr .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vvMa0jkr .item:focus,
.cid-v1vvMa0jkr span:focus {
  outline: none;
}
.cid-v1vvMa0jkr .item-wrapper {
  position: relative;
}
.cid-v1vvMa0jkr .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1vvMa0jkr .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1vvMa0jkr .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1vvMa0jkr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1vvMa0jkr .mbr-section-title {
  color: #ffffff;
}
.cid-v1vvMa0jkr .mbr-text,
.cid-v1vvMa0jkr .mbr-section-btn {
  text-align: left;
}
.cid-v1vvMa0jkr .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1vvMa0jkr .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1vvMa0jkr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1vvMa0jkr .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1vvMa0jkr .embla__button--next,
.cid-v1vvMa0jkr .embla__button--prev {
  display: flex;
}
.cid-v1vvMa0jkr .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1vvMa0jkr .embla__button {
    display: none;
  }
}
.cid-v1vvMa0jkr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1vvMa0jkr .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1vvMa0jkr .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1vvMa0jkr .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1vvMa0jkr .embla__button {
    top: auto;
  }
}
.cid-v1vvMa0jkr .embla {
  position: relative;
  width: 100%;
}
.cid-v1vvMa0jkr .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vvMa0jkr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vvMa0jkr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vvMa0jkr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1vvMa0jkr .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1vvMa0jkr .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1vvMa0jkr .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mjfQZPnH {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mjfQZPnH .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mjfQZPnH .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mjfQZPnH .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mjfQZPnH .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mjfQZPnH .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mjfQZPnH .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mjfQZPnH .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mjfQZPnH .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mjfQZPnH .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mjfQZPnH .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mjfQZPnH .item-card {
  height: 100%;
}
.cid-v2mjfQZPnH .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mjfQZPnH .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mjfQZPnH .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mjfQZPnH .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mjfQZPnH .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mjfQZPnH .card-box {
  padding-top: 28px;
}
.cid-v2mjfQZPnH .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mjfQZPnH .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mjfQZPnH .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mjfQZPnH .card-contacts {
  color: #878e99;
}
.cid-v2mjfQZPnH .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mjfQZPnH .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mjfQZPnH .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mjfQZPnH .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mjfQZPnH .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mjfQZPnH .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mjfQZPnH .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mjfQZPnH .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mjfQZPnH .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mjfQZPnH .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mjfQZPnH .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mjfQZPnH .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mjfQZPnH .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mjfQZPnH .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mjfQZPnH .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mjfQZPnH .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mjfQZPnH .form-wrap {
    padding: 20px;
  }
}
.cid-v2mjfQZPnH form {
  width: 100%;
}
.cid-v2mjfQZPnH form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mjfQZPnH form p {
  color: #878e99;
}
.cid-v2mjfQZPnH form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mjfQZPnH form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mjfQZPnH form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mjfQZPnH form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mjfQZPnH form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form select {
  color: #878e99 !important;
}
.cid-v2mjfQZPnH form input {
  background: #162739;
}
.cid-v2mjfQZPnH form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mjfQZPnH form input:active,
.cid-v2mjfQZPnH form textarea:active,
.cid-v2mjfQZPnH form input:focus,
.cid-v2mjfQZPnH form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mjfQZPnH form input:active::-webkit-input-placeholder,
.cid-v2mjfQZPnH form textarea:active::-webkit-input-placeholder,
.cid-v2mjfQZPnH form input:focus::-webkit-input-placeholder,
.cid-v2mjfQZPnH form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form input:active::-moz-placeholder,
.cid-v2mjfQZPnH form textarea:active::-moz-placeholder,
.cid-v2mjfQZPnH form input:focus::-moz-placeholder,
.cid-v2mjfQZPnH form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form input:active:-moz-placeholder,
.cid-v2mjfQZPnH form textarea:active:-moz-placeholder,
.cid-v2mjfQZPnH form input:focus:-moz-placeholder,
.cid-v2mjfQZPnH form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form input:active:-ms-input-placeholder,
.cid-v2mjfQZPnH form textarea:active:-ms-input-placeholder,
.cid-v2mjfQZPnH form input:focus:-ms-input-placeholder,
.cid-v2mjfQZPnH form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mjfQZPnH form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mjfQZPnH form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mjfQZPnH form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mjfQZPnH form .form-control-label {
  width: 100%;
}
.cid-v2mjfQZPnH form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mjfQZPnH form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mjfQZPnH form .form-check-input:focus,
.cid-v2mjfQZPnH form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mjfQZPnH form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1vBLzEIgx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vBLzEIgx .nav-item,
.cid-v1vBLzEIgx .nav-link,
.cid-v1vBLzEIgx .navbar-caption {
  font-weight: normal;
}
.cid-v1vBLzEIgx .nav-item:focus,
.cid-v1vBLzEIgx .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1vBLzEIgx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1vBLzEIgx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vBLzEIgx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1vBLzEIgx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1vBLzEIgx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1vBLzEIgx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1vBLzEIgx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vBLzEIgx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1vBLzEIgx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1vBLzEIgx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1vBLzEIgx .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1vBLzEIgx .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1vBLzEIgx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1vBLzEIgx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1vBLzEIgx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1vBLzEIgx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1vBLzEIgx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1vBLzEIgx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1vBLzEIgx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1vBLzEIgx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1vBLzEIgx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1vBLzEIgx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1vBLzEIgx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1vBLzEIgx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1vBLzEIgx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1vBLzEIgx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1vBLzEIgx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1vBLzEIgx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1vBLzEIgx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1vBLzEIgx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1vBLzEIgx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1vBLzEIgx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1vBLzEIgx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1vBLzEIgx .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1vBLzEIgx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1vBLzEIgx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1vBLzEIgx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1vBLzEIgx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1vBLzEIgx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1vBLzEIgx .dropdown-item.active,
.cid-v1vBLzEIgx .dropdown-item:active {
  background-color: transparent;
}
.cid-v1vBLzEIgx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1vBLzEIgx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1vBLzEIgx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1vBLzEIgx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1vBLzEIgx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1vBLzEIgx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1vBLzEIgx .navbar-buttons {
  text-align: center;
}
.cid-v1vBLzEIgx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1vBLzEIgx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1vBLzEIgx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1vBLzEIgx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vBLzEIgx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vBLzEIgx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1vBLzEIgx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vBLzEIgx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1vBLzEIgx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1vBLzEIgx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vBLzEIgx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1vBLzEIgx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1vBLzEIgx .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1vBLzEIgx .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1vBLzEIgx .soc-item {
  margin: .5rem .3rem;
}
.cid-v1vBLzEIgx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1vBLzEIgx .navbar {
    height: 77px;
  }
  .cid-v1vBLzEIgx .navbar.opened {
    height: auto;
  }
  .cid-v1vBLzEIgx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1vBLCFIDc {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1vBLCFIDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vBLCFIDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1vBLCFIDc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1vBLCFIDc .row {
  flex-direction: row-reverse;
}
.cid-v1vBLCFIDc .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1vBLCFIDc .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1vBLCFIDc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1vBLCFIDc .mbr-section-title {
  color: #162739;
}
.cid-v1vBLCFIDc .mbr-text,
.cid-v1vBLCFIDc .mbr-section-btn {
  color: #182f47;
}
.cid-v1vBLDYic4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1vBLDYic4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vBLDYic4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vBLDYic4 .content-text {
  max-width: 800px;
}
.cid-v1vBLFd83o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vBLFd83o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vBLFd83o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vBLFd83o .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vBLFd83o .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vBLFd83o .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vBLFd83o .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vBLFd83o .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vBLFd83o .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vBLFd83o .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vBLFd83o .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vBLFd83o .item:hover .item-wrapper .item-img,
.cid-v1vBLFd83o .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vBLFd83o .item:hover .item-wrapper .item-img,
  .cid-v1vBLFd83o .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vBLFd83o .item:hover .item-wrapper .item-img img,
.cid-v1vBLFd83o .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vBLFd83o .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vBLFd83o .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vBLFd83o .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vBLFd83o .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vBLFd83o .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vBLFd83o .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vBLFd83o .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vBLFd83o .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vBLFd83o .mbr-section-title {
  color: #404349;
}
.cid-v1vBLFd83o .mbr-desc {
  color: #b19a7c;
}
.cid-v1vBLFd83o .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vBLFd83o .item-desc {
  color: #b19a7c;
}
.cid-v1vBLGsMS5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1vBLGsMS5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vBLGsMS5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vBLGsMS5 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vBLGsMS5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vBLGsMS5 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vBLGsMS5 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vBLGsMS5 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vBLGsMS5 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vBLGsMS5 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vBLGsMS5 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vBLGsMS5 .item:hover .item-wrapper .item-img,
.cid-v1vBLGsMS5 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vBLGsMS5 .item:hover .item-wrapper .item-img,
  .cid-v1vBLGsMS5 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vBLGsMS5 .item:hover .item-wrapper .item-img img,
.cid-v1vBLGsMS5 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vBLGsMS5 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vBLGsMS5 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vBLGsMS5 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vBLGsMS5 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vBLGsMS5 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vBLGsMS5 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vBLGsMS5 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vBLGsMS5 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vBLGsMS5 .mbr-section-title {
  color: #404349;
}
.cid-v1vBLGsMS5 .mbr-desc {
  color: #b19a7c;
}
.cid-v1vBLGsMS5 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vBLGsMS5 .item-desc {
  color: #b19a7c;
}
.cid-v1vBLHL2W3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vBLHL2W3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vBLHL2W3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vBLHL2W3 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vBLHL2W3 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vBLHL2W3 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vBLHL2W3 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vBLHL2W3 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vBLHL2W3 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vBLHL2W3 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vBLHL2W3 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vBLHL2W3 .item:hover .item-wrapper .item-img,
.cid-v1vBLHL2W3 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vBLHL2W3 .item:hover .item-wrapper .item-img,
  .cid-v1vBLHL2W3 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vBLHL2W3 .item:hover .item-wrapper .item-img img,
.cid-v1vBLHL2W3 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vBLHL2W3 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vBLHL2W3 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vBLHL2W3 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vBLHL2W3 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vBLHL2W3 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vBLHL2W3 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vBLHL2W3 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vBLHL2W3 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vBLHL2W3 .mbr-section-title {
  color: #404349;
}
.cid-v1vBLHL2W3 .mbr-desc {
  color: #b19a7c;
}
.cid-v1vBLHL2W3 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vBLHL2W3 .item-desc {
  color: #b19a7c;
}
.cid-v1vBLJ4XQV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1vBLJ4XQV .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1vBLJ4XQV .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1vBLJ4XQV .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1vBLJ4XQV .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1vBLJ4XQV .mbr-section-subtitle {
  text-align: center;
}
.cid-v1vBLJ4XQV .mbr-text {
  color: #ffffff;
}
.cid-v1vBLKiczj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vBLKiczj .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vBLKiczj .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vBLKiczj .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vBLKiczj .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vBLKiczj .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vBLKiczj .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vBLKiczj .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vBLKiczj .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vBLKiczj .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vBLLDIHP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vBLLDIHP .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vBLLDIHP .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vBLLDIHP .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vBLLDIHP .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vBLLDIHP .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vBLLDIHP .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vBLLDIHP .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vBLLDIHP .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vBLLDIHP .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vBLMZjoO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vBLMZjoO .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vBLMZjoO .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vBLMZjoO .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vBLMZjoO .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vBLMZjoO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vBLMZjoO .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vBLMZjoO .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vBLMZjoO .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vBLMZjoO .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vBLOjNQr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vBLOjNQr .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vBLOjNQr .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vBLOjNQr .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vBLOjNQr .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vBLOjNQr .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vBLOjNQr .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vBLOjNQr .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vBLOjNQr .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vBLOjNQr .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vBLPAuqK {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vBLPAuqK .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vBLPAuqK .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vBLPAuqK .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vBLPAuqK .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vBLPAuqK .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vBLPAuqK .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vBLPAuqK .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vBLPAuqK .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vBLPAuqK .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjbFtWsZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjbFtWsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjbFtWsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjbFtWsZ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjbFtWsZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjbFtWsZ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjbFtWsZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjbFtWsZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjbFtWsZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjbFtWsZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjbFtWsZ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjbFtWsZ .embla__button--next,
.cid-v2mjbFtWsZ .embla__button--prev {
  display: flex;
}
.cid-v2mjbFtWsZ .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjbFtWsZ .embla__button {
    top: 0;
  }
}
.cid-v2mjbFtWsZ .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjbFtWsZ .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjbFtWsZ .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjbFtWsZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjbFtWsZ .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjbFtWsZ .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjbFtWsZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjbFtWsZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjbFtWsZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjbFtWsZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjbFtWsZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjbFtWsZ .mbr-label,
.cid-v2mjbFtWsZ .label-wrapper {
  color: #182f47;
}
.cid-v2mjbFtWsZ .mbr-section-title,
.cid-v2mjbFtWsZ .title-wrapper {
  color: #ffffff;
}
.cid-v2mjbFtWsZ .card-title {
  color: #000000;
}
.cid-v2mjbFtWsZ .card-text {
  color: #8a8a8a;
}
.cid-v2mjbFtWsZ .card-title,
.cid-v2mjbFtWsZ .item-btn {
  color: #182f47;
}
.cid-v2mjbFtWsZ .mbr-section-title {
  color: #182f47;
}
.cid-v2mjc0nznz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjc0nznz .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjc0nznz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjc0nznz .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjc0nznz .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjc0nznz .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjc0nznz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjc0nznz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjc0nznz .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjc0nznz .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjc0nznz .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjc0nznz .embla__button--next,
.cid-v2mjc0nznz .embla__button--prev {
  display: flex;
}
.cid-v2mjc0nznz .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjc0nznz .embla__button {
    top: 0;
  }
}
.cid-v2mjc0nznz .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjc0nznz .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjc0nznz .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjc0nznz .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjc0nznz .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjc0nznz .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjc0nznz .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjc0nznz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjc0nznz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjc0nznz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjc0nznz .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjc0nznz .mbr-label,
.cid-v2mjc0nznz .label-wrapper {
  color: #182f47;
}
.cid-v2mjc0nznz .mbr-section-title,
.cid-v2mjc0nznz .title-wrapper {
  color: #ffffff;
}
.cid-v2mjc0nznz .card-title {
  color: #000000;
}
.cid-v2mjc0nznz .card-text {
  color: #8a8a8a;
}
.cid-v2mjc0nznz .card-title,
.cid-v2mjc0nznz .item-btn {
  color: #182f47;
}
.cid-v2mjc0nznz .mbr-section-title {
  color: #182f47;
}
.cid-v1vBLUbvh9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1vBLUbvh9 img,
.cid-v1vBLUbvh9 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vBLUbvh9 .item:focus,
.cid-v1vBLUbvh9 span:focus {
  outline: none;
}
.cid-v1vBLUbvh9 .item-wrapper {
  position: relative;
}
.cid-v1vBLUbvh9 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1vBLUbvh9 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1vBLUbvh9 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1vBLUbvh9 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1vBLUbvh9 .mbr-section-title {
  color: #ffffff;
}
.cid-v1vBLUbvh9 .mbr-text,
.cid-v1vBLUbvh9 .mbr-section-btn {
  text-align: left;
}
.cid-v1vBLUbvh9 .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1vBLUbvh9 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1vBLUbvh9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1vBLUbvh9 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1vBLUbvh9 .embla__button--next,
.cid-v1vBLUbvh9 .embla__button--prev {
  display: flex;
}
.cid-v1vBLUbvh9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1vBLUbvh9 .embla__button {
    display: none;
  }
}
.cid-v1vBLUbvh9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1vBLUbvh9 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1vBLUbvh9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1vBLUbvh9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1vBLUbvh9 .embla__button {
    top: auto;
  }
}
.cid-v1vBLUbvh9 .embla {
  position: relative;
  width: 100%;
}
.cid-v1vBLUbvh9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vBLUbvh9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vBLUbvh9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vBLUbvh9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1vBLUbvh9 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1vBLUbvh9 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1vBLUbvh9 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mmiCRfZR {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mmiCRfZR .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mmiCRfZR .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mmiCRfZR .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mmiCRfZR .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mmiCRfZR .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mmiCRfZR .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mmiCRfZR .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mmiCRfZR .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mmiCRfZR .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mmiCRfZR .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mmiCRfZR .item-card {
  height: 100%;
}
.cid-v2mmiCRfZR .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mmiCRfZR .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mmiCRfZR .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mmiCRfZR .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mmiCRfZR .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mmiCRfZR .card-box {
  padding-top: 28px;
}
.cid-v2mmiCRfZR .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mmiCRfZR .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mmiCRfZR .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mmiCRfZR .card-contacts {
  color: #878e99;
}
.cid-v2mmiCRfZR .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mmiCRfZR .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mmiCRfZR .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mmiCRfZR .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mmiCRfZR .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mmiCRfZR .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mmiCRfZR .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mmiCRfZR .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mmiCRfZR .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mmiCRfZR .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mmiCRfZR .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mmiCRfZR .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mmiCRfZR .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mmiCRfZR .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mmiCRfZR .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mmiCRfZR .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mmiCRfZR .form-wrap {
    padding: 20px;
  }
}
.cid-v2mmiCRfZR form {
  width: 100%;
}
.cid-v2mmiCRfZR form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mmiCRfZR form p {
  color: #878e99;
}
.cid-v2mmiCRfZR form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mmiCRfZR form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mmiCRfZR form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mmiCRfZR form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mmiCRfZR form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form select {
  color: #878e99 !important;
}
.cid-v2mmiCRfZR form input {
  background: #162739;
}
.cid-v2mmiCRfZR form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mmiCRfZR form input:active,
.cid-v2mmiCRfZR form textarea:active,
.cid-v2mmiCRfZR form input:focus,
.cid-v2mmiCRfZR form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mmiCRfZR form input:active::-webkit-input-placeholder,
.cid-v2mmiCRfZR form textarea:active::-webkit-input-placeholder,
.cid-v2mmiCRfZR form input:focus::-webkit-input-placeholder,
.cid-v2mmiCRfZR form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form input:active::-moz-placeholder,
.cid-v2mmiCRfZR form textarea:active::-moz-placeholder,
.cid-v2mmiCRfZR form input:focus::-moz-placeholder,
.cid-v2mmiCRfZR form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form input:active:-moz-placeholder,
.cid-v2mmiCRfZR form textarea:active:-moz-placeholder,
.cid-v2mmiCRfZR form input:focus:-moz-placeholder,
.cid-v2mmiCRfZR form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form input:active:-ms-input-placeholder,
.cid-v2mmiCRfZR form textarea:active:-ms-input-placeholder,
.cid-v2mmiCRfZR form input:focus:-ms-input-placeholder,
.cid-v2mmiCRfZR form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mmiCRfZR form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mmiCRfZR form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mmiCRfZR form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mmiCRfZR form .form-control-label {
  width: 100%;
}
.cid-v2mmiCRfZR form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mmiCRfZR form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mmiCRfZR form .form-check-input:focus,
.cid-v2mmiCRfZR form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mmiCRfZR form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1vHH7WARd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vHH7WARd .nav-item,
.cid-v1vHH7WARd .nav-link,
.cid-v1vHH7WARd .navbar-caption {
  font-weight: normal;
}
.cid-v1vHH7WARd .nav-item:focus,
.cid-v1vHH7WARd .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1vHH7WARd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1vHH7WARd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vHH7WARd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1vHH7WARd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1vHH7WARd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1vHH7WARd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1vHH7WARd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vHH7WARd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1vHH7WARd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1vHH7WARd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1vHH7WARd .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1vHH7WARd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1vHH7WARd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1vHH7WARd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1vHH7WARd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1vHH7WARd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1vHH7WARd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1vHH7WARd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1vHH7WARd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1vHH7WARd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1vHH7WARd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1vHH7WARd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1vHH7WARd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1vHH7WARd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1vHH7WARd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1vHH7WARd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1vHH7WARd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1vHH7WARd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1vHH7WARd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1vHH7WARd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1vHH7WARd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1vHH7WARd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1vHH7WARd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1vHH7WARd .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1vHH7WARd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1vHH7WARd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1vHH7WARd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1vHH7WARd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1vHH7WARd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1vHH7WARd .dropdown-item.active,
.cid-v1vHH7WARd .dropdown-item:active {
  background-color: transparent;
}
.cid-v1vHH7WARd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1vHH7WARd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1vHH7WARd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1vHH7WARd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1vHH7WARd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1vHH7WARd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1vHH7WARd .navbar-buttons {
  text-align: center;
}
.cid-v1vHH7WARd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1vHH7WARd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1vHH7WARd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1vHH7WARd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vHH7WARd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vHH7WARd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1vHH7WARd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vHH7WARd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1vHH7WARd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1vHH7WARd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vHH7WARd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1vHH7WARd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1vHH7WARd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1vHH7WARd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1vHH7WARd .soc-item {
  margin: .5rem .3rem;
}
.cid-v1vHH7WARd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1vHH7WARd .navbar {
    height: 77px;
  }
  .cid-v1vHH7WARd .navbar.opened {
    height: auto;
  }
  .cid-v1vHH7WARd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1vHH9en61 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1vHH9en61 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vHH9en61 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1vHH9en61 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1vHH9en61 .row {
  flex-direction: row-reverse;
}
.cid-v1vHH9en61 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1vHH9en61 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1vHH9en61 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1vHH9en61 .mbr-section-title {
  color: #162739;
}
.cid-v1vHH9en61 .mbr-text,
.cid-v1vHH9en61 .mbr-section-btn {
  color: #182f47;
}
.cid-v1vHHc0ZWN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vHHc0ZWN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vHHc0ZWN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vHHc0ZWN .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vHHc0ZWN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vHHc0ZWN .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vHHc0ZWN .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vHHc0ZWN .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vHHc0ZWN .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vHHc0ZWN .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vHHc0ZWN .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vHHc0ZWN .item:hover .item-wrapper .item-img,
.cid-v1vHHc0ZWN .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vHHc0ZWN .item:hover .item-wrapper .item-img,
  .cid-v1vHHc0ZWN .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vHHc0ZWN .item:hover .item-wrapper .item-img img,
.cid-v1vHHc0ZWN .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vHHc0ZWN .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vHHc0ZWN .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vHHc0ZWN .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vHHc0ZWN .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vHHc0ZWN .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vHHc0ZWN .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vHHc0ZWN .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vHHc0ZWN .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vHHc0ZWN .mbr-section-title {
  color: #404349;
}
.cid-v1vHHc0ZWN .mbr-desc {
  color: #b19a7c;
}
.cid-v1vHHc0ZWN .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vHHc0ZWN .item-desc {
  color: #b19a7c;
}
.cid-v1vHHcFVWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1vHHcFVWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vHHcFVWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vHHcFVWD .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vHHcFVWD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vHHcFVWD .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vHHcFVWD .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vHHcFVWD .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vHHcFVWD .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vHHcFVWD .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vHHcFVWD .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vHHcFVWD .item:hover .item-wrapper .item-img,
.cid-v1vHHcFVWD .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vHHcFVWD .item:hover .item-wrapper .item-img,
  .cid-v1vHHcFVWD .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vHHcFVWD .item:hover .item-wrapper .item-img img,
.cid-v1vHHcFVWD .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vHHcFVWD .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vHHcFVWD .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vHHcFVWD .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vHHcFVWD .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vHHcFVWD .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vHHcFVWD .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vHHcFVWD .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vHHcFVWD .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vHHcFVWD .mbr-section-title {
  color: #404349;
}
.cid-v1vHHcFVWD .mbr-desc {
  color: #b19a7c;
}
.cid-v1vHHcFVWD .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vHHcFVWD .item-desc {
  color: #b19a7c;
}
.cid-v1vHHduEVP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vHHduEVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vHHduEVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vHHduEVP .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vHHduEVP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vHHduEVP .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vHHduEVP .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vHHduEVP .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vHHduEVP .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vHHduEVP .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vHHduEVP .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vHHduEVP .item:hover .item-wrapper .item-img,
.cid-v1vHHduEVP .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vHHduEVP .item:hover .item-wrapper .item-img,
  .cid-v1vHHduEVP .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vHHduEVP .item:hover .item-wrapper .item-img img,
.cid-v1vHHduEVP .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vHHduEVP .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vHHduEVP .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vHHduEVP .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vHHduEVP .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vHHduEVP .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vHHduEVP .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vHHduEVP .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vHHduEVP .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vHHduEVP .mbr-section-title {
  color: #404349;
}
.cid-v1vHHduEVP .mbr-desc {
  color: #b19a7c;
}
.cid-v1vHHduEVP .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vHHduEVP .item-desc {
  color: #b19a7c;
}
.cid-v1vHHefenF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1vHHefenF .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1vHHefenF .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1vHHefenF .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1vHHefenF .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1vHHefenF .mbr-section-subtitle {
  text-align: center;
}
.cid-v1vHHefenF .mbr-text {
  color: #ffffff;
}
.cid-v1vHHeUo6B {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vHHeUo6B .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vHHeUo6B .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vHHeUo6B .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vHHeUo6B .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vHHeUo6B .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vHHeUo6B .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vHHeUo6B .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vHHeUo6B .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vHHeUo6B .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vHHfDBY4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vHHfDBY4 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vHHfDBY4 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vHHfDBY4 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vHHfDBY4 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vHHfDBY4 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vHHfDBY4 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vHHfDBY4 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vHHfDBY4 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vHHfDBY4 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vHHgoy40 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vHHgoy40 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vHHgoy40 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vHHgoy40 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vHHgoy40 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vHHgoy40 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vHHgoy40 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vHHgoy40 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vHHgoy40 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vHHgoy40 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vHHheG9y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vHHheG9y .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vHHheG9y .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vHHheG9y .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vHHheG9y .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vHHheG9y .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vHHheG9y .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vHHheG9y .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vHHheG9y .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vHHheG9y .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vHHi5diu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vHHi5diu .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vHHi5diu .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vHHi5diu .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vHHi5diu .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vHHi5diu .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vHHi5diu .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vHHi5diu .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vHHi5diu .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vHHi5diu .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjzZwlDH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjzZwlDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjzZwlDH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjzZwlDH .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjzZwlDH .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjzZwlDH .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjzZwlDH .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjzZwlDH .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjzZwlDH .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjzZwlDH .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjzZwlDH .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjzZwlDH .embla__button--next,
.cid-v2mjzZwlDH .embla__button--prev {
  display: flex;
}
.cid-v2mjzZwlDH .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjzZwlDH .embla__button {
    top: 0;
  }
}
.cid-v2mjzZwlDH .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjzZwlDH .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjzZwlDH .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjzZwlDH .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjzZwlDH .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjzZwlDH .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjzZwlDH .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjzZwlDH .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjzZwlDH .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjzZwlDH .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjzZwlDH .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjzZwlDH .mbr-label,
.cid-v2mjzZwlDH .label-wrapper {
  color: #182f47;
}
.cid-v2mjzZwlDH .mbr-section-title,
.cid-v2mjzZwlDH .title-wrapper {
  color: #ffffff;
}
.cid-v2mjzZwlDH .card-title {
  color: #000000;
}
.cid-v2mjzZwlDH .card-text {
  color: #8a8a8a;
}
.cid-v2mjzZwlDH .card-title,
.cid-v2mjzZwlDH .item-btn {
  color: #182f47;
}
.cid-v2mjzZwlDH .mbr-section-title {
  color: #182f47;
}
.cid-v2mjAmcgcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjAmcgcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjAmcgcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjAmcgcF .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjAmcgcF .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjAmcgcF .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjAmcgcF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjAmcgcF .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjAmcgcF .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjAmcgcF .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjAmcgcF .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjAmcgcF .embla__button--next,
.cid-v2mjAmcgcF .embla__button--prev {
  display: flex;
}
.cid-v2mjAmcgcF .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjAmcgcF .embla__button {
    top: 0;
  }
}
.cid-v2mjAmcgcF .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjAmcgcF .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjAmcgcF .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjAmcgcF .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjAmcgcF .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjAmcgcF .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjAmcgcF .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjAmcgcF .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjAmcgcF .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjAmcgcF .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjAmcgcF .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjAmcgcF .mbr-label,
.cid-v2mjAmcgcF .label-wrapper {
  color: #182f47;
}
.cid-v2mjAmcgcF .mbr-section-title,
.cid-v2mjAmcgcF .title-wrapper {
  color: #ffffff;
}
.cid-v2mjAmcgcF .card-title {
  color: #000000;
}
.cid-v2mjAmcgcF .card-text {
  color: #8a8a8a;
}
.cid-v2mjAmcgcF .card-title,
.cid-v2mjAmcgcF .item-btn {
  color: #182f47;
}
.cid-v2mjAmcgcF .mbr-section-title {
  color: #182f47;
}
.cid-v1vHHl0WC6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1vHHl0WC6 img,
.cid-v1vHHl0WC6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vHHl0WC6 .item:focus,
.cid-v1vHHl0WC6 span:focus {
  outline: none;
}
.cid-v1vHHl0WC6 .item-wrapper {
  position: relative;
}
.cid-v1vHHl0WC6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1vHHl0WC6 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1vHHl0WC6 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1vHHl0WC6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1vHHl0WC6 .mbr-section-title {
  color: #ffffff;
}
.cid-v1vHHl0WC6 .mbr-text,
.cid-v1vHHl0WC6 .mbr-section-btn {
  text-align: left;
}
.cid-v1vHHl0WC6 .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1vHHl0WC6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1vHHl0WC6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1vHHl0WC6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1vHHl0WC6 .embla__button--next,
.cid-v1vHHl0WC6 .embla__button--prev {
  display: flex;
}
.cid-v1vHHl0WC6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1vHHl0WC6 .embla__button {
    display: none;
  }
}
.cid-v1vHHl0WC6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1vHHl0WC6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1vHHl0WC6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1vHHl0WC6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1vHHl0WC6 .embla__button {
    top: auto;
  }
}
.cid-v1vHHl0WC6 .embla {
  position: relative;
  width: 100%;
}
.cid-v1vHHl0WC6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vHHl0WC6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vHHl0WC6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vHHl0WC6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1vHHl0WC6 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1vHHl0WC6 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1vHHl0WC6 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkFSs7uT {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkFSs7uT .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkFSs7uT .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkFSs7uT .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkFSs7uT .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkFSs7uT .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkFSs7uT .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkFSs7uT .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkFSs7uT .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkFSs7uT .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkFSs7uT .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkFSs7uT .item-card {
  height: 100%;
}
.cid-v2mkFSs7uT .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkFSs7uT .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkFSs7uT .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkFSs7uT .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkFSs7uT .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkFSs7uT .card-box {
  padding-top: 28px;
}
.cid-v2mkFSs7uT .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkFSs7uT .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkFSs7uT .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkFSs7uT .card-contacts {
  color: #878e99;
}
.cid-v2mkFSs7uT .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkFSs7uT .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkFSs7uT .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkFSs7uT .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkFSs7uT .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkFSs7uT .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkFSs7uT .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkFSs7uT .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkFSs7uT .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkFSs7uT .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkFSs7uT .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkFSs7uT .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkFSs7uT .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkFSs7uT .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkFSs7uT .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkFSs7uT .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkFSs7uT .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkFSs7uT form {
  width: 100%;
}
.cid-v2mkFSs7uT form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkFSs7uT form p {
  color: #878e99;
}
.cid-v2mkFSs7uT form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkFSs7uT form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkFSs7uT form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkFSs7uT form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkFSs7uT form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form select {
  color: #878e99 !important;
}
.cid-v2mkFSs7uT form input {
  background: #162739;
}
.cid-v2mkFSs7uT form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkFSs7uT form input:active,
.cid-v2mkFSs7uT form textarea:active,
.cid-v2mkFSs7uT form input:focus,
.cid-v2mkFSs7uT form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkFSs7uT form input:active::-webkit-input-placeholder,
.cid-v2mkFSs7uT form textarea:active::-webkit-input-placeholder,
.cid-v2mkFSs7uT form input:focus::-webkit-input-placeholder,
.cid-v2mkFSs7uT form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form input:active::-moz-placeholder,
.cid-v2mkFSs7uT form textarea:active::-moz-placeholder,
.cid-v2mkFSs7uT form input:focus::-moz-placeholder,
.cid-v2mkFSs7uT form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form input:active:-moz-placeholder,
.cid-v2mkFSs7uT form textarea:active:-moz-placeholder,
.cid-v2mkFSs7uT form input:focus:-moz-placeholder,
.cid-v2mkFSs7uT form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form input:active:-ms-input-placeholder,
.cid-v2mkFSs7uT form textarea:active:-ms-input-placeholder,
.cid-v2mkFSs7uT form input:focus:-ms-input-placeholder,
.cid-v2mkFSs7uT form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkFSs7uT form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkFSs7uT form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkFSs7uT form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkFSs7uT form .form-control-label {
  width: 100%;
}
.cid-v2mkFSs7uT form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkFSs7uT form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkFSs7uT form .form-check-input:focus,
.cid-v2mkFSs7uT form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkFSs7uT form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1vOMzUZX2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vOMzUZX2 .nav-item,
.cid-v1vOMzUZX2 .nav-link,
.cid-v1vOMzUZX2 .navbar-caption {
  font-weight: normal;
}
.cid-v1vOMzUZX2 .nav-item:focus,
.cid-v1vOMzUZX2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1vOMzUZX2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1vOMzUZX2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vOMzUZX2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1vOMzUZX2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1vOMzUZX2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1vOMzUZX2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1vOMzUZX2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vOMzUZX2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1vOMzUZX2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1vOMzUZX2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1vOMzUZX2 .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1vOMzUZX2 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1vOMzUZX2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1vOMzUZX2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1vOMzUZX2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1vOMzUZX2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1vOMzUZX2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1vOMzUZX2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1vOMzUZX2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1vOMzUZX2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1vOMzUZX2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1vOMzUZX2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1vOMzUZX2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1vOMzUZX2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1vOMzUZX2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1vOMzUZX2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1vOMzUZX2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1vOMzUZX2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1vOMzUZX2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1vOMzUZX2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1vOMzUZX2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1vOMzUZX2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1vOMzUZX2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1vOMzUZX2 .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1vOMzUZX2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1vOMzUZX2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1vOMzUZX2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1vOMzUZX2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1vOMzUZX2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1vOMzUZX2 .dropdown-item.active,
.cid-v1vOMzUZX2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1vOMzUZX2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1vOMzUZX2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1vOMzUZX2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1vOMzUZX2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1vOMzUZX2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1vOMzUZX2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1vOMzUZX2 .navbar-buttons {
  text-align: center;
}
.cid-v1vOMzUZX2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1vOMzUZX2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1vOMzUZX2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1vOMzUZX2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vOMzUZX2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vOMzUZX2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1vOMzUZX2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vOMzUZX2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1vOMzUZX2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1vOMzUZX2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vOMzUZX2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1vOMzUZX2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1vOMzUZX2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1vOMzUZX2 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1vOMzUZX2 .soc-item {
  margin: .5rem .3rem;
}
.cid-v1vOMzUZX2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1vOMzUZX2 .navbar {
    height: 77px;
  }
  .cid-v1vOMzUZX2 .navbar.opened {
    height: auto;
  }
  .cid-v1vOMzUZX2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1vOMAHvJg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1vOMAHvJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vOMAHvJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1vOMAHvJg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1vOMAHvJg .row {
  flex-direction: row-reverse;
}
.cid-v1vOMAHvJg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1vOMAHvJg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1vOMAHvJg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1vOMAHvJg .mbr-section-title {
  color: #162739;
}
.cid-v1vOMAHvJg .mbr-text,
.cid-v1vOMAHvJg .mbr-section-btn {
  color: #182f47;
}
.cid-v1vOMBmCHU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vOMBmCHU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vOMBmCHU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vOMBmCHU .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vOMBmCHU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vOMBmCHU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vOMBmCHU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vOMBmCHU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vOMBmCHU .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vOMBmCHU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vOMBmCHU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vOMBmCHU .item:hover .item-wrapper .item-img,
.cid-v1vOMBmCHU .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vOMBmCHU .item:hover .item-wrapper .item-img,
  .cid-v1vOMBmCHU .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vOMBmCHU .item:hover .item-wrapper .item-img img,
.cid-v1vOMBmCHU .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vOMBmCHU .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vOMBmCHU .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vOMBmCHU .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vOMBmCHU .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vOMBmCHU .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vOMBmCHU .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vOMBmCHU .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vOMBmCHU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vOMBmCHU .mbr-section-title {
  color: #404349;
}
.cid-v1vOMBmCHU .mbr-desc {
  color: #b19a7c;
}
.cid-v1vOMBmCHU .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vOMBmCHU .item-desc {
  color: #b19a7c;
}
.cid-v1vOMC1JXB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1vOMC1JXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vOMC1JXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vOMC1JXB .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vOMC1JXB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vOMC1JXB .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vOMC1JXB .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vOMC1JXB .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vOMC1JXB .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vOMC1JXB .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vOMC1JXB .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vOMC1JXB .item:hover .item-wrapper .item-img,
.cid-v1vOMC1JXB .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vOMC1JXB .item:hover .item-wrapper .item-img,
  .cid-v1vOMC1JXB .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vOMC1JXB .item:hover .item-wrapper .item-img img,
.cid-v1vOMC1JXB .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vOMC1JXB .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vOMC1JXB .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vOMC1JXB .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vOMC1JXB .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vOMC1JXB .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vOMC1JXB .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vOMC1JXB .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vOMC1JXB .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vOMC1JXB .mbr-section-title {
  color: #404349;
}
.cid-v1vOMC1JXB .mbr-desc {
  color: #b19a7c;
}
.cid-v1vOMC1JXB .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vOMC1JXB .item-desc {
  color: #b19a7c;
}
.cid-v1vOMCIqEm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vOMCIqEm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vOMCIqEm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vOMCIqEm .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vOMCIqEm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vOMCIqEm .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vOMCIqEm .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vOMCIqEm .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vOMCIqEm .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vOMCIqEm .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vOMCIqEm .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vOMCIqEm .item:hover .item-wrapper .item-img,
.cid-v1vOMCIqEm .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vOMCIqEm .item:hover .item-wrapper .item-img,
  .cid-v1vOMCIqEm .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vOMCIqEm .item:hover .item-wrapper .item-img img,
.cid-v1vOMCIqEm .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vOMCIqEm .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vOMCIqEm .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vOMCIqEm .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vOMCIqEm .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vOMCIqEm .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vOMCIqEm .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vOMCIqEm .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vOMCIqEm .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vOMCIqEm .mbr-section-title {
  color: #404349;
}
.cid-v1vOMCIqEm .mbr-desc {
  color: #b19a7c;
}
.cid-v1vOMCIqEm .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vOMCIqEm .item-desc {
  color: #b19a7c;
}
.cid-v1vOMDn4Tu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1vOMDn4Tu .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1vOMDn4Tu .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1vOMDn4Tu .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1vOMDn4Tu .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1vOMDn4Tu .mbr-section-subtitle {
  text-align: center;
}
.cid-v1vOMDn4Tu .mbr-text {
  color: #ffffff;
}
.cid-v1vOME0gPh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vOME0gPh .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vOME0gPh .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vOME0gPh .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vOME0gPh .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vOME0gPh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vOME0gPh .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vOME0gPh .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vOME0gPh .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vOME0gPh .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vOMEGKjV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vOMEGKjV .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vOMEGKjV .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vOMEGKjV .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vOMEGKjV .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vOMEGKjV .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vOMEGKjV .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vOMEGKjV .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vOMEGKjV .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vOMEGKjV .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vOMFoks8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vOMFoks8 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vOMFoks8 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vOMFoks8 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vOMFoks8 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vOMFoks8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vOMFoks8 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vOMFoks8 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vOMFoks8 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vOMFoks8 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vOMG5blh {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vOMG5blh .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vOMG5blh .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vOMG5blh .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vOMG5blh .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vOMG5blh .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vOMG5blh .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vOMG5blh .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vOMG5blh .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vOMG5blh .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vOMGO93s {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vOMGO93s .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vOMGO93s .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vOMGO93s .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vOMGO93s .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vOMGO93s .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vOMGO93s .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vOMGO93s .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vOMGO93s .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vOMGO93s .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjJ5qJIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjJ5qJIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjJ5qJIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjJ5qJIy .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjJ5qJIy .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjJ5qJIy .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjJ5qJIy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjJ5qJIy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjJ5qJIy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjJ5qJIy .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjJ5qJIy .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjJ5qJIy .embla__button--next,
.cid-v2mjJ5qJIy .embla__button--prev {
  display: flex;
}
.cid-v2mjJ5qJIy .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjJ5qJIy .embla__button {
    top: 0;
  }
}
.cid-v2mjJ5qJIy .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjJ5qJIy .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjJ5qJIy .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjJ5qJIy .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjJ5qJIy .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjJ5qJIy .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjJ5qJIy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjJ5qJIy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjJ5qJIy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjJ5qJIy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjJ5qJIy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjJ5qJIy .mbr-label,
.cid-v2mjJ5qJIy .label-wrapper {
  color: #182f47;
}
.cid-v2mjJ5qJIy .mbr-section-title,
.cid-v2mjJ5qJIy .title-wrapper {
  color: #ffffff;
}
.cid-v2mjJ5qJIy .card-title {
  color: #000000;
}
.cid-v2mjJ5qJIy .card-text {
  color: #8a8a8a;
}
.cid-v2mjJ5qJIy .card-title,
.cid-v2mjJ5qJIy .item-btn {
  color: #182f47;
}
.cid-v2mjJ5qJIy .mbr-section-title {
  color: #182f47;
}
.cid-v2mjJxBMof {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjJxBMof .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjJxBMof .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjJxBMof .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjJxBMof .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjJxBMof .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjJxBMof .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjJxBMof .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjJxBMof .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjJxBMof .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjJxBMof .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjJxBMof .embla__button--next,
.cid-v2mjJxBMof .embla__button--prev {
  display: flex;
}
.cid-v2mjJxBMof .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjJxBMof .embla__button {
    top: 0;
  }
}
.cid-v2mjJxBMof .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjJxBMof .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjJxBMof .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjJxBMof .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjJxBMof .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjJxBMof .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjJxBMof .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjJxBMof .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjJxBMof .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjJxBMof .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjJxBMof .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjJxBMof .mbr-label,
.cid-v2mjJxBMof .label-wrapper {
  color: #182f47;
}
.cid-v2mjJxBMof .mbr-section-title,
.cid-v2mjJxBMof .title-wrapper {
  color: #ffffff;
}
.cid-v2mjJxBMof .card-title {
  color: #000000;
}
.cid-v2mjJxBMof .card-text {
  color: #8a8a8a;
}
.cid-v2mjJxBMof .card-title,
.cid-v2mjJxBMof .item-btn {
  color: #182f47;
}
.cid-v2mjJxBMof .mbr-section-title {
  color: #182f47;
}
.cid-v1vOMJuIY3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1vOMJuIY3 img,
.cid-v1vOMJuIY3 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vOMJuIY3 .item:focus,
.cid-v1vOMJuIY3 span:focus {
  outline: none;
}
.cid-v1vOMJuIY3 .item-wrapper {
  position: relative;
}
.cid-v1vOMJuIY3 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1vOMJuIY3 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1vOMJuIY3 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1vOMJuIY3 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1vOMJuIY3 .mbr-section-title {
  color: #ffffff;
}
.cid-v1vOMJuIY3 .mbr-text,
.cid-v1vOMJuIY3 .mbr-section-btn {
  text-align: left;
}
.cid-v1vOMJuIY3 .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1vOMJuIY3 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1vOMJuIY3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1vOMJuIY3 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1vOMJuIY3 .embla__button--next,
.cid-v1vOMJuIY3 .embla__button--prev {
  display: flex;
}
.cid-v1vOMJuIY3 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1vOMJuIY3 .embla__button {
    display: none;
  }
}
.cid-v1vOMJuIY3 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1vOMJuIY3 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1vOMJuIY3 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1vOMJuIY3 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1vOMJuIY3 .embla__button {
    top: auto;
  }
}
.cid-v1vOMJuIY3 .embla {
  position: relative;
  width: 100%;
}
.cid-v1vOMJuIY3 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vOMJuIY3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vOMJuIY3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vOMJuIY3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1vOMJuIY3 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1vOMJuIY3 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1vOMJuIY3 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkDamYa7 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkDamYa7 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkDamYa7 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkDamYa7 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkDamYa7 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkDamYa7 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkDamYa7 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkDamYa7 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkDamYa7 .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkDamYa7 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkDamYa7 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkDamYa7 .item-card {
  height: 100%;
}
.cid-v2mkDamYa7 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkDamYa7 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkDamYa7 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkDamYa7 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkDamYa7 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkDamYa7 .card-box {
  padding-top: 28px;
}
.cid-v2mkDamYa7 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkDamYa7 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkDamYa7 .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkDamYa7 .card-contacts {
  color: #878e99;
}
.cid-v2mkDamYa7 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkDamYa7 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkDamYa7 .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkDamYa7 .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkDamYa7 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkDamYa7 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkDamYa7 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkDamYa7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkDamYa7 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkDamYa7 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkDamYa7 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkDamYa7 .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkDamYa7 .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkDamYa7 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkDamYa7 .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkDamYa7 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkDamYa7 .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkDamYa7 form {
  width: 100%;
}
.cid-v2mkDamYa7 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkDamYa7 form p {
  color: #878e99;
}
.cid-v2mkDamYa7 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkDamYa7 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkDamYa7 form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkDamYa7 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkDamYa7 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form select {
  color: #878e99 !important;
}
.cid-v2mkDamYa7 form input {
  background: #162739;
}
.cid-v2mkDamYa7 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkDamYa7 form input:active,
.cid-v2mkDamYa7 form textarea:active,
.cid-v2mkDamYa7 form input:focus,
.cid-v2mkDamYa7 form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkDamYa7 form input:active::-webkit-input-placeholder,
.cid-v2mkDamYa7 form textarea:active::-webkit-input-placeholder,
.cid-v2mkDamYa7 form input:focus::-webkit-input-placeholder,
.cid-v2mkDamYa7 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form input:active::-moz-placeholder,
.cid-v2mkDamYa7 form textarea:active::-moz-placeholder,
.cid-v2mkDamYa7 form input:focus::-moz-placeholder,
.cid-v2mkDamYa7 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form input:active:-moz-placeholder,
.cid-v2mkDamYa7 form textarea:active:-moz-placeholder,
.cid-v2mkDamYa7 form input:focus:-moz-placeholder,
.cid-v2mkDamYa7 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form input:active:-ms-input-placeholder,
.cid-v2mkDamYa7 form textarea:active:-ms-input-placeholder,
.cid-v2mkDamYa7 form input:focus:-ms-input-placeholder,
.cid-v2mkDamYa7 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkDamYa7 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkDamYa7 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkDamYa7 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkDamYa7 form .form-control-label {
  width: 100%;
}
.cid-v2mkDamYa7 form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkDamYa7 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkDamYa7 form .form-check-input:focus,
.cid-v2mkDamYa7 form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkDamYa7 form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1vPqxjBMb .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vPqxjBMb .nav-item,
.cid-v1vPqxjBMb .nav-link,
.cid-v1vPqxjBMb .navbar-caption {
  font-weight: normal;
}
.cid-v1vPqxjBMb .nav-item:focus,
.cid-v1vPqxjBMb .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1vPqxjBMb .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1vPqxjBMb .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vPqxjBMb .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1vPqxjBMb .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1vPqxjBMb .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1vPqxjBMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1vPqxjBMb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1vPqxjBMb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1vPqxjBMb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1vPqxjBMb .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1vPqxjBMb .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1vPqxjBMb .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1vPqxjBMb .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1vPqxjBMb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1vPqxjBMb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1vPqxjBMb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1vPqxjBMb .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1vPqxjBMb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1vPqxjBMb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1vPqxjBMb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1vPqxjBMb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1vPqxjBMb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1vPqxjBMb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1vPqxjBMb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1vPqxjBMb .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1vPqxjBMb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1vPqxjBMb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1vPqxjBMb .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1vPqxjBMb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1vPqxjBMb .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1vPqxjBMb .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1vPqxjBMb .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1vPqxjBMb .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1vPqxjBMb .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1vPqxjBMb .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1vPqxjBMb .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1vPqxjBMb .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1vPqxjBMb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1vPqxjBMb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1vPqxjBMb .dropdown-item.active,
.cid-v1vPqxjBMb .dropdown-item:active {
  background-color: transparent;
}
.cid-v1vPqxjBMb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1vPqxjBMb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1vPqxjBMb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1vPqxjBMb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1vPqxjBMb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1vPqxjBMb ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1vPqxjBMb .navbar-buttons {
  text-align: center;
}
.cid-v1vPqxjBMb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1vPqxjBMb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1vPqxjBMb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1vPqxjBMb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vPqxjBMb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1vPqxjBMb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1vPqxjBMb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vPqxjBMb nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1vPqxjBMb nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1vPqxjBMb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1vPqxjBMb .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1vPqxjBMb a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1vPqxjBMb .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1vPqxjBMb .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1vPqxjBMb .soc-item {
  margin: .5rem .3rem;
}
.cid-v1vPqxjBMb .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1vPqxjBMb .navbar {
    height: 77px;
  }
  .cid-v1vPqxjBMb .navbar.opened {
    height: auto;
  }
  .cid-v1vPqxjBMb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1vPqyvU00 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1vPqyvU00 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vPqyvU00 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1vPqyvU00 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1vPqyvU00 .row {
  flex-direction: row-reverse;
}
.cid-v1vPqyvU00 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1vPqyvU00 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1vPqyvU00 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1vPqyvU00 .mbr-section-title {
  color: #162739;
}
.cid-v1vPqyvU00 .mbr-text,
.cid-v1vPqyvU00 .mbr-section-btn {
  color: #182f47;
}
.cid-v1vPqzXvRp {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1vPqzXvRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vPqzXvRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vPqzXvRp .content-text {
  max-width: 800px;
}
.cid-v1vPqAMTJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vPqAMTJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vPqAMTJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vPqAMTJK .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vPqAMTJK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vPqAMTJK .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vPqAMTJK .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vPqAMTJK .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vPqAMTJK .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vPqAMTJK .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vPqAMTJK .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vPqAMTJK .item:hover .item-wrapper .item-img,
.cid-v1vPqAMTJK .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vPqAMTJK .item:hover .item-wrapper .item-img,
  .cid-v1vPqAMTJK .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vPqAMTJK .item:hover .item-wrapper .item-img img,
.cid-v1vPqAMTJK .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vPqAMTJK .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vPqAMTJK .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vPqAMTJK .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vPqAMTJK .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vPqAMTJK .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vPqAMTJK .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vPqAMTJK .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vPqAMTJK .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vPqAMTJK .mbr-section-title {
  color: #404349;
}
.cid-v1vPqAMTJK .mbr-desc {
  color: #b19a7c;
}
.cid-v1vPqAMTJK .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vPqAMTJK .item-desc {
  color: #b19a7c;
}
.cid-v1vPqBBEVF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1vPqBBEVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vPqBBEVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vPqBBEVF .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vPqBBEVF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vPqBBEVF .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vPqBBEVF .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vPqBBEVF .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vPqBBEVF .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vPqBBEVF .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vPqBBEVF .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vPqBBEVF .item:hover .item-wrapper .item-img,
.cid-v1vPqBBEVF .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vPqBBEVF .item:hover .item-wrapper .item-img,
  .cid-v1vPqBBEVF .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vPqBBEVF .item:hover .item-wrapper .item-img img,
.cid-v1vPqBBEVF .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vPqBBEVF .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vPqBBEVF .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vPqBBEVF .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vPqBBEVF .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vPqBBEVF .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vPqBBEVF .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vPqBBEVF .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vPqBBEVF .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vPqBBEVF .mbr-section-title {
  color: #404349;
}
.cid-v1vPqBBEVF .mbr-desc {
  color: #b19a7c;
}
.cid-v1vPqBBEVF .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vPqBBEVF .item-desc {
  color: #b19a7c;
}
.cid-v1vPqCp6yh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1vPqCp6yh .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1vPqCp6yh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1vPqCp6yh .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1vPqCp6yh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1vPqCp6yh .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1vPqCp6yh .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1vPqCp6yh .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1vPqCp6yh .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1vPqCp6yh .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1vPqCp6yh .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1vPqCp6yh .item:hover .item-wrapper .item-img,
.cid-v1vPqCp6yh .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1vPqCp6yh .item:hover .item-wrapper .item-img,
  .cid-v1vPqCp6yh .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vPqCp6yh .item:hover .item-wrapper .item-img img,
.cid-v1vPqCp6yh .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1vPqCp6yh .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1vPqCp6yh .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vPqCp6yh .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1vPqCp6yh .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1vPqCp6yh .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1vPqCp6yh .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1vPqCp6yh .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1vPqCp6yh .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1vPqCp6yh .mbr-section-title {
  color: #404349;
}
.cid-v1vPqCp6yh .mbr-desc {
  color: #b19a7c;
}
.cid-v1vPqCp6yh .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1vPqCp6yh .item-desc {
  color: #b19a7c;
}
.cid-v1vPqDfodJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1vPqDfodJ .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1vPqDfodJ .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1vPqDfodJ .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1vPqDfodJ .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1vPqDfodJ .mbr-section-subtitle {
  text-align: center;
}
.cid-v1vPqDfodJ .mbr-text {
  color: #ffffff;
}
.cid-v1vPqE3tMq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vPqE3tMq .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vPqE3tMq .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vPqE3tMq .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vPqE3tMq .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vPqE3tMq .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vPqE3tMq .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vPqE3tMq .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vPqE3tMq .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vPqE3tMq .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vPqEZ0Lp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vPqEZ0Lp .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vPqEZ0Lp .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vPqEZ0Lp .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vPqEZ0Lp .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vPqEZ0Lp .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vPqEZ0Lp .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vPqEZ0Lp .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vPqEZ0Lp .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vPqEZ0Lp .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vPqFPoDQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vPqFPoDQ .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vPqFPoDQ .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vPqFPoDQ .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vPqFPoDQ .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vPqFPoDQ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vPqFPoDQ .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vPqFPoDQ .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vPqFPoDQ .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vPqFPoDQ .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vPqGF3qJ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vPqGF3qJ .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vPqGF3qJ .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vPqGF3qJ .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vPqGF3qJ .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vPqGF3qJ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vPqGF3qJ .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vPqGF3qJ .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vPqGF3qJ .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vPqGF3qJ .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1vPqHsu1A {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1vPqHsu1A .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1vPqHsu1A .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1vPqHsu1A .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1vPqHsu1A .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1vPqHsu1A .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1vPqHsu1A .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1vPqHsu1A .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1vPqHsu1A .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1vPqHsu1A .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjNEcPUX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjNEcPUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjNEcPUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjNEcPUX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjNEcPUX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjNEcPUX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjNEcPUX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjNEcPUX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjNEcPUX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjNEcPUX .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjNEcPUX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjNEcPUX .embla__button--next,
.cid-v2mjNEcPUX .embla__button--prev {
  display: flex;
}
.cid-v2mjNEcPUX .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjNEcPUX .embla__button {
    top: 0;
  }
}
.cid-v2mjNEcPUX .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjNEcPUX .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjNEcPUX .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjNEcPUX .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjNEcPUX .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjNEcPUX .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjNEcPUX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjNEcPUX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjNEcPUX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjNEcPUX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjNEcPUX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjNEcPUX .mbr-label,
.cid-v2mjNEcPUX .label-wrapper {
  color: #182f47;
}
.cid-v2mjNEcPUX .mbr-section-title,
.cid-v2mjNEcPUX .title-wrapper {
  color: #ffffff;
}
.cid-v2mjNEcPUX .card-title {
  color: #000000;
}
.cid-v2mjNEcPUX .card-text {
  color: #8a8a8a;
}
.cid-v2mjNEcPUX .card-title,
.cid-v2mjNEcPUX .item-btn {
  color: #182f47;
}
.cid-v2mjNEcPUX .mbr-section-title {
  color: #182f47;
}
.cid-v2mjO79tdX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjO79tdX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjO79tdX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjO79tdX .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjO79tdX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjO79tdX .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjO79tdX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjO79tdX .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjO79tdX .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjO79tdX .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjO79tdX .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjO79tdX .embla__button--next,
.cid-v2mjO79tdX .embla__button--prev {
  display: flex;
}
.cid-v2mjO79tdX .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjO79tdX .embla__button {
    top: 0;
  }
}
.cid-v2mjO79tdX .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjO79tdX .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjO79tdX .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjO79tdX .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjO79tdX .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjO79tdX .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjO79tdX .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjO79tdX .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjO79tdX .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjO79tdX .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjO79tdX .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjO79tdX .mbr-label,
.cid-v2mjO79tdX .label-wrapper {
  color: #182f47;
}
.cid-v2mjO79tdX .mbr-section-title,
.cid-v2mjO79tdX .title-wrapper {
  color: #ffffff;
}
.cid-v2mjO79tdX .card-title {
  color: #000000;
}
.cid-v2mjO79tdX .card-text {
  color: #8a8a8a;
}
.cid-v2mjO79tdX .card-title,
.cid-v2mjO79tdX .item-btn {
  color: #182f47;
}
.cid-v2mjO79tdX .mbr-section-title {
  color: #182f47;
}
.cid-v1vPqKpKdM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1vPqKpKdM img,
.cid-v1vPqKpKdM .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1vPqKpKdM .item:focus,
.cid-v1vPqKpKdM span:focus {
  outline: none;
}
.cid-v1vPqKpKdM .item-wrapper {
  position: relative;
}
.cid-v1vPqKpKdM .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1vPqKpKdM .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1vPqKpKdM .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1vPqKpKdM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1vPqKpKdM .mbr-section-title {
  color: #ffffff;
}
.cid-v1vPqKpKdM .mbr-text,
.cid-v1vPqKpKdM .mbr-section-btn {
  text-align: left;
}
.cid-v1vPqKpKdM .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1vPqKpKdM .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1vPqKpKdM .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1vPqKpKdM .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1vPqKpKdM .embla__button--next,
.cid-v1vPqKpKdM .embla__button--prev {
  display: flex;
}
.cid-v1vPqKpKdM .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1vPqKpKdM .embla__button {
    display: none;
  }
}
.cid-v1vPqKpKdM .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1vPqKpKdM .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1vPqKpKdM .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1vPqKpKdM .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1vPqKpKdM .embla__button {
    top: auto;
  }
}
.cid-v1vPqKpKdM .embla {
  position: relative;
  width: 100%;
}
.cid-v1vPqKpKdM .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1vPqKpKdM .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1vPqKpKdM .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1vPqKpKdM .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1vPqKpKdM .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1vPqKpKdM .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1vPqKpKdM .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkzrNIuC {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkzrNIuC .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkzrNIuC .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkzrNIuC .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkzrNIuC .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkzrNIuC .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkzrNIuC .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkzrNIuC .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkzrNIuC .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkzrNIuC .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkzrNIuC .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkzrNIuC .item-card {
  height: 100%;
}
.cid-v2mkzrNIuC .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkzrNIuC .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkzrNIuC .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkzrNIuC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkzrNIuC .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkzrNIuC .card-box {
  padding-top: 28px;
}
.cid-v2mkzrNIuC .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkzrNIuC .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkzrNIuC .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkzrNIuC .card-contacts {
  color: #878e99;
}
.cid-v2mkzrNIuC .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkzrNIuC .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkzrNIuC .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkzrNIuC .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkzrNIuC .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkzrNIuC .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkzrNIuC .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkzrNIuC .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkzrNIuC .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkzrNIuC .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkzrNIuC .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkzrNIuC .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkzrNIuC .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkzrNIuC .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkzrNIuC .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkzrNIuC .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkzrNIuC .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkzrNIuC form {
  width: 100%;
}
.cid-v2mkzrNIuC form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkzrNIuC form p {
  color: #878e99;
}
.cid-v2mkzrNIuC form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkzrNIuC form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkzrNIuC form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkzrNIuC form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkzrNIuC form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form select {
  color: #878e99 !important;
}
.cid-v2mkzrNIuC form input {
  background: #162739;
}
.cid-v2mkzrNIuC form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkzrNIuC form input:active,
.cid-v2mkzrNIuC form textarea:active,
.cid-v2mkzrNIuC form input:focus,
.cid-v2mkzrNIuC form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkzrNIuC form input:active::-webkit-input-placeholder,
.cid-v2mkzrNIuC form textarea:active::-webkit-input-placeholder,
.cid-v2mkzrNIuC form input:focus::-webkit-input-placeholder,
.cid-v2mkzrNIuC form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form input:active::-moz-placeholder,
.cid-v2mkzrNIuC form textarea:active::-moz-placeholder,
.cid-v2mkzrNIuC form input:focus::-moz-placeholder,
.cid-v2mkzrNIuC form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form input:active:-moz-placeholder,
.cid-v2mkzrNIuC form textarea:active:-moz-placeholder,
.cid-v2mkzrNIuC form input:focus:-moz-placeholder,
.cid-v2mkzrNIuC form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form input:active:-ms-input-placeholder,
.cid-v2mkzrNIuC form textarea:active:-ms-input-placeholder,
.cid-v2mkzrNIuC form input:focus:-ms-input-placeholder,
.cid-v2mkzrNIuC form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkzrNIuC form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkzrNIuC form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkzrNIuC form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkzrNIuC form .form-control-label {
  width: 100%;
}
.cid-v2mkzrNIuC form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkzrNIuC form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkzrNIuC form .form-check-input:focus,
.cid-v2mkzrNIuC form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkzrNIuC form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1wjQbGgYl .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wjQbGgYl .nav-item,
.cid-v1wjQbGgYl .nav-link,
.cid-v1wjQbGgYl .navbar-caption {
  font-weight: normal;
}
.cid-v1wjQbGgYl .nav-item:focus,
.cid-v1wjQbGgYl .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1wjQbGgYl .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1wjQbGgYl .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wjQbGgYl .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1wjQbGgYl .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1wjQbGgYl .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1wjQbGgYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1wjQbGgYl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wjQbGgYl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1wjQbGgYl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1wjQbGgYl .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1wjQbGgYl .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1wjQbGgYl .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1wjQbGgYl .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1wjQbGgYl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1wjQbGgYl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1wjQbGgYl .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1wjQbGgYl .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1wjQbGgYl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1wjQbGgYl .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1wjQbGgYl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1wjQbGgYl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1wjQbGgYl .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1wjQbGgYl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1wjQbGgYl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1wjQbGgYl .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1wjQbGgYl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1wjQbGgYl .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1wjQbGgYl .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1wjQbGgYl .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1wjQbGgYl .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1wjQbGgYl .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1wjQbGgYl .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1wjQbGgYl .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1wjQbGgYl .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1wjQbGgYl .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1wjQbGgYl .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1wjQbGgYl .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1wjQbGgYl .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1wjQbGgYl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1wjQbGgYl .dropdown-item.active,
.cid-v1wjQbGgYl .dropdown-item:active {
  background-color: transparent;
}
.cid-v1wjQbGgYl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1wjQbGgYl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1wjQbGgYl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1wjQbGgYl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1wjQbGgYl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1wjQbGgYl ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1wjQbGgYl .navbar-buttons {
  text-align: center;
}
.cid-v1wjQbGgYl button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1wjQbGgYl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1wjQbGgYl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1wjQbGgYl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wjQbGgYl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wjQbGgYl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1wjQbGgYl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wjQbGgYl nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1wjQbGgYl nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1wjQbGgYl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wjQbGgYl .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1wjQbGgYl a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1wjQbGgYl .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1wjQbGgYl .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1wjQbGgYl .soc-item {
  margin: .5rem .3rem;
}
.cid-v1wjQbGgYl .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1wjQbGgYl .navbar {
    height: 77px;
  }
  .cid-v1wjQbGgYl .navbar.opened {
    height: auto;
  }
  .cid-v1wjQbGgYl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1wjQcqDJU {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1wjQcqDJU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wjQcqDJU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1wjQcqDJU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1wjQcqDJU .row {
  flex-direction: row-reverse;
}
.cid-v1wjQcqDJU .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1wjQcqDJU .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1wjQcqDJU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1wjQcqDJU .mbr-section-title {
  color: #162739;
}
.cid-v1wjQcqDJU .mbr-text,
.cid-v1wjQcqDJU .mbr-section-btn {
  color: #182f47;
}
.cid-v1wjQd6aBT {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1wjQd6aBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wjQd6aBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wjQd6aBT .content-text {
  max-width: 800px;
}
.cid-v1wjQdGJcX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wjQdGJcX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wjQdGJcX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wjQdGJcX .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wjQdGJcX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wjQdGJcX .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wjQdGJcX .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wjQdGJcX .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wjQdGJcX .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wjQdGJcX .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wjQdGJcX .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wjQdGJcX .item:hover .item-wrapper .item-img,
.cid-v1wjQdGJcX .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wjQdGJcX .item:hover .item-wrapper .item-img,
  .cid-v1wjQdGJcX .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wjQdGJcX .item:hover .item-wrapper .item-img img,
.cid-v1wjQdGJcX .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wjQdGJcX .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wjQdGJcX .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wjQdGJcX .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wjQdGJcX .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wjQdGJcX .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wjQdGJcX .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wjQdGJcX .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wjQdGJcX .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wjQdGJcX .mbr-section-title {
  color: #404349;
}
.cid-v1wjQdGJcX .mbr-desc {
  color: #b19a7c;
}
.cid-v1wjQdGJcX .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wjQdGJcX .item-desc {
  color: #b19a7c;
}
.cid-v1wjQeozcU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wjQeozcU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wjQeozcU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wjQeozcU .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wjQeozcU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wjQeozcU .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wjQeozcU .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wjQeozcU .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wjQeozcU .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wjQeozcU .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wjQeozcU .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wjQeozcU .item:hover .item-wrapper .item-img,
.cid-v1wjQeozcU .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wjQeozcU .item:hover .item-wrapper .item-img,
  .cid-v1wjQeozcU .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wjQeozcU .item:hover .item-wrapper .item-img img,
.cid-v1wjQeozcU .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wjQeozcU .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wjQeozcU .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wjQeozcU .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wjQeozcU .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wjQeozcU .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wjQeozcU .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wjQeozcU .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wjQeozcU .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wjQeozcU .mbr-section-title {
  color: #404349;
}
.cid-v1wjQeozcU .mbr-desc {
  color: #b19a7c;
}
.cid-v1wjQeozcU .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wjQeozcU .item-desc {
  color: #b19a7c;
}
.cid-v1wjQf6wwb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wjQf6wwb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wjQf6wwb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wjQf6wwb .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wjQf6wwb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wjQf6wwb .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wjQf6wwb .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wjQf6wwb .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wjQf6wwb .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wjQf6wwb .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wjQf6wwb .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wjQf6wwb .item:hover .item-wrapper .item-img,
.cid-v1wjQf6wwb .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wjQf6wwb .item:hover .item-wrapper .item-img,
  .cid-v1wjQf6wwb .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wjQf6wwb .item:hover .item-wrapper .item-img img,
.cid-v1wjQf6wwb .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wjQf6wwb .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wjQf6wwb .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wjQf6wwb .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wjQf6wwb .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wjQf6wwb .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wjQf6wwb .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wjQf6wwb .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wjQf6wwb .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wjQf6wwb .mbr-section-title {
  color: #404349;
}
.cid-v1wjQf6wwb .mbr-desc {
  color: #b19a7c;
}
.cid-v1wjQf6wwb .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wjQf6wwb .item-desc {
  color: #b19a7c;
}
.cid-v1wjQfMyjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1wjQfMyjP .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1wjQfMyjP .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1wjQfMyjP .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1wjQfMyjP .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1wjQfMyjP .mbr-section-subtitle {
  text-align: center;
}
.cid-v1wjQfMyjP .mbr-text {
  color: #ffffff;
}
.cid-v1wjQgqKUF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wjQgqKUF .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wjQgqKUF .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wjQgqKUF .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wjQgqKUF .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wjQgqKUF .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wjQgqKUF .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wjQgqKUF .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wjQgqKUF .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wjQgqKUF .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wjQhbt78 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wjQhbt78 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wjQhbt78 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wjQhbt78 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wjQhbt78 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wjQhbt78 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wjQhbt78 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wjQhbt78 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wjQhbt78 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wjQhbt78 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wjQhUzm2 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wjQhUzm2 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wjQhUzm2 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wjQhUzm2 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wjQhUzm2 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wjQhUzm2 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wjQhUzm2 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wjQhUzm2 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wjQhUzm2 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wjQhUzm2 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wjQiEPbQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wjQiEPbQ .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wjQiEPbQ .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wjQiEPbQ .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wjQiEPbQ .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wjQiEPbQ .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wjQiEPbQ .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wjQiEPbQ .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wjQiEPbQ .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wjQiEPbQ .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wjQjn12a {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wjQjn12a .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wjQjn12a .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wjQjn12a .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wjQjn12a .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wjQjn12a .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wjQjn12a .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wjQjn12a .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wjQjn12a .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wjQjn12a .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjRlDyHA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjRlDyHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjRlDyHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjRlDyHA .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjRlDyHA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjRlDyHA .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjRlDyHA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjRlDyHA .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjRlDyHA .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjRlDyHA .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjRlDyHA .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjRlDyHA .embla__button--next,
.cid-v2mjRlDyHA .embla__button--prev {
  display: flex;
}
.cid-v2mjRlDyHA .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjRlDyHA .embla__button {
    top: 0;
  }
}
.cid-v2mjRlDyHA .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjRlDyHA .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjRlDyHA .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjRlDyHA .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjRlDyHA .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjRlDyHA .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjRlDyHA .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjRlDyHA .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjRlDyHA .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjRlDyHA .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjRlDyHA .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjRlDyHA .mbr-label,
.cid-v2mjRlDyHA .label-wrapper {
  color: #182f47;
}
.cid-v2mjRlDyHA .mbr-section-title,
.cid-v2mjRlDyHA .title-wrapper {
  color: #ffffff;
}
.cid-v2mjRlDyHA .card-title {
  color: #000000;
}
.cid-v2mjRlDyHA .card-text {
  color: #8a8a8a;
}
.cid-v2mjRlDyHA .card-title,
.cid-v2mjRlDyHA .item-btn {
  color: #182f47;
}
.cid-v2mjRlDyHA .mbr-section-title {
  color: #182f47;
}
.cid-v2mjRV76FY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjRV76FY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjRV76FY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjRV76FY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjRV76FY .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjRV76FY .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjRV76FY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjRV76FY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjRV76FY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjRV76FY .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjRV76FY .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjRV76FY .embla__button--next,
.cid-v2mjRV76FY .embla__button--prev {
  display: flex;
}
.cid-v2mjRV76FY .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjRV76FY .embla__button {
    top: 0;
  }
}
.cid-v2mjRV76FY .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjRV76FY .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjRV76FY .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjRV76FY .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjRV76FY .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjRV76FY .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjRV76FY .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjRV76FY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjRV76FY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjRV76FY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjRV76FY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjRV76FY .mbr-label,
.cid-v2mjRV76FY .label-wrapper {
  color: #182f47;
}
.cid-v2mjRV76FY .mbr-section-title,
.cid-v2mjRV76FY .title-wrapper {
  color: #ffffff;
}
.cid-v2mjRV76FY .card-title {
  color: #000000;
}
.cid-v2mjRV76FY .card-text {
  color: #8a8a8a;
}
.cid-v2mjRV76FY .card-title,
.cid-v2mjRV76FY .item-btn {
  color: #182f47;
}
.cid-v2mjRV76FY .mbr-section-title {
  color: #182f47;
}
.cid-v1wjQm9SZx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1wjQm9SZx img,
.cid-v1wjQm9SZx .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1wjQm9SZx .item:focus,
.cid-v1wjQm9SZx span:focus {
  outline: none;
}
.cid-v1wjQm9SZx .item-wrapper {
  position: relative;
}
.cid-v1wjQm9SZx .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1wjQm9SZx .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1wjQm9SZx .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1wjQm9SZx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1wjQm9SZx .mbr-section-title {
  color: #ffffff;
}
.cid-v1wjQm9SZx .mbr-text,
.cid-v1wjQm9SZx .mbr-section-btn {
  text-align: left;
}
.cid-v1wjQm9SZx .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1wjQm9SZx .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1wjQm9SZx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1wjQm9SZx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1wjQm9SZx .embla__button--next,
.cid-v1wjQm9SZx .embla__button--prev {
  display: flex;
}
.cid-v1wjQm9SZx .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1wjQm9SZx .embla__button {
    display: none;
  }
}
.cid-v1wjQm9SZx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1wjQm9SZx .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1wjQm9SZx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wjQm9SZx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1wjQm9SZx .embla__button {
    top: auto;
  }
}
.cid-v1wjQm9SZx .embla {
  position: relative;
  width: 100%;
}
.cid-v1wjQm9SZx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1wjQm9SZx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wjQm9SZx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wjQm9SZx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1wjQm9SZx .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1wjQm9SZx .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1wjQm9SZx .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkxp9pvh {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkxp9pvh .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkxp9pvh .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkxp9pvh .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkxp9pvh .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkxp9pvh .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkxp9pvh .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkxp9pvh .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkxp9pvh .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkxp9pvh .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkxp9pvh .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkxp9pvh .item-card {
  height: 100%;
}
.cid-v2mkxp9pvh .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkxp9pvh .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkxp9pvh .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkxp9pvh .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkxp9pvh .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkxp9pvh .card-box {
  padding-top: 28px;
}
.cid-v2mkxp9pvh .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkxp9pvh .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkxp9pvh .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkxp9pvh .card-contacts {
  color: #878e99;
}
.cid-v2mkxp9pvh .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkxp9pvh .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkxp9pvh .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkxp9pvh .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkxp9pvh .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkxp9pvh .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkxp9pvh .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkxp9pvh .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkxp9pvh .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkxp9pvh .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkxp9pvh .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkxp9pvh .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkxp9pvh .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkxp9pvh .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkxp9pvh .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkxp9pvh .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkxp9pvh .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkxp9pvh form {
  width: 100%;
}
.cid-v2mkxp9pvh form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkxp9pvh form p {
  color: #878e99;
}
.cid-v2mkxp9pvh form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkxp9pvh form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkxp9pvh form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkxp9pvh form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkxp9pvh form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form select {
  color: #878e99 !important;
}
.cid-v2mkxp9pvh form input {
  background: #162739;
}
.cid-v2mkxp9pvh form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkxp9pvh form input:active,
.cid-v2mkxp9pvh form textarea:active,
.cid-v2mkxp9pvh form input:focus,
.cid-v2mkxp9pvh form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkxp9pvh form input:active::-webkit-input-placeholder,
.cid-v2mkxp9pvh form textarea:active::-webkit-input-placeholder,
.cid-v2mkxp9pvh form input:focus::-webkit-input-placeholder,
.cid-v2mkxp9pvh form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form input:active::-moz-placeholder,
.cid-v2mkxp9pvh form textarea:active::-moz-placeholder,
.cid-v2mkxp9pvh form input:focus::-moz-placeholder,
.cid-v2mkxp9pvh form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form input:active:-moz-placeholder,
.cid-v2mkxp9pvh form textarea:active:-moz-placeholder,
.cid-v2mkxp9pvh form input:focus:-moz-placeholder,
.cid-v2mkxp9pvh form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form input:active:-ms-input-placeholder,
.cid-v2mkxp9pvh form textarea:active:-ms-input-placeholder,
.cid-v2mkxp9pvh form input:focus:-ms-input-placeholder,
.cid-v2mkxp9pvh form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkxp9pvh form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkxp9pvh form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkxp9pvh form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkxp9pvh form .form-control-label {
  width: 100%;
}
.cid-v2mkxp9pvh form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkxp9pvh form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkxp9pvh form .form-check-input:focus,
.cid-v2mkxp9pvh form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkxp9pvh form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1wm4k5kf2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wm4k5kf2 .nav-item,
.cid-v1wm4k5kf2 .nav-link,
.cid-v1wm4k5kf2 .navbar-caption {
  font-weight: normal;
}
.cid-v1wm4k5kf2 .nav-item:focus,
.cid-v1wm4k5kf2 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1wm4k5kf2 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1wm4k5kf2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wm4k5kf2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1wm4k5kf2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1wm4k5kf2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1wm4k5kf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1wm4k5kf2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wm4k5kf2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1wm4k5kf2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1wm4k5kf2 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1wm4k5kf2 .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1wm4k5kf2 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1wm4k5kf2 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1wm4k5kf2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1wm4k5kf2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1wm4k5kf2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1wm4k5kf2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1wm4k5kf2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1wm4k5kf2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1wm4k5kf2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1wm4k5kf2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1wm4k5kf2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1wm4k5kf2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1wm4k5kf2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1wm4k5kf2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1wm4k5kf2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1wm4k5kf2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1wm4k5kf2 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1wm4k5kf2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1wm4k5kf2 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1wm4k5kf2 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1wm4k5kf2 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1wm4k5kf2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1wm4k5kf2 .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1wm4k5kf2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1wm4k5kf2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1wm4k5kf2 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1wm4k5kf2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1wm4k5kf2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1wm4k5kf2 .dropdown-item.active,
.cid-v1wm4k5kf2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1wm4k5kf2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1wm4k5kf2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1wm4k5kf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1wm4k5kf2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1wm4k5kf2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1wm4k5kf2 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1wm4k5kf2 .navbar-buttons {
  text-align: center;
}
.cid-v1wm4k5kf2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1wm4k5kf2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1wm4k5kf2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1wm4k5kf2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wm4k5kf2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wm4k5kf2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1wm4k5kf2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wm4k5kf2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1wm4k5kf2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1wm4k5kf2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wm4k5kf2 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1wm4k5kf2 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1wm4k5kf2 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1wm4k5kf2 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1wm4k5kf2 .soc-item {
  margin: .5rem .3rem;
}
.cid-v1wm4k5kf2 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1wm4k5kf2 .navbar {
    height: 77px;
  }
  .cid-v1wm4k5kf2 .navbar.opened {
    height: auto;
  }
  .cid-v1wm4k5kf2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1wm4kNy0A {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1wm4kNy0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wm4kNy0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1wm4kNy0A .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1wm4kNy0A .row {
  flex-direction: row-reverse;
}
.cid-v1wm4kNy0A .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1wm4kNy0A .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1wm4kNy0A .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1wm4kNy0A .mbr-section-title {
  color: #162739;
}
.cid-v1wm4kNy0A .mbr-text,
.cid-v1wm4kNy0A .mbr-section-btn {
  color: #182f47;
}
.cid-v1wr6gGANW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1wr6gGANW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wr6gGANW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wr6gGANW .content-text {
  max-width: 800px;
}
.cid-v1wm4lrWUE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wm4lrWUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wm4lrWUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wm4lrWUE .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wm4lrWUE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wm4lrWUE .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wm4lrWUE .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wm4lrWUE .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wm4lrWUE .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wm4lrWUE .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wm4lrWUE .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wm4lrWUE .item:hover .item-wrapper .item-img,
.cid-v1wm4lrWUE .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wm4lrWUE .item:hover .item-wrapper .item-img,
  .cid-v1wm4lrWUE .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wm4lrWUE .item:hover .item-wrapper .item-img img,
.cid-v1wm4lrWUE .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wm4lrWUE .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wm4lrWUE .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wm4lrWUE .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wm4lrWUE .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wm4lrWUE .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wm4lrWUE .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wm4lrWUE .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wm4lrWUE .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wm4lrWUE .mbr-section-title {
  color: #404349;
}
.cid-v1wm4lrWUE .mbr-desc {
  color: #b19a7c;
}
.cid-v1wm4lrWUE .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wm4lrWUE .item-desc {
  color: #b19a7c;
}
.cid-v1wm4m6Dym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wm4m6Dym .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wm4m6Dym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wm4m6Dym .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wm4m6Dym .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wm4m6Dym .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wm4m6Dym .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wm4m6Dym .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wm4m6Dym .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wm4m6Dym .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wm4m6Dym .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wm4m6Dym .item:hover .item-wrapper .item-img,
.cid-v1wm4m6Dym .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wm4m6Dym .item:hover .item-wrapper .item-img,
  .cid-v1wm4m6Dym .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wm4m6Dym .item:hover .item-wrapper .item-img img,
.cid-v1wm4m6Dym .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wm4m6Dym .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wm4m6Dym .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wm4m6Dym .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wm4m6Dym .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wm4m6Dym .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wm4m6Dym .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wm4m6Dym .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wm4m6Dym .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wm4m6Dym .mbr-section-title {
  color: #404349;
}
.cid-v1wm4m6Dym .mbr-desc {
  color: #b19a7c;
}
.cid-v1wm4m6Dym .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wm4m6Dym .item-desc {
  color: #b19a7c;
}
.cid-v1wm4mOIB4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wm4mOIB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wm4mOIB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wm4mOIB4 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wm4mOIB4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wm4mOIB4 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wm4mOIB4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wm4mOIB4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wm4mOIB4 .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wm4mOIB4 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wm4mOIB4 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wm4mOIB4 .item:hover .item-wrapper .item-img,
.cid-v1wm4mOIB4 .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wm4mOIB4 .item:hover .item-wrapper .item-img,
  .cid-v1wm4mOIB4 .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wm4mOIB4 .item:hover .item-wrapper .item-img img,
.cid-v1wm4mOIB4 .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wm4mOIB4 .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wm4mOIB4 .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wm4mOIB4 .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wm4mOIB4 .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wm4mOIB4 .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wm4mOIB4 .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wm4mOIB4 .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wm4mOIB4 .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wm4mOIB4 .mbr-section-title {
  color: #404349;
}
.cid-v1wm4mOIB4 .mbr-desc {
  color: #b19a7c;
}
.cid-v1wm4mOIB4 .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wm4mOIB4 .item-desc {
  color: #b19a7c;
}
.cid-v1wm4ns3CU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1wm4ns3CU .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1wm4ns3CU .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1wm4ns3CU .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1wm4ns3CU .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1wm4ns3CU .mbr-section-subtitle {
  text-align: center;
}
.cid-v1wm4ns3CU .mbr-text {
  color: #ffffff;
}
.cid-v1wm4o4YJa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wm4o4YJa .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wm4o4YJa .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wm4o4YJa .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wm4o4YJa .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wm4o4YJa .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wm4o4YJa .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wm4o4YJa .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wm4o4YJa .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wm4o4YJa .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wm4oNcap {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wm4oNcap .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wm4oNcap .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wm4oNcap .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wm4oNcap .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wm4oNcap .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wm4oNcap .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wm4oNcap .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wm4oNcap .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wm4oNcap .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wm4puTfX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wm4puTfX .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wm4puTfX .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wm4puTfX .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wm4puTfX .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wm4puTfX .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wm4puTfX .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wm4puTfX .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wm4puTfX .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wm4puTfX .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wm4qciYG {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wm4qciYG .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wm4qciYG .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wm4qciYG .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wm4qciYG .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wm4qciYG .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wm4qciYG .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wm4qciYG .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wm4qciYG .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wm4qciYG .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wm4qTJwi {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wm4qTJwi .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wm4qTJwi .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wm4qTJwi .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wm4qTJwi .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wm4qTJwi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wm4qTJwi .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wm4qTJwi .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wm4qTJwi .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wm4qTJwi .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjV7jxpd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjV7jxpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjV7jxpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjV7jxpd .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjV7jxpd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjV7jxpd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjV7jxpd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjV7jxpd .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjV7jxpd .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjV7jxpd .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjV7jxpd .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjV7jxpd .embla__button--next,
.cid-v2mjV7jxpd .embla__button--prev {
  display: flex;
}
.cid-v2mjV7jxpd .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjV7jxpd .embla__button {
    top: 0;
  }
}
.cid-v2mjV7jxpd .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjV7jxpd .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjV7jxpd .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjV7jxpd .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjV7jxpd .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjV7jxpd .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjV7jxpd .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjV7jxpd .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjV7jxpd .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjV7jxpd .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjV7jxpd .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjV7jxpd .mbr-label,
.cid-v2mjV7jxpd .label-wrapper {
  color: #182f47;
}
.cid-v2mjV7jxpd .mbr-section-title,
.cid-v2mjV7jxpd .title-wrapper {
  color: #ffffff;
}
.cid-v2mjV7jxpd .card-title {
  color: #000000;
}
.cid-v2mjV7jxpd .card-text {
  color: #8a8a8a;
}
.cid-v2mjV7jxpd .card-title,
.cid-v2mjV7jxpd .item-btn {
  color: #182f47;
}
.cid-v2mjV7jxpd .mbr-section-title {
  color: #182f47;
}
.cid-v2mjVyQ5qu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjVyQ5qu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjVyQ5qu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjVyQ5qu .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjVyQ5qu .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjVyQ5qu .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjVyQ5qu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjVyQ5qu .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjVyQ5qu .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjVyQ5qu .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjVyQ5qu .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjVyQ5qu .embla__button--next,
.cid-v2mjVyQ5qu .embla__button--prev {
  display: flex;
}
.cid-v2mjVyQ5qu .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjVyQ5qu .embla__button {
    top: 0;
  }
}
.cid-v2mjVyQ5qu .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjVyQ5qu .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjVyQ5qu .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjVyQ5qu .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjVyQ5qu .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjVyQ5qu .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjVyQ5qu .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjVyQ5qu .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjVyQ5qu .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjVyQ5qu .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjVyQ5qu .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjVyQ5qu .mbr-label,
.cid-v2mjVyQ5qu .label-wrapper {
  color: #182f47;
}
.cid-v2mjVyQ5qu .mbr-section-title,
.cid-v2mjVyQ5qu .title-wrapper {
  color: #ffffff;
}
.cid-v2mjVyQ5qu .card-title {
  color: #000000;
}
.cid-v2mjVyQ5qu .card-text {
  color: #8a8a8a;
}
.cid-v2mjVyQ5qu .card-title,
.cid-v2mjVyQ5qu .item-btn {
  color: #182f47;
}
.cid-v2mjVyQ5qu .mbr-section-title {
  color: #182f47;
}
.cid-v1wm4tCPOy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1wm4tCPOy img,
.cid-v1wm4tCPOy .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1wm4tCPOy .item:focus,
.cid-v1wm4tCPOy span:focus {
  outline: none;
}
.cid-v1wm4tCPOy .item-wrapper {
  position: relative;
}
.cid-v1wm4tCPOy .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1wm4tCPOy .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1wm4tCPOy .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1wm4tCPOy .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1wm4tCPOy .mbr-section-title {
  color: #ffffff;
}
.cid-v1wm4tCPOy .mbr-text,
.cid-v1wm4tCPOy .mbr-section-btn {
  text-align: left;
}
.cid-v1wm4tCPOy .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1wm4tCPOy .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1wm4tCPOy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1wm4tCPOy .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1wm4tCPOy .embla__button--next,
.cid-v1wm4tCPOy .embla__button--prev {
  display: flex;
}
.cid-v1wm4tCPOy .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1wm4tCPOy .embla__button {
    display: none;
  }
}
.cid-v1wm4tCPOy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1wm4tCPOy .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1wm4tCPOy .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wm4tCPOy .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1wm4tCPOy .embla__button {
    top: auto;
  }
}
.cid-v1wm4tCPOy .embla {
  position: relative;
  width: 100%;
}
.cid-v1wm4tCPOy .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1wm4tCPOy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wm4tCPOy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wm4tCPOy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1wm4tCPOy .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1wm4tCPOy .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1wm4tCPOy .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkva6f5f {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkva6f5f .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkva6f5f .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkva6f5f .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkva6f5f .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkva6f5f .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkva6f5f .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkva6f5f .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkva6f5f .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkva6f5f .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkva6f5f .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkva6f5f .item-card {
  height: 100%;
}
.cid-v2mkva6f5f .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkva6f5f .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkva6f5f .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkva6f5f .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkva6f5f .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkva6f5f .card-box {
  padding-top: 28px;
}
.cid-v2mkva6f5f .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkva6f5f .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkva6f5f .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkva6f5f .card-contacts {
  color: #878e99;
}
.cid-v2mkva6f5f .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkva6f5f .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkva6f5f .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkva6f5f .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkva6f5f .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkva6f5f .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkva6f5f .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkva6f5f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkva6f5f .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkva6f5f .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkva6f5f .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkva6f5f .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkva6f5f .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkva6f5f .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkva6f5f .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkva6f5f .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkva6f5f .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkva6f5f form {
  width: 100%;
}
.cid-v2mkva6f5f form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkva6f5f form p {
  color: #878e99;
}
.cid-v2mkva6f5f form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkva6f5f form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkva6f5f form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkva6f5f form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkva6f5f form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form select {
  color: #878e99 !important;
}
.cid-v2mkva6f5f form input {
  background: #162739;
}
.cid-v2mkva6f5f form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkva6f5f form input:active,
.cid-v2mkva6f5f form textarea:active,
.cid-v2mkva6f5f form input:focus,
.cid-v2mkva6f5f form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkva6f5f form input:active::-webkit-input-placeholder,
.cid-v2mkva6f5f form textarea:active::-webkit-input-placeholder,
.cid-v2mkva6f5f form input:focus::-webkit-input-placeholder,
.cid-v2mkva6f5f form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form input:active::-moz-placeholder,
.cid-v2mkva6f5f form textarea:active::-moz-placeholder,
.cid-v2mkva6f5f form input:focus::-moz-placeholder,
.cid-v2mkva6f5f form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form input:active:-moz-placeholder,
.cid-v2mkva6f5f form textarea:active:-moz-placeholder,
.cid-v2mkva6f5f form input:focus:-moz-placeholder,
.cid-v2mkva6f5f form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form input:active:-ms-input-placeholder,
.cid-v2mkva6f5f form textarea:active:-ms-input-placeholder,
.cid-v2mkva6f5f form input:focus:-ms-input-placeholder,
.cid-v2mkva6f5f form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkva6f5f form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkva6f5f form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkva6f5f form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkva6f5f form .form-control-label {
  width: 100%;
}
.cid-v2mkva6f5f form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkva6f5f form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkva6f5f form .form-check-input:focus,
.cid-v2mkva6f5f form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkva6f5f form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1woNlf0eG .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1woNlf0eG .nav-item,
.cid-v1woNlf0eG .nav-link,
.cid-v1woNlf0eG .navbar-caption {
  font-weight: normal;
}
.cid-v1woNlf0eG .nav-item:focus,
.cid-v1woNlf0eG .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1woNlf0eG .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1woNlf0eG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1woNlf0eG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1woNlf0eG .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1woNlf0eG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1woNlf0eG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1woNlf0eG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1woNlf0eG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1woNlf0eG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1woNlf0eG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1woNlf0eG .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1woNlf0eG .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1woNlf0eG .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1woNlf0eG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1woNlf0eG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1woNlf0eG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1woNlf0eG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1woNlf0eG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1woNlf0eG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1woNlf0eG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1woNlf0eG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1woNlf0eG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1woNlf0eG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1woNlf0eG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1woNlf0eG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1woNlf0eG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1woNlf0eG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1woNlf0eG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1woNlf0eG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1woNlf0eG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1woNlf0eG .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1woNlf0eG .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1woNlf0eG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1woNlf0eG .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1woNlf0eG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1woNlf0eG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1woNlf0eG .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1woNlf0eG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1woNlf0eG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1woNlf0eG .dropdown-item.active,
.cid-v1woNlf0eG .dropdown-item:active {
  background-color: transparent;
}
.cid-v1woNlf0eG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1woNlf0eG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1woNlf0eG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1woNlf0eG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1woNlf0eG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1woNlf0eG ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1woNlf0eG .navbar-buttons {
  text-align: center;
}
.cid-v1woNlf0eG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1woNlf0eG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1woNlf0eG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1woNlf0eG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1woNlf0eG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1woNlf0eG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1woNlf0eG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1woNlf0eG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1woNlf0eG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1woNlf0eG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1woNlf0eG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1woNlf0eG a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1woNlf0eG .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1woNlf0eG .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1woNlf0eG .soc-item {
  margin: .5rem .3rem;
}
.cid-v1woNlf0eG .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1woNlf0eG .navbar {
    height: 77px;
  }
  .cid-v1woNlf0eG .navbar.opened {
    height: auto;
  }
  .cid-v1woNlf0eG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1woNlYx95 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1woNlYx95 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1woNlYx95 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1woNlYx95 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1woNlYx95 .row {
  flex-direction: row-reverse;
}
.cid-v1woNlYx95 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1woNlYx95 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1woNlYx95 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1woNlYx95 .mbr-section-title {
  color: #162739;
}
.cid-v1woNlYx95 .mbr-text,
.cid-v1woNlYx95 .mbr-section-btn {
  color: #182f47;
}
.cid-v1wpew1reQ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1wpew1reQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wpew1reQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wpew1reQ .content-text {
  max-width: 800px;
}
.cid-v1woNmBdZS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1woNmBdZS .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1woNmBdZS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1woNmBdZS .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1woNmBdZS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1woNmBdZS .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1woNmBdZS .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1woNmBdZS .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1woNmBdZS .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1woNmBdZS .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1woNmBdZS .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1woNmBdZS .item:hover .item-wrapper .item-img,
.cid-v1woNmBdZS .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1woNmBdZS .item:hover .item-wrapper .item-img,
  .cid-v1woNmBdZS .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1woNmBdZS .item:hover .item-wrapper .item-img img,
.cid-v1woNmBdZS .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1woNmBdZS .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1woNmBdZS .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1woNmBdZS .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1woNmBdZS .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1woNmBdZS .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1woNmBdZS .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1woNmBdZS .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1woNmBdZS .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1woNmBdZS .mbr-section-title {
  color: #404349;
}
.cid-v1woNmBdZS .mbr-desc {
  color: #b19a7c;
}
.cid-v1woNmBdZS .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1woNmBdZS .item-desc {
  color: #b19a7c;
}
.cid-v1woNnjBqk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1woNnjBqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1woNnjBqk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1woNnjBqk .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1woNnjBqk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1woNnjBqk .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1woNnjBqk .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1woNnjBqk .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1woNnjBqk .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1woNnjBqk .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1woNnjBqk .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1woNnjBqk .item:hover .item-wrapper .item-img,
.cid-v1woNnjBqk .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1woNnjBqk .item:hover .item-wrapper .item-img,
  .cid-v1woNnjBqk .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1woNnjBqk .item:hover .item-wrapper .item-img img,
.cid-v1woNnjBqk .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1woNnjBqk .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1woNnjBqk .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1woNnjBqk .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1woNnjBqk .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1woNnjBqk .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1woNnjBqk .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1woNnjBqk .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1woNnjBqk .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1woNnjBqk .mbr-section-title {
  color: #404349;
}
.cid-v1woNnjBqk .mbr-desc {
  color: #b19a7c;
}
.cid-v1woNnjBqk .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1woNnjBqk .item-desc {
  color: #b19a7c;
}
.cid-v1woNnZAPc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1woNnZAPc .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1woNnZAPc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1woNnZAPc .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1woNnZAPc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1woNnZAPc .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1woNnZAPc .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1woNnZAPc .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1woNnZAPc .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1woNnZAPc .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1woNnZAPc .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1woNnZAPc .item:hover .item-wrapper .item-img,
.cid-v1woNnZAPc .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1woNnZAPc .item:hover .item-wrapper .item-img,
  .cid-v1woNnZAPc .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1woNnZAPc .item:hover .item-wrapper .item-img img,
.cid-v1woNnZAPc .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1woNnZAPc .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1woNnZAPc .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1woNnZAPc .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1woNnZAPc .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1woNnZAPc .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1woNnZAPc .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1woNnZAPc .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1woNnZAPc .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1woNnZAPc .mbr-section-title {
  color: #404349;
}
.cid-v1woNnZAPc .mbr-desc {
  color: #b19a7c;
}
.cid-v1woNnZAPc .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1woNnZAPc .item-desc {
  color: #b19a7c;
}
.cid-v1woNoK38m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1woNoK38m .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1woNoK38m .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1woNoK38m .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1woNoK38m .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1woNoK38m .mbr-section-subtitle {
  text-align: center;
}
.cid-v1woNoK38m .mbr-text {
  color: #ffffff;
}
.cid-v1woNpmKI8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1woNpmKI8 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1woNpmKI8 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1woNpmKI8 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1woNpmKI8 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1woNpmKI8 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1woNpmKI8 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1woNpmKI8 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1woNpmKI8 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1woNpmKI8 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1woNq3Jez {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1woNq3Jez .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1woNq3Jez .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1woNq3Jez .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1woNq3Jez .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1woNq3Jez .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1woNq3Jez .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1woNq3Jez .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1woNq3Jez .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1woNq3Jez .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1woNqLtSp {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1woNqLtSp .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1woNqLtSp .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1woNqLtSp .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1woNqLtSp .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1woNqLtSp .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1woNqLtSp .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1woNqLtSp .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1woNqLtSp .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1woNqLtSp .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1woNrr8ka {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1woNrr8ka .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1woNrr8ka .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1woNrr8ka .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1woNrr8ka .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1woNrr8ka .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1woNrr8ka .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1woNrr8ka .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1woNrr8ka .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1woNrr8ka .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1woNsa2K2 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1woNsa2K2 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1woNsa2K2 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1woNsa2K2 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1woNsa2K2 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1woNsa2K2 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1woNsa2K2 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1woNsa2K2 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1woNsa2K2 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1woNsa2K2 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mjYH3Trb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjYH3Trb .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjYH3Trb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjYH3Trb .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjYH3Trb .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjYH3Trb .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjYH3Trb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjYH3Trb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjYH3Trb .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjYH3Trb .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjYH3Trb .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjYH3Trb .embla__button--next,
.cid-v2mjYH3Trb .embla__button--prev {
  display: flex;
}
.cid-v2mjYH3Trb .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjYH3Trb .embla__button {
    top: 0;
  }
}
.cid-v2mjYH3Trb .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjYH3Trb .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjYH3Trb .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjYH3Trb .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjYH3Trb .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjYH3Trb .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjYH3Trb .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjYH3Trb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjYH3Trb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjYH3Trb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjYH3Trb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjYH3Trb .mbr-label,
.cid-v2mjYH3Trb .label-wrapper {
  color: #182f47;
}
.cid-v2mjYH3Trb .mbr-section-title,
.cid-v2mjYH3Trb .title-wrapper {
  color: #ffffff;
}
.cid-v2mjYH3Trb .card-title {
  color: #000000;
}
.cid-v2mjYH3Trb .card-text {
  color: #8a8a8a;
}
.cid-v2mjYH3Trb .card-title,
.cid-v2mjYH3Trb .item-btn {
  color: #182f47;
}
.cid-v2mjYH3Trb .mbr-section-title {
  color: #182f47;
}
.cid-v2mjZ2zCnZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mjZ2zCnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mjZ2zCnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mjZ2zCnZ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mjZ2zCnZ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mjZ2zCnZ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mjZ2zCnZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mjZ2zCnZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mjZ2zCnZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mjZ2zCnZ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mjZ2zCnZ .embla__button--next,
.cid-v2mjZ2zCnZ .embla__button--prev {
  display: flex;
}
.cid-v2mjZ2zCnZ .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mjZ2zCnZ .embla__button {
    top: 0;
  }
}
.cid-v2mjZ2zCnZ .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mjZ2zCnZ .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mjZ2zCnZ .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mjZ2zCnZ .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mjZ2zCnZ .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mjZ2zCnZ .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mjZ2zCnZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mjZ2zCnZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mjZ2zCnZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mjZ2zCnZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mjZ2zCnZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mjZ2zCnZ .mbr-label,
.cid-v2mjZ2zCnZ .label-wrapper {
  color: #182f47;
}
.cid-v2mjZ2zCnZ .mbr-section-title,
.cid-v2mjZ2zCnZ .title-wrapper {
  color: #ffffff;
}
.cid-v2mjZ2zCnZ .card-title {
  color: #000000;
}
.cid-v2mjZ2zCnZ .card-text {
  color: #8a8a8a;
}
.cid-v2mjZ2zCnZ .card-title,
.cid-v2mjZ2zCnZ .item-btn {
  color: #182f47;
}
.cid-v2mjZ2zCnZ .mbr-section-title {
  color: #182f47;
}
.cid-v1woNuPKpD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1woNuPKpD img,
.cid-v1woNuPKpD .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1woNuPKpD .item:focus,
.cid-v1woNuPKpD span:focus {
  outline: none;
}
.cid-v1woNuPKpD .item-wrapper {
  position: relative;
}
.cid-v1woNuPKpD .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1woNuPKpD .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1woNuPKpD .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1woNuPKpD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1woNuPKpD .mbr-section-title {
  color: #ffffff;
}
.cid-v1woNuPKpD .mbr-text,
.cid-v1woNuPKpD .mbr-section-btn {
  text-align: left;
}
.cid-v1woNuPKpD .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1woNuPKpD .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1woNuPKpD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1woNuPKpD .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1woNuPKpD .embla__button--next,
.cid-v1woNuPKpD .embla__button--prev {
  display: flex;
}
.cid-v1woNuPKpD .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1woNuPKpD .embla__button {
    display: none;
  }
}
.cid-v1woNuPKpD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1woNuPKpD .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1woNuPKpD .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1woNuPKpD .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1woNuPKpD .embla__button {
    top: auto;
  }
}
.cid-v1woNuPKpD .embla {
  position: relative;
  width: 100%;
}
.cid-v1woNuPKpD .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1woNuPKpD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1woNuPKpD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1woNuPKpD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1woNuPKpD .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1woNuPKpD .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1woNuPKpD .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mksRKXs1 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mksRKXs1 .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mksRKXs1 .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mksRKXs1 .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mksRKXs1 .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mksRKXs1 .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mksRKXs1 .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mksRKXs1 .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mksRKXs1 .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mksRKXs1 .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mksRKXs1 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mksRKXs1 .item-card {
  height: 100%;
}
.cid-v2mksRKXs1 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mksRKXs1 .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mksRKXs1 .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mksRKXs1 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mksRKXs1 .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mksRKXs1 .card-box {
  padding-top: 28px;
}
.cid-v2mksRKXs1 .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mksRKXs1 .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mksRKXs1 .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mksRKXs1 .card-contacts {
  color: #878e99;
}
.cid-v2mksRKXs1 .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mksRKXs1 .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mksRKXs1 .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mksRKXs1 .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mksRKXs1 .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mksRKXs1 .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mksRKXs1 .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mksRKXs1 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mksRKXs1 .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mksRKXs1 .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mksRKXs1 .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mksRKXs1 .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mksRKXs1 .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mksRKXs1 .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mksRKXs1 .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mksRKXs1 .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mksRKXs1 .form-wrap {
    padding: 20px;
  }
}
.cid-v2mksRKXs1 form {
  width: 100%;
}
.cid-v2mksRKXs1 form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mksRKXs1 form p {
  color: #878e99;
}
.cid-v2mksRKXs1 form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mksRKXs1 form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mksRKXs1 form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mksRKXs1 form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mksRKXs1 form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form select {
  color: #878e99 !important;
}
.cid-v2mksRKXs1 form input {
  background: #162739;
}
.cid-v2mksRKXs1 form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mksRKXs1 form input:active,
.cid-v2mksRKXs1 form textarea:active,
.cid-v2mksRKXs1 form input:focus,
.cid-v2mksRKXs1 form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mksRKXs1 form input:active::-webkit-input-placeholder,
.cid-v2mksRKXs1 form textarea:active::-webkit-input-placeholder,
.cid-v2mksRKXs1 form input:focus::-webkit-input-placeholder,
.cid-v2mksRKXs1 form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form input:active::-moz-placeholder,
.cid-v2mksRKXs1 form textarea:active::-moz-placeholder,
.cid-v2mksRKXs1 form input:focus::-moz-placeholder,
.cid-v2mksRKXs1 form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form input:active:-moz-placeholder,
.cid-v2mksRKXs1 form textarea:active:-moz-placeholder,
.cid-v2mksRKXs1 form input:focus:-moz-placeholder,
.cid-v2mksRKXs1 form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form input:active:-ms-input-placeholder,
.cid-v2mksRKXs1 form textarea:active:-ms-input-placeholder,
.cid-v2mksRKXs1 form input:focus:-ms-input-placeholder,
.cid-v2mksRKXs1 form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mksRKXs1 form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mksRKXs1 form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mksRKXs1 form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mksRKXs1 form .form-control-label {
  width: 100%;
}
.cid-v2mksRKXs1 form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mksRKXs1 form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mksRKXs1 form .form-check-input:focus,
.cid-v2mksRKXs1 form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mksRKXs1 form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1wBL0hWiZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wBL0hWiZ .nav-item,
.cid-v1wBL0hWiZ .nav-link,
.cid-v1wBL0hWiZ .navbar-caption {
  font-weight: normal;
}
.cid-v1wBL0hWiZ .nav-item:focus,
.cid-v1wBL0hWiZ .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1wBL0hWiZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1wBL0hWiZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wBL0hWiZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1wBL0hWiZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1wBL0hWiZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1wBL0hWiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1wBL0hWiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wBL0hWiZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1wBL0hWiZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1wBL0hWiZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1wBL0hWiZ .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1wBL0hWiZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1wBL0hWiZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1wBL0hWiZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1wBL0hWiZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1wBL0hWiZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1wBL0hWiZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1wBL0hWiZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1wBL0hWiZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1wBL0hWiZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1wBL0hWiZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1wBL0hWiZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1wBL0hWiZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1wBL0hWiZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1wBL0hWiZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1wBL0hWiZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1wBL0hWiZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1wBL0hWiZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1wBL0hWiZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1wBL0hWiZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1wBL0hWiZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1wBL0hWiZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1wBL0hWiZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1wBL0hWiZ .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1wBL0hWiZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1wBL0hWiZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1wBL0hWiZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1wBL0hWiZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1wBL0hWiZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1wBL0hWiZ .dropdown-item.active,
.cid-v1wBL0hWiZ .dropdown-item:active {
  background-color: transparent;
}
.cid-v1wBL0hWiZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1wBL0hWiZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1wBL0hWiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1wBL0hWiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1wBL0hWiZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1wBL0hWiZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1wBL0hWiZ .navbar-buttons {
  text-align: center;
}
.cid-v1wBL0hWiZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1wBL0hWiZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1wBL0hWiZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1wBL0hWiZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wBL0hWiZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wBL0hWiZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1wBL0hWiZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wBL0hWiZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1wBL0hWiZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1wBL0hWiZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wBL0hWiZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1wBL0hWiZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1wBL0hWiZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1wBL0hWiZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1wBL0hWiZ .soc-item {
  margin: .5rem .3rem;
}
.cid-v1wBL0hWiZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1wBL0hWiZ .navbar {
    height: 77px;
  }
  .cid-v1wBL0hWiZ .navbar.opened {
    height: auto;
  }
  .cid-v1wBL0hWiZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1wBL10AcI {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1wBL10AcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wBL10AcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1wBL10AcI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1wBL10AcI .row {
  flex-direction: row-reverse;
}
.cid-v1wBL10AcI .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1wBL10AcI .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1wBL10AcI .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1wBL10AcI .mbr-section-title {
  color: #162739;
}
.cid-v1wBL10AcI .mbr-text,
.cid-v1wBL10AcI .mbr-section-btn {
  color: #182f47;
}
.cid-v1wBL2owYs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wBL2owYs .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wBL2owYs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wBL2owYs .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wBL2owYs .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wBL2owYs .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wBL2owYs .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wBL2owYs .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wBL2owYs .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wBL2owYs .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wBL2owYs .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wBL2owYs .item:hover .item-wrapper .item-img,
.cid-v1wBL2owYs .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wBL2owYs .item:hover .item-wrapper .item-img,
  .cid-v1wBL2owYs .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wBL2owYs .item:hover .item-wrapper .item-img img,
.cid-v1wBL2owYs .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wBL2owYs .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wBL2owYs .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wBL2owYs .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wBL2owYs .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wBL2owYs .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wBL2owYs .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wBL2owYs .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wBL2owYs .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wBL2owYs .mbr-section-title {
  color: #404349;
}
.cid-v1wBL2owYs .mbr-desc {
  color: #b19a7c;
}
.cid-v1wBL2owYs .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wBL2owYs .item-desc {
  color: #b19a7c;
}
.cid-v1wBL32tiQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wBL32tiQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wBL32tiQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wBL32tiQ .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wBL32tiQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wBL32tiQ .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wBL32tiQ .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wBL32tiQ .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wBL32tiQ .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wBL32tiQ .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wBL32tiQ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wBL32tiQ .item:hover .item-wrapper .item-img,
.cid-v1wBL32tiQ .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wBL32tiQ .item:hover .item-wrapper .item-img,
  .cid-v1wBL32tiQ .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wBL32tiQ .item:hover .item-wrapper .item-img img,
.cid-v1wBL32tiQ .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wBL32tiQ .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wBL32tiQ .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wBL32tiQ .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wBL32tiQ .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wBL32tiQ .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wBL32tiQ .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wBL32tiQ .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wBL32tiQ .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wBL32tiQ .mbr-section-title {
  color: #404349;
}
.cid-v1wBL32tiQ .mbr-desc {
  color: #b19a7c;
}
.cid-v1wBL32tiQ .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wBL32tiQ .item-desc {
  color: #b19a7c;
}
.cid-v1wBL3OuHq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wBL3OuHq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wBL3OuHq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wBL3OuHq .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wBL3OuHq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wBL3OuHq .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wBL3OuHq .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wBL3OuHq .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wBL3OuHq .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wBL3OuHq .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wBL3OuHq .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wBL3OuHq .item:hover .item-wrapper .item-img,
.cid-v1wBL3OuHq .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wBL3OuHq .item:hover .item-wrapper .item-img,
  .cid-v1wBL3OuHq .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wBL3OuHq .item:hover .item-wrapper .item-img img,
.cid-v1wBL3OuHq .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wBL3OuHq .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wBL3OuHq .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wBL3OuHq .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wBL3OuHq .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wBL3OuHq .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wBL3OuHq .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wBL3OuHq .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wBL3OuHq .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wBL3OuHq .mbr-section-title {
  color: #404349;
}
.cid-v1wBL3OuHq .mbr-desc {
  color: #b19a7c;
}
.cid-v1wBL3OuHq .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wBL3OuHq .item-desc {
  color: #b19a7c;
}
.cid-v1wBL4t1Ru {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1wBL4t1Ru .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1wBL4t1Ru .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1wBL4t1Ru .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1wBL4t1Ru .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1wBL4t1Ru .mbr-section-subtitle {
  text-align: center;
}
.cid-v1wBL4t1Ru .mbr-text {
  color: #ffffff;
}
.cid-v1wBL58dSO {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wBL58dSO .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wBL58dSO .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wBL58dSO .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wBL58dSO .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wBL58dSO .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wBL58dSO .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wBL58dSO .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wBL58dSO .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wBL58dSO .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wBL5RT8w {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wBL5RT8w .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wBL5RT8w .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wBL5RT8w .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wBL5RT8w .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wBL5RT8w .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wBL5RT8w .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wBL5RT8w .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wBL5RT8w .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wBL5RT8w .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wBL6C12W {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wBL6C12W .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wBL6C12W .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wBL6C12W .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wBL6C12W .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wBL6C12W .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wBL6C12W .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wBL6C12W .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wBL6C12W .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wBL6C12W .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wBL7hsL6 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wBL7hsL6 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wBL7hsL6 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wBL7hsL6 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wBL7hsL6 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wBL7hsL6 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wBL7hsL6 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wBL7hsL6 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wBL7hsL6 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wBL7hsL6 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wBL8187E {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wBL8187E .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wBL8187E .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wBL8187E .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wBL8187E .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wBL8187E .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wBL8187E .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wBL8187E .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wBL8187E .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wBL8187E .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mk5okG4x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mk5okG4x .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mk5okG4x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mk5okG4x .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mk5okG4x .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mk5okG4x .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mk5okG4x .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mk5okG4x .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mk5okG4x .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mk5okG4x .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mk5okG4x .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mk5okG4x .embla__button--next,
.cid-v2mk5okG4x .embla__button--prev {
  display: flex;
}
.cid-v2mk5okG4x .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mk5okG4x .embla__button {
    top: 0;
  }
}
.cid-v2mk5okG4x .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mk5okG4x .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mk5okG4x .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mk5okG4x .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mk5okG4x .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mk5okG4x .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mk5okG4x .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mk5okG4x .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mk5okG4x .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mk5okG4x .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mk5okG4x .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mk5okG4x .mbr-label,
.cid-v2mk5okG4x .label-wrapper {
  color: #182f47;
}
.cid-v2mk5okG4x .mbr-section-title,
.cid-v2mk5okG4x .title-wrapper {
  color: #ffffff;
}
.cid-v2mk5okG4x .card-title {
  color: #000000;
}
.cid-v2mk5okG4x .card-text {
  color: #8a8a8a;
}
.cid-v2mk5okG4x .card-title,
.cid-v2mk5okG4x .item-btn {
  color: #182f47;
}
.cid-v2mk5okG4x .mbr-section-title {
  color: #182f47;
}
.cid-v2mk5RClW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mk5RClW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mk5RClW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mk5RClW4 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mk5RClW4 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mk5RClW4 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mk5RClW4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mk5RClW4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mk5RClW4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mk5RClW4 .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mk5RClW4 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mk5RClW4 .embla__button--next,
.cid-v2mk5RClW4 .embla__button--prev {
  display: flex;
}
.cid-v2mk5RClW4 .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mk5RClW4 .embla__button {
    top: 0;
  }
}
.cid-v2mk5RClW4 .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mk5RClW4 .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mk5RClW4 .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mk5RClW4 .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mk5RClW4 .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mk5RClW4 .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mk5RClW4 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mk5RClW4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mk5RClW4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mk5RClW4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mk5RClW4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mk5RClW4 .mbr-label,
.cid-v2mk5RClW4 .label-wrapper {
  color: #182f47;
}
.cid-v2mk5RClW4 .mbr-section-title,
.cid-v2mk5RClW4 .title-wrapper {
  color: #ffffff;
}
.cid-v2mk5RClW4 .card-title {
  color: #000000;
}
.cid-v2mk5RClW4 .card-text {
  color: #8a8a8a;
}
.cid-v2mk5RClW4 .card-title,
.cid-v2mk5RClW4 .item-btn {
  color: #182f47;
}
.cid-v2mk5RClW4 .mbr-section-title {
  color: #182f47;
}
.cid-v1wBLaNUH6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1wBLaNUH6 img,
.cid-v1wBLaNUH6 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1wBLaNUH6 .item:focus,
.cid-v1wBLaNUH6 span:focus {
  outline: none;
}
.cid-v1wBLaNUH6 .item-wrapper {
  position: relative;
}
.cid-v1wBLaNUH6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1wBLaNUH6 .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1wBLaNUH6 .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1wBLaNUH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1wBLaNUH6 .mbr-section-title {
  color: #ffffff;
}
.cid-v1wBLaNUH6 .mbr-text,
.cid-v1wBLaNUH6 .mbr-section-btn {
  text-align: left;
}
.cid-v1wBLaNUH6 .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1wBLaNUH6 .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1wBLaNUH6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1wBLaNUH6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1wBLaNUH6 .embla__button--next,
.cid-v1wBLaNUH6 .embla__button--prev {
  display: flex;
}
.cid-v1wBLaNUH6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1wBLaNUH6 .embla__button {
    display: none;
  }
}
.cid-v1wBLaNUH6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1wBLaNUH6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1wBLaNUH6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wBLaNUH6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1wBLaNUH6 .embla__button {
    top: auto;
  }
}
.cid-v1wBLaNUH6 .embla {
  position: relative;
  width: 100%;
}
.cid-v1wBLaNUH6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1wBLaNUH6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wBLaNUH6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wBLaNUH6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1wBLaNUH6 .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1wBLaNUH6 .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1wBLaNUH6 .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkqid6WN {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkqid6WN .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkqid6WN .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkqid6WN .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkqid6WN .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkqid6WN .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkqid6WN .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkqid6WN .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkqid6WN .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkqid6WN .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkqid6WN .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkqid6WN .item-card {
  height: 100%;
}
.cid-v2mkqid6WN .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkqid6WN .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkqid6WN .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkqid6WN .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkqid6WN .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkqid6WN .card-box {
  padding-top: 28px;
}
.cid-v2mkqid6WN .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkqid6WN .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkqid6WN .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkqid6WN .card-contacts {
  color: #878e99;
}
.cid-v2mkqid6WN .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkqid6WN .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkqid6WN .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkqid6WN .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkqid6WN .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkqid6WN .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkqid6WN .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkqid6WN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkqid6WN .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkqid6WN .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkqid6WN .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkqid6WN .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkqid6WN .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkqid6WN .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkqid6WN .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkqid6WN .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkqid6WN .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkqid6WN form {
  width: 100%;
}
.cid-v2mkqid6WN form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkqid6WN form p {
  color: #878e99;
}
.cid-v2mkqid6WN form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkqid6WN form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkqid6WN form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkqid6WN form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkqid6WN form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form select {
  color: #878e99 !important;
}
.cid-v2mkqid6WN form input {
  background: #162739;
}
.cid-v2mkqid6WN form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkqid6WN form input:active,
.cid-v2mkqid6WN form textarea:active,
.cid-v2mkqid6WN form input:focus,
.cid-v2mkqid6WN form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkqid6WN form input:active::-webkit-input-placeholder,
.cid-v2mkqid6WN form textarea:active::-webkit-input-placeholder,
.cid-v2mkqid6WN form input:focus::-webkit-input-placeholder,
.cid-v2mkqid6WN form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form input:active::-moz-placeholder,
.cid-v2mkqid6WN form textarea:active::-moz-placeholder,
.cid-v2mkqid6WN form input:focus::-moz-placeholder,
.cid-v2mkqid6WN form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form input:active:-moz-placeholder,
.cid-v2mkqid6WN form textarea:active:-moz-placeholder,
.cid-v2mkqid6WN form input:focus:-moz-placeholder,
.cid-v2mkqid6WN form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form input:active:-ms-input-placeholder,
.cid-v2mkqid6WN form textarea:active:-ms-input-placeholder,
.cid-v2mkqid6WN form input:focus:-ms-input-placeholder,
.cid-v2mkqid6WN form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkqid6WN form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkqid6WN form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkqid6WN form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkqid6WN form .form-control-label {
  width: 100%;
}
.cid-v2mkqid6WN form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkqid6WN form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkqid6WN form .form-check-input:focus,
.cid-v2mkqid6WN form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkqid6WN form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1wELUuWR1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wELUuWR1 .nav-item,
.cid-v1wELUuWR1 .nav-link,
.cid-v1wELUuWR1 .navbar-caption {
  font-weight: normal;
}
.cid-v1wELUuWR1 .nav-item:focus,
.cid-v1wELUuWR1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1wELUuWR1 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1wELUuWR1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wELUuWR1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1wELUuWR1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1wELUuWR1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1wELUuWR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1wELUuWR1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wELUuWR1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1wELUuWR1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1wELUuWR1 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1wELUuWR1 .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1wELUuWR1 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1wELUuWR1 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1wELUuWR1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1wELUuWR1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1wELUuWR1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1wELUuWR1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1wELUuWR1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1wELUuWR1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1wELUuWR1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1wELUuWR1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1wELUuWR1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1wELUuWR1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1wELUuWR1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1wELUuWR1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1wELUuWR1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1wELUuWR1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1wELUuWR1 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1wELUuWR1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1wELUuWR1 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1wELUuWR1 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1wELUuWR1 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1wELUuWR1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1wELUuWR1 .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1wELUuWR1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1wELUuWR1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1wELUuWR1 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1wELUuWR1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1wELUuWR1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1wELUuWR1 .dropdown-item.active,
.cid-v1wELUuWR1 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1wELUuWR1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1wELUuWR1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1wELUuWR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1wELUuWR1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1wELUuWR1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1wELUuWR1 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1wELUuWR1 .navbar-buttons {
  text-align: center;
}
.cid-v1wELUuWR1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1wELUuWR1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1wELUuWR1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1wELUuWR1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wELUuWR1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wELUuWR1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1wELUuWR1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wELUuWR1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1wELUuWR1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1wELUuWR1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wELUuWR1 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1wELUuWR1 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1wELUuWR1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1wELUuWR1 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1wELUuWR1 .soc-item {
  margin: .5rem .3rem;
}
.cid-v1wELUuWR1 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1wELUuWR1 .navbar {
    height: 77px;
  }
  .cid-v1wELUuWR1 .navbar.opened {
    height: auto;
  }
  .cid-v1wELUuWR1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1wELVxGrx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1wELVxGrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wELVxGrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1wELVxGrx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1wELVxGrx .row {
  flex-direction: row-reverse;
}
.cid-v1wELVxGrx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1wELVxGrx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1wELVxGrx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1wELVxGrx .mbr-section-title {
  color: #162739;
}
.cid-v1wELVxGrx .mbr-text,
.cid-v1wELVxGrx .mbr-section-btn {
  color: #182f47;
}
.cid-v1wELWbSZt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #162739;
}
.cid-v1wELWbSZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wELWbSZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wELWbSZt .content-text {
  max-width: 800px;
}
.cid-v1wELXtUGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v1wELXtUGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wELXtUGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wELXtUGj .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wELXtUGj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wELXtUGj .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wELXtUGj .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wELXtUGj .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wELXtUGj .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wELXtUGj .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wELXtUGj .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wELXtUGj .item:hover .item-wrapper .item-img,
.cid-v1wELXtUGj .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wELXtUGj .item:hover .item-wrapper .item-img,
  .cid-v1wELXtUGj .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wELXtUGj .item:hover .item-wrapper .item-img img,
.cid-v1wELXtUGj .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wELXtUGj .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wELXtUGj .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wELXtUGj .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wELXtUGj .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wELXtUGj .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wELXtUGj .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wELXtUGj .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wELXtUGj .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wELXtUGj .mbr-section-title {
  color: #404349;
}
.cid-v1wELXtUGj .mbr-desc {
  color: #b19a7c;
}
.cid-v1wELXtUGj .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wELXtUGj .item-desc {
  color: #b19a7c;
}
.cid-v1wELYacLi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wELYacLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wELYacLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wELYacLi .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wELYacLi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wELYacLi .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wELYacLi .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wELYacLi .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wELYacLi .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wELYacLi .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wELYacLi .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wELYacLi .item:hover .item-wrapper .item-img,
.cid-v1wELYacLi .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wELYacLi .item:hover .item-wrapper .item-img,
  .cid-v1wELYacLi .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wELYacLi .item:hover .item-wrapper .item-img img,
.cid-v1wELYacLi .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wELYacLi .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wELYacLi .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wELYacLi .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wELYacLi .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wELYacLi .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wELYacLi .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wELYacLi .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wELYacLi .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wELYacLi .mbr-section-title {
  color: #404349;
}
.cid-v1wELYacLi .mbr-desc {
  color: #b19a7c;
}
.cid-v1wELYacLi .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wELYacLi .item-desc {
  color: #b19a7c;
}
.cid-v1wELYRYV9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1wELYRYV9 .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1wELYRYV9 .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1wELYRYV9 .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1wELYRYV9 .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1wELYRYV9 .mbr-section-subtitle {
  text-align: center;
}
.cid-v1wELYRYV9 .mbr-text {
  color: #ffffff;
}
.cid-v1wELZvJOV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wELZvJOV .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wELZvJOV .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wELZvJOV .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wELZvJOV .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wELZvJOV .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wELZvJOV .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wELZvJOV .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wELZvJOV .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wELZvJOV .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wEM0ezya {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wEM0ezya .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wEM0ezya .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wEM0ezya .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wEM0ezya .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wEM0ezya .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wEM0ezya .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wEM0ezya .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wEM0ezya .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wEM0ezya .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wEM0V7G1 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wEM0V7G1 .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wEM0V7G1 .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wEM0V7G1 .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wEM0V7G1 .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wEM0V7G1 .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wEM0V7G1 .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wEM0V7G1 .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wEM0V7G1 .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wEM0V7G1 .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wEM1F6oi {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wEM1F6oi .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wEM1F6oi .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wEM1F6oi .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wEM1F6oi .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wEM1F6oi .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wEM1F6oi .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wEM1F6oi .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wEM1F6oi .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wEM1F6oi .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wEM2nESE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wEM2nESE .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wEM2nESE .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wEM2nESE .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wEM2nESE .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wEM2nESE .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wEM2nESE .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wEM2nESE .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wEM2nESE .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wEM2nESE .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mk8Kkg5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mk8Kkg5b .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mk8Kkg5b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mk8Kkg5b .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mk8Kkg5b .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mk8Kkg5b .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mk8Kkg5b .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mk8Kkg5b .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mk8Kkg5b .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mk8Kkg5b .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mk8Kkg5b .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mk8Kkg5b .embla__button--next,
.cid-v2mk8Kkg5b .embla__button--prev {
  display: flex;
}
.cid-v2mk8Kkg5b .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mk8Kkg5b .embla__button {
    top: 0;
  }
}
.cid-v2mk8Kkg5b .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mk8Kkg5b .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mk8Kkg5b .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mk8Kkg5b .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mk8Kkg5b .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mk8Kkg5b .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mk8Kkg5b .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mk8Kkg5b .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mk8Kkg5b .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mk8Kkg5b .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mk8Kkg5b .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mk8Kkg5b .mbr-label,
.cid-v2mk8Kkg5b .label-wrapper {
  color: #182f47;
}
.cid-v2mk8Kkg5b .mbr-section-title,
.cid-v2mk8Kkg5b .title-wrapper {
  color: #ffffff;
}
.cid-v2mk8Kkg5b .card-title {
  color: #000000;
}
.cid-v2mk8Kkg5b .card-text {
  color: #8a8a8a;
}
.cid-v2mk8Kkg5b .card-title,
.cid-v2mk8Kkg5b .item-btn {
  color: #182f47;
}
.cid-v2mk8Kkg5b .mbr-section-title {
  color: #182f47;
}
.cid-v2mk98nSTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mk98nSTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mk98nSTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mk98nSTJ .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mk98nSTJ .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mk98nSTJ .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mk98nSTJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mk98nSTJ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mk98nSTJ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mk98nSTJ .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mk98nSTJ .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mk98nSTJ .embla__button--next,
.cid-v2mk98nSTJ .embla__button--prev {
  display: flex;
}
.cid-v2mk98nSTJ .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mk98nSTJ .embla__button {
    top: 0;
  }
}
.cid-v2mk98nSTJ .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mk98nSTJ .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mk98nSTJ .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mk98nSTJ .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mk98nSTJ .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mk98nSTJ .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mk98nSTJ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mk98nSTJ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mk98nSTJ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mk98nSTJ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mk98nSTJ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mk98nSTJ .mbr-label,
.cid-v2mk98nSTJ .label-wrapper {
  color: #182f47;
}
.cid-v2mk98nSTJ .mbr-section-title,
.cid-v2mk98nSTJ .title-wrapper {
  color: #ffffff;
}
.cid-v2mk98nSTJ .card-title {
  color: #000000;
}
.cid-v2mk98nSTJ .card-text {
  color: #8a8a8a;
}
.cid-v2mk98nSTJ .card-title,
.cid-v2mk98nSTJ .item-btn {
  color: #182f47;
}
.cid-v2mk98nSTJ .mbr-section-title {
  color: #182f47;
}
.cid-v1wEM5e5dW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1wEM5e5dW img,
.cid-v1wEM5e5dW .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1wEM5e5dW .item:focus,
.cid-v1wEM5e5dW span:focus {
  outline: none;
}
.cid-v1wEM5e5dW .item-wrapper {
  position: relative;
}
.cid-v1wEM5e5dW .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1wEM5e5dW .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1wEM5e5dW .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1wEM5e5dW .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1wEM5e5dW .mbr-section-title {
  color: #ffffff;
}
.cid-v1wEM5e5dW .mbr-text,
.cid-v1wEM5e5dW .mbr-section-btn {
  text-align: left;
}
.cid-v1wEM5e5dW .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1wEM5e5dW .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1wEM5e5dW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1wEM5e5dW .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1wEM5e5dW .embla__button--next,
.cid-v1wEM5e5dW .embla__button--prev {
  display: flex;
}
.cid-v1wEM5e5dW .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1wEM5e5dW .embla__button {
    display: none;
  }
}
.cid-v1wEM5e5dW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1wEM5e5dW .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1wEM5e5dW .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wEM5e5dW .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1wEM5e5dW .embla__button {
    top: auto;
  }
}
.cid-v1wEM5e5dW .embla {
  position: relative;
  width: 100%;
}
.cid-v1wEM5e5dW .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1wEM5e5dW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wEM5e5dW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wEM5e5dW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1wEM5e5dW .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1wEM5e5dW .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1wEM5e5dW .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mknJVlzx {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mknJVlzx .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mknJVlzx .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mknJVlzx .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mknJVlzx .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mknJVlzx .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mknJVlzx .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mknJVlzx .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mknJVlzx .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mknJVlzx .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mknJVlzx .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mknJVlzx .item-card {
  height: 100%;
}
.cid-v2mknJVlzx .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mknJVlzx .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mknJVlzx .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mknJVlzx .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mknJVlzx .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mknJVlzx .card-box {
  padding-top: 28px;
}
.cid-v2mknJVlzx .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mknJVlzx .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mknJVlzx .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mknJVlzx .card-contacts {
  color: #878e99;
}
.cid-v2mknJVlzx .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mknJVlzx .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mknJVlzx .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mknJVlzx .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mknJVlzx .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mknJVlzx .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mknJVlzx .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mknJVlzx .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mknJVlzx .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mknJVlzx .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mknJVlzx .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mknJVlzx .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mknJVlzx .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mknJVlzx .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mknJVlzx .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mknJVlzx .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mknJVlzx .form-wrap {
    padding: 20px;
  }
}
.cid-v2mknJVlzx form {
  width: 100%;
}
.cid-v2mknJVlzx form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mknJVlzx form p {
  color: #878e99;
}
.cid-v2mknJVlzx form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mknJVlzx form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mknJVlzx form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mknJVlzx form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mknJVlzx form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form select {
  color: #878e99 !important;
}
.cid-v2mknJVlzx form input {
  background: #162739;
}
.cid-v2mknJVlzx form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mknJVlzx form input:active,
.cid-v2mknJVlzx form textarea:active,
.cid-v2mknJVlzx form input:focus,
.cid-v2mknJVlzx form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mknJVlzx form input:active::-webkit-input-placeholder,
.cid-v2mknJVlzx form textarea:active::-webkit-input-placeholder,
.cid-v2mknJVlzx form input:focus::-webkit-input-placeholder,
.cid-v2mknJVlzx form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form input:active::-moz-placeholder,
.cid-v2mknJVlzx form textarea:active::-moz-placeholder,
.cid-v2mknJVlzx form input:focus::-moz-placeholder,
.cid-v2mknJVlzx form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form input:active:-moz-placeholder,
.cid-v2mknJVlzx form textarea:active:-moz-placeholder,
.cid-v2mknJVlzx form input:focus:-moz-placeholder,
.cid-v2mknJVlzx form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form input:active:-ms-input-placeholder,
.cid-v2mknJVlzx form textarea:active:-ms-input-placeholder,
.cid-v2mknJVlzx form input:focus:-ms-input-placeholder,
.cid-v2mknJVlzx form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mknJVlzx form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mknJVlzx form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mknJVlzx form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mknJVlzx form .form-control-label {
  width: 100%;
}
.cid-v2mknJVlzx form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mknJVlzx form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mknJVlzx form .form-check-input:focus,
.cid-v2mknJVlzx form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mknJVlzx form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
.cid-v1wJ0Ew1Xh .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wJ0Ew1Xh .nav-item,
.cid-v1wJ0Ew1Xh .nav-link,
.cid-v1wJ0Ew1Xh .navbar-caption {
  font-weight: normal;
}
.cid-v1wJ0Ew1Xh .nav-item:focus,
.cid-v1wJ0Ew1Xh .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-v1wJ0Ew1Xh .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-v1wJ0Ew1Xh .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wJ0Ew1Xh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1wJ0Ew1Xh .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-v1wJ0Ew1Xh .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v1wJ0Ew1Xh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-v1wJ0Ew1Xh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-v1wJ0Ew1Xh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1wJ0Ew1Xh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v1wJ0Ew1Xh .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #162739;
}
.cid-v1wJ0Ew1Xh .navbar.opened {
  transition: all .3s;
  background: #162739 !important;
}
.cid-v1wJ0Ew1Xh .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-v1wJ0Ew1Xh .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1wJ0Ew1Xh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4.4rem - 1rem);
  }
}
.cid-v1wJ0Ew1Xh .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-v1wJ0Ew1Xh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-v1wJ0Ew1Xh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1wJ0Ew1Xh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1wJ0Ew1Xh .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-v1wJ0Ew1Xh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1wJ0Ew1Xh .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-v1wJ0Ew1Xh .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-v1wJ0Ew1Xh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1wJ0Ew1Xh .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v1wJ0Ew1Xh .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-v1wJ0Ew1Xh .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v1wJ0Ew1Xh .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-v1wJ0Ew1Xh .navbar.navbar-short {
  background: #162739 !important;
  min-height: 60px;
}
.cid-v1wJ0Ew1Xh .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-v1wJ0Ew1Xh .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v1wJ0Ew1Xh .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-v1wJ0Ew1Xh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v1wJ0Ew1Xh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1wJ0Ew1Xh .dropdown-item.active,
.cid-v1wJ0Ew1Xh .dropdown-item:active {
  background-color: transparent;
}
.cid-v1wJ0Ew1Xh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1wJ0Ew1Xh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1wJ0Ew1Xh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #162739;
}
.cid-v1wJ0Ew1Xh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v1wJ0Ew1Xh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1wJ0Ew1Xh ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-v1wJ0Ew1Xh .navbar-buttons {
  text-align: center;
}
.cid-v1wJ0Ew1Xh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v1wJ0Ew1Xh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-v1wJ0Ew1Xh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v1wJ0Ew1Xh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wJ0Ew1Xh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v1wJ0Ew1Xh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v1wJ0Ew1Xh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wJ0Ew1Xh nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v1wJ0Ew1Xh nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v1wJ0Ew1Xh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v1wJ0Ew1Xh .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-v1wJ0Ew1Xh a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-v1wJ0Ew1Xh .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-v1wJ0Ew1Xh .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-v1wJ0Ew1Xh .soc-item {
  margin: .5rem .3rem;
}
.cid-v1wJ0Ew1Xh .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1wJ0Ew1Xh .navbar {
    height: 77px;
  }
  .cid-v1wJ0Ew1Xh .navbar.opened {
    height: auto;
  }
  .cid-v1wJ0Ew1Xh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1wJ0FeEm3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-v1wJ0FeEm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wJ0FeEm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v1wJ0FeEm3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1wJ0FeEm3 .row {
  flex-direction: row-reverse;
}
.cid-v1wJ0FeEm3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v1wJ0FeEm3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v1wJ0FeEm3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v1wJ0FeEm3 .mbr-section-title {
  color: #162739;
}
.cid-v1wJ0FeEm3 .mbr-text,
.cid-v1wJ0FeEm3 .mbr-section-btn {
  color: #182f47;
}
.cid-v1wJ0H8ekC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-v1wJ0H8ekC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1wJ0H8ekC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1wJ0H8ekC .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-v1wJ0H8ekC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1wJ0H8ekC .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-v1wJ0H8ekC .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-v1wJ0H8ekC .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-v1wJ0H8ekC .title-wrapper .title-wrap .mbr-section-title span {
  color: #162739;
}
.cid-v1wJ0H8ekC .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-v1wJ0H8ekC .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-v1wJ0H8ekC .item:hover .item-wrapper .item-img,
.cid-v1wJ0H8ekC .item:focus .item-wrapper .item-img {
  padding: 10px;
}
@media (max-width: 992px) {
  .cid-v1wJ0H8ekC .item:hover .item-wrapper .item-img,
  .cid-v1wJ0H8ekC .item:focus .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wJ0H8ekC .item:hover .item-wrapper .item-img img,
.cid-v1wJ0H8ekC .item:focus .item-wrapper .item-img img {
  height: 160px;
}
.cid-v1wJ0H8ekC .item .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v1wJ0H8ekC .item .item-wrapper .item-img {
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wJ0H8ekC .item .item-wrapper .item-img {
    padding: 20px 20px 10px;
  }
}
.cid-v1wJ0H8ekC .item .item-wrapper .item-img img {
  height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-v1wJ0H8ekC .item .item-wrapper .item-img img {
    height: 160px;
  }
}
.cid-v1wJ0H8ekC .item .item-wrapper .item-content {
  padding: 18px 20px;
}
.cid-v1wJ0H8ekC .item .item-wrapper .item-content .desc-wrap .item-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.cid-v1wJ0H8ekC .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-v1wJ0H8ekC .mbr-section-title {
  color: #404349;
}
.cid-v1wJ0H8ekC .mbr-desc {
  color: #b19a7c;
}
.cid-v1wJ0H8ekC .item-title {
  color: #404349;
  text-align: center;
}
.cid-v1wJ0H8ekC .item-desc {
  color: #b19a7c;
}
.cid-v1wJ0HKDVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #162739;
}
.cid-v1wJ0HKDVD .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-v1wJ0HKDVD .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-v1wJ0HKDVD .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1wJ0HKDVD .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-v1wJ0HKDVD .mbr-section-subtitle {
  text-align: center;
}
.cid-v1wJ0HKDVD .mbr-text {
  color: #ffffff;
}
.cid-v1wJ0IjKUt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wJ0IjKUt .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wJ0IjKUt .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wJ0IjKUt .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wJ0IjKUt .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wJ0IjKUt .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wJ0IjKUt .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wJ0IjKUt .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wJ0IjKUt .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wJ0IjKUt .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wJ0IXF5N {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wJ0IXF5N .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wJ0IXF5N .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wJ0IXF5N .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wJ0IXF5N .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wJ0IXF5N .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wJ0IXF5N .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wJ0IXF5N .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wJ0IXF5N .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wJ0IXF5N .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wJ0JFcLW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wJ0JFcLW .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wJ0JFcLW .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wJ0JFcLW .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wJ0JFcLW .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wJ0JFcLW .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wJ0JFcLW .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wJ0JFcLW .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wJ0JFcLW .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wJ0JFcLW .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wJ0KmoJb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wJ0KmoJb .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wJ0KmoJb .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wJ0KmoJb .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wJ0KmoJb .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wJ0KmoJb .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wJ0KmoJb .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wJ0KmoJb .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wJ0KmoJb .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wJ0KmoJb .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v1wJ0L5C9R {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-v1wJ0L5C9R .col-title {
    margin-bottom: 60px;
  }
}
.cid-v1wJ0L5C9R .mbr-section-title {
  color: #162739;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 40px;
}
.cid-v1wJ0L5C9R .mbr-section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #687788;
}
.cid-v1wJ0L5C9R .mbr-section-title::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background-color: #687788;
  opacity: .2;
}
.cid-v1wJ0L5C9R .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-v1wJ0L5C9R .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 2rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .cid-v1wJ0L5C9R .card:not(:nth-child(3n+1)) {
    border-left: 1px solid #bbbbbb;
  }
}
.cid-v1wJ0L5C9R .card img {
  width: auto;
  max-width: 100%;
  height: 90px;
  object-fit: cover;
  margin: 0  auto;
  transition: .5s all;
  will-change: transform;
}
.cid-v1wJ0L5C9R .card img:hover {
  opacity: 0.65;
  transform: scale(0.9);
}
.cid-v2mkckiyeC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mkckiyeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mkckiyeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mkckiyeC .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mkckiyeC .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mkckiyeC .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mkckiyeC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mkckiyeC .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mkckiyeC .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mkckiyeC .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mkckiyeC .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mkckiyeC .embla__button--next,
.cid-v2mkckiyeC .embla__button--prev {
  display: flex;
}
.cid-v2mkckiyeC .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mkckiyeC .embla__button {
    top: 0;
  }
}
.cid-v2mkckiyeC .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mkckiyeC .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mkckiyeC .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mkckiyeC .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mkckiyeC .embla {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mkckiyeC .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mkckiyeC .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mkckiyeC .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mkckiyeC .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mkckiyeC .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mkckiyeC .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mkckiyeC .mbr-label,
.cid-v2mkckiyeC .label-wrapper {
  color: #182f47;
}
.cid-v2mkckiyeC .mbr-section-title,
.cid-v2mkckiyeC .title-wrapper {
  color: #ffffff;
}
.cid-v2mkckiyeC .card-title {
  color: #000000;
}
.cid-v2mkckiyeC .card-text {
  color: #8a8a8a;
}
.cid-v2mkckiyeC .card-title,
.cid-v2mkckiyeC .item-btn {
  color: #182f47;
}
.cid-v2mkckiyeC .mbr-section-title {
  color: #182f47;
}
.cid-v2mkcKJoSr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2mkcKJoSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2mkcKJoSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2mkcKJoSr .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v2mkcKJoSr .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-v2mkcKJoSr .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #687788;
}
.cid-v2mkcKJoSr .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2mkcKJoSr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-v2mkcKJoSr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v2mkcKJoSr .embla__slide .slide-content {
  width: 100%;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  padding: 10px;
  background-color: #ffffff;
  will-change: transform;
  animation: none !important;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper:hover .image-wrap .icon-card .mbr-iconfont,
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper:focus .image-wrap .icon-card .mbr-iconfont {
  background-color: #162739;
  color: #ffffff;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper:hover .image-wrap .item-img img,
  .cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper:focus .image-wrap .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap {
  position: relative;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap .icon-card {
  position: absolute;
  right: 40px;
  bottom: -35px;
  width: 70px;
  height: 70px;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  z-index: 2;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap .icon-card .mbr-iconfont {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  min-width: 50px;
  font-size: 18px;
  background-color: #7dd842;
  color: #162739;
  border-radius: 100%;
  transition: all .3s ease;
  z-index: 5;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::before {
  content: '';
  position: absolute;
  bottom: 35px;
  left: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-right-radius: 30px;
  box-shadow: 10px 10px 0 10px #ffffff;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap .icon-card::after {
  content: '';
  position: absolute;
  bottom: 35px;
  right: -12px;
  width: 15px;
  height: 15px;
  background-color: transparent;
  border-bottom-left-radius: 30px;
  box-shadow: -10px 10px 0 10px #ffffff;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap .item-img {
  overflow: hidden;
  margin-bottom: 40px;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .image-wrap .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
  padding: 0 30px 30px;
}
@media (max-width: 992px) {
  .cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .item-content .card-text {
  margin-bottom: 0;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2mkcKJoSr .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2mkcKJoSr .embla__button--next,
.cid-v2mkcKJoSr .embla__button--prev {
  display: flex;
}
.cid-v2mkcKJoSr .embla__button {
  top: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #687788 !important;
  color: #3c5067 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
  top: -7rem;
}
@media (max-width: 992px) {
  .cid-v2mkcKJoSr .embla__button {
    top: 0;
  }
}
.cid-v2mkcKJoSr .embla__button:hover {
  background-color: #f7f7f7 !important;
  color: #182f47 !important;
}
.cid-v2mkcKJoSr .embla__button.embla__button--prev {
  right: 70px;
}
@media (max-width: 992px) {
  .cid-v2mkcKJoSr .embla__button.embla__button--prev {
    right: auto;
    left: 0;
  }
}
.cid-v2mkcKJoSr .embla__button.embla__button--next {
  right: 0;
}
.cid-v2mkcKJoSr .embla {
  position: relative;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .cid-v2mkcKJoSr .embla {
    padding-top: 6rem !important;
  }
}
.cid-v2mkcKJoSr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v2mkcKJoSr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v2mkcKJoSr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v2mkcKJoSr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v2mkcKJoSr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v2mkcKJoSr .mbr-label,
.cid-v2mkcKJoSr .label-wrapper {
  color: #182f47;
}
.cid-v2mkcKJoSr .mbr-section-title,
.cid-v2mkcKJoSr .title-wrapper {
  color: #ffffff;
}
.cid-v2mkcKJoSr .card-title {
  color: #000000;
}
.cid-v2mkcKJoSr .card-text {
  color: #8a8a8a;
}
.cid-v2mkcKJoSr .card-title,
.cid-v2mkcKJoSr .item-btn {
  color: #182f47;
}
.cid-v2mkcKJoSr .mbr-section-title {
  color: #182f47;
}
.cid-v1wJ0NM0BR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #687788;
}
.cid-v1wJ0NM0BR img,
.cid-v1wJ0NM0BR .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-v1wJ0NM0BR .item:focus,
.cid-v1wJ0NM0BR span:focus {
  outline: none;
}
.cid-v1wJ0NM0BR .item-wrapper {
  position: relative;
}
.cid-v1wJ0NM0BR .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-v1wJ0NM0BR .slide-content .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-v1wJ0NM0BR .slide-content .item-content {
    padding: 1rem;
  }
}
.cid-v1wJ0NM0BR .mbr-section-btn {
  margin-top: auto !important;
}
.cid-v1wJ0NM0BR .mbr-section-title {
  color: #ffffff;
}
.cid-v1wJ0NM0BR .mbr-text,
.cid-v1wJ0NM0BR .mbr-section-btn {
  text-align: left;
}
.cid-v1wJ0NM0BR .item-title {
  text-align: left;
  color: #3c5067;
}
.cid-v1wJ0NM0BR .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-v1wJ0NM0BR .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-v1wJ0NM0BR .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v1wJ0NM0BR .embla__button--next,
.cid-v1wJ0NM0BR .embla__button--prev {
  display: flex;
}
.cid-v1wJ0NM0BR .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-v1wJ0NM0BR .embla__button {
    display: none;
  }
}
.cid-v1wJ0NM0BR .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v1wJ0NM0BR .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-v1wJ0NM0BR .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v1wJ0NM0BR .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v1wJ0NM0BR .embla__button {
    top: auto;
  }
}
.cid-v1wJ0NM0BR .embla {
  position: relative;
  width: 100%;
}
.cid-v1wJ0NM0BR .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v1wJ0NM0BR .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v1wJ0NM0BR .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v1wJ0NM0BR .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v1wJ0NM0BR .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v1wJ0NM0BR .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v1wJ0NM0BR .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v2mkldyJbk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #182f47;
}
.cid-v2mkldyJbk .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-v2mkldyJbk .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-v2mkldyJbk .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-v2mkldyJbk .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-v2mkldyJbk .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-v2mkldyJbk .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-v2mkldyJbk .mbr-section-title {
  color: #FF014E;
}
@media (max-width: 767px) {
  .cid-v2mkldyJbk .mbr-section-title {
    text-align: center;
  }
}
.cid-v2mkldyJbk .mbr-section-subtitle {
  color: #C4CFDE;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-v2mkldyJbk .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-v2mkldyJbk .item-card {
  height: 100%;
}
.cid-v2mkldyJbk .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
  background: #3c5067;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 767px) {
  .cid-v2mkldyJbk .item-wrap {
    padding: 50px 20px;
  }
}
.cid-v2mkldyJbk .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-v2mkldyJbk .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-v2mkldyJbk .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-v2mkldyJbk .card-box {
  padding-top: 28px;
}
.cid-v2mkldyJbk .card-title {
  color: #C4CFDE;
  margin-bottom: 9px;
}
.cid-v2mkldyJbk .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-v2mkldyJbk .card-text {
  color: #ffffff;
  margin-bottom: 20px;
}
.cid-v2mkldyJbk .card-contacts {
  color: #878e99;
}
.cid-v2mkldyJbk .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-v2mkldyJbk .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #182f47;
  transition: 0.4s all;
}
.cid-v2mkldyJbk .card-contacts a:hover {
  color: #182f47 !important;
}
.cid-v2mkldyJbk .card-contacts a:hover:before {
  width: 100%;
}
.cid-v2mkldyJbk .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-v2mkldyJbk .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-v2mkldyJbk .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-v2mkldyJbk .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #162739, #162739);
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
  transition: 0.4s all;
}
.cid-v2mkldyJbk .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-v2mkldyJbk .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #687788;
}
.cid-v2mkldyJbk .soc-item:hover {
  transform: translateY(-3px);
}
.cid-v2mkldyJbk .soc-item:hover .mbr-iconfont {
  color: #182f47;
}
.cid-v2mkldyJbk .soc-item:hover:before {
  opacity: 1;
}
.cid-v2mkldyJbk .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-v2mkldyJbk .form-main-container {
    padding-left: 20px;
  }
}
.cid-v2mkldyJbk .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
  background: #182f47;
  box-shadow: 10px 10px 19px #162739, -10px -10px 19px #162739;
}
@media (max-width: 575px) {
  .cid-v2mkldyJbk .form-wrap {
    padding: 20px;
  }
}
.cid-v2mkldyJbk form {
  width: 100%;
}
.cid-v2mkldyJbk form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-v2mkldyJbk form p {
  color: #878e99;
}
.cid-v2mkldyJbk form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-v2mkldyJbk form .mbr-section-btn .btn {
  width: 100%;
}
.cid-v2mkldyJbk form .form-group {
  margin-bottom: 20px !important;
}
.cid-v2mkldyJbk form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-v2mkldyJbk form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form select {
  color: #878e99 !important;
}
.cid-v2mkldyJbk form input {
  background: #162739;
}
.cid-v2mkldyJbk form textarea {
  height: 216px !important;
  resize: none;
}
.cid-v2mkldyJbk form input:active,
.cid-v2mkldyJbk form textarea:active,
.cid-v2mkldyJbk form input:focus,
.cid-v2mkldyJbk form textarea:focus {
  border-color: #182f47 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
  background: #162739;
}
.cid-v2mkldyJbk form input:active::-webkit-input-placeholder,
.cid-v2mkldyJbk form textarea:active::-webkit-input-placeholder,
.cid-v2mkldyJbk form input:focus::-webkit-input-placeholder,
.cid-v2mkldyJbk form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form input:active::-moz-placeholder,
.cid-v2mkldyJbk form textarea:active::-moz-placeholder,
.cid-v2mkldyJbk form input:focus::-moz-placeholder,
.cid-v2mkldyJbk form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form input:active:-moz-placeholder,
.cid-v2mkldyJbk form textarea:active:-moz-placeholder,
.cid-v2mkldyJbk form input:focus:-moz-placeholder,
.cid-v2mkldyJbk form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form input:active:-ms-input-placeholder,
.cid-v2mkldyJbk form textarea:active:-ms-input-placeholder,
.cid-v2mkldyJbk form input:focus:-ms-input-placeholder,
.cid-v2mkldyJbk form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-v2mkldyJbk form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-v2mkldyJbk form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v2mkldyJbk form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-v2mkldyJbk form .form-control-label {
  width: 100%;
}
.cid-v2mkldyJbk form .form-check-label {
  margin-bottom: 14px;
}
.cid-v2mkldyJbk form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-v2mkldyJbk form .form-check-input:focus,
.cid-v2mkldyJbk form .form-check-input:hover {
  border-color: #182f47 !important;
}
.cid-v2mkldyJbk form .form-check-input:checked {
  border-color: #182f47 !important;
  background-color: #191b1e !important;
}
