body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.875rem;
  line-height: 1.04545455;
}
.display-1 > .mbr-iconfont {
  font-size: 11rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.52302632rem;
    line-height: 1.064;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 4.02046784rem;
    line-height: 1.08818182;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.75rem;
    line-height: 1.09090909;
  }
}
.display-2 {
  font-family: 'Oswald', sans-serif;
  font-size: 4.25rem;
  line-height: 1.05882353;
}
.display-2 > .mbr-iconfont {
  font-size: 6.8rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 3.125rem;
    line-height: 1.14;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.81456954rem;
    line-height: 1.15470588;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 2.0631068rem;
    line-height: 1.09058824;
  }
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.44444444;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.00446429rem;
    line-height: 1.36888889;
  }
}
.display-5 {
  font-family: 'Oswald', sans-serif;
  font-size: 2.75rem;
  line-height: 1.13636364;
}
.display-5 > .mbr-iconfont {
  font-size: 4.4rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 2.2rem;
    line-height: 1.19318182;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.88356164rem;
    line-height: 0.99545455;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.5625rem;
    line-height: 1.2;
  }
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.display-7 > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .display-7 {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .display-7 {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
/* ---- 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 */
/* Buttons */
.btn {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-sm {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-md {
  padding: 12px 15px;
  border-radius: 4px;
}
.btn-lg {
  padding: 21px 10px;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a6686 !important;
}
.bg-success {
  background-color: #08af83 !important;
}
.bg-info {
  background-color: #d42764 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #3a6686;
  border-color: #3a6686;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f14555 !important;
  border-color: #f14555 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #f14555;
  border-color: #f14555;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-secondary:hover {
  background-color: #ed162a !important;
  border-color: #ed162a !important;
}
.btn-info,
.btn-info:active {
  background-color: #d42764 !important;
  border-color: #d42764 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d42764;
  border-color: #d42764;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-info:hover {
  background-color: #a91f50 !important;
  border-color: #a91f50 !important;
}
.btn-success,
.btn-success:active {
  background-color: #08af83 !important;
  border-color: #08af83 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #08af83;
  border-color: #08af83;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-success:hover {
  background-color: #067e5e !important;
  border-color: #067e5e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #fbba34;
  border-color: #fbba34;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-warning:hover {
  background-color: #fccb66 !important;
  border-color: #fccb66 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe5925;
  border-color: #fe5925;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-danger:hover {
  background-color: #fe8058 !important;
  border-color: #fe8058 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:hover {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
}
.btn-primary-outline {
  border: 1px solid;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #3a6686;
  color: #3a6686;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #3a6686 !important;
  border-color: #3a6686;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a6686 !important;
  border-color: #3a6686 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #f14555;
  color: #f14555;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background: #f14555 !important;
  border-color: #f14555;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #f14555 !important;
  border-color: #f14555 !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #d42764;
  color: #d42764;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #d42764 !important;
  border-color: #d42764;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #d42764 !important;
  border-color: #d42764 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #08af83;
  color: #08af83;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #08af83 !important;
  border-color: #08af83;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #08af83 !important;
  border-color: #08af83 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #fbba34;
  color: #fbba34;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #fbba34 !important;
  border-color: #fbba34;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fbba34 !important;
  border-color: #fbba34 !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe5925;
  color: #fe5925;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe5925 !important;
  border-color: #fe5925;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe5925 !important;
  border-color: #fe5925 !important;
}
.btn-black-outline {
  border: 1px solid;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background: #333333 !important;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline {
  border: 1px solid;
}
.btn-white-outline,
.btn-white-outline:active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #808080 !important;
  background: #ffffff !important;
  border-color: #ffffff;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white-outline.btn {
  color: #333333 !important;
}
.text-primary {
  color: #3a6686 !important;
}
.text-secondary {
  color: #f14555 !important;
}
.text-success {
  color: #08af83 !important;
}
.text-info {
  color: #d42764 !important;
}
.text-warning {
  color: #fbba34 !important;
}
.text-danger {
  color: #fe5925 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #568eb6 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #c10f1f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #044d3a !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #7e173b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #fbba34 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc2e01 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #3a6686 !important;
}
.alert-success {
  background-color: #08af83;
}
.alert-info {
  background-color: #d42764;
}
.alert-warning {
  background-color: #fbba34;
}
.alert-danger {
  background-color: #fe5925;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a6686;
  border-color: #3a6686;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a6686;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7aa6c5;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #40f6c6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f6d1de;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fffefc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4f0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.33333333;
}
.form-control > .mbr-iconfont {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .form-control {
    font-size: 1.25rem;
    line-height: 1.35;
  }
}
@media (max-width: 1280px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.33;
  }
}
@media (max-width: 1024px) {
  .form-control {
    font-size: 1.12781955rem;
    line-height: 1.27458333;
  }
}
blockquote {
  border-color: #3a6686;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a6686;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3a6686;
  border-bottom-color: #3a6686;
}
.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: #3a6686 !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: #f14555 !important;
  box-shadow: none !important;
}
.sidebar-block .mbr-gallery-item .galleryItem .onsale {
  top: 0px;
}
.sidebar-block .mbr-gallery-item .galleryItem .sidebar_wraper {
  bottom: -35px;
  margin-left: 1rem;
}
.link.display-4 a {
  font-size: 1.0125rem;
  line-height: 1;
}
.cid-tOHxV7AKrk {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tOHxV7AKrk .nav-link,
.cid-tOHxV7AKrk .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tOHxV7AKrk .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tOHxV7AKrk .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tOHxV7AKrk .nav-link.text-primary:hover,
.cid-tOHxV7AKrk .nav-link.text-primary:focus {
  color: #3a6686 !important;
}
.cid-tOHxV7AKrk .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tOHxV7AKrk .nav-link:hover:before {
  opacity: 1;
}
.cid-tOHxV7AKrk .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #f14555;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tOHxV7AKrk .nav-link {
    margin: 0 !important;
  }
}
.cid-tOHxV7AKrk .icons-menu {
  line-height: 0;
}
.cid-tOHxV7AKrk .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tOHxV7AKrk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tOHxV7AKrk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tOHxV7AKrk .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tOHxV7AKrk .dropdown-menu a {
  overflow: hidden;
}
.cid-tOHxV7AKrk .dropdown-menu a > .image1 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage3.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tOHxV7AKrk .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tOHxV7AKrk .dropdown-menu a > .image2 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage1.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tOHxV7AKrk .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tOHxV7AKrk .dropdown-menu a > .image3 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage2.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tOHxV7AKrk .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tOHxV7AKrk .dropdown-menu a > .image4 {
  width: 250px;
  height: 208px;
  transition: all 0.3s;
  background-image: url("../../../assets/images/voyage4.jpg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.cid-tOHxV7AKrk .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tOHxV7AKrk .dropdown-menu .dropdown-item {
  display: inline-flex;
  justify-content: center;
  font-weight: normal;
  padding: 10px 40px 10px 20px;
  line-height: 1;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
@media (max-width: 1300px) {
  .cid-tOHxV7AKrk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tOHxV7AKrk .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tOHxV7AKrk .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tOHxV7AKrk .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tOHxV7AKrk .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tOHxV7AKrk.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tOHxV7AKrk .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tOHxV7AKrk .btn {
    white-space: nowrap;
  }
  .cid-tOHxV7AKrk .dropdown-menu {
    min-width: 210px;
    display: block;
    z-index: 5;
    background-color: #ffffff !important;
    border: 1px solid #ddebe9;
    border-radius: 4px;
    left: 17px;
    right: auto;
    top: 100%;
    opacity: 0;
    padding: 11px 0 !important;
    margin: 0 !important;
    visibility: hidden;
    transition: all .3s linear;
    transform: translateY(0);
  }
  .cid-tOHxV7AKrk .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tOHxV7AKrk .nav-item.dropdown:hover::before,
  .cid-tOHxV7AKrk .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tOHxV7AKrk .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tOHxV7AKrk .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tOHxV7AKrk .navbar > .container,
.cid-tOHxV7AKrk .navbar > .container-fluid {
  align-items: center;
}
.cid-tOHxV7AKrk .dropdown-toggle::after,
.cid-tOHxV7AKrk .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: 6px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  transition: all .25s ease 0s;
}
.cid-tOHxV7AKrk .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tOHxV7AKrk .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tOHxV7AKrk .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tOHxV7AKrk .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tOHxV7AKrk .nav-item:focus,
.cid-tOHxV7AKrk .nav-link:focus {
  outline: none;
}
.cid-tOHxV7AKrk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tOHxV7AKrk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOHxV7AKrk .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tOHxV7AKrk a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tOHxV7AKrk ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tOHxV7AKrk .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tOHxV7AKrk .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tOHxV7AKrk .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tOHxV7AKrk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOHxV7AKrk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOHxV7AKrk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tOHxV7AKrk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOHxV7AKrk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tOHxV7AKrk .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tOHxV7AKrk .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tOHxV7AKrk .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOHxV7AKrk.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOHxV7AKrk .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tOHxV7AKrk .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tOHxV7AKrk .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tOHxV7AKrk .navbar-logo {
    margin: 0;
  }
  .cid-tOHxV7AKrk .navbar-logo img {
    height: 60px !important;
  }
  .cid-tOHxV7AKrk .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tOHxV7AKrk .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tOHxV7AKrk .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tOHxV7AKrk .navbar {
    padding: 13px 90px;
  }
  .cid-tOHxV7AKrk .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tOHxV7AKrk .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tOHxV7AKrk .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tOHxV7AKrk .dropdown-toggle::after,
  .cid-tOHxV7AKrk .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tOHxV7AKrk .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tOHxV7AKrk a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tOHxV7AKrk ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tOHxV7AKrk .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tOHxV7AKrk .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tOHxV7AKrk.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tOHxV7AKrk.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tOHxV7AKrk.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tOHxV7AKrk.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tOHxV7AKrk .navbar {
    padding: 0 !important;
  }
  .cid-tOHxV7AKrk ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tOHxV7AKrk a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tOHxV7AKrk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tOHxV7AKrk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOHxV7AKrk .dropdown-item.active,
.cid-tOHxV7AKrk .dropdown-item:active {
  background-color: transparent;
}
.cid-tOHxV7AKrk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tOHxV7AKrk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tOHxV7AKrk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tOHxV7AKrk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tOHxV7AKrk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tOHxV7AKrk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tOHxV7AKrk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tOHxV7AKrk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tOHxV7AKrk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tOHxV7AKrk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tOHxV7AKrk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tOHxV7AKrk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tOHxV7AKrk .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tOHxV7AKrk .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOHxV7AKrk .navbar {
    height: 97px;
  }
  .cid-tOHxV7AKrk .navbar.opened {
    height: auto;
  }
  .cid-tOHxV7AKrk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOHxPKltQC {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-image: url("../../../assets/images/vista-da-praia-da-enseada-a-noite-no-guaruja-1-88ce-1400x540-1400x539.jpg");
}
.cid-tOHxPKltQC .title__block {
  position: relative;
  z-index: 10;
}
.cid-tOHxPKltQC .mbr-section-title {
  margin-bottom: 25px;
  color: #ffffff;
}
.cid-tOHxPKltQC .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #fbba34;
}
.cid-tOHxPKltQC .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tOHxPKltQC .mbr-section-btn {
  padding-right: 150px;
}
.cid-tOHxPKltQC .slider__block .container {
  padding: 0 15px;
}
.cid-tOHxPKltQC .carousel {
  padding-bottom: 100px;
  padding-bottom: 160px;
}
.cid-tOHxPKltQC .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tOHxPKltQC .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tOHxPKltQC .carousel-item.active {
  opacity: 1;
}
.cid-tOHxPKltQC .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tOHxPKltQC .carousel-item .wrap-img {
  transition: transform 0s;
  position: relative;
  text-align: center;
  margin: auto;
  width: 400px;
  height: 600px;
  transform: scale(0.9) rotate(-7deg);
  z-index: 1;
}
.cid-tOHxPKltQC .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tOHxPKltQC .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tOHxPKltQC .carousel-item .cloneditem-1,
.cid-tOHxPKltQC .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tOHxPKltQC .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tOHxPKltQC .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tOHxPKltQC .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tOHxPKltQC .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tOHxPKltQC .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tOHxPKltQC .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tOHxPKltQC .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #ffffff;
  transition: all 0.3s ease;
}
.cid-tOHxPKltQC .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tOHxPKltQC .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tOHxPKltQC .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tOHxPKltQC .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tOHxPKltQC .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #ffffff;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tOHxPKltQC .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #ffffff;
  margin: 0;
  opacity: 1;
}
.cid-tOHxPKltQC .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tOHxPKltQC .cloneditem-1,
.cid-tOHxPKltQC .cloneditem-2,
.cid-tOHxPKltQC .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tOHxPKltQC .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tOHxPKltQC .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tOHxPKltQC .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tOHxPKltQC .carousel-inner.slides2 .cloneditem-1,
  .cid-tOHxPKltQC .carousel-inner.slides2 .cloneditem-2,
  .cid-tOHxPKltQC .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tOHxPKltQC .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tOHxPKltQC .carousel-inner.slides3 .cloneditem-1,
  .cid-tOHxPKltQC .carousel-inner.slides3 .cloneditem-2,
  .cid-tOHxPKltQC .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tOHxPKltQC .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tOHxPKltQC .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tOHxPKltQC .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tOHxPKltQC .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tOHxPKltQC .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tOHxPKltQC .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tOHxPKltQC .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tOHxPKltQC .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tOHxPKltQC .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tOHxPKltQC .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tOHxPKltQC .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tOHxPKltQC .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tOHxPKltQC .carousel {
    padding-bottom: 50px;
  }
}
.cid-tOHxPKltQC .mbr-text,
.cid-tOHxPKltQC .mbr-section-btn {
  color: #ffffff;
}
.cid-tOHzJD6xwP {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOHzJD6xwP .title__block {
  padding-bottom: 40px;
}
.cid-tOHzJD6xwP .mbr-section-title {
  margin-bottom: 25px;
  color: #fbba34;
}
.cid-tOHzJD6xwP .mbr-section-title b,
.cid-tOHzJD6xwP .mbr-section-title strong {
  font-weight: 500;
}
.cid-tOHzJD6xwP .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tOHzJD6xwP .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 105px;
  height: 105px;
  top: -75px;
  right: -65px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tOHzJD6xwP .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tOHzJD6xwP .mbr-text {
  margin-bottom: 43px;
}
.cid-tOHzJD6xwP .image__block {
  position: relative;
  z-index: 1;
  max-height: 620px;
}
.cid-tOHzJD6xwP .image__block:before {
  content: "";
  position: absolute;
  top: -28%;
  left: 120px;
  width: 100vw;
  height: calc(100% + 40px);
  background-color: #cce4f0;
}
.cid-tOHzJD6xwP .img__wrap {
  position: relative;
  max-height: 620px;
}
.cid-tOHzJD6xwP .img__wrap .image1 {
  display: block;
  position: relative;
  bottom: -52px;
  left: 0;
  transform: rotate(-11.7deg) translateX(24.6%);
  width: 41%;
}
.cid-tOHzJD6xwP .img__wrap .image1:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 138%;
}
.cid-tOHzJD6xwP .img__wrap .image1 img {
  max-width: 341px;
  max-height: 472px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-tOHzJD6xwP .img__wrap .image2 {
  display: block;
  position: relative;
  bottom: 20px;
  left: 0;
  transform: rotate(9.96deg) translate(34%, -90%);
  width: 62%;
}
.cid-tOHzJD6xwP .img__wrap .image2:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 120%;
}
.cid-tOHzJD6xwP .img__wrap .image2 img {
  max-width: 520px;
  max-height: 625px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tOHzJD6xwP .row {
    text-align: center;
  }
  .cid-tOHzJD6xwP .title__block {
    padding-bottom: 0;
  }
  .cid-tOHzJD6xwP .mbr-section-title {
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .cid-tOHzJD6xwP .figure:before {
    content: none;
  }
  .cid-tOHzJD6xwP .mbr-section-subtitle {
    margin-bottom: 20px;
  }
  .cid-tOHzJD6xwP .mbr-text {
    margin-bottom: 30px;
  }
  .cid-tOHzJD6xwP .image__block:before {
    top: 50px;
    left: 30px;
    height: calc(100% - 25px);
    min-height: 235px;
    max-height: 400px;
  }
  .cid-tOHzJD6xwP .img__wrap {
    max-height: 0;
    padding-bottom: 88%;
    margin-top: 22%;
  }
}
.cid-tOHzJD6xwP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHzJD6xwP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHBx8UbJb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tOHBx8UbJb .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tOHBx8UbJb .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
  right: auto;
  left: 0;
}
.cid-tOHBx8UbJb .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tOHBx8UbJb .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tOHBx8UbJb .img__wrap .image img {
    height: auto;
  }
  .cid-tOHBx8UbJb .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tOHBx8UbJb {
    padding-top: 10rem;
  }
  .cid-tOHBx8UbJb .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tOHBx8UbJb {
    padding-top: 8rem;
  }
  .cid-tOHBx8UbJb .img__wrap {
    top: -60px;
  }
}
.cid-tOHBx8UbJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHBx8UbJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHCfUbd4l {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tOHCfUbd4l .carousel-item.active,
.cid-tOHCfUbd4l .carousel-item-next,
.cid-tOHCfUbd4l .carousel-item-prev {
  display: flex;
}
.cid-tOHCfUbd4l .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOHCfUbd4l .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.cid-tOHCfUbd4l .carousel-controls a {
  transition: .3s;
  border-radius: 50%;
  border: 2px solid #003d59;
  background-color: transparent;
}
.cid-tOHCfUbd4l .carousel-controls a span {
  color: #003d59;
  font-size: 18px;
}
.cid-tOHCfUbd4l .carousel-controls a:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-tOHCfUbd4l .carousel-controls a:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-tOHCfUbd4l .carousel-controls .carousel-control-next,
.cid-tOHCfUbd4l .carousel-controls .carousel-control-prev {
  opacity: 1;
  width: 44px;
  height: 44px;
  margin: 0 15px;
  position: static !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tOHCfUbd4l .image-element {
    min-width: 50%;
  }
  .cid-tOHCfUbd4l .media-container-row {
    width: 100%;
  }
}
.cid-tOHCfUbd4l .media-container-row {
  position: relative;
  min-height: 540px;
}
.cid-tOHCfUbd4l .media-container-row:before {
  content: "";
  position: absolute;
  width: 119px;
  height: 119px;
  top: 150px;
  left: 5px;
  background-image: url("../../../assets/images/compass.svg");
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tOHCfUbd4l .slider__content {
  margin-top: 85px;
  margin-left: 8.333%;
}
.cid-tOHCfUbd4l .img-wrap {
  position: relative;
}
.cid-tOHCfUbd4l .img-wrap:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 57%;
}
.cid-tOHCfUbd4l .img-wrap img {
  height: auto;
  max-height: 480px;
  max-width: 100%;
  position: absolute;
  top: 11%;
  right: 8%;
  width: 69%;
  transform: rotate(-10deg);
}
.cid-tOHCfUbd4l .slider__title {
  color: #fbba34;
  margin-bottom: 15px;
}
.cid-tOHCfUbd4l .slider__subtitle {
  margin-bottom: 20px;
}
.cid-tOHCfUbd4l .slider__text {
  margin-bottom: 50px;
}
.cid-tOHCfUbd4l .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tOHCfUbd4l .link a {
  font-weight: 700;
}
.cid-tOHCfUbd4l .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tOHCfUbd4l .link:hover span {
  transform: translateX(9px);
}
.cid-tOHCfUbd4l .media-container-row {
  flex-direction: row-reverse;
}
.cid-tOHCfUbd4l .media-container-row:before {
  left: auto;
  right: -5px;
}
.cid-tOHCfUbd4l .img-wrap img {
  transform: rotate(10deg);
}
.cid-tOHCfUbd4l .slider__content {
  margin-left: 0;
  margin-right: 8.333%;
}
@media (max-width: 991px) {
  .cid-tOHCfUbd4l .media-container-row:before {
    display: none;
  }
  .cid-tOHCfUbd4l .img-wrap {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cid-tOHCfUbd4l .img-wrap:before {
    display: none;
  }
  .cid-tOHCfUbd4l .img-wrap img {
    position: static;
    width: 86%;
    transform: none;
  }
  .cid-tOHCfUbd4l .slider__content {
    margin-top: 0;
  }
  .cid-tOHCfUbd4l .slider__title {
    margin-bottom: 10px;
    font-size: 25px;
    line-height: 30px;
  }
  .cid-tOHCfUbd4l .slider__subtitle {
    font-size: 17px;
    line-height: 21px;
  }
  .cid-tOHCfUbd4l .slider__text {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .cid-tOHCfUbd4l .carousel-controls {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .cid-tOHCfUbd4l .media-container-row {
    min-height: 440px;
  }
  .cid-tOHCfUbd4l .img-wrap img {
    width: 100%;
  }
  .cid-tOHCfUbd4l .slider__content {
    margin: 0;
  }
}
.cid-tOHCfUbd4l .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHCfUbd4l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHDIMFZai {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #fbba34;
}
.cid-tOHDIMFZai .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tOHDIMFZai .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tOHDIMFZai .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tOHDIMFZai .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 750px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tOHDIMFZai .img__wrap .image img {
    height: auto;
  }
  .cid-tOHDIMFZai .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tOHDIMFZai {
    padding-top: 10rem;
  }
  .cid-tOHDIMFZai .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tOHDIMFZai {
    padding-top: 8rem;
  }
  .cid-tOHDIMFZai .img__wrap {
    top: -60px;
  }
}
.cid-tOHDIMFZai .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOHDIMFZai .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOHDIMFZai .mbr-section-subtitle {
  color: #002a6b;
}
.cid-tOHDIMFZai .mbr-section-title {
  color: #002a6b;
}
.cid-tOHFFCNXJI {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tOHFFCNXJI .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #eef5f4;
}
.cid-tOHFFCNXJI .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tOHFFCNXJI .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tOHFFCNXJI .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tOHFFCNXJI .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tOHFFCNXJI .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tOHFFCNXJI .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tOHFFCNXJI .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tOHFFCNXJI .item a {
  font-weight: 600;
}
.cid-tOHFFCNXJI .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tOHFFCNXJI .item:last-child:after {
  display: none;
}
.cid-tOHFFCNXJI .footer__social {
  padding-bottom: 21px;
}
.cid-tOHFFCNXJI .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tOHFFCNXJI .mbr-iconfont:hover {
  color: #3a6686;
}
.cid-tOHFFCNXJI .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tOHFFCNXJI .footer__ink {
  text-align: right;
}
.cid-tOHFFCNXJI .copyright,
.cid-tOHFFCNXJI .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tOHFFCNXJI .footer__menu {
    padding-right: 0;
  }
}
