.btn {
  border-width: 1px;
}
body {
  font-family: 'Outfit', sans-serif;
}
.display-1 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Spline Sans', sans-serif;
  font-size: 4.75rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.75rem;
}
.display-4 {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-6 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.98rem + (3.8 - 1.98) * ((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-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.7rem 2.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e6b75 !important;
}
.bg-success {
  background-color: #4d6f8c !important;
}
.bg-info {
  background-color: #a3bfd9 !important;
}
.bg-warning {
  background-color: #d9cfcc !important;
}
.bg-danger {
  background-color: #bf3f57 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e6b75 !important;
  border-color: #2e6b75 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #163237 !important;
  border-color: #163237 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #163237 !important;
  border-color: #163237 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #151b26 !important;
  border-color: #151b26 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #a3bfd9 !important;
  border-color: #a3bfd9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #6694c0 !important;
  border-color: #6694c0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6694c0 !important;
  border-color: #6694c0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #4d6f8c !important;
  border-color: #4d6f8c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2e4354 !important;
  border-color: #2e4354 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2e4354 !important;
  border-color: #2e4354 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #d9cfcc !important;
  border-color: #d9cfcc !important;
  color: #5f4c47 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #b4a09a !important;
  border-color: #b4a09a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #5f4c47 !important;
  background-color: #b4a09a !important;
  border-color: #b4a09a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #bf3f57 !important;
  border-color: #bf3f57 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #7e2939 !important;
  border-color: #7e2939 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7e2939 !important;
  border-color: #7e2939 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2e6b75;
  color: #2e6b75;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #163237 !important;
  background-color: transparent !important;
  border-color: #163237 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e6b75 !important;
  border-color: #2e6b75 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #151b26;
  color: #151b26;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #151b26 !important;
  border-color: #151b26 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #a3bfd9;
  color: #a3bfd9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #6694c0 !important;
  background-color: transparent !important;
  border-color: #6694c0 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #a3bfd9 !important;
  border-color: #a3bfd9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #4d6f8c;
  color: #4d6f8c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e4354 !important;
  background-color: transparent !important;
  border-color: #2e4354 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #4d6f8c !important;
  border-color: #4d6f8c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #d9cfcc;
  color: #d9cfcc;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b4a09a !important;
  background-color: transparent !important;
  border-color: #b4a09a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5f4c47 !important;
  background-color: #d9cfcc !important;
  border-color: #d9cfcc !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #bf3f57;
  color: #bf3f57;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7e2939 !important;
  background-color: transparent !important;
  border-color: #7e2939 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #bf3f57 !important;
  border-color: #bf3f57 !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: #2e6b75 !important;
}
.text-secondary {
  color: #151b26 !important;
}
.text-success {
  color: #4d6f8c !important;
}
.text-info {
  color: #a3bfd9 !important;
}
.text-warning {
  color: #d9cfcc !important;
}
.text-danger {
  color: #bf3f57 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #11282c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #293b4a !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #5b8dbb !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ad9892 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #722634 !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: #2e6b75;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #a3bfd9;
}
.alert-warning {
  background-color: #d9cfcc;
}
.alert-danger {
  background-color: #bf3f57;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e6b75;
  border-color: #2e6b75;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2e6b75;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #61b4c1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #94aec4;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #df9eab;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #2e6b75 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Outfit', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #2e6b75;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.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: #2e6b75;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e6b75;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e6b75;
  border-bottom-color: #2e6b75;
}
.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: #2e6b75 !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: #151b26 !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='%232e6b75' %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;
}
.cid-unTyxfkESk {
  background-color: transparent;
}
.cid-unTyxfkESk .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-unTyxfkESk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-unTyxfkESk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-unTyxfkESk .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-unTyxfkESk .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-unTyxfkESk .menu_box .navbar.opened,
  .cid-unTyxfkESk .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-unTyxfkESk .navbar-dropdown {
  position: relative !important;
}
.cid-unTyxfkESk .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-unTyxfkESk .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-unTyxfkESk .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-unTyxfkESk .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-unTyxfkESk .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-unTyxfkESk .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #fbf9ed;
  }
  .cid-unTyxfkESk .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-unTyxfkESk .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-unTyxfkESk .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-unTyxfkESk .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-unTyxfkESk .offcanvas-body .mbr-text,
  .cid-unTyxfkESk .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-unTyxfkESk .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-unTyxfkESk .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-unTyxfkESk .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #30262b;
  }
  .cid-unTyxfkESk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-unTyxfkESk .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-unTyxfkESk .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-unTyxfkESk .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-unTyxfkESk ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-unTyxfkESk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unTyxfkESk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-unTyxfkESk .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-unTyxfkESk li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-unTyxfkESk .lg_brand {
    margin: 0 1rem;
  }
  .cid-unTyxfkESk .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-unTyxfkESk .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-unTyxfkESk .nav-item {
    margin: 4px 24px;
  }
}
@media (max-width: 991px) {
  .cid-unTyxfkESk .nav-item {
    margin: 0 !important;
  }
}
.cid-unTyxfkESk .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
  opacity: 1;
}
.cid-unTyxfkESk .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #30262b;
  transform: skewX(-20deg);
  transition: all 0.3s ease-in-out;
}
.cid-unTyxfkESk .nav-item .nav-link:hover,
.cid-unTyxfkESk .nav-item .nav-link:focus {
  color: #30262b !important;
}
.cid-unTyxfkESk .nav-item .nav-link:hover::before,
.cid-unTyxfkESk .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-unTyxfkESk .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-unTyxfkESk .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-unTyxfkESk .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-unTyxfkESk .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-unTyxfkESk .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-unTyxfkESk .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-unTyxfkESk .offcanvas_box {
    display: none;
  }
}
.cid-unTyxfkESk .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-unTyxfkESk .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-unTyxfkESk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-unTyxfkESk .container {
  display: flex;
  margin: auto;
}
.cid-unTyxfkESk .iconfont-wrapper {
  color: #30262b;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-unTyxfkESk .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-unTyxfkESk .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-unTyxfkESk .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-unTyxfkESk .navbar-nav {
    margin: 0;
  }
}
.cid-unTyxfkESk .dropdown-menu,
.cid-unTyxfkESk .navbar.opened {
  background-color: false !important;
}
.cid-unTyxfkESk .nav-item:focus,
.cid-unTyxfkESk .nav-link:focus {
  outline: none;
}
.cid-unTyxfkESk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-unTyxfkESk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-unTyxfkESk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-unTyxfkESk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-unTyxfkESk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-unTyxfkESk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-unTyxfkESk .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-unTyxfkESk .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-unTyxfkESk .navbar.opened {
  transition: all 0.3s;
}
.cid-unTyxfkESk .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-unTyxfkESk .navbar .navbar-logo img {
  max-width: 30px;
  min-height: 30px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-unTyxfkESk .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-unTyxfkESk .navbar.collapsed {
  justify-content: center;
}
.cid-unTyxfkESk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-unTyxfkESk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-unTyxfkESk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-unTyxfkESk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-unTyxfkESk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-unTyxfkESk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-unTyxfkESk .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-unTyxfkESk .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-unTyxfkESk .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-unTyxfkESk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-unTyxfkESk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-unTyxfkESk .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-unTyxfkESk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-unTyxfkESk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-unTyxfkESk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-unTyxfkESk .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-unTyxfkESk .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-unTyxfkESk .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-unTyxfkESk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-unTyxfkESk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-unTyxfkESk .navbar .icons-menu {
    padding: 0;
  }
}
.cid-unTyxfkESk .navbar.navbar-short {
  min-height: 60px;
}
.cid-unTyxfkESk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-unTyxfkESk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-unTyxfkESk .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-unTyxfkESk .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-unTyxfkESk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-unTyxfkESk .dropdown-item.active,
.cid-unTyxfkESk .dropdown-item:active {
  background-color: transparent;
}
.cid-unTyxfkESk .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-unTyxfkESk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-unTyxfkESk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-unTyxfkESk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-unTyxfkESk ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-unTyxfkESk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-unTyxfkESk button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #efebed;
}
.cid-unTyxfkESk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #30262b;
}
.cid-unTyxfkESk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-unTyxfkESk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unTyxfkESk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-unTyxfkESk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-unTyxfkESk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unTyxfkESk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-unTyxfkESk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-unTyxfkESk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-unTyxfkESk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-unTyxfkESk .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-unTyxfkESk .navbar {
    height: 70px;
  }
  .cid-unTyxfkESk .navbar.opened {
    height: auto;
  }
  .cid-unTyxfkESk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-unTyxfkESk .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-unTyxfkESk .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-unTyxfkESk .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-unTyxfkESk .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-unTyxfkESk .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 215px;
}
.cid-unTyxfkESk .navbar-caption:hover {
  color: #2e6b75;
}
@media (min-width: 992px) {
  .cid-unTyxfkESk .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-unTyxfkESk .text_widget {
  margin-bottom: 32px;
}
.cid-unTyxfkESk .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-unTyxfkESk .text_widget a:hover,
.cid-unTyxfkESk .text_widget a:focus {
  opacity: .8;
}
.cid-unTyxfkESk .mbr-section-subtitle {
  color: #30262b;
  text-align: center;
}
.cid-unTyxfkESk .navbar-caption {
  color: #30262b;
}
.cid-unTyxfkESk .mbr-text {
  color: #30262b;
  text-align: center;
}
.cid-unTyxfkESk .mbr-section-subtitle,
.cid-unTyxfkESk .text_widget,
.cid-unTyxfkESk .mbr-section-btn {
  text-align: center;
}
.cid-unTyxfkESk a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unTyVm84Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/lotes-residenciales-yucatan-1638x997.png");
}
.cid-unTyVm84Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTyVm84Av .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-unTyVm84Av .container {
    padding: 0 22px;
  }
}
.cid-unTyVm84Av .content-wrapper {
  padding-bottom: 60%;
}
.cid-unTyVm84Av .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unTyVm84Av .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-unTyVm84Av .mbr-section-title {
  color: #ffffff;
}
.cid-unTyVm84Av .mbr-text {
  color: #ffffff;
}
.cid-unTucxwPW7 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #eff6fa;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-unTucxwPW7 .content-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-unTucxwPW7 .content-wrapper {
    padding: 1rem;
  }
}
.cid-unTucxwPW7 .mbr-section-title {
  color: #4d6f8c;
}
.cid-unTucxwPW7 .mbr-text {
  color: #6c7577;
}
.cid-unTucxwPW7 .btn {
  padding: 1rem 3.4rem;
}
.cid-unTucxwPW7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTucxwPW7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unU9KhoNdo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-unU9KhoNdo .mbr-fallback-image.disabled {
  display: none;
}
.cid-unU9KhoNdo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unU9KhoNdo .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-unU9KhoNdo .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unU9KhoNdo .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-unU9KhoNdo .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-unU9KhoNdo .container {
    padding: 0 24px;
  }
}
.cid-unU9KhoNdo .content-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unU9KhoNdo .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unU9KhoNdo .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #fbfaf9;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-unU9KhoNdo .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-unU9KhoNdo .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unU9KhoNdo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unU9KhoNdo .item {
  margin-bottom: 32px;
}
.cid-unU9KhoNdo .item .item-wrapper {
  height: 100%;
}
.cid-unU9KhoNdo .item .item-wrapper .item-img img {
  height: 420px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unU9KhoNdo .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-unU9KhoNdo .item .item-wrapper .card-box {
  padding: 48px;
  background-color: #fbfaf9;
  height: 100%;
  border: 1px solid #edeceb;
  border-radius: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-unU9KhoNdo .item .item-wrapper .card-box {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-unU9KhoNdo .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-unU9KhoNdo .item .item-wrapper .card-box .item-title,
.cid-unU9KhoNdo .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 32px;
}
.cid-unU9KhoNdo .item .item-wrapper .card-box .text-wrap .item-text,
.cid-unU9KhoNdo .item .item-wrapper .card-box .text-wrap .item-text_2 {
  margin-bottom: 22px;
  opacity: .5;
}
.cid-unU9KhoNdo .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-unU9KhoNdo .item .item-wrapper .dark-card {
  background-color: #4d6f8c;
  border: none;
}
.cid-unU9KhoNdo .item .item-wrapper .middle-card {
  background-color: #6b818c;
  border: none;
}
.cid-unU9KhoNdo .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-unU9KhoNdo .mbr-desc,
.cid-unU9KhoNdo .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-unU9KhoNdo .mbr-text,
.cid-unU9KhoNdo .text-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-unU9KhoNdo .item-title {
  color: #18212d;
}
.cid-unU9KhoNdo .item-text {
  color: #18212d;
}
.cid-unU9KhoNdo .item-title_2 {
  color: #ffffff;
}
.cid-unU9KhoNdo .item-text_2 {
  color: #ffffff;
}
.cid-unTCc74Cqa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfbfb;
}
.cid-unTCc74Cqa .title-wrapper {
  margin: 0 150px;
}
@media (max-width: 992px) {
  .cid-unTCc74Cqa .title-wrapper {
    margin: 0 30px;
  }
}
.cid-unTCc74Cqa .title-wrapper .mbr-section-title {
  margin-bottom: 83.5px;
}
@media (max-width: 768px) {
  .cid-unTCc74Cqa .title-wrapper .mbr-section-title {
    margin-bottom: 50.4px;
  }
}
.cid-unTCc74Cqa .text-wrapper {
  margin: 0 150px;
  padding: 86px 0;
  border-top: 1px solid #cbcbcb;
}
@media (max-width: 992px) {
  .cid-unTCc74Cqa .text-wrapper {
    margin: 0 30px;
  }
}
@media (max-width: 768px) {
  .cid-unTCc74Cqa .text-wrapper {
    padding: 50.4px 0;
  }
}
.cid-unTCc74Cqa .text-wrapper .mbr-section-subtitle {
  margin: 0;
}
@media (max-width: 768px) {
  .cid-unTCc74Cqa .text-wrapper .mbr-section-subtitle {
    margin-bottom: 33.6px;
  }
}
.cid-unTCc74Cqa .text-wrapper .mbr-text {
  margin: 0;
}
.cid-unTCc74Cqa .mbr-section-title {
  color: #4d6f8c;
}
.cid-unTCc74Cqa .mbr-section-subtitle {
  color: #bf3f57;
}
.cid-unTCc74Cqa .mbr-text {
  color: #1E1C21;
}
.cid-unTy6dVQdP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-unTy6dVQdP .video-wrapper iframe {
  width: 100%;
}
.cid-unTy6dVQdP h2,
.cid-unTy6dVQdP h4,
.cid-unTy6dVQdP p {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-unTy6dVQdP .col-md-6 {
    width: 100%;
  }
}
.cid-unTy6dVQdP .mbr-section-head {
  margin-bottom: 2rem;
}
@media (min-width: 993px) {
  .cid-unTy6dVQdP .mbr-section-head {
    margin-bottom: 0;
  }
}
@media (max-width: 992px) {
  .cid-unTy6dVQdP .mbr-section-head {
    text-align: center;
  }
}
.cid-unTy6dVQdP .mbr-section-title {
  color: #4d6f8c;
  margin-bottom: 1rem;
}
.cid-unTy6dVQdP .mbr-section-subtitle {
  color: #6b6b6b;
  margin-bottom: 6px;
}
.cid-unTy6dVQdP .mbr-text {
  color: #6b6b6b;
}
.cid-unTOMtlZOs {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-unTOMtlZOs .mbr-section-title {
  color: #2e6b75;
}
.cid-unTOMtlZOs .mbr-section-subtitle {
  color: #6c7577;
}
.cid-unTOMtlZOs .mbr-fallback-image.disabled {
  display: none;
}
.cid-unTOMtlZOs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unTOBaYH1a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-unTOBaYH1a .row {
  flex-direction: row-reverse;
}
.cid-unTOBaYH1a .container-fluid {
  padding: 0;
}
.cid-unTOBaYH1a .row {
  align-items: stretch;
  width: 100%;
}
.cid-unTOBaYH1a .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-unTOBaYH1a .col-text {
    width: 50%;
  }
}
.cid-unTOBaYH1a .text-container {
  padding: 30% 4% 33% 8%;
}
@media (min-width: 768px) {
  .cid-unTOBaYH1a .text-container {
    padding: 18% 35% 20% 7%;
  }
}
@media (min-width: 881px) {
  .cid-unTOBaYH1a .text-container {
    padding: 14% 35% 15.3% 12%;
  }
}
@media (min-width: 1025px) {
  .cid-unTOBaYH1a .text-container {
    padding: 15% 15% 17% 20%;
    padding: 15% 20% 17% 15%;
  }
}
@media (min-width: 1441px) {
  .cid-unTOBaYH1a .text-container {
    padding: 15.3% 35% 17.3% 20%;
    padding: 15.3% 20% 17.3% 35%;
  }
}
.cid-unTOBaYH1a .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.cid-unTOBaYH1a .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-unTOBaYH1a .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-unTOBaYH1a .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-unTOBaYH1a .btn-container {
  width: 100%;
}
.cid-unTOBaYH1a .mbr-section-btn {
  margin-top: 20px;
}
.cid-unTOBaYH1a .col-img {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .cid-unTOBaYH1a .col-img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .cid-unTOBaYH1a .col-img {
    height: 1px;
    padding: 30% 0 30% 0;
  }
}
.cid-unTOBaYH1a .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-unTOBaYH1a .img-container img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-unTOGlVQCZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-unTOGlVQCZ .row {
  flex-direction: row-reverse;
}
.cid-unTOGlVQCZ .container-fluid {
  padding: 0;
}
.cid-unTOGlVQCZ .row {
  align-items: stretch;
  width: 100%;
}
.cid-unTOGlVQCZ .col-text {
  width: 100%;
}
@media (min-width: 1025px) {
  .cid-unTOGlVQCZ .col-text {
    width: 50%;
  }
}
.cid-unTOGlVQCZ .text-container {
  padding: 30% 4% 33% 8%;
}
@media (min-width: 768px) {
  .cid-unTOGlVQCZ .text-container {
    padding: 18% 35% 20% 7%;
  }
}
@media (min-width: 881px) {
  .cid-unTOGlVQCZ .text-container {
    padding: 14% 35% 15.3% 12%;
  }
}
@media (min-width: 1025px) {
  .cid-unTOGlVQCZ .text-container {
    padding: 15% 15% 17% 20%;
    padding: 15% 20% 17% 15%;
  }
}
@media (min-width: 1441px) {
  .cid-unTOGlVQCZ .text-container {
    padding: 15.3% 35% 17.3% 20%;
    padding: 15.3% 20% 17.3% 35%;
  }
}
.cid-unTOGlVQCZ .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
}
.cid-unTOGlVQCZ .label-text {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #8A8A8A;
}
.cid-unTOGlVQCZ .mbr-section-title {
  width: 100%;
  color: #000000;
  margin-bottom: 10px;
}
.cid-unTOGlVQCZ .mbr-text {
  letter-spacing: inherit;
  color: #000000;
  width: 100%;
  margin-top: 16px;
  margin-bottom: 0;
}
.cid-unTOGlVQCZ .btn-container {
  width: 100%;
}
.cid-unTOGlVQCZ .mbr-section-btn {
  margin-top: 20px;
}
.cid-unTOGlVQCZ .col-img {
  width: 100%;
  position: relative;
}
@media (min-width: 1025px) {
  .cid-unTOGlVQCZ .col-img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .cid-unTOGlVQCZ .col-img {
    height: 1px;
    padding: 30% 0 30% 0;
  }
}
.cid-unTOGlVQCZ .img-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.cid-unTOGlVQCZ .img-container img {
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-unZt7aiDfl {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #4d6f8c;
}
.cid-unZt7aiDfl .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-unZt7aiDfl textarea {
  min-height: 250px;
}
.cid-unZt7aiDfl .col-auto {
  margin: auto;
}
.cid-unZt7aiDfl .form-control,
.cid-unZt7aiDfl .field-input {
  padding: 1rem;
  background-color: #f6f6f6;
  font-size: 1rem;
  border-color: #f6f6f6;
  color: #767676 !important;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-unZt7aiDfl .form-control input::-webkit-input-placeholder,
.cid-unZt7aiDfl .field-input input::-webkit-input-placeholder,
.cid-unZt7aiDfl .form-control textarea::-webkit-input-placeholder,
.cid-unZt7aiDfl .field-input textarea::-webkit-input-placeholder {
  color: #767676 !important;
}
.cid-unZt7aiDfl .form-control input:-moz-placeholder,
.cid-unZt7aiDfl .field-input input:-moz-placeholder,
.cid-unZt7aiDfl .form-control textarea:-moz-placeholder,
.cid-unZt7aiDfl .field-input textarea:-moz-placeholder {
  color: #767676;
}
.cid-unZt7aiDfl .form-control:hover,
.cid-unZt7aiDfl .field-input:hover,
.cid-unZt7aiDfl .form-control:focus,
.cid-unZt7aiDfl .field-input:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-unZt7aiDfl .form-control:hover input::-webkit-input-placeholder,
.cid-unZt7aiDfl .field-input:hover input::-webkit-input-placeholder,
.cid-unZt7aiDfl .form-control:focus input::-webkit-input-placeholder,
.cid-unZt7aiDfl .field-input:focus input::-webkit-input-placeholder,
.cid-unZt7aiDfl .form-control:hover textarea::-webkit-input-placeholder,
.cid-unZt7aiDfl .field-input:hover textarea::-webkit-input-placeholder,
.cid-unZt7aiDfl .form-control:focus textarea::-webkit-input-placeholder,
.cid-unZt7aiDfl .field-input:focus textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-unZt7aiDfl .form-control:hover input:-moz-placeholder,
.cid-unZt7aiDfl .field-input:hover input:-moz-placeholder,
.cid-unZt7aiDfl .form-control:focus input:-moz-placeholder,
.cid-unZt7aiDfl .field-input:focus input:-moz-placeholder,
.cid-unZt7aiDfl .form-control:hover textarea:-moz-placeholder,
.cid-unZt7aiDfl .field-input:hover textarea:-moz-placeholder,
.cid-unZt7aiDfl .form-control:focus textarea:-moz-placeholder,
.cid-unZt7aiDfl .field-input:focus textarea:-moz-placeholder {
  color: #ffffff;
}
.cid-unZt7aiDfl .jq-number__spin:hover,
.cid-unZt7aiDfl .jq-number__spin:focus {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-unZt7aiDfl .jq-number__spin {
  background-color: #f6f6f6;
  border-color: #f6f6f6;
  color: #767676;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-unZt7aiDfl .jq-selectbox li,
.cid-unZt7aiDfl .jq-selectbox li {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-unZt7aiDfl .jq-selectbox li:hover,
.cid-unZt7aiDfl .jq-selectbox li.selected {
  background-color: #f6f6f6;
  color: #000000;
}
.cid-unZt7aiDfl .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-unZt7aiDfl .jq-number__spin.minus:hover:after,
.cid-unZt7aiDfl .jq-number__spin.plus:hover:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-unZt7aiDfl .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-unZt7aiDfl .jq-number__spin.minus:after,
.cid-unZt7aiDfl .jq-number__spin.plus:after {
  border-top-color: #f6f6f6;
  border-bottom-color: #f6f6f6;
}
.cid-unZt7aiDfl input::-webkit-clear-button {
  display: none;
}
.cid-unZt7aiDfl input::-webkit-inner-spin-button {
  display: none;
}
.cid-unZt7aiDfl input::-webkit-outer-spin-button {
  display: none;
}
.cid-unZt7aiDfl input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-unU00yhstf {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #4d6f8c;
}
.cid-unU00yhstf .mbr-fallback-image.disabled {
  display: none;
}
.cid-unU00yhstf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unU00yhstf .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-unU00yhstf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-unU00yhstf .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-unU00yhstf .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-unU00yhstf .container {
    padding: 0 14px;
  }
}
.cid-unU00yhstf .row {
  justify-content: center;
}
.cid-unU00yhstf .image-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unU00yhstf .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unU00yhstf .image-wrapper img {
  display: inline-flex;
  height: 150px;
  width: 150px;
  border-radius: 0 !important;
}
.cid-unU00yhstf .nav-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unU00yhstf .nav-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unU00yhstf .nav-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-unU00yhstf .nav-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-unU00yhstf .nav-wrapper .list .item-wrap {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-unU00yhstf .nav-wrapper .list .item-wrap:hover,
.cid-unU00yhstf .nav-wrapper .list .item-wrap:focus {
  opacity: .7;
}
.cid-unU00yhstf .contacts-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-unU00yhstf .contacts-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unU00yhstf .contacts-wrapper .mbr-list-title {
  opacity: .7;
  margin-bottom: 22px;
}
.cid-unU00yhstf .contacts-wrapper .contacts-wrap .card-wrapper {
  margin-bottom: 16px;
}
.cid-unU00yhstf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-unU00yhstf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:hover .mbr-contact,
.cid-unU00yhstf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap:focus .mbr-contact {
  opacity: .7;
}
.cid-unU00yhstf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: 16px;
}
.cid-unU00yhstf .contacts-wrapper .contacts-wrap .card-wrapper .card-wrap .mbr-contact {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-unU00yhstf .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-unU00yhstf .mbr-text,
.cid-unU00yhstf .text-wrapper {
  color: #f1f1f1;
  text-align: center;
}
.cid-unU00yhstf .mbr-list-title {
  color: #ffffff;
}
.cid-unU00yhstf .list {
  color: #ffffff;
}
.cid-unU00yhstf .mbr-contact {
  color: #ffffff;
}
