.mbr-section-btn .btn {
  border-radius: 50px !important;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 4.6rem;
  line-height: 1.5625;
}
.display-1 > .mbr-iconfont {
  font-size: 7.36rem;
}
@media (max-width: 1440px) {
  .display-1 {
    font-size: 3.02631579rem;
    line-height: 1.59021739;
  }
}
@media (max-width: 1280px) {
  .display-1 {
    font-size: 2.69005848rem;
    line-height: 1.6263587;
  }
}
@media (max-width: 1024px) {
  .display-1 {
    font-size: 1.84rem;
    line-height: 1.63043478;
  }
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 3.6rem;
  line-height: 1.25;
}
.display-2 > .mbr-iconfont {
  font-size: 5.76rem;
}
@media (max-width: 1440px) {
  .display-2 {
    font-size: 2.64705882rem;
    line-height: 1.34583333;
  }
}
@media (max-width: 1280px) {
  .display-2 {
    font-size: 45px;
    line-height: 52px;
    font-size: 2.38410596rem;
    line-height: 1.36319444;
  }
}
@media (max-width: 1024px) {
  .display-2 {
    font-size: 1.74757282rem;
    line-height: 1.2875;
  }
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.35416667;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
@media (max-width: 1024px) {
  .display-4 {
    font-size: 1.07142857rem;
    line-height: 1.28333333;
  }
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2rem;
  line-height: 1.5625;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .display-5 {
    font-size: 1.6rem;
    line-height: 1.640625;
  }
}
@media (max-width: 1280px) {
  .display-5 {
    font-size: 1.36986301rem;
    line-height: 1.36875;
  }
}
@media (max-width: 1024px) {
  .display-5 {
    font-size: 1.13636364rem;
    line-height: 1.65;
  }
}
.display-7 {
  font-family: 'Kanit', 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: #fe8225 !important;
}
.bg-success {
  background-color: #1eaaf7 !important;
}
.bg-info {
  background-color: #4c4c4c !important;
}
.bg-warning {
  background-color: #f7941e !important;
}
.bg-danger {
  background-color: #fe2544 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fe8225 !important;
  border-color: #fe8225 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #fe8225;
  border-color: #fe8225;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fe8225 !important;
  border-color: #fe8225 !important;
}
.btn-primary:hover {
  background-color: #46877e !important;
  border-color: #46877e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #dddddd !important;
  border-color: #dddddd !important;
  color: #5e5e5e !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #5e5e5e !important;
  background-color: #dddddd;
  border-color: #dddddd;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-secondary:hover {
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-info,
.btn-info:active {
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-info:hover {
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-success,
.btn-success:active {
  background-color: #1eaaf7 !important;
  border-color: #1eaaf7 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1eaaf7;
  border-color: #1eaaf7;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1eaaf7 !important;
  border-color: #1eaaf7 !important;
}
.btn-success:hover {
  background-color: #0890da !important;
  border-color: #0890da !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f7941e !important;
  border-color: #f7941e !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #f7941e;
  border-color: #f7941e;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-warning:hover {
  background-color: #f9ab4f !important;
  border-color: #f9ab4f !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fe2544 !important;
  border-color: #fe2544 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #fe2544;
  border-color: #fe2544;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fe2544 !important;
  border-color: #fe2544 !important;
}
.btn-danger:hover {
  background-color: #fe5870 !important;
  border-color: #fe5870 !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: #fe8225;
  color: #fe8225;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background: #fe8225 !important;
  border-color: #fe8225;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #fe8225 !important;
  border-color: #fe8225 !important;
}
.btn-secondary-outline {
  border: 1px solid;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #dddddd;
  color: #dddddd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #5e5e5e !important;
  background: #dddddd !important;
  border-color: #dddddd;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #5e5e5e !important;
  background-color: #dddddd !important;
  border-color: #dddddd !important;
}
.btn-info-outline {
  border: 1px solid;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4c4c4c;
  color: #4c4c4c;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background: #4c4c4c !important;
  border-color: #4c4c4c;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4c4c4c !important;
  border-color: #4c4c4c !important;
}
.btn-success-outline {
  border: 1px solid;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #1eaaf7;
  color: #1eaaf7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background: #1eaaf7 !important;
  border-color: #1eaaf7;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #1eaaf7 !important;
  border-color: #1eaaf7 !important;
}
.btn-warning-outline {
  border: 1px solid;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f7941e;
  color: #f7941e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background: #f7941e !important;
  border-color: #f7941e;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #f7941e !important;
  border-color: #f7941e !important;
}
.btn-danger-outline {
  border: 1px solid;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #fe2544;
  color: #fe2544;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background: #fe2544 !important;
  border-color: #fe2544;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fe2544 !important;
  border-color: #fe2544 !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: #fe8225 !important;
}
.text-secondary {
  color: #dddddd !important;
}
.text-success {
  color: #1eaaf7 !important;
}
.text-info {
  color: #4c4c4c !important;
}
.text-warning {
  color: #f7941e !important;
}
.text-danger {
  color: #fe2544 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #feae71 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #aaaaaa !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #066fa9 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #191919 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f7941e !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #bc011c !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #666666 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #fe8225 !important;
}
.alert-success {
  background-color: #1eaaf7;
}
.alert-info {
  background-color: #4c4c4c;
}
.alert-warning {
  background-color: #f7941e;
}
.alert-danger {
  background-color: #fe2544;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 50px;
}
.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 a {
  border-radius: 50px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fe8225;
  border-color: #fe8225;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 50px !important;
}
a,
a:hover {
  color: #fe8225;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff6f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #e3f4fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #bfbfbf;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fef2e3;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff0f2;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kanit', 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: #fe8225;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 50px !important;
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 50px !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fe8225;
  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: #fe8225;
  border-bottom-color: #fe8225;
}
.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: #000000 !important;
  background-color: #fe8225 !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: #dddddd !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.08rem;
  line-height: 0.9375;
}
.cid-s1pgD8z0jj {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-s1pgD8z0jj .nav-link,
.cid-s1pgD8z0jj .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-s1pgD8z0jj .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-s1pgD8z0jj .nav-link.text-primary:hover,
.cid-s1pgD8z0jj .nav-link.text-primary:focus {
  color: #fe8225 !important;
}
.cid-s1pgD8z0jj .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-s1pgD8z0jj .nav-link:hover:before {
  opacity: 1;
}
.cid-s1pgD8z0jj .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .nav-link {
    margin: 0 !important;
  }
}
.cid-s1pgD8z0jj .icons-menu {
  line-height: 0;
}
.cid-s1pgD8z0jj .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-s1pgD8z0jj .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-s1pgD8z0jj .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-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-s1pgD8z0jj .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-s1pgD8z0jj .btn {
    white-space: nowrap;
  }
  .cid-s1pgD8z0jj .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-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item.dropdown:hover::before,
  .cid-s1pgD8z0jj .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-s1pgD8z0jj .navbar > .container,
.cid-s1pgD8z0jj .navbar > .container-fluid {
  align-items: center;
}
.cid-s1pgD8z0jj .dropdown-toggle::after,
.cid-s1pgD8z0jj .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-s1pgD8z0jj .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-s1pgD8z0jj .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-s1pgD8z0jj .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-s1pgD8z0jj .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-s1pgD8z0jj .nav-item:focus,
.cid-s1pgD8z0jj .nav-link:focus {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-s1pgD8z0jj .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-s1pgD8z0jj a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-s1pgD8z0jj ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-s1pgD8z0jj .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-s1pgD8z0jj .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-s1pgD8z0jj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-s1pgD8z0jj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-s1pgD8z0jj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-s1pgD8z0jj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-s1pgD8z0jj .dropdown-menu .menu__images {
    display: none;
  }
  .cid-s1pgD8z0jj .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link::before {
    display: none;
  }
  .cid-s1pgD8z0jj.opened .dropdown-menu {
    top: 0;
  }
  .cid-s1pgD8z0jj .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-s1pgD8z0jj .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-s1pgD8z0jj .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-s1pgD8z0jj .navbar-logo {
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar-logo img {
    height: 60px !important;
  }
  .cid-s1pgD8z0jj .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-s1pgD8z0jj .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-s1pgD8z0jj .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-s1pgD8z0jj .navbar {
    padding: 13px 90px;
  }
  .cid-s1pgD8z0jj .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-s1pgD8z0jj .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-s1pgD8z0jj .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-s1pgD8z0jj .dropdown-toggle::after,
  .cid-s1pgD8z0jj .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-s1pgD8z0jj .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-s1pgD8z0jj a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-s1pgD8z0jj .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-s1pgD8z0jj .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-s1pgD8z0jj.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-s1pgD8z0jj.navbar-short .navbar-brand {
  padding: 0;
}
.cid-s1pgD8z0jj.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-s1pgD8z0jj .navbar {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-s1pgD8z0jj a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-s1pgD8z0jj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-s1pgD8z0jj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-s1pgD8z0jj .dropdown-item.active,
.cid-s1pgD8z0jj .dropdown-item:active {
  background-color: transparent;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-s1pgD8z0jj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-s1pgD8z0jj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1eaaf7;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-s1pgD8z0jj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-s1pgD8z0jj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-s1pgD8z0jj .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-s1pgD8z0jj .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-s1pgD8z0jj .navbar {
    height: 97px;
  }
  .cid-s1pgD8z0jj .navbar.opened {
    height: auto;
  }
  .cid-s1pgD8z0jj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-s1pj7EandR {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/main-photo-buggy-tour-website.jpg-1280x778.jpg");
}
.cid-s1pj7EandR .mbr-section-title {
  margin-bottom: 35px;
}
.cid-s1pj7EandR .mbr-section-title b,
.cid-s1pj7EandR .mbr-section-title strong {
  font-weight: 800;
  text-shadow: 2px 2px 2px #333;
}
@media (max-width: 1024px) {
  .cid-s1pj7EandR .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-s1pj7EandR .mbr-section-title,
.cid-s1pj7EandR .mbr-section-btn {
  color: #eef5f4;
}
.cid-v0lMlrsMyN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #8ed0f1;
}
.cid-v0lMlrsMyN .mbr-text {
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 70px;
}
.cid-v0lMlrsMyN .title__block {
  padding-left: 96px;
  margin-bottom: 20px;
}
.cid-v0lMlrsMyN .title__block .mbr-section-title {
  display: inline-block;
  margin-bottom: 25px;
}
.cid-v0lMlrsMyN .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v0lMlrsMyN .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  bottom: -90px;
  right: -95px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v0lMlrsMyN .slide-content {
  justify-content: center;
  text-align: left;
}
.cid-v0lMlrsMyN .slide-content .media-container-row {
  flex-grow: 1;
}
.cid-v0lMlrsMyN .slide-content .slider__item {
  position: relative;
  border-radius: 4px;
  border: 2px solid transparent;
  opacity: 1;
  transition: border .3s linear;
}
.cid-v0lMlrsMyN .slide-content .slider__item:hover {
  border: 2px solid #1eaaf7;
}
.cid-v0lMlrsMyN .slide-content .slider__item:hover .slider__content {
  border: 1px solid transparent;
}
.cid-v0lMlrsMyN .slide-content .slider__item .slider__image {
  width: 100%;
}
.cid-v0lMlrsMyN .slide-content .slider__item .slider__image img {
  border-radius: 4px 4px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v0lMlrsMyN .slider__content {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 320px;
  position: relative;
  padding: 30px 40px 32px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #0e2d3b;
  border-top: 1px solid transparent;
  transition: border .3s;
}
.cid-v0lMlrsMyN .slider__content .slider__content-wrap {
  margin-bottom: 38px;
  min-height: 210px;
}
.cid-v0lMlrsMyN .slider__content .slider__subtitle {
  margin-bottom: 8px;
  color: #1eaaf7;
}
.cid-v0lMlrsMyN .slider__content .slider__title {
  margin-bottom: 13px;
}
.cid-v0lMlrsMyN .slider__content .slider__text {
  margin-bottom: 0;
}
.cid-v0lMlrsMyN .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-v0lMlrsMyN .link a {
  font-weight: 700;
}
.cid-v0lMlrsMyN .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v0lMlrsMyN .link:hover span {
  transform: translateX(9px);
}
.cid-v0lMlrsMyN .carousel-item.active,
.cid-v0lMlrsMyN .carousel-item-next,
.cid-v0lMlrsMyN .carousel-item-prev {
  display: flex;
}
.cid-v0lMlrsMyN .mbr-iconfont {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-v0lMlrsMyN .cloneditem-1,
.cid-v0lMlrsMyN .cloneditem-2,
.cid-v0lMlrsMyN .cloneditem-3,
.cid-v0lMlrsMyN .cloneditem-4,
.cid-v0lMlrsMyN .cloneditem-5 {
  display: none;
}
.cid-v0lMlrsMyN .col-lg-15 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v0lMlrsMyN .col-lg-15 {
    flex: 0 0 20%;
    max-width: 20%;
    width: 20%;
  }
  .cid-v0lMlrsMyN .carousel-inner {
    padding-bottom: 3px;
  }
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.active.carousel-item-right,
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(50%, 0, 0);
  }
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.active.carousel-item-left,
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-50%, 0, 0);
  }
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.carousel-item-left,
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v0lMlrsMyN .carousel-inner.slides2 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v0lMlrsMyN .carousel-inner.slides2 .cloneditem-1,
  .cid-v0lMlrsMyN .carousel-inner.slides2 .cloneditem-2,
  .cid-v0lMlrsMyN .carousel-inner.slides2 .cloneditem-3 {
    display: block;
  }
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.active.carousel-item-right,
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.carousel-item-next {
    left: 0;
    transform: translate3d(33.333333%, 0, 0);
  }
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.active.carousel-item-left,
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.carousel-item-prev {
    left: 0;
    transform: translate3d(-33.333333%, 0, 0);
  }
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.carousel-item-left,
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.carousel-item-prev.carousel-item-right,
  .cid-v0lMlrsMyN .carousel-inner.slides3 > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
  .cid-v0lMlrsMyN .carousel-inner.slides3 .cloneditem-1,
  .cid-v0lMlrsMyN .carousel-inner.slides3 .cloneditem-2,
  .cid-v0lMlrsMyN .carousel-inner.slides3 .cloneditem-3 {
    display: block;
  }
}
@media (max-width: 1200px) {
  .cid-v0lMlrsMyN .carousel-inner .carousel-item .cloneditem-2 {
    display: none !important;
  }
}
@media (max-width: 1440px) {
  .cid-v0lMlrsMyN .figure:before {
    width: 99px;
    height: 99px;
  }
  .cid-v0lMlrsMyN .slider__content .slider__title {
    font-size: 25px;
    line-height: 30px;
  }
  .cid-v0lMlrsMyN .slider__content {
    min-height: 235px;
  }
}
@media (max-width: 991px) {
  .cid-v0lMlrsMyN .title__block {
    padding-left: 63px;
  }
  .cid-v0lMlrsMyN .title__block .mbr-section-title {
    margin-bottom: 0;
  }
  .cid-v0lMlrsMyN .figure:before {
    display: none;
  }
  .cid-v0lMlrsMyN .mbr-text {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-v0lMlrsMyN .carousel-item .slider__item {
    margin-right: 0;
  }
  .cid-v0lMlrsMyN .slider__content {
    padding: 18px 18px 22px;
    min-height: 197px;
  }
  .cid-v0lMlrsMyN .carousel-controls .carousel-control-next {
    right: -35px;
    bottom: auto;
    top: 44%;
  }
  .cid-v0lMlrsMyN .carousel-controls .carousel-control-prev {
    left: -35px;
    bottom: auto;
    top: 44%;
  }
}
@media (max-width: 767px) {
  .cid-v0lMlrsMyN .carousel-controls {
    display: none;
  }
}
.cid-v0lMlrsMyN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 34%;
}
@media (max-width: 1280px) {
  .cid-v0lMlrsMyN .embla__slide {
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .cid-v0lMlrsMyN .embla__slide {
    min-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-v0lMlrsMyN .embla__button--next,
.cid-v0lMlrsMyN .embla__button--prev {
  display: flex;
}
.cid-v0lMlrsMyN .embla__button {
  top: 50%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  transition: all .3s;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background-color: transparent;
  display: none;
}
.cid-v0lMlrsMyN .embla__button span {
  color: #ffffff;
  font-size: 18px;
}
.cid-v0lMlrsMyN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0lMlrsMyN .embla__button:hover .mobi-mbri-left {
  transform: translateX(-5px);
}
.cid-v0lMlrsMyN .embla__button:hover .mobi-mbri-right {
  transform: translateX(5px);
}
.cid-v0lMlrsMyN .embla__button.embla__button--next,
.cid-v0lMlrsMyN .embla__button.embla__button--prev {
  opacity: 1;
  width: 44px;
  height: 44px;
}
.cid-v0lMlrsMyN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-v0lMlrsMyN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-v0lMlrsMyN .embla__button {
    top: auto;
  }
}
.cid-v0lMlrsMyN .embla {
  position: relative;
  width: 100%;
}
.cid-v0lMlrsMyN .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-v0lMlrsMyN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0lMlrsMyN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0lMlrsMyN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-v0lMlrsMyN .embla__container {
    margin-left: 1.3rem;
    margin-right: 1.3rem;
  }
  .cid-v0lMlrsMyN .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-v0lMlrsMyN .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-v0lMlrsMyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0lMlrsMyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC7dESuzt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tripadvisor-mobile-app-1200x675.jpg");
}
.cid-uNC7dESuzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNC7dESuzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNC7dESuzt .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uNC7dESuzt .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uNC7dESuzt .container {
    padding: 0 26px;
  }
}
.cid-uNC7dESuzt .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uNC7dESuzt .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uNC7dESuzt .mbr-section-title {
  color: #ffffff;
}
.cid-uNC7dESuzt .mbr-section-title,
.cid-uNC7dESuzt .mbr-section-btn {
  text-align: center;
}
.cid-uNCbbC9s3d {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uNCbbC9s3d .mbr-section-subtitle {
  font-weight: 500;
  color: #fe8225;
}
.cid-uNCbbC9s3d .wrap {
  padding-left: 90px;
}
.cid-uNCbbC9s3d .mbr-section-title {
  color: #002596;
}
.cid-uNCbbC9s3d .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uNCbbC9s3d .link a {
  font-weight: 700;
}
.cid-uNCbbC9s3d .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-uNCbbC9s3d .link:hover span {
  transform: translateX(9px);
}
.cid-uNCbbC9s3d .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-uNCbbC9s3d .mbr-text {
  margin-bottom: 10px;
}
.cid-uNCbbC9s3d .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-uNCbbC9s3d .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-uNCbbC9s3d .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-uNCbbC9s3d .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uNCbbC9s3d .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-uNCbbC9s3d .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-uNCbbC9s3d .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-uNCbbC9s3d .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-uNCbbC9s3d .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-uNCbbC9s3d .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-uNCbbC9s3d .image__block {
    transform: translateX(-30px);
  }
  .cid-uNCbbC9s3d .figure:before {
    content: none;
  }
  .cid-uNCbbC9s3d .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-uNCbbC9s3d .wrap {
    padding-left: 0;
  }
  .cid-uNCbbC9s3d .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-uNCbbC9s3d .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-uNCbbC9s3d .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-uNCbbC9s3d .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-uNCbbC9s3d .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-uNCbbC9s3d .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-uNCbbC9s3d .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-uNCbbC9s3d .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-uNCbbC9s3d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNCbbC9s3d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUvsthzVD {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uNUvsthzVD .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #002596;
}
.cid-uNUvsthzVD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 224px;
  max-width: 224px;
}
@media (max-width: 767px) {
  .cid-uNUvsthzVD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uNUvsthzVD .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 280px;
}
.cid-uNUvsthzVD .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
.cid-uNUvsthzVD .embla__slide .slide-content {
  width: 100%;
}
.cid-uNUvsthzVD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #002596;
}
.cid-uNUvsthzVD .embla__button--next,
.cid-uNUvsthzVD .embla__button--prev {
  display: flex;
}
.cid-uNUvsthzVD .embla__button {
  bottom: 0;
  width: 54px;
  height: 43px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #34bfcc !important;
  border: 2px solid #34bfcc !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: 4px 3px #34bfcc;
  display: none;
}
.cid-uNUvsthzVD .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNUvsthzVD .embla__button:hover {
  background-color: #34bfcc !important;
}
.cid-uNUvsthzVD .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 992px) {
  .cid-uNUvsthzVD .embla__button.embla__button--prev {
    right: 80px;
  }
}
.cid-uNUvsthzVD .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uNUvsthzVD .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uNUvsthzVD .embla {
  position: relative;
  width: 100%;
}
.cid-uNUvsthzVD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uNUvsthzVD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNUvsthzVD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNUvsthzVD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNUvsthzVD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNreeKIDJp {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #8ed0f1;
}
.cid-uNreeKIDJp .google-map {
  height: 25rem;
  position: relative;
}
.cid-uNreeKIDJp .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uNreeKIDJp .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNreeKIDJp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNreeKIDJp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNreeKIDJp .container-fluid {
  padding: 0;
}
.cid-uNreeKIDJp .relative {
  position: relative;
  width: 100%;
}
.cid-uNreeKIDJp .mbr-section-title {
  color: #656565;
}
.cid-uNreeKIDJp .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-uNreeKIDJp .line {
  height: 3px;
  width: 60px;
  background: #1eaaf7;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uNreeKIDJp .title {
  text-align: center;
  color: #1eaaf7;
}
.cid-uNreeKIDJp .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-uNreeKIDJp .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-uThrJhpEb0 {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uThrJhpEb0 .nav-link,
.cid-uThrJhpEb0 .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uThrJhpEb0 .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uThrJhpEb0 .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uThrJhpEb0 .nav-link.text-primary:hover,
.cid-uThrJhpEb0 .nav-link.text-primary:focus {
  color: #fe8225 !important;
}
.cid-uThrJhpEb0 .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uThrJhpEb0 .nav-link:hover:before {
  opacity: 1;
}
.cid-uThrJhpEb0 .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uThrJhpEb0 .nav-link {
    margin: 0 !important;
  }
}
.cid-uThrJhpEb0 .icons-menu {
  line-height: 0;
}
.cid-uThrJhpEb0 .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uThrJhpEb0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uThrJhpEb0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uThrJhpEb0 .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uThrJhpEb0 .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-uThrJhpEb0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-uThrJhpEb0.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uThrJhpEb0 .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uThrJhpEb0 .btn {
    white-space: nowrap;
  }
  .cid-uThrJhpEb0 .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-uThrJhpEb0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uThrJhpEb0 .nav-item.dropdown:hover::before,
  .cid-uThrJhpEb0 .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uThrJhpEb0 .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uThrJhpEb0 .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uThrJhpEb0 .navbar > .container,
.cid-uThrJhpEb0 .navbar > .container-fluid {
  align-items: center;
}
.cid-uThrJhpEb0 .dropdown-toggle::after,
.cid-uThrJhpEb0 .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-uThrJhpEb0 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uThrJhpEb0 .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uThrJhpEb0 .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uThrJhpEb0 .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uThrJhpEb0 .nav-item:focus,
.cid-uThrJhpEb0 .nav-link:focus {
  outline: none;
}
.cid-uThrJhpEb0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uThrJhpEb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uThrJhpEb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uThrJhpEb0 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uThrJhpEb0 ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uThrJhpEb0 .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uThrJhpEb0 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uThrJhpEb0 .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uThrJhpEb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uThrJhpEb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uThrJhpEb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uThrJhpEb0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uThrJhpEb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uThrJhpEb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uThrJhpEb0 .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uThrJhpEb0 .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uThrJhpEb0 .nav-item .nav-link::before {
    display: none;
  }
  .cid-uThrJhpEb0.opened .dropdown-menu {
    top: 0;
  }
  .cid-uThrJhpEb0 .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uThrJhpEb0 .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uThrJhpEb0 .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uThrJhpEb0 .navbar-logo {
    margin: 0;
  }
  .cid-uThrJhpEb0 .navbar-logo img {
    height: 60px !important;
  }
  .cid-uThrJhpEb0 .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uThrJhpEb0 .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uThrJhpEb0 .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uThrJhpEb0 .navbar {
    padding: 13px 90px;
  }
  .cid-uThrJhpEb0 .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uThrJhpEb0 .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uThrJhpEb0 .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uThrJhpEb0 .dropdown-toggle::after,
  .cid-uThrJhpEb0 .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uThrJhpEb0 .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uThrJhpEb0 a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uThrJhpEb0 ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uThrJhpEb0 .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uThrJhpEb0 .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uThrJhpEb0.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uThrJhpEb0.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uThrJhpEb0.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uThrJhpEb0.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uThrJhpEb0 .navbar {
    padding: 0 !important;
  }
  .cid-uThrJhpEb0 ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uThrJhpEb0 a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uThrJhpEb0 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uThrJhpEb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uThrJhpEb0 .dropdown-item.active,
.cid-uThrJhpEb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uThrJhpEb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uThrJhpEb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uThrJhpEb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uThrJhpEb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1eaaf7;
}
.cid-uThrJhpEb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uThrJhpEb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uThrJhpEb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uThrJhpEb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uThrJhpEb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uThrJhpEb0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uThrJhpEb0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uThrJhpEb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uThrJhpEb0 .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uThrJhpEb0 .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uThrJhpEb0 .navbar {
    height: 97px;
  }
  .cid-uThrJhpEb0 .navbar.opened {
    height: auto;
  }
  .cid-uThrJhpEb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uThrJhPlNx {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/playa-rincon-cropped-.jpg-1296x500.jpg");
}
.cid-uThrJhPlNx .mbr-section-title {
  margin-bottom: 35px;
}
.cid-uThrJhPlNx .mbr-section-title b,
.cid-uThrJhPlNx .mbr-section-title strong {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .cid-uThrJhPlNx .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-uThrJhPlNx .mbr-section-title,
.cid-uThrJhPlNx .mbr-section-btn {
  color: #eef5f4;
  text-shadow: 2px 2px 2px #333;
}
.cid-v0rb6QujI3 {
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-v0rb6QujI3 .mbr-section-subtitle {
  font-weight: 500;
  color: #fe5925;
}
.cid-v0rb6QujI3 .wrap {
  padding-left: 90px;
}
.cid-v0rb6QujI3 .mbr-section-title {
  color: #002596;
}
.cid-v0rb6QujI3 .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v0rb6QujI3 .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -95px;
  right: -33px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v0rb6QujI3 .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-v0rb6QujI3 .link a {
  font-weight: 700;
}
.cid-v0rb6QujI3 .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v0rb6QujI3 .link:hover span {
  transform: translateX(9px);
}
.cid-v0rb6QujI3 .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-v0rb6QujI3 .mbr-text {
  margin-bottom: 10px;
}
.cid-v0rb6QujI3 .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-v0rb6QujI3 .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-v0rb6QujI3 .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-v0rb6QujI3 .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v0rb6QujI3 .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-v0rb6QujI3 .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-v0rb6QujI3 .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-v0rb6QujI3 .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v0rb6QujI3 .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-v0rb6QujI3 .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-v0rb6QujI3 .image__block {
    transform: translateX(-30px);
  }
  .cid-v0rb6QujI3 .figure:before {
    content: none;
  }
  .cid-v0rb6QujI3 .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-v0rb6QujI3 .wrap {
    padding-left: 0;
  }
  .cid-v0rb6QujI3 .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-v0rb6QujI3 .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-v0rb6QujI3 .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-v0rb6QujI3 .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v0rb6QujI3 .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-v0rb6QujI3 .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-v0rb6QujI3 .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-v0rb6QujI3 .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-v0rb6QujI3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0rb6QujI3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThJU5c4ri {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uThJU5c4ri .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #002596;
}
.cid-uThJU5c4ri .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 224px;
  max-width: 224px;
}
@media (max-width: 767px) {
  .cid-uThJU5c4ri .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uThJU5c4ri .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 280px;
}
.cid-uThJU5c4ri .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
.cid-uThJU5c4ri .embla__slide .slide-content {
  width: 100%;
}
.cid-uThJU5c4ri .embla__slide .slide-content .item-wrapper .item-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #002596;
}
.cid-uThJU5c4ri .embla__button--next,
.cid-uThJU5c4ri .embla__button--prev {
  display: flex;
}
.cid-uThJU5c4ri .embla__button {
  bottom: 0;
  width: 54px;
  height: 43px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #34bfcc !important;
  border: 2px solid #34bfcc !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: 4px 3px #34bfcc;
  display: none;
}
.cid-uThJU5c4ri .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uThJU5c4ri .embla__button:hover {
  background-color: #34bfcc !important;
}
.cid-uThJU5c4ri .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 992px) {
  .cid-uThJU5c4ri .embla__button.embla__button--prev {
    right: 80px;
  }
}
.cid-uThJU5c4ri .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-uThJU5c4ri .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-uThJU5c4ri .embla {
  position: relative;
  width: 100%;
}
.cid-uThJU5c4ri .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uThJU5c4ri .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uThJU5c4ri .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uThJU5c4ri .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uThJU5c4ri .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0mxPLg5W3 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/playa-rincon-800px.jpg-800x600.jpg");
}
.cid-v0mxPLg5W3 iframe,
.cid-v0mxPLg5W3 img,
.cid-v0mxPLg5W3 video {
  width: 100%;
}
.cid-v0mxPLg5W3 .mbr-media {
  position: relative;
}
.cid-v0mxPLg5W3 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v0mxPLg5W3 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v0mxPLg5W3 .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v0mxPLg5W3 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0mxPLg5W3 .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v0mxPLg5W3 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0mxPLg5W3 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0mxPLg5W3 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0mxPLg5W3 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0mxPLg5W3 .mbr-section-title {
  color: #ffffff;
}
.cid-uThrJimgOk {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tripadvisor-mobile-app-1200x675.jpg");
}
.cid-uThrJimgOk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uThrJimgOk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uThrJimgOk .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uThrJimgOk .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uThrJimgOk .container {
    padding: 0 26px;
  }
}
.cid-uThrJimgOk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uThrJimgOk .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uThrJimgOk .mbr-section-title {
  color: #ffffff;
}
.cid-uThrJimgOk .mbr-section-title,
.cid-uThrJimgOk .mbr-section-btn {
  text-align: center;
}
.cid-uThrJj0PKQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #8ed0f1;
}
.cid-uThrJj0PKQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-uThrJj0PKQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uThrJj0PKQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uThrJj0PKQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uThrJj0PKQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uThrJj0PKQ .container-fluid {
  padding: 0;
}
.cid-uThrJj0PKQ .relative {
  position: relative;
  width: 100%;
}
.cid-uThrJj0PKQ .mbr-section-title {
  color: #656565;
}
.cid-uThrJj0PKQ .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-uThrJj0PKQ .line {
  height: 3px;
  width: 60px;
  background: #1eaaf7;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uThrJj0PKQ .title {
  text-align: center;
  color: #1eaaf7;
}
.cid-uThrJj0PKQ .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-uThrJj0PKQ .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-uSZe1Ih7ez {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-uSZe1Ih7ez .nav-link,
.cid-uSZe1Ih7ez .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-uSZe1Ih7ez .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-uSZe1Ih7ez .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uSZe1Ih7ez .nav-link.text-primary:hover,
.cid-uSZe1Ih7ez .nav-link.text-primary:focus {
  color: #fe8225 !important;
}
.cid-uSZe1Ih7ez .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-uSZe1Ih7ez .nav-link:hover:before {
  opacity: 1;
}
.cid-uSZe1Ih7ez .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-uSZe1Ih7ez .nav-link {
    margin: 0 !important;
  }
}
.cid-uSZe1Ih7ez .icons-menu {
  line-height: 0;
}
.cid-uSZe1Ih7ez .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-uSZe1Ih7ez .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-uSZe1Ih7ez .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-uSZe1Ih7ez .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-uSZe1Ih7ez .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-uSZe1Ih7ez .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-uSZe1Ih7ez.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-uSZe1Ih7ez .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-uSZe1Ih7ez .btn {
    white-space: nowrap;
  }
  .cid-uSZe1Ih7ez .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-uSZe1Ih7ez .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-uSZe1Ih7ez .nav-item.dropdown:hover::before,
  .cid-uSZe1Ih7ez .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-uSZe1Ih7ez .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-uSZe1Ih7ez .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-uSZe1Ih7ez .navbar > .container,
.cid-uSZe1Ih7ez .navbar > .container-fluid {
  align-items: center;
}
.cid-uSZe1Ih7ez .dropdown-toggle::after,
.cid-uSZe1Ih7ez .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-uSZe1Ih7ez .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-uSZe1Ih7ez .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-uSZe1Ih7ez .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-uSZe1Ih7ez .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-uSZe1Ih7ez .nav-item:focus,
.cid-uSZe1Ih7ez .nav-link:focus {
  outline: none;
}
.cid-uSZe1Ih7ez .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uSZe1Ih7ez .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSZe1Ih7ez .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-uSZe1Ih7ez a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-uSZe1Ih7ez ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-uSZe1Ih7ez .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uSZe1Ih7ez .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uSZe1Ih7ez .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-uSZe1Ih7ez .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSZe1Ih7ez .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uSZe1Ih7ez .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-uSZe1Ih7ez .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uSZe1Ih7ez .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSZe1Ih7ez .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-uSZe1Ih7ez .dropdown-menu .menu__images {
    display: none;
  }
  .cid-uSZe1Ih7ez .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-uSZe1Ih7ez .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSZe1Ih7ez.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSZe1Ih7ez .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-uSZe1Ih7ez .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-uSZe1Ih7ez .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-uSZe1Ih7ez .navbar-logo {
    margin: 0;
  }
  .cid-uSZe1Ih7ez .navbar-logo img {
    height: 60px !important;
  }
  .cid-uSZe1Ih7ez .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-uSZe1Ih7ez .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uSZe1Ih7ez .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-uSZe1Ih7ez .navbar {
    padding: 13px 90px;
  }
  .cid-uSZe1Ih7ez .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-uSZe1Ih7ez .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-uSZe1Ih7ez .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-uSZe1Ih7ez .dropdown-toggle::after,
  .cid-uSZe1Ih7ez .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-uSZe1Ih7ez .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-uSZe1Ih7ez a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-uSZe1Ih7ez ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-uSZe1Ih7ez .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-uSZe1Ih7ez .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-uSZe1Ih7ez.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-uSZe1Ih7ez.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-uSZe1Ih7ez.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uSZe1Ih7ez.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-uSZe1Ih7ez .navbar {
    padding: 0 !important;
  }
  .cid-uSZe1Ih7ez ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-uSZe1Ih7ez a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-uSZe1Ih7ez .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-uSZe1Ih7ez .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSZe1Ih7ez .dropdown-item.active,
.cid-uSZe1Ih7ez .dropdown-item:active {
  background-color: transparent;
}
.cid-uSZe1Ih7ez .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uSZe1Ih7ez .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-uSZe1Ih7ez button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-uSZe1Ih7ez button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1eaaf7;
}
.cid-uSZe1Ih7ez button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uSZe1Ih7ez button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uSZe1Ih7ez button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uSZe1Ih7ez button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uSZe1Ih7ez nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uSZe1Ih7ez nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uSZe1Ih7ez nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uSZe1Ih7ez nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-uSZe1Ih7ez .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-uSZe1Ih7ez .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uSZe1Ih7ez .navbar {
    height: 97px;
  }
  .cid-uSZe1Ih7ez .navbar.opened {
    height: auto;
  }
  .cid-uSZe1Ih7ez .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSZBBNbSOx {
  padding-top: 75px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background-image-tauro-2600px-high.jpg-2000x2698.jpg");
}
.cid-uSZBBNbSOx .mbr-overlay {
  background-color: #003d59;
  opacity: 0.7;
}
.cid-uSZBBNbSOx H2 {
  color: #fdcc67;
}
.cid-uSZBBNbSOx LABEL {
  color: #ffffff;
}
.cid-uSZBynjOb4 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tripadvisor-mobile-app-1200x675.jpg");
}
.cid-uSZBynjOb4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSZBynjOb4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSZBynjOb4 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uSZBynjOb4 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uSZBynjOb4 .container {
    padding: 0 26px;
  }
}
.cid-uSZBynjOb4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSZBynjOb4 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uSZBynjOb4 .mbr-section-title {
  color: #ffffff;
}
.cid-uSZBynjOb4 .mbr-section-title,
.cid-uSZBynjOb4 .mbr-section-btn {
  text-align: center;
}
.cid-uSZBxrZ00J {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #8ed0f1;
}
.cid-uSZBxrZ00J .google-map {
  height: 25rem;
  position: relative;
}
.cid-uSZBxrZ00J .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uSZBxrZ00J .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uSZBxrZ00J .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uSZBxrZ00J .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSZBxrZ00J .container-fluid {
  padding: 0;
}
.cid-uSZBxrZ00J .relative {
  position: relative;
  width: 100%;
}
.cid-uSZBxrZ00J .mbr-section-title {
  color: #656565;
}
.cid-uSZBxrZ00J .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-uSZBxrZ00J .line {
  height: 3px;
  width: 60px;
  background: #1eaaf7;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-uSZBxrZ00J .title {
  text-align: center;
  color: #1eaaf7;
}
.cid-uSZBxrZ00J .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-uSZBxrZ00J .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-v0xcOgFqre {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v0xcOgFqre .nav-link,
.cid-v0xcOgFqre .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v0xcOgFqre .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v0xcOgFqre .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v0xcOgFqre .nav-link.text-primary:hover,
.cid-v0xcOgFqre .nav-link.text-primary:focus {
  color: #fe8225 !important;
}
.cid-v0xcOgFqre .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-v0xcOgFqre .nav-link:hover:before {
  opacity: 1;
}
.cid-v0xcOgFqre .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-v0xcOgFqre .nav-link {
    margin: 0 !important;
  }
}
.cid-v0xcOgFqre .icons-menu {
  line-height: 0;
}
.cid-v0xcOgFqre .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v0xcOgFqre .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v0xcOgFqre .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v0xcOgFqre .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v0xcOgFqre .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-v0xcOgFqre .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-v0xcOgFqre.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v0xcOgFqre .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v0xcOgFqre .btn {
    white-space: nowrap;
  }
  .cid-v0xcOgFqre .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-v0xcOgFqre .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v0xcOgFqre .nav-item.dropdown:hover::before,
  .cid-v0xcOgFqre .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v0xcOgFqre .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v0xcOgFqre .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v0xcOgFqre .navbar > .container,
.cid-v0xcOgFqre .navbar > .container-fluid {
  align-items: center;
}
.cid-v0xcOgFqre .dropdown-toggle::after,
.cid-v0xcOgFqre .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-v0xcOgFqre .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v0xcOgFqre .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v0xcOgFqre .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v0xcOgFqre .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v0xcOgFqre .nav-item:focus,
.cid-v0xcOgFqre .nav-link:focus {
  outline: none;
}
.cid-v0xcOgFqre .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v0xcOgFqre .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xcOgFqre .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v0xcOgFqre a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v0xcOgFqre ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v0xcOgFqre .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0xcOgFqre .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0xcOgFqre .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v0xcOgFqre .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xcOgFqre .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0xcOgFqre .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-v0xcOgFqre .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0xcOgFqre .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xcOgFqre .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0xcOgFqre .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v0xcOgFqre .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v0xcOgFqre .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xcOgFqre.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xcOgFqre .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v0xcOgFqre .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v0xcOgFqre .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v0xcOgFqre .navbar-logo {
    margin: 0;
  }
  .cid-v0xcOgFqre .navbar-logo img {
    height: 60px !important;
  }
  .cid-v0xcOgFqre .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v0xcOgFqre .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0xcOgFqre .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v0xcOgFqre .navbar {
    padding: 13px 90px;
  }
  .cid-v0xcOgFqre .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v0xcOgFqre .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v0xcOgFqre .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v0xcOgFqre .dropdown-toggle::after,
  .cid-v0xcOgFqre .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v0xcOgFqre .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v0xcOgFqre a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v0xcOgFqre ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v0xcOgFqre .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v0xcOgFqre .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v0xcOgFqre.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v0xcOgFqre.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v0xcOgFqre.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0xcOgFqre.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v0xcOgFqre .navbar {
    padding: 0 !important;
  }
  .cid-v0xcOgFqre ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v0xcOgFqre a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v0xcOgFqre .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v0xcOgFqre .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xcOgFqre .dropdown-item.active,
.cid-v0xcOgFqre .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xcOgFqre .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0xcOgFqre .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v0xcOgFqre button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v0xcOgFqre button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1eaaf7;
}
.cid-v0xcOgFqre button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0xcOgFqre button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0xcOgFqre button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0xcOgFqre button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0xcOgFqre nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0xcOgFqre nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0xcOgFqre nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0xcOgFqre nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v0xcOgFqre .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v0xcOgFqre .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xcOgFqre .navbar {
    height: 97px;
  }
  .cid-v0xcOgFqre .navbar.opened {
    height: auto;
  }
  .cid-v0xcOgFqre .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0xcOh35ab {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/playa-rincon-1200px.jpg-1200x784.jpg");
}
.cid-v0xcOh35ab .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v0xcOh35ab .mbr-section-title b,
.cid-v0xcOh35ab .mbr-section-title strong {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .cid-v0xcOh35ab .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-v0xcOh35ab .mbr-section-title,
.cid-v0xcOh35ab .mbr-section-btn {
  color: #eef5f4;
  text-shadow: 2px 2px 2px #333;
}
.cid-v0xcOhgzyv {
  padding-top: 4rem;
  padding-bottom: 8rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-v0xcOhgzyv .mbr-section-subtitle {
  font-weight: 500;
  color: #fe5925;
}
.cid-v0xcOhgzyv .wrap {
  padding-left: 90px;
}
.cid-v0xcOhgzyv .mbr-section-title {
  color: #002596;
}
.cid-v0xcOhgzyv .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v0xcOhgzyv .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -95px;
  right: -33px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v0xcOhgzyv .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-v0xcOhgzyv .link a {
  font-weight: 700;
}
.cid-v0xcOhgzyv .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v0xcOhgzyv .link:hover span {
  transform: translateX(9px);
}
.cid-v0xcOhgzyv .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-v0xcOhgzyv .mbr-text {
  margin-bottom: 10px;
}
.cid-v0xcOhgzyv .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-v0xcOhgzyv .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-v0xcOhgzyv .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-v0xcOhgzyv .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v0xcOhgzyv .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-v0xcOhgzyv .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-v0xcOhgzyv .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-v0xcOhgzyv .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v0xcOhgzyv .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-v0xcOhgzyv .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-v0xcOhgzyv .image__block {
    transform: translateX(-30px);
  }
  .cid-v0xcOhgzyv .figure:before {
    content: none;
  }
  .cid-v0xcOhgzyv .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-v0xcOhgzyv .wrap {
    padding-left: 0;
  }
  .cid-v0xcOhgzyv .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-v0xcOhgzyv .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-v0xcOhgzyv .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-v0xcOhgzyv .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v0xcOhgzyv .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-v0xcOhgzyv .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-v0xcOhgzyv .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-v0xcOhgzyv .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-v0xcOhgzyv .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xcOhgzyv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xcOhRhAp {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-v0xcOhRhAp .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #002596;
}
.cid-v0xcOhRhAp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 224px;
  max-width: 224px;
}
@media (max-width: 767px) {
  .cid-v0xcOhRhAp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-v0xcOhRhAp .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 280px;
}
.cid-v0xcOhRhAp .embla__slide:nth-child(3n) .slide-content .item-wrapper .item-img img {
  height: 330px;
}
.cid-v0xcOhRhAp .embla__slide .slide-content {
  width: 100%;
}
.cid-v0xcOhRhAp .embla__slide .slide-content .item-wrapper .item-img img {
  height: 170px;
  width: 100%;
  object-fit: cover;
  border: 1px solid #002596;
}
.cid-v0xcOhRhAp .embla__button--next,
.cid-v0xcOhRhAp .embla__button--prev {
  display: flex;
}
.cid-v0xcOhRhAp .embla__button {
  bottom: 0;
  width: 54px;
  height: 43px;
  font-size: 16px;
  background-color: #ffffff !important;
  color: #34bfcc !important;
  border: 2px solid #34bfcc !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  box-shadow: 4px 3px #34bfcc;
  display: none;
}
.cid-v0xcOhRhAp .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-v0xcOhRhAp .embla__button:hover {
  background-color: #34bfcc !important;
}
.cid-v0xcOhRhAp .embla__button.embla__button--prev {
  right: 100px;
}
@media (max-width: 992px) {
  .cid-v0xcOhRhAp .embla__button.embla__button--prev {
    right: 80px;
  }
}
.cid-v0xcOhRhAp .embla__button.embla__button--next {
  right: 24px;
}
@media (max-width: 992px) {
  .cid-v0xcOhRhAp .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-v0xcOhRhAp .embla {
  position: relative;
  width: 100%;
}
.cid-v0xcOhRhAp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-v0xcOhRhAp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-v0xcOhRhAp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-v0xcOhRhAp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-v0xcOhRhAp .item-menu-overlay {
  opacity: 0 !important;
}
.cid-v0xcOipBhd {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/playa-rincon-800px.jpg-800x600.jpg");
}
.cid-v0xcOipBhd iframe,
.cid-v0xcOipBhd img,
.cid-v0xcOipBhd video {
  width: 100%;
}
.cid-v0xcOipBhd .mbr-media {
  position: relative;
}
.cid-v0xcOipBhd .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-v0xcOipBhd .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-v0xcOipBhd .mbr-media span {
  font-size: 4rem;
  transition: all 0.2s;
}
.cid-v0xcOipBhd .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-v0xcOipBhd .modalWindow {
    width: 100vw;
    height: 100vh;
  }
}
.cid-v0xcOipBhd .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-v0xcOipBhd .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-v0xcOipBhd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-v0xcOipBhd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-v0xcOipBhd .mbr-section-title {
  color: #ffffff;
}
.cid-v0xcOiHud1 {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tripadvisor-mobile-app-1200x675.jpg");
}
.cid-v0xcOiHud1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xcOiHud1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xcOiHud1 .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v0xcOiHud1 .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v0xcOiHud1 .container {
    padding: 0 26px;
  }
}
.cid-v0xcOiHud1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0xcOiHud1 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v0xcOiHud1 .mbr-section-title {
  color: #ffffff;
}
.cid-v0xcOiHud1 .mbr-section-title,
.cid-v0xcOiHud1 .mbr-section-btn {
  text-align: center;
}
.cid-v0xcOiUFDQ {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #8ed0f1;
}
.cid-v0xcOiUFDQ .google-map {
  height: 25rem;
  position: relative;
}
.cid-v0xcOiUFDQ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0xcOiUFDQ .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0xcOiUFDQ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0xcOiUFDQ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0xcOiUFDQ .container-fluid {
  padding: 0;
}
.cid-v0xcOiUFDQ .relative {
  position: relative;
  width: 100%;
}
.cid-v0xcOiUFDQ .mbr-section-title {
  color: #656565;
}
.cid-v0xcOiUFDQ .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-v0xcOiUFDQ .line {
  height: 3px;
  width: 60px;
  background: #1eaaf7;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-v0xcOiUFDQ .title {
  text-align: center;
  color: #1eaaf7;
}
.cid-v0xcOiUFDQ .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-v0xcOiUFDQ .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
.cid-v0xBw682sX {
  min-height: 114px !important;
  position: relative;
  overflow: visible;
  background: #ffffff;
}
.cid-v0xBw682sX .nav-link,
.cid-v0xBw682sX .navbar-caption {
  font-weight: 700;
  transition: all 0.3s linear;
}
.cid-v0xBw682sX .navbar-dropdown .navbar-brand span {
  vertical-align: 0;
}
.cid-v0xBw682sX .container-fluid {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-v0xBw682sX .nav-link.text-primary:hover,
.cid-v0xBw682sX .nav-link.text-primary:focus {
  color: #fe8225 !important;
}
.cid-v0xBw682sX .nav-link {
  position: relative;
  line-height: 1;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.cid-v0xBw682sX .nav-link:hover:before {
  opacity: 1;
}
.cid-v0xBw682sX .nav-link:before {
  content: '';
  bottom: 0;
  width: calc(100% - 36px);
  left: 18px;
  height: 3px;
  position: absolute;
  opacity: 0;
  z-index: -1;
  background-color: #dddddd;
  transition: opacity 0.3s linear;
}
@media (max-width: 991px) {
  .cid-v0xBw682sX .nav-link {
    margin: 0 !important;
  }
}
.cid-v0xBw682sX .icons-menu {
  line-height: 0;
}
.cid-v0xBw682sX .icons__wrap {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 29px;
  height: 29px;
  font-size: 29px;
  margin-left: 15px;
}
.cid-v0xBw682sX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
  width: 247px;
}
@media (min-width: 992px) {
  .cid-v0xBw682sX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown {
    display: inline-block;
  }
}
.cid-v0xBw682sX .dropdown-menu .menu__images {
  display: flex;
  transform: translateY(-11px);
}
.cid-v0xBw682sX .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-v0xBw682sX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 167px;
    padding: 10px;
    white-space: normal;
  }
}
@media (min-width: 992px) {
  .cid-v0xBw682sX.dropdown.open > .dropdown-menu:not(.dropdown-submenu) > .dropdown > .dropdown-submenu {
    visibility: visible;
    opacity: 1;
  }
  .cid-v0xBw682sX .mbr-section-btn {
    margin-left: 31px;
  }
  .cid-v0xBw682sX .btn {
    white-space: nowrap;
  }
  .cid-v0xBw682sX .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-v0xBw682sX .nav-item:hover .nav-link + .dropdown-menu {
    transform: translateY(20px);
    opacity: 1;
    visibility: visible;
  }
  .cid-v0xBw682sX .nav-item.dropdown:hover::before,
  .cid-v0xBw682sX .nav-item.dropdown.open:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
  }
  .is-builder .cid-v0xBw682sX .nav-item:hover .nav-link + .dropdown-menu {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1200px) {
  .cid-v0xBw682sX .navbar .navbar-collapse {
    align-items: center !important;
  }
}
.cid-v0xBw682sX .navbar > .container,
.cid-v0xBw682sX .navbar > .container-fluid {
  align-items: center;
}
.cid-v0xBw682sX .dropdown-toggle::after,
.cid-v0xBw682sX .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-v0xBw682sX .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
}
.cid-v0xBw682sX .open > .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-bottom: -8px;
  transform: rotate(225deg);
}
.cid-v0xBw682sX .dropdown.open .dropdown-toggle[aria-expanded="true"] + .dropdown-submenu {
  visibility: visible;
  opacity: 1;
  display: flex;
  flex-direction: column;
}
.cid-v0xBw682sX .nav-dropdown .dropdown-submenu {
  display: none;
  margin: 0 !important;
  font-weight: 400;
  top: 0 !important;
}
.cid-v0xBw682sX .nav-item:focus,
.cid-v0xBw682sX .nav-link:focus {
  outline: none;
}
.cid-v0xBw682sX .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-v0xBw682sX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v0xBw682sX .collapsed .dropdown .dropdown-menu .dropdown-item {
  transition: none;
  margin: 0 !important;
}
.cid-v0xBw682sX a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.cid-v0xBw682sX ul.navbar-nav {
  flex-wrap: wrap;
  flex: 1;
}
.cid-v0xBw682sX .navbar {
  padding: 12px 52px 11px 43px;
  min-height: 114px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-v0xBw682sX .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-v0xBw682sX .navbar .navbar-collapse {
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.cid-v0xBw682sX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v0xBw682sX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v0xBw682sX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 50px - 1rem);
  }
}
.cid-v0xBw682sX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-v0xBw682sX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v0xBw682sX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v0xBw682sX .dropdown-menu .menu__images {
    display: none;
  }
  .cid-v0xBw682sX .nav-item:hover .nav-link + .dropdown-menu {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
  .cid-v0xBw682sX .nav-item .nav-link::before {
    display: none;
  }
  .cid-v0xBw682sX.opened .dropdown-menu {
    top: 0;
  }
  .cid-v0xBw682sX .mbr-section-btn .btn {
    min-width: auto;
    padding: 5px ;
    font-size: 14px;
  }
  .cid-v0xBw682sX .dropdown-menu {
    margin: 0;
    padding: 0;
    line-height: 45px;
    border: 0;
    left: 8px;
    width: 100%;
    max-width: 100% !important;
    box-shadow: none;
  }
  .cid-v0xBw682sX .dropdown-menu .dropdown-submenu {
    left: 0 !important;
    position: relative !important;
  }
  .cid-v0xBw682sX .navbar-logo {
    margin: 0;
  }
  .cid-v0xBw682sX .navbar-logo img {
    height: 60px !important;
  }
  .cid-v0xBw682sX .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    margin: 0 !important;
    padding: 0;
  }
  .cid-v0xBw682sX .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-v0xBw682sX .icons-menu {
    margin: 30px 0;
    text-align: center;
  }
  .cid-v0xBw682sX .navbar {
    padding: 13px 90px;
  }
  .cid-v0xBw682sX .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    background-color: #ffffff !important;
    padding-left: 20px;
    padding-right: 20px;
    left: 0px;
    right: 0px;
  }
  .cid-v0xBw682sX .navbar .dropdown-menu .dropdown-item {
    justify-content: flex-start;
    padding: 15.5px 23px;
    line-height: 1;
  }
  .cid-v0xBw682sX .dropdown-submenu .dropdown-item {
    padding-left: 45px !important;
  }
  .cid-v0xBw682sX .dropdown-toggle::after,
  .cid-v0xBw682sX .link.dropdown-toggle:after {
    position: absolute;
    right: 12px;
  }
  .cid-v0xBw682sX .nav-item {
    border-bottom: 1px solid #ddebe9;
  }
  .cid-v0xBw682sX a.nav-link {
    justify-content: flex-start;
    line-height: 21px;
    padding: 35px 43px 35px 19px !important;
  }
  .cid-v0xBw682sX ul.navbar-nav {
    padding: 0 100px;
    margin: 0;
  }
  .cid-v0xBw682sX .navbar .dropdown.open > .dropdown-menu {
    display: block;
  }
  .cid-v0xBw682sX .navbar-nav .nav-item:nth-child(2) .dropdown-menu .dropdown-item {
    width: 100%;
  }
}
.cid-v0xBw682sX.navbar-short {
  background: #ffffff !important;
  min-height: 70px;
  height: 70px;
}
.cid-v0xBw682sX.navbar-short .nav-dropdown {
  height: 70px;
}
.cid-v0xBw682sX.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v0xBw682sX.navbar-short .navbar-logo img {
  height: 70px !important;
}
@media (max-width: 767px) {
  .cid-v0xBw682sX .navbar {
    padding: 0 !important;
  }
  .cid-v0xBw682sX ul.navbar-nav {
    padding: 0 !important;
  }
  .cid-v0xBw682sX a.nav-link {
    padding: 27px 26px 27px 19px !important;
  }
}
.cid-v0xBw682sX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 12px;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
}
.cid-v0xBw682sX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v0xBw682sX .dropdown-item.active,
.cid-v0xBw682sX .dropdown-item:active {
  background-color: transparent;
}
.cid-v0xBw682sX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-v0xBw682sX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  position: absolute;
}
.cid-v0xBw682sX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-v0xBw682sX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1eaaf7;
}
.cid-v0xBw682sX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-v0xBw682sX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-v0xBw682sX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-v0xBw682sX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-v0xBw682sX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-v0xBw682sX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-v0xBw682sX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-v0xBw682sX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.is-builder .cid-v0xBw682sX .dropdown.open > .dropdown-menu {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateY(20px);
}
.cid-v0xBw682sX .navbar-dropdown {
  position: absolute;
  position: fixed;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v0xBw682sX .navbar {
    height: 97px;
  }
  .cid-v0xBw682sX .navbar.opened {
    height: auto;
  }
  .cid-v0xBw682sX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v0xBw6HrHM {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/8.jpg-900x600.jpg");
}
.cid-v0xBw6HrHM .mbr-section-title {
  margin-bottom: 35px;
}
.cid-v0xBw6HrHM .mbr-section-title b,
.cid-v0xBw6HrHM .mbr-section-title strong {
  font-weight: 800;
}
@media (max-width: 1024px) {
  .cid-v0xBw6HrHM .figure:before {
    width: 89px;
    height: 89px;
    top: -55px;
    left: -18px;
  }
}
.cid-v0xBw6HrHM .mbr-section-title,
.cid-v0xBw6HrHM .mbr-section-btn {
  color: #eef5f4;
  text-shadow: 2px 2px 2px #333;
}
.cid-v0xBw72OOM {
  padding-top: 4rem;
  padding-bottom: 9rem;
  overflow: visible;
  background-color: #ffffff;
}
.cid-v0xBw72OOM .mbr-section-subtitle {
  font-weight: 500;
  color: #fe5925;
}
.cid-v0xBw72OOM .wrap {
  padding-left: 90px;
}
.cid-v0xBw72OOM .mbr-section-title {
  color: #002596;
}
.cid-v0xBw72OOM .figure {
  display: block;
  position: relative;
  z-index: 1;
}
.cid-v0xBw72OOM .figure:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 119px;
  height: 119px;
  top: -95px;
  right: -33px;
  background-image: url("../../../assets/images/compass.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
.cid-v0xBw72OOM .link {
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-v0xBw72OOM .link a {
  font-weight: 700;
}
.cid-v0xBw72OOM .link span {
  display: inline-block !important;
  transition: all 0.3s ease;
  margin-left: 13px;
}
.cid-v0xBw72OOM .link:hover span {
  transform: translateX(9px);
}
.cid-v0xBw72OOM .text__items {
  margin-top: 20px;
  padding-right: 50px;
  margin-bottom: 50px;
}
.cid-v0xBw72OOM .mbr-text {
  margin-bottom: 10px;
}
.cid-v0xBw72OOM .image__block {
  padding-top: 150px;
  position: relative;
}
.cid-v0xBw72OOM .rotate__image {
  transform: rotate(7.5deg);
  width: 21%;
  z-index: 1;
  position: absolute;
  bottom: -50px;
  right: 18%;
}
.cid-v0xBw72OOM .rotate__image .image {
  min-width: 450px;
  position: relative;
}
.cid-v0xBw72OOM .rotate__image .image:before {
  padding-top: 80%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v0xBw72OOM .rotate__image .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.cid-v0xBw72OOM .rotate__image2 {
  z-index: 2;
  bottom: -60px;
  right: 30%;
  position: absolute;
  transform: rotate(-15deg);
  width: 17%;
}
.cid-v0xBw72OOM .rotate__image2 .image {
  min-width: 200px;
  position: relative;
}
.cid-v0xBw72OOM .rotate__image2 .image:before {
  padding-top: 116%;
  display: block;
  content: "";
  width: 100%;
}
.cid-v0xBw72OOM .rotate__image2 .image img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 1220px) {
  .cid-v0xBw72OOM .image__block {
    transform: translateX(-90px);
  }
}
@media (max-width: 991px) {
  .cid-v0xBw72OOM .image__block {
    transform: translateX(-30px);
  }
  .cid-v0xBw72OOM .figure:before {
    content: none;
  }
  .cid-v0xBw72OOM .text__items {
    padding-right: 0;
    margin-bottom: 10px;
  }
  .cid-v0xBw72OOM .wrap {
    padding-left: 0;
  }
  .cid-v0xBw72OOM .rotate__image {
    top: 45px;
    right: 3%;
    width: 53%;
  }
  .cid-v0xBw72OOM .rotate__image .image {
    min-width: auto;
    max-width: 350px;
  }
  .cid-v0xBw72OOM .rotate__image2 {
    top: 75px;
    right: 32%;
    width: 42%;
    margin-top: 0;
  }
  .cid-v0xBw72OOM .rotate__image2 .image {
    min-width: auto;
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .cid-v0xBw72OOM .rotate__image2 {
    right: 43%;
  }
}
@media (max-width: 575px) {
  .cid-v0xBw72OOM .image__block {
    padding-top: 75px;
    transform: translateX(-20px);
  }
  .cid-v0xBw72OOM .rotate__image {
    top: 55px;
    right: 0;
  }
  .cid-v0xBw72OOM .rotate__image2 {
    top: 40px;
    left: 10%;
  }
}
.cid-v0xBw72OOM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xBw72OOM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xBw7tvOy {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/tripadvisor-mobile-app-1200x675.jpg");
}
.cid-v0xBw7tvOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-v0xBw7tvOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v0xBw7tvOy .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-v0xBw7tvOy .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-v0xBw7tvOy .container {
    padding: 0 26px;
  }
}
.cid-v0xBw7tvOy .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v0xBw7tvOy .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-v0xBw7tvOy .mbr-section-title {
  color: #ffffff;
}
.cid-v0xBw7tvOy .mbr-section-title,
.cid-v0xBw7tvOy .mbr-section-btn {
  text-align: center;
}
.cid-v0xBw7Rgkg {
  padding-top: 75px;
  padding-bottom: 45px;
  background-color: #8ed0f1;
}
.cid-v0xBw7Rgkg .google-map {
  height: 25rem;
  position: relative;
}
.cid-v0xBw7Rgkg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-v0xBw7Rgkg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-v0xBw7Rgkg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-v0xBw7Rgkg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-v0xBw7Rgkg .container-fluid {
  padding: 0;
}
.cid-v0xBw7Rgkg .relative {
  position: relative;
  width: 100%;
}
.cid-v0xBw7Rgkg .mbr-section-title {
  color: #656565;
}
.cid-v0xBw7Rgkg .block {
  background: rgba(50, 50, 50, 0.8);
  position: absolute;
  padding: 2rem;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  width: 400px;
  height: 100%;
  top: 0;
  right: 0;
}
.cid-v0xBw7Rgkg .line {
  height: 3px;
  width: 60px;
  background: #1eaaf7;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.cid-v0xBw7Rgkg .title {
  text-align: center;
  color: #1eaaf7;
}
.cid-v0xBw7Rgkg .text {
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
}
@media (max-width: 576px) {
  .cid-v0xBw7Rgkg .block {
    position: relative;
    width: 100%;
    height: auto;
    padding: 6rem 2rem;
  }
}
