@import url(https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 6.5rem;
  line-height: 1.10576923;
}
.display-1 > .mbr-iconfont {
  font-size: 10.4rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 4.27631579rem;
    line-height: 1.12538462;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 3.80116959rem;
    line-height: 1.15096154;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 2.6rem;
    line-height: 1.15384615;
  }
}
.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: #003d59 !important;
}
.bg-success {
  background-color: #46877e !important;
}
.bg-info {
  background-color: #ff40b4 !important;
}
.bg-warning {
  background-color: #fbba34 !important;
}
.bg-danger {
  background-color: #fe5925 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #003d59 !important;
  border-color: #003d59 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #003d59;
  border-color: #003d59;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffc4ab !important;
  border-color: #ffc4ab !important;
  color: #ab3300 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ab3300 !important;
  background-color: #ffc4ab;
  border-color: #ffc4ab;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ab3300 !important;
  background-color: #ffc4ab !important;
  border-color: #ffc4ab !important;
}
.btn-secondary:hover {
  background-color: #ffa078 !important;
  border-color: #ffa078 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ff40b4;
  border-color: #ff40b4;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-info:hover {
  background-color: #ff0da0 !important;
  border-color: #ff0da0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #46877e !important;
  border-color: #46877e !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #46877e;
  border-color: #46877e;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-success:hover {
  background-color: #35655f !important;
  border-color: #35655f !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: #003d59;
  color: #003d59;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #003d59 !important;
  border-color: #003d59;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #003d59 !important;
  border-color: #003d59 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #ffc4ab;
  color: #ffc4ab;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ab3300 !important;
  background: #ffc4ab !important;
  border-color: #ffc4ab;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ab3300 !important;
  background-color: #ffc4ab !important;
  border-color: #ffc4ab !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #ff40b4;
  color: #ff40b4;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #ff40b4 !important;
  border-color: #ff40b4;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #ff40b4 !important;
  border-color: #ff40b4 !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #46877e;
  color: #46877e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #46877e !important;
  border-color: #46877e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #46877e !important;
  border-color: #46877e !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: #003d59 !important;
}
.text-secondary {
  color: #ffc4ab !important;
}
.text-success {
  color: #46877e !important;
}
.text-info {
  color: #ff40b4 !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: #0071a5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #ff7c45 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #23443f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #d90084 !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: #003d59 !important;
}
.alert-success {
  background-color: #46877e;
}
.alert-info {
  background-color: #ff40b4;
}
.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: #003d59;
  border-color: #003d59;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #003d59;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #0094d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #8ac2bb;
}
.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: #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: #003d59;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #003d59;
  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: #003d59;
  border-bottom-color: #003d59;
}
.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: #003d59 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffc4ab !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-tRPTM7cl6m {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tRPTM7cl6m .nav-link,
.cid-tRPTM7cl6m .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tRPTM7cl6m .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tRPTM7cl6m .nav-link.text-primary:hover,
.cid-tRPTM7cl6m .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tRPTM7cl6m .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tRPTM7cl6m .nav-link:hover:before {
  opacity: 1;
}
.cid-tRPTM7cl6m .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .nav-link {
    margin: 0 !important;
  }
}
.cid-tRPTM7cl6m .icons-menu {
  line-height: 0;
}
.cid-tRPTM7cl6m .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tRPTM7cl6m .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tRPTM7cl6m .dropdown-menu a {
  overflow: hidden;
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tRPTM7cl6m .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tRPTM7cl6m .btn {
    white-space: nowrap;
  }
  .cid-tRPTM7cl6m .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-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item.dropdown:hover::before,
  .cid-tRPTM7cl6m .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tRPTM7cl6m .navbar > .container,
.cid-tRPTM7cl6m .navbar > .container-fluid {
  align-items: center;
}
.cid-tRPTM7cl6m .dropdown-toggle::after,
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tRPTM7cl6m .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tRPTM7cl6m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tRPTM7cl6m .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tRPTM7cl6m .nav-item:focus,
.cid-tRPTM7cl6m .nav-link:focus {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tRPTM7cl6m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tRPTM7cl6m .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tRPTM7cl6m .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tRPTM7cl6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRPTM7cl6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRPTM7cl6m.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRPTM7cl6m .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tRPTM7cl6m .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tRPTM7cl6m .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tRPTM7cl6m .navbar-logo {
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar-logo img {
    height: 60px !important;
  }
  .cid-tRPTM7cl6m .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tRPTM7cl6m .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRPTM7cl6m .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tRPTM7cl6m .navbar {
    padding: 13px 90px;
  }
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tRPTM7cl6m .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tRPTM7cl6m .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tRPTM7cl6m .dropdown-toggle::after,
  .cid-tRPTM7cl6m .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tRPTM7cl6m .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tRPTM7cl6m a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tRPTM7cl6m.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRPTM7cl6m.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tRPTM7cl6m .navbar {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tRPTM7cl6m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tRPTM7cl6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown-item.active,
.cid-tRPTM7cl6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tRPTM7cl6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tRPTM7cl6m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tRPTM7cl6m .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRPTM7cl6m .navbar {
    height: 97px;
  }
  .cid-tRPTM7cl6m .navbar.opened {
    height: auto;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRPU0T10M1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tRPU0T10M1 .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tRPU0T10M1 .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
}
.cid-tRPU0T10M1 .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tRPU0T10M1 .img__wrap .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 640px;
  max-width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRPU0T10M1 .img__wrap .image img {
    height: auto;
  }
  .cid-tRPU0T10M1 .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tRPU0T10M1 {
    padding-top: 10rem;
  }
  .cid-tRPU0T10M1 .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tRPU0T10M1 {
    padding-top: 8rem;
  }
  .cid-tRPU0T10M1 .img__wrap {
    top: -60px;
  }
}
.cid-tRPU0T10M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPU0T10M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPU0T10M1 .mbr-text,
.cid-tRPU0T10M1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-tRPU0T10M1 .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-tRPU0T10M1 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-tRPUjsI98F {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tRPUjsI98F .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tRPUjsI98F .mbr-section-title b,
.cid-tRPUjsI98F .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tRPUjsI98F .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tRPUjsI98F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPUjsI98F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPUjsI98F .mbr-section-title,
.cid-tRPUjsI98F .mbr-section-btn {
  color: #000000;
}
.cid-tRPU8chERB {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #d3045f;
}
.cid-tRPU8chERB .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  padding-right: 10px;
  margin-top: 45px;
  text-align: right;
  position: relative;
  z-index: 5;
}
.cid-tRPU8chERB .link a {
  font-weight: 700;
}
.cid-tRPU8chERB .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tRPU8chERB .link:hover span {
  transform: translateX(9px);
}
.cid-tRPU8chERB .card__block:before {
  content: "";
  position: absolute;
  top: -128px;
  left: 205px;
  width: 100vw;
  height: calc(100% + 182px);
  background-color: #cce4f0;
}
.cid-tRPU8chERB .card__item {
  max-width: 45%;
  padding: 0 23px;
  margin-bottom: 65px;
}
.cid-tRPU8chERB .card__content {
  position: relative;
  width: 100%;
  height: 280px;
  transition: all .3s ease;
}
.cid-tRPU8chERB .card__content:hover {
  transform: scale(0.95);
}
.cid-tRPU8chERB .card__content img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;
}
.cid-tRPU8chERB .card__content .card__title {
  z-index: 5;
  position: relative;
  padding: 28px 28px 7px;
  margin-bottom: 0;
  pointer-events: none;
}
.cid-tRPU8chERB .card__content .card__text {
  z-index: 5;
  position: relative;
  padding: 0 28px;
  margin-bottom: 0;
  pointer-events: none;
}
.is-builder .cid-tRPU8chERB .card__content .card__title {
  pointer-events: all;
}
.is-builder .cid-tRPU8chERB .card__content .card__text {
  pointer-events: all;
}
@media (max-width: 1024px) {
  .cid-tRPU8chERB .figure:before {
    width: 60px;
    height: 60px;
    bottom: -100px;
    left: -15px;
  }
  .cid-tRPU8chERB .link {
    margin-top: 15px;
    padding-right: 0;
    text-align: left;
  }
  .cid-tRPU8chERB .title__block {
    margin-bottom: 74px;
  }
  .cid-tRPU8chERB .card__block:before {
    top: -50px;
    left: 115px;
    height: calc(100% + 90px);
  }
  .cid-tRPU8chERB .card__item {
    max-width: 348px;
    margin: 0 auto 25px;
  }
}
@media (max-width: 767px) {
  .cid-tRPU8chERB .card__block > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .cid-tRPU8chERB .card__content {
    height: 200px;
  }
  .cid-tRPU8chERB .card__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 575px) {
  .cid-tRPU8chERB .card__item {
    max-width: 274px;
  }
}
.cid-tRPU8chERB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPU8chERB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPU8chERB .mbr-section-title,
.cid-tRPU8chERB .link {
  color: #000000;
}
.cid-tRPU8chERB .card__content .card__text {
  color: #ffffff;
}
.cid-tRPU8chERB .card__content .card__title {
  color: #ffffff;
  text-align: left;
}
.cid-tRPUl7CZo6 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1080.jpg");
}
.cid-tRPUl7CZo6 .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tRPUl7CZo6 .mbr-section-title b,
.cid-tRPUl7CZo6 .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tRPUl7CZo6 .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tRPUl7CZo6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPUl7CZo6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPY8NMLen {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRPY8NMLen .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-tRPY8NMLen .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-tRPY8NMLen .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tRPY8NMLen .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tRPY8NMLen .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tRPY8NMLen .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tRPY8NMLen .mbr-gallery-filter ul {
  display: block;
}
.cid-tRPY8NMLen .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tRPY8NMLen .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tRPY8NMLen .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tRPY8NMLen .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tRPY8NMLen .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tRPY8NMLen .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRPY8NMLen .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tRPY8NMLen .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tRPY8NMLen .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRPY8NMLen .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tRPY8NMLen .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tRPY8NMLen .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tRPY8NMLen .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tRPY8NMLen .mbr-gallery-item > div img,
.cid-tRPY8NMLen .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tRPY8NMLen .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tRPY8NMLen .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tRPY8NMLen .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tRPY8NMLen .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tRPY8NMLen .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tRPY8NMLen .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tRPY8NMLen .mbr-section-title {
    text-align: center;
  }
  .cid-tRPY8NMLen .image {
    top: auto;
    height: 420px;
  }
  .cid-tRPY8NMLen .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tRPY8NMLen .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tRPY8NMLen .mbr-gallery-item > div img,
  .cid-tRPY8NMLen .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tRPY8NMLen .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tRPY8NMLen .image {
    height: 290px;
  }
}
.cid-tRPY9sogn2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRPY9sogn2 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tRPY9sogn2 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-tRPY9sogn2 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tRPY9sogn2 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tRPY9sogn2 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tRPY9sogn2 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tRPY9sogn2 .mbr-gallery-filter ul {
  display: block;
}
.cid-tRPY9sogn2 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tRPY9sogn2 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tRPY9sogn2 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tRPY9sogn2 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tRPY9sogn2 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tRPY9sogn2 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRPY9sogn2 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tRPY9sogn2 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tRPY9sogn2 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRPY9sogn2 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tRPY9sogn2 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tRPY9sogn2 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tRPY9sogn2 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tRPY9sogn2 .mbr-gallery-item > div img,
.cid-tRPY9sogn2 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tRPY9sogn2 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tRPY9sogn2 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tRPY9sogn2 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tRPY9sogn2 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tRPY9sogn2 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tRPY9sogn2 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tRPY9sogn2 .mbr-section-title {
    text-align: center;
  }
  .cid-tRPY9sogn2 .image {
    top: auto;
    height: 420px;
  }
  .cid-tRPY9sogn2 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tRPY9sogn2 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tRPY9sogn2 .mbr-gallery-item > div img,
  .cid-tRPY9sogn2 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tRPY9sogn2 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tRPY9sogn2 .image {
    height: 290px;
  }
}
.cid-tRPY9LTmnb {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tRPY9LTmnb .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tRPY9LTmnb .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-tRPY9LTmnb .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tRPY9LTmnb .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tRPY9LTmnb .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tRPY9LTmnb .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tRPY9LTmnb .mbr-gallery-filter ul {
  display: block;
}
.cid-tRPY9LTmnb .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tRPY9LTmnb .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tRPY9LTmnb .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tRPY9LTmnb .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tRPY9LTmnb .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tRPY9LTmnb .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tRPY9LTmnb .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tRPY9LTmnb .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tRPY9LTmnb .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tRPY9LTmnb .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tRPY9LTmnb .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tRPY9LTmnb .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tRPY9LTmnb .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tRPY9LTmnb .mbr-gallery-item > div img,
.cid-tRPY9LTmnb .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tRPY9LTmnb .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tRPY9LTmnb .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tRPY9LTmnb .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tRPY9LTmnb .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tRPY9LTmnb .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tRPY9LTmnb .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tRPY9LTmnb .mbr-section-title {
    text-align: center;
  }
  .cid-tRPY9LTmnb .image {
    top: auto;
    height: 420px;
  }
  .cid-tRPY9LTmnb .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tRPY9LTmnb .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tRPY9LTmnb .mbr-gallery-item > div img,
  .cid-tRPY9LTmnb .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tRPY9LTmnb .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tRPY9LTmnb .image {
    height: 290px;
  }
}
.cid-tRPYgp7xfQ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/mbr-1920x1078.jpg");
}
.cid-tRPYgp7xfQ .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tRPYgp7xfQ .mbr-section-title b,
.cid-tRPYgp7xfQ .mbr-section-title strong {
  font-weight: 500;
}
@media (max-width: 1024px) {
  .cid-tRPYgp7xfQ .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-tRPYgp7xfQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tRPYgp7xfQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPYhw4RsS {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRPYhw4RsS .title__block {
  position: relative;
  z-index: 10;
}
.cid-tRPYhw4RsS .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-tRPYhw4RsS .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #000000;
}
.cid-tRPYhw4RsS .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tRPYhw4RsS .mbr-section-btn {
  padding-right: 150px;
}
.cid-tRPYhw4RsS .slider__block .container {
  padding: 0 15px;
}
.cid-tRPYhw4RsS .carousel {
  padding-bottom: 100px;
}
.cid-tRPYhw4RsS .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tRPYhw4RsS .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tRPYhw4RsS .carousel-item.active {
  opacity: 1;
}
.cid-tRPYhw4RsS .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tRPYhw4RsS .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-tRPYhw4RsS .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRPYhw4RsS .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tRPYhw4RsS .carousel-item .cloneditem-1,
.cid-tRPYhw4RsS .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tRPYhw4RsS .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tRPYhw4RsS .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tRPYhw4RsS .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tRPYhw4RsS .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tRPYhw4RsS .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tRPYhw4RsS .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tRPYhw4RsS .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-tRPYhw4RsS .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tRPYhw4RsS .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tRPYhw4RsS .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tRPYhw4RsS .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tRPYhw4RsS .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tRPYhw4RsS .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-tRPYhw4RsS .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tRPYhw4RsS .cloneditem-1,
.cid-tRPYhw4RsS .cloneditem-2,
.cid-tRPYhw4RsS .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tRPYhw4RsS .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tRPYhw4RsS .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRPYhw4RsS .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tRPYhw4RsS .carousel-inner.slides2 .cloneditem-1,
  .cid-tRPYhw4RsS .carousel-inner.slides2 .cloneditem-2,
  .cid-tRPYhw4RsS .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRPYhw4RsS .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tRPYhw4RsS .carousel-inner.slides3 .cloneditem-1,
  .cid-tRPYhw4RsS .carousel-inner.slides3 .cloneditem-2,
  .cid-tRPYhw4RsS .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tRPYhw4RsS .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tRPYhw4RsS .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tRPYhw4RsS .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tRPYhw4RsS .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tRPYhw4RsS .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tRPYhw4RsS .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tRPYhw4RsS .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tRPYhw4RsS .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tRPYhw4RsS .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tRPYhw4RsS .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tRPYhw4RsS .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tRPYhw4RsS .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tRPYhw4RsS .carousel {
    padding-bottom: 50px;
  }
}
.cid-tRPYhw4RsS .mbr-text,
.cid-tRPYhw4RsS .mbr-section-btn {
  color: #000000;
}
.cid-tRPYqEAFTs {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tRPYqEAFTs .title__block {
  position: relative;
  z-index: 10;
}
.cid-tRPYqEAFTs .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tRPYqEAFTs .mbr-section-subtitle {
  margin-bottom: 10px;
  padding-right: 150px;
  color: #000000;
}
.cid-tRPYqEAFTs .mbr-text {
  margin-bottom: 50px;
  padding-right: 150px;
}
.cid-tRPYqEAFTs .mbr-section-btn {
  padding-right: 150px;
}
.cid-tRPYqEAFTs .slider__block .container {
  padding: 0 15px;
}
.cid-tRPYqEAFTs .carousel {
  padding-bottom: 100px;
}
.cid-tRPYqEAFTs .carousel-inner {
  overflow: visible;
  transform: translateX(250px);
}
.cid-tRPYqEAFTs .carousel-item {
  justify-content: center;
  opacity: 0;
  transition: opacity 2s ease, transform 0s ease .3s;
}
.cid-tRPYqEAFTs .carousel-item.active {
  opacity: 1;
}
.cid-tRPYqEAFTs .carousel-item .media-container-row {
  flex-grow: 1;
}
.cid-tRPYqEAFTs .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-tRPYqEAFTs .carousel-item .wrap-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tRPYqEAFTs .carousel-item .wrap-img {
    width: 100%;
  }
}
.cid-tRPYqEAFTs .carousel-item .cloneditem-1,
.cid-tRPYqEAFTs .carousel-item .cloneditem-2 {
  opacity: 0;
}
.cid-tRPYqEAFTs .carousel-item.active .cloneditem-1 {
  transform: translateX(-170px);
  z-index: 2;
  opacity: 1;
  transition: opacity .5s ease .3s;
}
.cid-tRPYqEAFTs .carousel-item.active .cloneditem-1 .wrap-img {
  transform: scale(1.1);
}
.cid-tRPYqEAFTs .carousel-item.active .cloneditem-2 {
  transform: translateX(-270px);
  z-index: 3;
  opacity: 1;
  transition: opacity .5s ease .7s;
}
.cid-tRPYqEAFTs .carousel-item.active .cloneditem-2 .wrap-img {
  transform: scale(0.9) rotate(7deg);
}
.cid-tRPYqEAFTs .arrows .carousel-controls {
  top: -150px;
  left: 80px;
}
.cid-tRPYqEAFTs .carousel-controls {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  justify-content: center;
}
.cid-tRPYqEAFTs .carousel-controls .carousel-control {
  z-index: 2;
  background: transparent;
  position: static;
  width: 45px;
  height: 45px;
  color: #003d59;
  transition: all 0.3s ease;
}
.cid-tRPYqEAFTs .carousel-controls .carousel-control.carousel-control-prev {
  left: auto;
  margin-right: 20px;
  margin-left: 0;
}
.cid-tRPYqEAFTs .carousel-controls .carousel-control.carousel-control-next {
  right: auto;
  margin-right: 0;
}
.cid-tRPYqEAFTs .carousel-controls .carousel-control .mbr-iconfont {
  font-size: 45px;
}
.cid-tRPYqEAFTs .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  margin: 2rem 1rem 0;
  text-align: center;
}
.cid-tRPYqEAFTs .carousel-indicators li {
  max-width: initial;
  width: 190px;
  height: 15px;
  background-color: transparent;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #003d59;
  max-height: initial;
  border-radius: 0;
  opacity: 1;
  margin: 0;
  transition: all 0s ease .3s;
}
.cid-tRPYqEAFTs .carousel-indicators li.active {
  border: 0;
  border-bottom: 5px solid #003d59;
  margin: 0;
  opacity: 1;
}
.cid-tRPYqEAFTs .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
.cid-tRPYqEAFTs .cloneditem-1,
.cid-tRPYqEAFTs .cloneditem-2,
.cid-tRPYqEAFTs .cloneditem-3 {
  display: none;
}
@media (min-width: 992px) {
  .cid-tRPYqEAFTs .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-tRPYqEAFTs .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRPYqEAFTs .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tRPYqEAFTs .carousel-inner.slides2 .cloneditem-1,
  .cid-tRPYqEAFTs .carousel-inner.slides2 .cloneditem-2,
  .cid-tRPYqEAFTs .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-tRPYqEAFTs .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-tRPYqEAFTs .carousel-inner.slides3 .cloneditem-1,
  .cid-tRPYqEAFTs .carousel-inner.slides3 .cloneditem-2,
  .cid-tRPYqEAFTs .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 991px) {
  .cid-tRPYqEAFTs .title__block {
    text-align: center;
    margin-bottom: 67px;
  }
  .cid-tRPYqEAFTs .mbr-section-title {
    margin-bottom: 18px;
  }
  .cid-tRPYqEAFTs .mbr-section-subtitle {
    margin-bottom: 7px;
    padding-right: 0;
  }
  .cid-tRPYqEAFTs .mbr-text {
    margin-bottom: 28px;
    padding-right: 0;
  }
  .cid-tRPYqEAFTs .mbr-section-btn {
    padding-right: 0;
  }
  .cid-tRPYqEAFTs .carousel-inner {
    overflow: hidden;
    transform: translateX(0);
  }
  .cid-tRPYqEAFTs .carousel-item {
    transition: all .3s ease;
    opacity: 1;
  }
  .cid-tRPYqEAFTs .carousel-item .wrap-img {
    height: auto;
    transition: all .3s 0s;
    transform: scale(1) rotate(0);
    width: 100%;
  }
  .cid-tRPYqEAFTs .carousel-indicators li {
    transition: all 0s ease 0s;
  }
}
@media (max-width: 767px) {
  .cid-tRPYqEAFTs .carousel-controls {
    justify-content: center;
    margin-top: 40px;
    display: none;
  }
  .cid-tRPYqEAFTs .carousel-controls .carousel-control {
    width: 30px;
    height: 30px;
  }
  .cid-tRPYqEAFTs .carousel-controls .carousel-control .mbr-iconfont {
    font-size: 30px;
  }
  .cid-tRPYqEAFTs .carousel {
    padding-bottom: 50px;
  }
}
.cid-tRPYqEAFTs .mbr-text,
.cid-tRPYqEAFTs .mbr-section-btn {
  color: #000000;
}
.cid-tRQlyKHegO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tRQlyKHegO .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tRQlyKHegO .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tRQlyKHegO .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tRQlyKHegO .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tRQlyKHegO .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tRQlyKHegO .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tRQlyKHegO .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tRQlyKHegO .item a {
  font-weight: 600;
}
.cid-tRQlyKHegO .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tRQlyKHegO .item:last-child:after {
  display: none;
}
.cid-tRQlyKHegO .footer__social {
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tRQlyKHegO .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tRQlyKHegO .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tRQlyKHegO .footer__ink {
  text-align: right;
}
.cid-tRQlyKHegO .copyright,
.cid-tRQlyKHegO .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tRQlyKHegO .footer__menu {
    padding-right: 0;
  }
}
.cid-tRQlyKHegO .copyright {
  color: #000000;
}
.cid-tRQlyKHegO .ink {
  color: #000000;
}
.cid-tRPTM7cl6m {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tRPTM7cl6m .nav-link,
.cid-tRPTM7cl6m .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tRPTM7cl6m .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tRPTM7cl6m .nav-link.text-primary:hover,
.cid-tRPTM7cl6m .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tRPTM7cl6m .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tRPTM7cl6m .nav-link:hover:before {
  opacity: 1;
}
.cid-tRPTM7cl6m .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .nav-link {
    margin: 0 !important;
  }
}
.cid-tRPTM7cl6m .icons-menu {
  line-height: 0;
}
.cid-tRPTM7cl6m .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tRPTM7cl6m .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tRPTM7cl6m .dropdown-menu a {
  overflow: hidden;
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tRPTM7cl6m .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tRPTM7cl6m .btn {
    white-space: nowrap;
  }
  .cid-tRPTM7cl6m .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-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item.dropdown:hover::before,
  .cid-tRPTM7cl6m .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tRPTM7cl6m .navbar > .container,
.cid-tRPTM7cl6m .navbar > .container-fluid {
  align-items: center;
}
.cid-tRPTM7cl6m .dropdown-toggle::after,
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tRPTM7cl6m .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tRPTM7cl6m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tRPTM7cl6m .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tRPTM7cl6m .nav-item:focus,
.cid-tRPTM7cl6m .nav-link:focus {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tRPTM7cl6m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tRPTM7cl6m .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tRPTM7cl6m .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tRPTM7cl6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRPTM7cl6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRPTM7cl6m.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRPTM7cl6m .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tRPTM7cl6m .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tRPTM7cl6m .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tRPTM7cl6m .navbar-logo {
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar-logo img {
    height: 60px !important;
  }
  .cid-tRPTM7cl6m .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tRPTM7cl6m .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRPTM7cl6m .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tRPTM7cl6m .navbar {
    padding: 13px 90px;
  }
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tRPTM7cl6m .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tRPTM7cl6m .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tRPTM7cl6m .dropdown-toggle::after,
  .cid-tRPTM7cl6m .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tRPTM7cl6m .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tRPTM7cl6m a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tRPTM7cl6m.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRPTM7cl6m.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tRPTM7cl6m .navbar {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tRPTM7cl6m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tRPTM7cl6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown-item.active,
.cid-tRPTM7cl6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tRPTM7cl6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tRPTM7cl6m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tRPTM7cl6m .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRPTM7cl6m .navbar {
    height: 97px;
  }
  .cid-tRPTM7cl6m .navbar.opened {
    height: auto;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRQlyKHegO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tRQlyKHegO .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tRQlyKHegO .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tRQlyKHegO .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tRQlyKHegO .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tRQlyKHegO .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tRQlyKHegO .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tRQlyKHegO .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tRQlyKHegO .item a {
  font-weight: 600;
}
.cid-tRQlyKHegO .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tRQlyKHegO .item:last-child:after {
  display: none;
}
.cid-tRQlyKHegO .footer__social {
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tRQlyKHegO .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tRQlyKHegO .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tRQlyKHegO .footer__ink {
  text-align: right;
}
.cid-tRQlyKHegO .copyright,
.cid-tRQlyKHegO .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tRQlyKHegO .footer__menu {
    padding-right: 0;
  }
}
.cid-tRQlyKHegO .copyright {
  color: #000000;
}
.cid-tRQlyKHegO .ink {
  color: #000000;
}
.cid-tSpJwbiEj8 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tSpJwbiEj8 .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tSpJwbiEj8 .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
}
.cid-tSpJwbiEj8 .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tSpJwbiEj8 .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tSpJwbiEj8 .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tSpJwbiEj8 .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tSpJwbiEj8 .mbr-gallery-filter ul {
  display: block;
}
.cid-tSpJwbiEj8 .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tSpJwbiEj8 .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tSpJwbiEj8 .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tSpJwbiEj8 .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tSpJwbiEj8 .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tSpJwbiEj8 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tSpJwbiEj8 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tSpJwbiEj8 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tSpJwbiEj8 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tSpJwbiEj8 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tSpJwbiEj8 .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tSpJwbiEj8 .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tSpJwbiEj8 .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tSpJwbiEj8 .mbr-gallery-item > div img,
.cid-tSpJwbiEj8 .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tSpJwbiEj8 .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tSpJwbiEj8 .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tSpJwbiEj8 .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tSpJwbiEj8 .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tSpJwbiEj8 .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tSpJwbiEj8 .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tSpJwbiEj8 .mbr-section-title {
    text-align: center;
  }
  .cid-tSpJwbiEj8 .image {
    top: auto;
    height: 420px;
  }
  .cid-tSpJwbiEj8 .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tSpJwbiEj8 .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tSpJwbiEj8 .mbr-gallery-item > div img,
  .cid-tSpJwbiEj8 .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tSpJwbiEj8 .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tSpJwbiEj8 .image {
    height: 290px;
  }
}
.cid-tSpJpRvrG1 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-tSpJpRvrG1 .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSpJpRvrG1 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSpJpRvrG1 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSpJpRvrG1 .card__title1 {
  color: #ff40b4;
}
.cid-tSpJpRvrG1 .card__title2 {
  color: #fe5925;
}
.cid-tSpJpRvrG1 .card__title3 {
  color: #fbba34;
}
.cid-tSpJpRvrG1 .figure {
  margin-bottom: 26px;
}
.cid-tSpJpRvrG1 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSpJpRvrG1 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSpJpRvrG1 .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSpJpRvrG1 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSpJpRvrG1 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSpJpRvrG1 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSpJpRvrG1 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSpJpRvrG1 .figure {
    margin-bottom: 10px;
  }
  .cid-tSpJpRvrG1 .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSpJpRvrG1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpJpRvrG1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpQmQ6AI9 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tSpQmQ6AI9 .nav-link,
.cid-tSpQmQ6AI9 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tSpQmQ6AI9 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tSpQmQ6AI9 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tSpQmQ6AI9 .nav-link.text-primary:hover,
.cid-tSpQmQ6AI9 .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tSpQmQ6AI9 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tSpQmQ6AI9 .nav-link:hover:before {
  opacity: 1;
}
.cid-tSpQmQ6AI9 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tSpQmQ6AI9 .nav-link {
    margin: 0 !important;
  }
}
.cid-tSpQmQ6AI9 .icons-menu {
  line-height: 0;
}
.cid-tSpQmQ6AI9 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tSpQmQ6AI9 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tSpQmQ6AI9 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tSpQmQ6AI9 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tSpQmQ6AI9 .dropdown-menu a {
  overflow: hidden;
}
.cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tSpQmQ6AI9 .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tSpQmQ6AI9 .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tSpQmQ6AI9 .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tSpQmQ6AI9 .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tSpQmQ6AI9.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tSpQmQ6AI9 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tSpQmQ6AI9 .btn {
    white-space: nowrap;
  }
  .cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tSpQmQ6AI9 .nav-item.dropdown:hover::before,
  .cid-tSpQmQ6AI9 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tSpQmQ6AI9 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tSpQmQ6AI9 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tSpQmQ6AI9 .navbar > .container,
.cid-tSpQmQ6AI9 .navbar > .container-fluid {
  align-items: center;
}
.cid-tSpQmQ6AI9 .dropdown-toggle::after,
.cid-tSpQmQ6AI9 .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-tSpQmQ6AI9 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tSpQmQ6AI9 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tSpQmQ6AI9 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tSpQmQ6AI9 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tSpQmQ6AI9 .nav-item:focus,
.cid-tSpQmQ6AI9 .nav-link:focus {
  outline: none;
}
.cid-tSpQmQ6AI9 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tSpQmQ6AI9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSpQmQ6AI9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tSpQmQ6AI9 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tSpQmQ6AI9 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tSpQmQ6AI9 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tSpQmQ6AI9 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tSpQmQ6AI9 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tSpQmQ6AI9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSpQmQ6AI9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSpQmQ6AI9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tSpQmQ6AI9 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSpQmQ6AI9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSpQmQ6AI9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSpQmQ6AI9 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tSpQmQ6AI9 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tSpQmQ6AI9 .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSpQmQ6AI9.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSpQmQ6AI9 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tSpQmQ6AI9 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tSpQmQ6AI9 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tSpQmQ6AI9 .navbar-logo {
    margin: 0;
  }
  .cid-tSpQmQ6AI9 .navbar-logo img {
    height: 60px !important;
  }
  .cid-tSpQmQ6AI9 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tSpQmQ6AI9 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSpQmQ6AI9 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tSpQmQ6AI9 .navbar {
    padding: 13px 90px;
  }
  .cid-tSpQmQ6AI9 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tSpQmQ6AI9 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tSpQmQ6AI9 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tSpQmQ6AI9 .dropdown-toggle::after,
  .cid-tSpQmQ6AI9 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tSpQmQ6AI9 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tSpQmQ6AI9 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tSpQmQ6AI9 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tSpQmQ6AI9 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tSpQmQ6AI9 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tSpQmQ6AI9.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tSpQmQ6AI9.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tSpQmQ6AI9.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSpQmQ6AI9.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tSpQmQ6AI9 .navbar {
    padding: 0 !important;
  }
  .cid-tSpQmQ6AI9 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tSpQmQ6AI9 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tSpQmQ6AI9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tSpQmQ6AI9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSpQmQ6AI9 .dropdown-item.active,
.cid-tSpQmQ6AI9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tSpQmQ6AI9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSpQmQ6AI9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tSpQmQ6AI9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tSpQmQ6AI9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tSpQmQ6AI9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSpQmQ6AI9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSpQmQ6AI9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSpQmQ6AI9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSpQmQ6AI9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSpQmQ6AI9 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSpQmQ6AI9 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSpQmQ6AI9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tSpQmQ6AI9 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tSpQmQ6AI9 .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSpQmQ6AI9 .navbar {
    height: 97px;
  }
  .cid-tSpQmQ6AI9 .navbar.opened {
    height: auto;
  }
  .cid-tSpQmQ6AI9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSpQmRWR5W {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tSpQmRWR5W .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tSpQmRWR5W .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tSpQmRWR5W .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tSpQmRWR5W .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tSpQmRWR5W .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tSpQmRWR5W .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tSpQmRWR5W .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tSpQmRWR5W .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tSpQmRWR5W .item a {
  font-weight: 600;
}
.cid-tSpQmRWR5W .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tSpQmRWR5W .item:last-child:after {
  display: none;
}
.cid-tSpQmRWR5W .footer__social {
  padding-bottom: 21px;
}
.cid-tSpQmRWR5W .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tSpQmRWR5W .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tSpQmRWR5W .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tSpQmRWR5W .footer__ink {
  text-align: right;
}
.cid-tSpQmRWR5W .copyright,
.cid-tSpQmRWR5W .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tSpQmRWR5W .footer__menu {
    padding-right: 0;
  }
}
.cid-tSpQmRWR5W .copyright {
  color: #000000;
}
.cid-tSpQmRWR5W .ink {
  color: #000000;
}
.cid-tSpQmWbHYi {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tSpQmWbHYi .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-tSpQmWbHYi .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-tSpQmWbHYi .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tSpQmWbHYi .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tSpQmWbHYi .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tSpQmWbHYi .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tSpQmWbHYi .mbr-gallery-filter ul {
  display: block;
}
.cid-tSpQmWbHYi .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tSpQmWbHYi .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tSpQmWbHYi .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tSpQmWbHYi .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tSpQmWbHYi .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tSpQmWbHYi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tSpQmWbHYi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tSpQmWbHYi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tSpQmWbHYi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tSpQmWbHYi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tSpQmWbHYi .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tSpQmWbHYi .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tSpQmWbHYi .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tSpQmWbHYi .mbr-gallery-item > div img,
.cid-tSpQmWbHYi .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tSpQmWbHYi .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tSpQmWbHYi .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tSpQmWbHYi .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tSpQmWbHYi .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tSpQmWbHYi .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tSpQmWbHYi .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tSpQmWbHYi .mbr-section-title {
    text-align: center;
  }
  .cid-tSpQmWbHYi .image {
    top: auto;
    height: 420px;
  }
  .cid-tSpQmWbHYi .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tSpQmWbHYi .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tSpQmWbHYi .mbr-gallery-item > div img,
  .cid-tSpQmWbHYi .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tSpQmWbHYi .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tSpQmWbHYi .image {
    height: 290px;
  }
}
.cid-tSpXmmU48r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tSpXmmU48r .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSpXmmU48r .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSpXmmU48r .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSpXmmU48r .card__title1 {
  color: #ff40b4;
}
.cid-tSpXmmU48r .card__title2 {
  color: #fe5925;
}
.cid-tSpXmmU48r .card__title3 {
  color: #fbba34;
}
.cid-tSpXmmU48r .figure {
  margin-bottom: 26px;
}
.cid-tSpXmmU48r .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSpXmmU48r .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSpXmmU48r .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSpXmmU48r .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSpXmmU48r .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSpXmmU48r .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSpXmmU48r .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSpXmmU48r .figure {
    margin-bottom: 10px;
  }
  .cid-tSpXmmU48r .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSpXmmU48r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpXmmU48r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpQmYQQ8e {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSpQmYQQ8e .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSpQmYQQ8e .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSpQmYQQ8e .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSpQmYQQ8e .card__title1 {
  color: #ff40b4;
}
.cid-tSpQmYQQ8e .card__title2 {
  color: #fe5925;
}
.cid-tSpQmYQQ8e .card__title3 {
  color: #fbba34;
}
.cid-tSpQmYQQ8e .figure {
  margin-bottom: 26px;
}
.cid-tSpQmYQQ8e .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSpQmYQQ8e .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSpQmYQQ8e .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSpQmYQQ8e .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSpQmYQQ8e .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSpQmYQQ8e .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSpQmYQQ8e .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSpQmYQQ8e .figure {
    margin-bottom: 10px;
  }
  .cid-tSpQmYQQ8e .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSpQmYQQ8e .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpQmYQQ8e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSpZIbfZZJ {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSpZIbfZZJ .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSpZIbfZZJ .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSpZIbfZZJ .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSpZIbfZZJ .card__title1 {
  color: #ff40b4;
}
.cid-tSpZIbfZZJ .card__title2 {
  color: #fe5925;
}
.cid-tSpZIbfZZJ .card__title3 {
  color: #fbba34;
}
.cid-tSpZIbfZZJ .figure {
  margin-bottom: 26px;
}
.cid-tSpZIbfZZJ .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSpZIbfZZJ .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSpZIbfZZJ .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSpZIbfZZJ .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSpZIbfZZJ .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSpZIbfZZJ .figure {
    margin-bottom: 10px;
  }
}
.cid-tSpZIbfZZJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSpZIbfZZJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG3e0oFsn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #faf5e9;
}
.cid-tSG3e0oFsn .mbr-section-subtitle {
  margin-bottom: 15px;
  color: #fe5925;
}
.cid-tSG3e0oFsn .mbr-section-title {
  color: #d3045f;
}
.cid-tSG3e0oFsn .link {
  display: block;
  margin-top: 50px;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-tSG3e0oFsn .link a {
  font-weight: 700;
}
.cid-tSG3e0oFsn .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-tSG3e0oFsn .link:hover span {
  transform: translateX(9px);
}
.cid-tSG3e0oFsn .wrap {
  margin-top: 13px;
}
.cid-tSG3e0oFsn .wrap .card__block {
  position: relative;
  padding-right: 90px;
  margin-bottom: 69px;
}
.cid-tSG3e0oFsn .wrap .card__block .card__text {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .cid-tSG3e0oFsn .mbr-section-subtitle {
    font-size: 16px;
    margin-bottom: 13px;
  }
  .cid-tSG3e0oFsn .wrap {
    margin-top: 45px;
  }
  .cid-tSG3e0oFsn .wrap .card__block {
    min-height: 29px;
    padding-right: 5px;
    margin-bottom: 29px;
  }
  .cid-tSG3e0oFsn .wrap .card__block:before {
    left: -52px;
  }
  .cid-tSG3e0oFsn .link {
    margin-top: 12px;
    margin-bottom: 9px;
  }
}
.cid-tSG3e0oFsn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG3e0oFsn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG3e0oFsn .mbr-section-title,
.cid-tSG3e0oFsn .link {
  color: #000000;
}
.cid-tSG3e0oFsn .card__text {
  color: #000000;
}
.cid-tSq0aaXtND {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSq0aaXtND .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSq0aaXtND .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSq0aaXtND .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSq0aaXtND .card__title1 {
  color: #ff40b4;
}
.cid-tSq0aaXtND .card__title2 {
  color: #fe5925;
}
.cid-tSq0aaXtND .card__title3 {
  color: #fbba34;
}
.cid-tSq0aaXtND .figure {
  margin-bottom: 26px;
}
.cid-tSq0aaXtND .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSq0aaXtND .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSq0aaXtND .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSq0aaXtND .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSq0aaXtND .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSq0aaXtND .figure {
    margin-bottom: 10px;
  }
}
.cid-tSq0aaXtND .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq0aaXtND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSq0nwisRT {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSq0nwisRT .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSq0nwisRT .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSq0nwisRT .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSq0nwisRT .card__title1 {
  color: #ff40b4;
}
.cid-tSq0nwisRT .card__title2 {
  color: #fe5925;
}
.cid-tSq0nwisRT .card__title3 {
  color: #fbba34;
}
.cid-tSq0nwisRT .figure {
  margin-bottom: 26px;
}
.cid-tSq0nwisRT .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSq0nwisRT .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSq0nwisRT .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSq0nwisRT .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSq0nwisRT .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSq0nwisRT .figure {
    margin-bottom: 10px;
  }
}
.cid-tSq0nwisRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq0nwisRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSq0yl8zU9 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSq0yl8zU9 .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSq0yl8zU9 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSq0yl8zU9 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSq0yl8zU9 .card__title1 {
  color: #ff40b4;
}
.cid-tSq0yl8zU9 .card__title2 {
  color: #fe5925;
}
.cid-tSq0yl8zU9 .card__title3 {
  color: #fbba34;
}
.cid-tSq0yl8zU9 .figure {
  margin-bottom: 26px;
}
.cid-tSq0yl8zU9 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSq0yl8zU9 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSq0yl8zU9 .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSq0yl8zU9 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSq0yl8zU9 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSq0yl8zU9 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSq0yl8zU9 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSq0yl8zU9 .figure {
    margin-bottom: 10px;
  }
  .cid-tSq0yl8zU9 .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSq0yl8zU9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq0yl8zU9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSq0zo2Cqe {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSq0zo2Cqe .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSq0zo2Cqe .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSq0zo2Cqe .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSq0zo2Cqe .card__title1 {
  color: #ff40b4;
}
.cid-tSq0zo2Cqe .card__title2 {
  color: #fe5925;
}
.cid-tSq0zo2Cqe .card__title3 {
  color: #fbba34;
}
.cid-tSq0zo2Cqe .figure {
  margin-bottom: 26px;
}
.cid-tSq0zo2Cqe .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSq0zo2Cqe .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSq0zo2Cqe .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSq0zo2Cqe .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSq0zo2Cqe .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSq0zo2Cqe .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSq0zo2Cqe .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSq0zo2Cqe .figure {
    margin-bottom: 10px;
  }
  .cid-tSq0zo2Cqe .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSq0zo2Cqe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq0zo2Cqe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSq0zDqSzw {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSq0zDqSzw .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSq0zDqSzw .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSq0zDqSzw .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSq0zDqSzw .card__title1 {
  color: #ff40b4;
}
.cid-tSq0zDqSzw .card__title2 {
  color: #fe5925;
}
.cid-tSq0zDqSzw .card__title3 {
  color: #fbba34;
}
.cid-tSq0zDqSzw .figure {
  margin-bottom: 26px;
}
.cid-tSq0zDqSzw .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSq0zDqSzw .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSq0zDqSzw .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSq0zDqSzw .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSq0zDqSzw .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSq0zDqSzw .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSq0zDqSzw .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSq0zDqSzw .figure {
    margin-bottom: 10px;
  }
  .cid-tSq0zDqSzw .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSq0zDqSzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq0zDqSzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSq0zVfIVC {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSq0zVfIVC .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSq0zVfIVC .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSq0zVfIVC .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSq0zVfIVC .card__title1 {
  color: #ff40b4;
}
.cid-tSq0zVfIVC .card__title2 {
  color: #fe5925;
}
.cid-tSq0zVfIVC .card__title3 {
  color: #fbba34;
}
.cid-tSq0zVfIVC .figure {
  margin-bottom: 26px;
}
.cid-tSq0zVfIVC .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSq0zVfIVC .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSq0zVfIVC .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSq0zVfIVC .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSq0zVfIVC .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSq0zVfIVC .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSq0zVfIVC .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSq0zVfIVC .figure {
    margin-bottom: 10px;
  }
  .cid-tSq0zVfIVC .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSq0zVfIVC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq0zVfIVC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5mno9qc {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tSG5mno9qc .nav-link,
.cid-tSG5mno9qc .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tSG5mno9qc .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tSG5mno9qc .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tSG5mno9qc .nav-link.text-primary:hover,
.cid-tSG5mno9qc .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tSG5mno9qc .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tSG5mno9qc .nav-link:hover:before {
  opacity: 1;
}
.cid-tSG5mno9qc .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tSG5mno9qc .nav-link {
    margin: 0 !important;
  }
}
.cid-tSG5mno9qc .icons-menu {
  line-height: 0;
}
.cid-tSG5mno9qc .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tSG5mno9qc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tSG5mno9qc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tSG5mno9qc .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tSG5mno9qc .dropdown-menu a {
  overflow: hidden;
}
.cid-tSG5mno9qc .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-tSG5mno9qc .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tSG5mno9qc .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-tSG5mno9qc .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tSG5mno9qc .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-tSG5mno9qc .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tSG5mno9qc .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-tSG5mno9qc .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tSG5mno9qc .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-tSG5mno9qc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tSG5mno9qc .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tSG5mno9qc .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tSG5mno9qc .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tSG5mno9qc .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tSG5mno9qc.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tSG5mno9qc .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tSG5mno9qc .btn {
    white-space: nowrap;
  }
  .cid-tSG5mno9qc .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-tSG5mno9qc .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tSG5mno9qc .nav-item.dropdown:hover::before,
  .cid-tSG5mno9qc .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tSG5mno9qc .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tSG5mno9qc .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tSG5mno9qc .navbar > .container,
.cid-tSG5mno9qc .navbar > .container-fluid {
  align-items: center;
}
.cid-tSG5mno9qc .dropdown-toggle::after,
.cid-tSG5mno9qc .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-tSG5mno9qc .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tSG5mno9qc .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tSG5mno9qc .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tSG5mno9qc .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tSG5mno9qc .nav-item:focus,
.cid-tSG5mno9qc .nav-link:focus {
  outline: none;
}
.cid-tSG5mno9qc .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tSG5mno9qc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tSG5mno9qc .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tSG5mno9qc a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tSG5mno9qc ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tSG5mno9qc .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tSG5mno9qc .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tSG5mno9qc .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tSG5mno9qc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tSG5mno9qc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tSG5mno9qc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tSG5mno9qc .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tSG5mno9qc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tSG5mno9qc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tSG5mno9qc .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tSG5mno9qc .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tSG5mno9qc .nav-item .nav-link::before {
    display: none;
  }
  .cid-tSG5mno9qc.opened .dropdown-menu {
    top: 0;
  }
  .cid-tSG5mno9qc .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tSG5mno9qc .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tSG5mno9qc .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tSG5mno9qc .navbar-logo {
    margin: 0;
  }
  .cid-tSG5mno9qc .navbar-logo img {
    height: 60px !important;
  }
  .cid-tSG5mno9qc .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tSG5mno9qc .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tSG5mno9qc .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tSG5mno9qc .navbar {
    padding: 13px 90px;
  }
  .cid-tSG5mno9qc .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tSG5mno9qc .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tSG5mno9qc .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tSG5mno9qc .dropdown-toggle::after,
  .cid-tSG5mno9qc .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tSG5mno9qc .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tSG5mno9qc a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tSG5mno9qc ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tSG5mno9qc .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tSG5mno9qc .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tSG5mno9qc.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tSG5mno9qc.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tSG5mno9qc.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tSG5mno9qc.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tSG5mno9qc .navbar {
    padding: 0 !important;
  }
  .cid-tSG5mno9qc ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tSG5mno9qc a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tSG5mno9qc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tSG5mno9qc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tSG5mno9qc .dropdown-item.active,
.cid-tSG5mno9qc .dropdown-item:active {
  background-color: transparent;
}
.cid-tSG5mno9qc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tSG5mno9qc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tSG5mno9qc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tSG5mno9qc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tSG5mno9qc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tSG5mno9qc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tSG5mno9qc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tSG5mno9qc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tSG5mno9qc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tSG5mno9qc nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tSG5mno9qc nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tSG5mno9qc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tSG5mno9qc .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tSG5mno9qc .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tSG5mno9qc .navbar {
    height: 97px;
  }
  .cid-tSG5mno9qc .navbar.opened {
    height: auto;
  }
  .cid-tSG5mno9qc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tSG5moQHb2 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tSG5moQHb2 .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tSG5moQHb2 .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tSG5moQHb2 .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tSG5moQHb2 .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tSG5moQHb2 .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tSG5moQHb2 .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tSG5moQHb2 .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tSG5moQHb2 .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tSG5moQHb2 .item a {
  font-weight: 600;
}
.cid-tSG5moQHb2 .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tSG5moQHb2 .item:last-child:after {
  display: none;
}
.cid-tSG5moQHb2 .footer__social {
  padding-bottom: 21px;
}
.cid-tSG5moQHb2 .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tSG5moQHb2 .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tSG5moQHb2 .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tSG5moQHb2 .footer__ink {
  text-align: right;
}
.cid-tSG5moQHb2 .copyright,
.cid-tSG5moQHb2 .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tSG5moQHb2 .footer__menu {
    padding-right: 0;
  }
}
.cid-tSG5moQHb2 .copyright {
  color: #000000;
}
.cid-tSG5moQHb2 .ink {
  color: #000000;
}
.cid-tSG5mpXhjx {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tSG5mpXhjx .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-tSG5mpXhjx .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-tSG5mpXhjx .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tSG5mpXhjx .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tSG5mpXhjx .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tSG5mpXhjx .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tSG5mpXhjx .mbr-gallery-filter ul {
  display: block;
}
.cid-tSG5mpXhjx .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tSG5mpXhjx .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tSG5mpXhjx .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tSG5mpXhjx .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tSG5mpXhjx .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tSG5mpXhjx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tSG5mpXhjx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tSG5mpXhjx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tSG5mpXhjx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tSG5mpXhjx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tSG5mpXhjx .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tSG5mpXhjx .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tSG5mpXhjx .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tSG5mpXhjx .mbr-gallery-item > div img,
.cid-tSG5mpXhjx .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tSG5mpXhjx .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tSG5mpXhjx .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tSG5mpXhjx .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tSG5mpXhjx .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tSG5mpXhjx .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tSG5mpXhjx .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tSG5mpXhjx .mbr-section-title {
    text-align: center;
  }
  .cid-tSG5mpXhjx .image {
    top: auto;
    height: 420px;
  }
  .cid-tSG5mpXhjx .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tSG5mpXhjx .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tSG5mpXhjx .mbr-gallery-item > div img,
  .cid-tSG5mpXhjx .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tSG5mpXhjx .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tSG5mpXhjx .image {
    height: 290px;
  }
}
.cid-tSG5mrF86Z {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mrF86Z .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSG5mrF86Z .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mrF86Z .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mrF86Z .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mrF86Z .card__title2 {
  color: #fe5925;
}
.cid-tSG5mrF86Z .card__title3 {
  color: #fbba34;
}
.cid-tSG5mrF86Z .figure {
  margin-bottom: 26px;
}
.cid-tSG5mrF86Z .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSG5mrF86Z .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSG5mrF86Z .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mrF86Z .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mrF86Z .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mrF86Z .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mrF86Z .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mrF86Z .figure {
    margin-bottom: 10px;
  }
  .cid-tSG5mrF86Z .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSG5mrF86Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mrF86Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5msOW7v {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5msOW7v .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5msOW7v .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5msOW7v .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5msOW7v .card__title1 {
  color: #ff40b4;
}
.cid-tSG5msOW7v .card__title2 {
  color: #fe5925;
}
.cid-tSG5msOW7v .card__title3 {
  color: #fbba34;
}
.cid-tSG5msOW7v .figure {
  margin-bottom: 26px;
}
.cid-tSG5msOW7v .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5msOW7v .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5msOW7v .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5msOW7v .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5msOW7v .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5msOW7v .figure {
    margin-bottom: 10px;
  }
}
.cid-tSG5msOW7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5msOW7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5mvbXyg {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mvbXyg .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5mvbXyg .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mvbXyg .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mvbXyg .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mvbXyg .card__title2 {
  color: #fe5925;
}
.cid-tSG5mvbXyg .card__title3 {
  color: #fbba34;
}
.cid-tSG5mvbXyg .figure {
  margin-bottom: 26px;
}
.cid-tSG5mvbXyg .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mvbXyg .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mvbXyg .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mvbXyg .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mvbXyg .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mvbXyg .figure {
    margin-bottom: 10px;
  }
}
.cid-tSG5mvbXyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mvbXyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5mvFccd {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mvFccd .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5mvFccd .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mvFccd .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mvFccd .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mvFccd .card__title2 {
  color: #fe5925;
}
.cid-tSG5mvFccd .card__title3 {
  color: #fbba34;
}
.cid-tSG5mvFccd .figure {
  margin-bottom: 26px;
}
.cid-tSG5mvFccd .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mvFccd .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mvFccd .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mvFccd .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mvFccd .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mvFccd .figure {
    margin-bottom: 10px;
  }
}
.cid-tSG5mvFccd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mvFccd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGpPRFgVd {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #cce4f0;
}
.cid-tSGpPRFgVd .left__side,
.cid-tSGpPRFgVd .right__side {
  display: flex;
  align-items: center;
}
.cid-tSGpPRFgVd .logo {
  max-width: 174px;
}
.cid-tSGpPRFgVd .logo img {
  width: 100%;
  object-fit: cover;
}
.cid-tSGpPRFgVd .mbr-section-title {
  margin-left: 30px;
  color: #fbba34;
}
.cid-tSGpPRFgVd .image__block {
  margin-top: 135px;
}
.cid-tSGpPRFgVd .image__block .image {
  margin: 0 18px 30px;
}
.cid-tSGpPRFgVd .image__block .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-tSGpPRFgVd .img-wrap1 img {
  max-width: 466px;
  max-height: 432px;
}
.cid-tSGpPRFgVd .img-wrap2 img {
  max-width: 387px;
  max-height: 433px;
}
.cid-tSGpPRFgVd .img-wrap3 img {
  max-width: 615px;
  max-height: 433px;
}
.cid-tSGpPRFgVd .mbr-section-btn {
  width: 100%;
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .cid-tSGpPRFgVd .img-wrap1 img {
    max-width: 426px;
  }
  .cid-tSGpPRFgVd .img-wrap2 img {
    max-width: 325px;
  }
}
@media (max-width: 1024px) {
  .cid-tSGpPRFgVd .left__side {
    margin-bottom: 39px;
    justify-content: center;
  }
  .cid-tSGpPRFgVd .logo {
    width: 105px;
    margin-right: 28px;
  }
  .cid-tSGpPRFgVd .logo img {
    width: 105px;
    height: auto;
  }
  .cid-tSGpPRFgVd .mbr-section-title {
    margin-left: 0;
  }
  .cid-tSGpPRFgVd .figure:before {
    width: 56px;
    height: 56px;
    top: -40px;
    right: -10px;
  }
  .cid-tSGpPRFgVd .image__block {
    flex-wrap: nowrap;
    margin-top: 65px;
  }
  .cid-tSGpPRFgVd .img-wrap1 img {
    max-width: 262px;
    max-height: 241px;
  }
  .cid-tSGpPRFgVd .img-wrap2 img {
    max-width: 215px;
    max-height: 241px;
  }
  .cid-tSGpPRFgVd .img-wrap3 img {
    max-width: 345px;
    max-height: 241px;
  }
}
@media (max-width: 575px) {
  .cid-tSGpPRFgVd .logo {
    width: 70px;
    margin-right: 18px;
  }
  .cid-tSGpPRFgVd .logo img {
    width: 70px;
  }
  .cid-tSGpPRFgVd .image__block {
    flex-wrap: wrap;
  }
  .cid-tSGpPRFgVd .img-wrap1 img {
    max-width: 315px;
  }
  .cid-tSGpPRFgVd .img-wrap2 img {
    max-width: 315px;
  }
  .cid-tSGpPRFgVd .img-wrap3 img {
    max-width: 315px;
  }
}
.cid-tSGpPRFgVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGpPRFgVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGpPRFgVd .mbr-text {
  color: #000000;
}
.cid-tSG5mwdKGT {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mwdKGT .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5mwdKGT .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mwdKGT .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mwdKGT .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mwdKGT .card__title2 {
  color: #fe5925;
}
.cid-tSG5mwdKGT .card__title3 {
  color: #fbba34;
}
.cid-tSG5mwdKGT .figure {
  margin-bottom: 26px;
}
.cid-tSG5mwdKGT .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSG5mwdKGT .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSG5mwdKGT .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mwdKGT .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mwdKGT .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mwdKGT .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mwdKGT .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mwdKGT .figure {
    margin-bottom: 10px;
  }
  .cid-tSG5mwdKGT .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSG5mwdKGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mwdKGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5mwFMLv {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mwFMLv .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5mwFMLv .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mwFMLv .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mwFMLv .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mwFMLv .card__title2 {
  color: #fe5925;
}
.cid-tSG5mwFMLv .card__title3 {
  color: #fbba34;
}
.cid-tSG5mwFMLv .figure {
  margin-bottom: 26px;
}
.cid-tSG5mwFMLv .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSG5mwFMLv .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSG5mwFMLv .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mwFMLv .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mwFMLv .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mwFMLv .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mwFMLv .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mwFMLv .figure {
    margin-bottom: 10px;
  }
  .cid-tSG5mwFMLv .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSG5mwFMLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mwFMLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5mx8ZJg {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mx8ZJg .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5mx8ZJg .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mx8ZJg .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mx8ZJg .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mx8ZJg .card__title2 {
  color: #fe5925;
}
.cid-tSG5mx8ZJg .card__title3 {
  color: #fbba34;
}
.cid-tSG5mx8ZJg .figure {
  margin-bottom: 26px;
}
.cid-tSG5mx8ZJg .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSG5mx8ZJg .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSG5mx8ZJg .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mx8ZJg .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mx8ZJg .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mx8ZJg .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mx8ZJg .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mx8ZJg .figure {
    margin-bottom: 10px;
  }
  .cid-tSG5mx8ZJg .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSG5mx8ZJg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mx8ZJg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGB3Rtcd1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #cce4f0;
}
.cid-tSGB3Rtcd1 .mbr-section-title {
  margin-bottom: 20px;
  color: #fbba34;
}
.cid-tSGB3Rtcd1 .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSGB3Rtcd1 .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSGB3Rtcd1 .card__title1 {
  color: #000000;
  text-align: left;
}
.cid-tSGB3Rtcd1 .card__title2 {
  color: #fe5925;
}
.cid-tSGB3Rtcd1 .card__title3 {
  color: #fbba34;
}
.cid-tSGB3Rtcd1 .figure {
  margin-bottom: 26px;
}
.cid-tSGB3Rtcd1 .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSGB3Rtcd1 .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSGB3Rtcd1 .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSGB3Rtcd1 .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSGB3Rtcd1 .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSGB3Rtcd1 .figure {
    margin-bottom: 10px;
  }
}
.cid-tSGB3Rtcd1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGB3Rtcd1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSG5mxEt1d {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSG5mxEt1d .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSG5mxEt1d .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSG5mxEt1d .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSG5mxEt1d .card__title1 {
  color: #ff40b4;
}
.cid-tSG5mxEt1d .card__title2 {
  color: #fe5925;
}
.cid-tSG5mxEt1d .card__title3 {
  color: #fbba34;
}
.cid-tSG5mxEt1d .figure {
  margin-bottom: 26px;
}
.cid-tSG5mxEt1d .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSG5mxEt1d .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSG5mxEt1d .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSG5mxEt1d .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSG5mxEt1d .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSG5mxEt1d .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSG5mxEt1d .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSG5mxEt1d .figure {
    margin-bottom: 10px;
  }
  .cid-tSG5mxEt1d .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSG5mxEt1d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSG5mxEt1d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGxzZZpLi {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSGxzZZpLi .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSGxzZZpLi .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSGxzZZpLi .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSGxzZZpLi .card__title1 {
  color: #ff40b4;
}
.cid-tSGxzZZpLi .card__title2 {
  color: #fe5925;
}
.cid-tSGxzZZpLi .card__title3 {
  color: #fbba34;
}
.cid-tSGxzZZpLi .figure {
  margin-bottom: 26px;
}
.cid-tSGxzZZpLi .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSGxzZZpLi .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSGxzZZpLi .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSGxzZZpLi .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSGxzZZpLi .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSGxzZZpLi .figure {
    margin-bottom: 10px;
  }
}
.cid-tSGxzZZpLi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGxzZZpLi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGywwipND {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSGywwipND .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSGywwipND .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSGywwipND .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSGywwipND .card__title1 {
  color: #ff40b4;
}
.cid-tSGywwipND .card__title2 {
  color: #fe5925;
}
.cid-tSGywwipND .card__title3 {
  color: #fbba34;
}
.cid-tSGywwipND .figure {
  margin-bottom: 26px;
}
.cid-tSGywwipND .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSGywwipND .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSGywwipND .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSGywwipND .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSGywwipND .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSGywwipND .figure {
    margin-bottom: 10px;
  }
}
.cid-tSGywwipND .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGywwipND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGywNH8OK {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSGywNH8OK .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tSGywNH8OK .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSGywNH8OK .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSGywNH8OK .card__title1 {
  color: #ff40b4;
}
.cid-tSGywNH8OK .card__title2 {
  color: #fe5925;
}
.cid-tSGywNH8OK .card__title3 {
  color: #fbba34;
}
.cid-tSGywNH8OK .figure {
  margin-bottom: 26px;
}
.cid-tSGywNH8OK .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSGywNH8OK .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSGywNH8OK .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSGywNH8OK .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSGywNH8OK .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSGywNH8OK .figure {
    margin-bottom: 10px;
  }
}
.cid-tSGywNH8OK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGywNH8OK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSGyzKoGjQ {
  padding-top: 1rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tSGyzKoGjQ .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tSGyzKoGjQ .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tSGyzKoGjQ .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tSGyzKoGjQ .card__title1 {
  color: #ff40b4;
}
.cid-tSGyzKoGjQ .card__title2 {
  color: #fe5925;
}
.cid-tSGyzKoGjQ .card__title3 {
  color: #fbba34;
}
.cid-tSGyzKoGjQ .figure {
  margin-bottom: 26px;
}
.cid-tSGyzKoGjQ .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tSGyzKoGjQ .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tSGyzKoGjQ .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tSGyzKoGjQ .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tSGyzKoGjQ .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tSGyzKoGjQ .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tSGyzKoGjQ .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tSGyzKoGjQ .figure {
    margin-bottom: 10px;
  }
  .cid-tSGyzKoGjQ .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tSGyzKoGjQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSGyzKoGjQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUofub2nHx {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tUofub2nHx .nav-link,
.cid-tUofub2nHx .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tUofub2nHx .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tUofub2nHx .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tUofub2nHx .nav-link.text-primary:hover,
.cid-tUofub2nHx .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tUofub2nHx .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tUofub2nHx .nav-link:hover:before {
  opacity: 1;
}
.cid-tUofub2nHx .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tUofub2nHx .nav-link {
    margin: 0 !important;
  }
}
.cid-tUofub2nHx .icons-menu {
  line-height: 0;
}
.cid-tUofub2nHx .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tUofub2nHx .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tUofub2nHx .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tUofub2nHx .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tUofub2nHx .dropdown-menu a {
  overflow: hidden;
}
.cid-tUofub2nHx .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-tUofub2nHx .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tUofub2nHx .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-tUofub2nHx .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tUofub2nHx .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-tUofub2nHx .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tUofub2nHx .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-tUofub2nHx .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tUofub2nHx .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-tUofub2nHx .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tUofub2nHx .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tUofub2nHx .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tUofub2nHx .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tUofub2nHx .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tUofub2nHx.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tUofub2nHx .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tUofub2nHx .btn {
    white-space: nowrap;
  }
  .cid-tUofub2nHx .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-tUofub2nHx .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tUofub2nHx .nav-item.dropdown:hover::before,
  .cid-tUofub2nHx .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tUofub2nHx .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tUofub2nHx .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tUofub2nHx .navbar > .container,
.cid-tUofub2nHx .navbar > .container-fluid {
  align-items: center;
}
.cid-tUofub2nHx .dropdown-toggle::after,
.cid-tUofub2nHx .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-tUofub2nHx .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tUofub2nHx .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tUofub2nHx .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tUofub2nHx .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tUofub2nHx .nav-item:focus,
.cid-tUofub2nHx .nav-link:focus {
  outline: none;
}
.cid-tUofub2nHx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tUofub2nHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tUofub2nHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tUofub2nHx a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tUofub2nHx ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tUofub2nHx .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tUofub2nHx .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tUofub2nHx .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tUofub2nHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tUofub2nHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tUofub2nHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tUofub2nHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tUofub2nHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tUofub2nHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tUofub2nHx .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tUofub2nHx .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tUofub2nHx .nav-item .nav-link::before {
    display: none;
  }
  .cid-tUofub2nHx.opened .dropdown-menu {
    top: 0;
  }
  .cid-tUofub2nHx .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tUofub2nHx .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tUofub2nHx .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tUofub2nHx .navbar-logo {
    margin: 0;
  }
  .cid-tUofub2nHx .navbar-logo img {
    height: 60px !important;
  }
  .cid-tUofub2nHx .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tUofub2nHx .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tUofub2nHx .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tUofub2nHx .navbar {
    padding: 13px 90px;
  }
  .cid-tUofub2nHx .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tUofub2nHx .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tUofub2nHx .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tUofub2nHx .dropdown-toggle::after,
  .cid-tUofub2nHx .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tUofub2nHx .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tUofub2nHx a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tUofub2nHx ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tUofub2nHx .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tUofub2nHx .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tUofub2nHx.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tUofub2nHx.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tUofub2nHx.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tUofub2nHx.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tUofub2nHx .navbar {
    padding: 0 !important;
  }
  .cid-tUofub2nHx ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tUofub2nHx a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tUofub2nHx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tUofub2nHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tUofub2nHx .dropdown-item.active,
.cid-tUofub2nHx .dropdown-item:active {
  background-color: transparent;
}
.cid-tUofub2nHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tUofub2nHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tUofub2nHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tUofub2nHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tUofub2nHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tUofub2nHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tUofub2nHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tUofub2nHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tUofub2nHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tUofub2nHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tUofub2nHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tUofub2nHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tUofub2nHx .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tUofub2nHx .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tUofub2nHx .navbar {
    height: 97px;
  }
  .cid-tUofub2nHx .navbar.opened {
    height: auto;
  }
  .cid-tUofub2nHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tUofubtO0A {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tUofubtO0A .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tUofubtO0A .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tUofubtO0A .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tUofubtO0A .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tUofubtO0A .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tUofubtO0A .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tUofubtO0A .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tUofubtO0A .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tUofubtO0A .item a {
  font-weight: 600;
}
.cid-tUofubtO0A .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tUofubtO0A .item:last-child:after {
  display: none;
}
.cid-tUofubtO0A .footer__social {
  padding-bottom: 21px;
}
.cid-tUofubtO0A .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tUofubtO0A .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tUofubtO0A .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tUofubtO0A .footer__ink {
  text-align: right;
}
.cid-tUofubtO0A .copyright,
.cid-tUofubtO0A .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tUofubtO0A .footer__menu {
    padding-right: 0;
  }
}
.cid-tUofubtO0A .copyright {
  color: #000000;
}
.cid-tUofubtO0A .ink {
  color: #000000;
}
.cid-tUofubVzNg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tUofubVzNg .mbr-section-title {
  margin-bottom: 25px;
  color: #000000;
}
.cid-tUofubVzNg .mbr-section-subtitle {
  margin-bottom: 88px;
  font-weight: 400;
  color: #000000;
}
.cid-tUofubVzNg .image {
  position: relative;
  z-index: 0;
  top: -50px;
}
.cid-tUofubVzNg .image img {
  z-index: -1;
  width: 100%;
  max-height: 410px;
  object-fit: cover;
}
.cid-tUofubVzNg .mbr-gallery-filter {
  text-align: left;
  padding: 0 20px;
  border-bottom: 1px solid #cce4f0;
}
.cid-tUofubVzNg .mbr-gallery-filter .btn {
  padding: 0 20px 40px;
  margin: 0;
  margin-right: 35px;
  color: #003d59 !important;
  font-weight: 700;
  text-align: left;
  background: transparent !important;
  position: relative;
  border: none;
  min-width: auto;
  width: auto;
}
.cid-tUofubVzNg .mbr-gallery-filter ul {
  display: block;
}
.cid-tUofubVzNg .mbr-gallery-filter ul li {
  position: relative;
  padding: 0;
}
.cid-tUofubVzNg .mbr-gallery-filter li:not(.active) .btn.active:after,
.cid-tUofubVzNg .mbr-gallery-filter li.active .btn:not(.active):after,
.cid-tUofubVzNg .mbr-gallery-filter .mbr-gallery-filter .btn:hover:after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  width: 100%;
  bottom: 0;
  height: 11px;
  background-color: #46877e;
  transition: all 0.3s ease;
}
.cid-tUofubVzNg .mbr-gallery-row {
  margin-top: 50px;
}
.cid-tUofubVzNg .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tUofubVzNg .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
  border-radius: 4px;
}
.cid-tUofubVzNg .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
  border-radius: 4px;
}
.cid-tUofubVzNg .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tUofubVzNg .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #003d59;
  opacity: 0;
  transition: 0.2s opacity ease-in-out;
}
.cid-tUofubVzNg .mbr-gallery-item > div:hover::before {
  opacity: 0 !important;
}
.cid-tUofubVzNg .mbr-gallery-title {
  transition: all .3s;
  position: absolute;
  display: block;
  font-weight: 700;
  width: 100%;
  bottom: 30px;
  left: 0;
  text-align: center;
  padding: 0 1rem;
  color: #fff;
  background: transparent;
}
.cid-tUofubVzNg .icon-focus {
  transition: all .3s;
  top: 30%;
  width: 48px;
  height: 48px;
  transform: translateY(-30%);
}
.cid-tUofubVzNg .mbr-gallery-item > div img,
.cid-tUofubVzNg .mbr-gallery-item div:before {
  border-radius: 4px;
}
.cid-tUofubVzNg .mbr-gallery-item > div {
  transition: all .3s;
  border-radius: 4px;
}
.cid-tUofubVzNg .mbr-gallery-item:hover > div {
  transform: scale(0.95);
}
.cid-tUofubVzNg .carousel-control-prev .mbri-left:before {
  content: "\e90a";
}
.cid-tUofubVzNg .carousel-control-next .mbri-right:before {
  content: "\e909";
}
.cid-tUofubVzNg .modal-body a.close {
  border-radius: 0;
  font-size: 32px;
  top: 0;
  right: 0;
  height: 70px;
  width: 70px;
  line-height: 70px;
}
@media (max-width: 991px) {
  .cid-tUofubVzNg .mbr-section-subtitle {
    margin-bottom: 20px;
    text-align: center;
  }
  .cid-tUofubVzNg .mbr-section-title {
    text-align: center;
  }
  .cid-tUofubVzNg .image {
    top: auto;
    height: 420px;
  }
  .cid-tUofubVzNg .mbr-gallery-filter .btn {
    padding: 0 0 22px;
  }
  .cid-tUofubVzNg .mbr-gallery-filter ul li {
    margin-bottom: 10px;
  }
  .cid-tUofubVzNg .mbr-gallery-item > div img,
  .cid-tUofubVzNg .mbr-gallery-item div:before {
    height: auto;
    border-radius: 3px;
  }
  .cid-tUofubVzNg .mbr-gallery-item > div {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-tUofubVzNg .image {
    height: 290px;
  }
}
.cid-tUofucqFQB {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUofucqFQB .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tUofucqFQB .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tUofucqFQB .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tUofucqFQB .card__title1 {
  color: #ff40b4;
}
.cid-tUofucqFQB .card__title2 {
  color: #fe5925;
}
.cid-tUofucqFQB .card__title3 {
  color: #fbba34;
}
.cid-tUofucqFQB .figure {
  margin-bottom: 26px;
}
.cid-tUofucqFQB .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tUofucqFQB .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tUofucqFQB .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUofucqFQB .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tUofucqFQB .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tUofucqFQB .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tUofucqFQB .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tUofucqFQB .figure {
    margin-bottom: 10px;
  }
  .cid-tUofucqFQB .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tUofucqFQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUofucqFQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUofucRRIh {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUofucRRIh .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tUofucRRIh .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tUofucRRIh .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tUofucRRIh .card__title1 {
  color: #ff40b4;
}
.cid-tUofucRRIh .card__title2 {
  color: #fe5925;
}
.cid-tUofucRRIh .card__title3 {
  color: #fbba34;
}
.cid-tUofucRRIh .figure {
  margin-bottom: 26px;
}
.cid-tUofucRRIh .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUofucRRIh .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tUofucRRIh .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tUofucRRIh .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tUofucRRIh .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tUofucRRIh .figure {
    margin-bottom: 10px;
  }
}
.cid-tUofucRRIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUofucRRIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUofudkhuG {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUofudkhuG .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tUofudkhuG .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tUofudkhuG .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tUofudkhuG .card__title1 {
  color: #ff40b4;
}
.cid-tUofudkhuG .card__title2 {
  color: #fe5925;
}
.cid-tUofudkhuG .card__title3 {
  color: #fbba34;
}
.cid-tUofudkhuG .figure {
  margin-bottom: 26px;
}
.cid-tUofudkhuG .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUofudkhuG .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tUofudkhuG .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tUofudkhuG .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tUofudkhuG .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tUofudkhuG .figure {
    margin-bottom: 10px;
  }
}
.cid-tUofudkhuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUofudkhuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUoElme43c {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tUoElme43c .mbr-section-title {
  color: #000000;
}
.cid-tUoElme43c .two__background:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  max-width: 68%;
  width: 100%;
  height: 100%;
  background-color: #cce4f0;
  z-index: 0;
}
.cid-tUoElme43c .card__content {
  margin-top: 25px;
  color: #000000;
}
.cid-tUoElme43c .mbr-text {
  margin-bottom: 9px;
}
.cid-tUoElme43c .right__block {
  margin-top: 25px;
  margin-top: 120px;
}
.cid-tUoElme43c .right__text {
  padding-right: 50px;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUoElme43c .row {
    flex-direction: row !important;
  }
  .cid-tUoElme43c .two__background:before {
    max-width: 100%;
  }
  .cid-tUoElme43c .right__block {
    margin-top: 30px;
  }
  .cid-tUoElme43c .figure:before {
    top: -4px;
    left: -38px;
  }
}
.cid-tUoElme43c .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUoElme43c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUofudIXmh {
  padding-top: 4rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUofudIXmh .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tUofudIXmh .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tUofudIXmh .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tUofudIXmh .card__title1 {
  color: #ff40b4;
}
.cid-tUofudIXmh .card__title2 {
  color: #fe5925;
}
.cid-tUofudIXmh .card__title3 {
  color: #fbba34;
}
.cid-tUofudIXmh .figure {
  margin-bottom: 26px;
}
.cid-tUofudIXmh .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUofudIXmh .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tUofudIXmh .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tUofudIXmh .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tUofudIXmh .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tUofudIXmh .figure {
    margin-bottom: 10px;
  }
}
.cid-tUofudIXmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUofudIXmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUofueDKuf {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-tUofueDKuf .mbr-section-title {
  margin-bottom: 20px;
  color: #000000;
}
.cid-tUofueDKuf .card__wrap:nth-child(1) {
  padding-right: 97px;
}
.cid-tUofueDKuf .card__wrap:nth-child(2) {
  padding-right: 89px;
}
.cid-tUofueDKuf .card__title1 {
  color: #ff40b4;
}
.cid-tUofueDKuf .card__title2 {
  color: #fe5925;
}
.cid-tUofueDKuf .card__title3 {
  color: #fbba34;
}
.cid-tUofueDKuf .figure {
  margin-bottom: 26px;
}
.cid-tUofueDKuf .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-tUofueDKuf .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -6%;
  width: 55px;
  height: 55px;
  transform: translate(-97%, -45%);
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-tUofueDKuf .card__text {
  margin-bottom: 0;
  color: #000000;
}
@media (max-width: 991px) {
  .cid-tUofueDKuf .mbr-section-title {
    margin-bottom: 50px;
  }
  .cid-tUofueDKuf .card__wrap {
    margin-bottom: 25px;
  }
  .cid-tUofueDKuf .card__wrap:nth-child(1) {
    padding-right: 15px;
  }
  .cid-tUofueDKuf .card__wrap:nth-child(2) {
    padding-right: 15px;
  }
  .cid-tUofueDKuf .figure {
    margin-bottom: 10px;
  }
  .cid-tUofueDKuf .figure:before {
    left: -4%;
    width: 45px;
    height: 45px;
  }
}
.cid-tUofueDKuf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUofueDKuf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPTM7cl6m {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tRPTM7cl6m .nav-link,
.cid-tRPTM7cl6m .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tRPTM7cl6m .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tRPTM7cl6m .nav-link.text-primary:hover,
.cid-tRPTM7cl6m .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tRPTM7cl6m .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tRPTM7cl6m .nav-link:hover:before {
  opacity: 1;
}
.cid-tRPTM7cl6m .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .nav-link {
    margin: 0 !important;
  }
}
.cid-tRPTM7cl6m .icons-menu {
  line-height: 0;
}
.cid-tRPTM7cl6m .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tRPTM7cl6m .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tRPTM7cl6m .dropdown-menu a {
  overflow: hidden;
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tRPTM7cl6m .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tRPTM7cl6m .btn {
    white-space: nowrap;
  }
  .cid-tRPTM7cl6m .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-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item.dropdown:hover::before,
  .cid-tRPTM7cl6m .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tRPTM7cl6m .navbar > .container,
.cid-tRPTM7cl6m .navbar > .container-fluid {
  align-items: center;
}
.cid-tRPTM7cl6m .dropdown-toggle::after,
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tRPTM7cl6m .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tRPTM7cl6m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tRPTM7cl6m .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tRPTM7cl6m .nav-item:focus,
.cid-tRPTM7cl6m .nav-link:focus {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tRPTM7cl6m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tRPTM7cl6m .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tRPTM7cl6m .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tRPTM7cl6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRPTM7cl6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRPTM7cl6m.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRPTM7cl6m .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tRPTM7cl6m .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tRPTM7cl6m .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tRPTM7cl6m .navbar-logo {
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar-logo img {
    height: 60px !important;
  }
  .cid-tRPTM7cl6m .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tRPTM7cl6m .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRPTM7cl6m .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tRPTM7cl6m .navbar {
    padding: 13px 90px;
  }
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tRPTM7cl6m .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tRPTM7cl6m .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tRPTM7cl6m .dropdown-toggle::after,
  .cid-tRPTM7cl6m .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tRPTM7cl6m .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tRPTM7cl6m a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tRPTM7cl6m.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRPTM7cl6m.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tRPTM7cl6m .navbar {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tRPTM7cl6m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tRPTM7cl6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown-item.active,
.cid-tRPTM7cl6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tRPTM7cl6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tRPTM7cl6m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tRPTM7cl6m .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRPTM7cl6m .navbar {
    height: 97px;
  }
  .cid-tRPTM7cl6m .navbar.opened {
    height: auto;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRQlyKHegO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tRQlyKHegO .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tRQlyKHegO .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tRQlyKHegO .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tRQlyKHegO .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tRQlyKHegO .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tRQlyKHegO .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tRQlyKHegO .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tRQlyKHegO .item a {
  font-weight: 600;
}
.cid-tRQlyKHegO .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tRQlyKHegO .item:last-child:after {
  display: none;
}
.cid-tRQlyKHegO .footer__social {
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tRQlyKHegO .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tRQlyKHegO .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tRQlyKHegO .footer__ink {
  text-align: right;
}
.cid-tRQlyKHegO .copyright,
.cid-tRQlyKHegO .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tRQlyKHegO .footer__menu {
    padding-right: 0;
  }
}
.cid-tRQlyKHegO .copyright {
  color: #000000;
}
.cid-tRQlyKHegO .ink {
  color: #000000;
}
.cid-tUzs0X51cY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tUzs0X51cY .subscr__title {
  padding: 7px 7px 7px 0;
  margin-bottom: 0;
  border-right: 1px solid #0083bf !important;
}
.cid-tUzs0X51cY .mbr-text {
  padding-right: 70px;
}
.cid-tUzs0X51cY .form-group {
  padding: 0;
}
.cid-tUzs0X51cY .form-control {
  background-color: #ffffff !important;
  color: #689bb2;
  border: 1px solid #003d59 !important;
  padding: 21px 18px;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-tUzs0X51cY .input-group-btn {
  padding: 0;
  left: -1px;
}
.cid-tUzs0X51cY .input-group-btn .btn {
  width: 100%;
  height: 70px;
  font-weight: 500;
}
.cid-tUzs0X51cY .mbr-form .btn {
  margin: 0;
}
.cid-tUzs0X51cY .mbr-form .input-group-btn .btn {
  border-radius: 0 !important;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.cid-tUzs0X51cY input::-webkit-input-placeholder {
  color: #689bb2;
  opacity: .8;
}
.cid-tUzs0X51cY input::-moz-placeholder {
  color: #689bb2;
  opacity: .8;
}
@media (max-width: 1199px) {
  .cid-tUzs0X51cY .subscr__title {
    padding: 5px 0;
    border: none;
  }
  .cid-tUzs0X51cY .mbr-text {
    padding-right: 0;
    padding-left: 28px;
    border-left: 1px solid #0083bf !important;
  }
  .cid-tUzs0X51cY .subscribe__form {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .cid-tUzs0X51cY .dragArea {
    margin: 0;
  }
  .cid-tUzs0X51cY .form-control {
    font-size: 16px;
    padding: 11px 18px;
    height: 50px;
  }
  .cid-tUzs0X51cY .input-group-btn {
    padding: 0;
    left: -1px;
  }
  .cid-tUzs0X51cY .input-group-btn .btn {
    height: 50px;
    padding: 16px 0;
    font-size: 16px;
    line-height: 18px;
    min-width: auto;
  }
}
@media (max-width: 575px) {
  .cid-tUzs0X51cY .mbr-text {
    font-size: 14px;
    line-height: 1.29;
  }
}
.cid-tUzs0X51cY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzs0X51cY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tRPTM7cl6m {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-tRPTM7cl6m .nav-link,
.cid-tRPTM7cl6m .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-tRPTM7cl6m .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-tRPTM7cl6m .nav-link.text-primary:hover,
.cid-tRPTM7cl6m .nav-link.text-primary:focus {
  color: #003d59 !important;
}
.cid-tRPTM7cl6m .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-tRPTM7cl6m .nav-link:hover:before {
  opacity: 1;
}
.cid-tRPTM7cl6m .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #ffc4ab;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .nav-link {
    margin: 0 !important;
  }
}
.cid-tRPTM7cl6m .icons-menu {
  line-height: 0;
}
.cid-tRPTM7cl6m .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-tRPTM7cl6m .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-tRPTM7cl6m .dropdown-menu a {
  overflow: hidden;
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image1:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image2:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image3:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu a > .image4:hover {
  transform: scale(1.3);
}
.cid-tRPTM7cl6m .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-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image1 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image2 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image3 {
    width: 170px;
    height: 140px;
  }
  .cid-tRPTM7cl6m .dropdown-menu a > .image4 {
    width: 170px;
    height: 140px;
  }
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-tRPTM7cl6m .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-tRPTM7cl6m .btn {
    white-space: nowrap;
  }
  .cid-tRPTM7cl6m .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-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item.dropdown:hover::before,
  .cid-tRPTM7cl6m .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-tRPTM7cl6m .navbar > .container,
.cid-tRPTM7cl6m .navbar > .container-fluid {
  align-items: center;
}
.cid-tRPTM7cl6m .dropdown-toggle::after,
.cid-tRPTM7cl6m .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-tRPTM7cl6m .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-tRPTM7cl6m .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-tRPTM7cl6m .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-tRPTM7cl6m .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-tRPTM7cl6m .nav-item:focus,
.cid-tRPTM7cl6m .nav-link:focus {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tRPTM7cl6m .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-tRPTM7cl6m a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-tRPTM7cl6m ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-tRPTM7cl6m .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-tRPTM7cl6m .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-tRPTM7cl6m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tRPTM7cl6m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tRPTM7cl6m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 100px - 1rem);
  }
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tRPTM7cl6m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tRPTM7cl6m .dropdown-menu .menu__images {
    display: none;
  }
  .cid-tRPTM7cl6m .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link::before {
    display: none;
  }
  .cid-tRPTM7cl6m.opened .dropdown-menu {
    top: 0;
  }
  .cid-tRPTM7cl6m .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-tRPTM7cl6m .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-tRPTM7cl6m .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-tRPTM7cl6m .navbar-logo {
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar-logo img {
    height: 60px !important;
  }
  .cid-tRPTM7cl6m .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-tRPTM7cl6m .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tRPTM7cl6m .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-tRPTM7cl6m .navbar {
    padding: 13px 90px;
  }
  .cid-tRPTM7cl6m .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-tRPTM7cl6m .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-tRPTM7cl6m .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-tRPTM7cl6m .dropdown-toggle::after,
  .cid-tRPTM7cl6m .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-tRPTM7cl6m .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-tRPTM7cl6m a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-tRPTM7cl6m .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-tRPTM7cl6m .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-tRPTM7cl6m.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-tRPTM7cl6m.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tRPTM7cl6m.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-tRPTM7cl6m .navbar {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-tRPTM7cl6m a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-tRPTM7cl6m .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-tRPTM7cl6m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tRPTM7cl6m .dropdown-item.active,
.cid-tRPTM7cl6m .dropdown-item:active {
  background-color: transparent;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tRPTM7cl6m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-tRPTM7cl6m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #003d59;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tRPTM7cl6m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tRPTM7cl6m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-tRPTM7cl6m .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-tRPTM7cl6m .navbar-dropdown {
  position: absolute;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tRPTM7cl6m .navbar {
    height: 97px;
  }
  .cid-tRPTM7cl6m .navbar.opened {
    height: auto;
  }
  .cid-tRPTM7cl6m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tRQlyKHegO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eef5f4;
}
.cid-tRQlyKHegO .divider {
  max-width: 1440px;
  padding-top: 68px;
  border-top: 1px solid #689bb2;
}
.cid-tRQlyKHegO .logo__footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.cid-tRQlyKHegO .logo__footer img {
  display: block;
  width: 100px;
  object-fit: cover;
}
.cid-tRQlyKHegO .logo__text {
  display: flex;
  align-items: center;
  padding-top: 5px;
  margin-left: 50px;
}
.cid-tRQlyKHegO .menu__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.cid-tRQlyKHegO .footer__menu {
  padding-right: 52px;
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cid-tRQlyKHegO .item {
  display: flex;
  align-items: center;
  margin-right: 7px;
  margin-bottom: 15px;
}
.cid-tRQlyKHegO .item a {
  font-weight: 600;
}
.cid-tRQlyKHegO .item:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #689bb2;
  display: inline-block;
  margin-left: 13px;
  vertical-align: middle;
}
.cid-tRQlyKHegO .item:last-child:after {
  display: none;
}
.cid-tRQlyKHegO .footer__social {
  padding-bottom: 21px;
}
.cid-tRQlyKHegO .mbr-iconfont {
  font-size: 33px;
  transition: all .3s ease;
  width: 33px;
  height: 33px;
  color: #282727;
  margin-right: 17px;
  margin-bottom: 10px;
}
.cid-tRQlyKHegO .mbr-iconfont:hover {
  color: #003d59;
}
.cid-tRQlyKHegO .footer__copyright {
  padding: 15px 0 12px;
  background-color: #ddebe9;
}
.cid-tRQlyKHegO .footer__ink {
  text-align: right;
}
.cid-tRQlyKHegO .copyright,
.cid-tRQlyKHegO .ink {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .cid-tRQlyKHegO .footer__menu {
    padding-right: 0;
  }
}
.cid-tRQlyKHegO .copyright {
  color: #000000;
}
.cid-tRQlyKHegO .ink {
  color: #000000;
}
.cid-tUzgYHC2ue {
  padding-top: 8rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-tUzgYHC2ue .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
}
.cid-tUzgYHC2ue .img__wrap {
  position: absolute;
  right: 0;
  width: 33%;
  top: -12%;
  z-index: 1;
  right: auto;
  left: 0;
}
.cid-tUzgYHC2ue .img__wrap .image {
  position: relative;
  width: 100%;
}
.cid-tUzgYHC2ue .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-tUzgYHC2ue .img__wrap .image img {
    height: auto;
  }
  .cid-tUzgYHC2ue .mbr-text {
    margin-bottom: 28px;
  }
}
@media (max-width: 575px) {
  .cid-tUzgYHC2ue {
    padding-top: 10rem;
  }
  .cid-tUzgYHC2ue .img__wrap {
    top: -110px;
  }
}
@media (max-width: 400px) {
  .cid-tUzgYHC2ue {
    padding-top: 8rem;
  }
  .cid-tUzgYHC2ue .img__wrap {
    top: -60px;
  }
}
.cid-tUzgYHC2ue .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUzgYHC2ue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUzgYHC2ue .mbr-text,
.cid-tUzgYHC2ue .mbr-section-btn {
  text-align: left;
}
