.btn {
  border-width: 2px;
}
body {
  font-family: Lexend;
}
.display-1 {
  font-family: 'Lexend', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Lexend', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.8rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lexend', sans-serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #22a5e5 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #262b2f !important;
}
.bg-warning {
  background-color: #232323 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #13709e !important;
  border-color: #13709e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #01386a !important;
  border-color: #01386a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #000b14 !important;
  border-color: #000b14 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000b14 !important;
  border-color: #000b14 !important;
}
.btn-info,
.btn-info:active {
  background-color: #262b2f !important;
  border-color: #262b2f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #22a5e5;
  color: #22a5e5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #13709e !important;
  background-color: transparent!important;
  border-color: #13709e !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #22a5e5 !important;
  border-color: #22a5e5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #01386a;
  color: #01386a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000b14 !important;
  background-color: transparent!important;
  border-color: #000b14 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #01386a !important;
  border-color: #01386a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #262b2f;
  color: #262b2f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #262b2f !important;
  border-color: #262b2f !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: #d4d4d4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #22a5e5 !important;
}
.text-secondary {
  color: #01386a !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #262b2f !important;
}
.text-warning {
  color: #232323 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #116690 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000305 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #22a5e5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #262b2f;
}
.alert-warning {
  background-color: #232323;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #22a5e5;
  border-color: #22a5e5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #22a5e5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9effa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9dde1;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d5d5d5;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #22a5e5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lexend', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #22a5e5;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #22a5e5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #22a5e5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #22a5e5;
  border-bottom-color: #22a5e5;
}
.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: #22a5e5 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #01386a !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%2322a5e5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-u5sjTILFVJ {
  z-index: 1000;
  width: 100%;
}
.cid-u5sjTILFVJ nav.navbar {
  position: fixed;
}
.cid-u5sjTILFVJ .navbar-nav {
  margin: auto;
}
.cid-u5sjTILFVJ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5sjTILFVJ .dropdown-item:hover,
.cid-u5sjTILFVJ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5sjTILFVJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5sjTILFVJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5sjTILFVJ .navbar-short,
.cid-u5sjTILFVJ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5sjTILFVJ .navbar-short .nav-link,
.cid-u5sjTILFVJ .opened .nav-link,
.cid-u5sjTILFVJ .navbar-short .navbar-caption,
.cid-u5sjTILFVJ .opened .navbar-caption,
.cid-u5sjTILFVJ .navbar-short .mbr-iconfont,
.cid-u5sjTILFVJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5sjTILFVJ .navbar-short .hamburger span,
.cid-u5sjTILFVJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5sjTILFVJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5sjTILFVJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sjTILFVJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5sjTILFVJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5sjTILFVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5sjTILFVJ .container {
  display: flex;
  margin: auto;
}
.cid-u5sjTILFVJ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5sjTILFVJ .dropdown-menu,
.cid-u5sjTILFVJ .navbar.opened {
  background: #232323 !important;
}
.cid-u5sjTILFVJ .nav-item:focus,
.cid-u5sjTILFVJ .nav-link:focus {
  outline: none;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5sjTILFVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sjTILFVJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5sjTILFVJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5sjTILFVJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5sjTILFVJ .navbar.opened {
  transition: all 0.3s;
}
.cid-u5sjTILFVJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5sjTILFVJ .navbar .navbar-logo img {
  width: auto;
}
.cid-u5sjTILFVJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5sjTILFVJ .navbar.collapsed {
  justify-content: center;
}
.cid-u5sjTILFVJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5sjTILFVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5sjTILFVJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5sjTILFVJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5sjTILFVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5sjTILFVJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5sjTILFVJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5sjTILFVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5sjTILFVJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5sjTILFVJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5sjTILFVJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5sjTILFVJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5sjTILFVJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5sjTILFVJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5sjTILFVJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5sjTILFVJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5sjTILFVJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5sjTILFVJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5sjTILFVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5sjTILFVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5sjTILFVJ .dropdown-item.active,
.cid-u5sjTILFVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-u5sjTILFVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5sjTILFVJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5sjTILFVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5sjTILFVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5sjTILFVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5sjTILFVJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5sjTILFVJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5sjTILFVJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5sjTILFVJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sjTILFVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5sjTILFVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sjTILFVJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5sjTILFVJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5sjTILFVJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5sjTILFVJ .navbar {
    height: 70px;
  }
  .cid-u5sjTILFVJ .navbar.opened {
    height: auto;
  }
  .cid-u5sjTILFVJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B56AELYR {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/simply-the-best-escorts-in-aruba.webp");
}
.cid-u5B56AELYR .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B56AELYR .mbr-text,
.cid-u5B56AELYR .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B56AELYR .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5Crdz6tu4 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5Crdz6tu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Crdz6tu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Crdz6tu4 .mbr-section-title {
  color: #ffffff;
}
.cid-u5Crdz6tu4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uyP3HLpfDn {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uyP3HLpfDn img,
.cid-uyP3HLpfDn .item-img {
  width: 100%;
}
.cid-uyP3HLpfDn .item:focus,
.cid-uyP3HLpfDn span:focus {
  outline: none;
}
.cid-uyP3HLpfDn .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uyP3HLpfDn .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uyP3HLpfDn .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uyP3HLpfDn .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uyP3HLpfDn .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uyP3HLpfDn .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uyP3HLpfDn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uyP3HLpfDn .mbr-section-title {
  color: #ffffff;
}
.cid-uyP3HLpfDn .mbr-text,
.cid-uyP3HLpfDn .mbr-section-btn {
  text-align: center;
}
.cid-uyP3HLpfDn .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uyP3HLpfDn .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uyP3HLpfDn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQikxpcLj {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ugQikxpcLj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQikxpcLj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQikxpcLj [class^="socicon-"]:before,
.cid-ugQikxpcLj [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQikxpcLj .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQikxpcLj .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQikxpcLj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQikxpcLj .mbr-section-title,
.cid-ugQikxpcLj .mbr-social-likes {
  color: #ffffff;
}
.cid-ukFkaSWzSs .float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 100px;
  background-color: #22a5e5;
  color: #ffffff;
  border-radius: 60px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.cid-ukFkaSWzSs .my-float {
  margin-top: 16px;
}
.cid-ukFkaSWzSs P {
  color: #232323;
}
.cid-ukFkaSWzSs DIV {
  color: #ffffff;
}
.cid-ukFkaSWzSs H10 {
  color: #767676;
}
.cid-ukFkaSWzSs .hidden {
  display: none;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5sqUiBV36 {
  z-index: 1000;
  width: 100%;
}
.cid-u5sqUiBV36 nav.navbar {
  position: fixed;
}
.cid-u5sqUiBV36 .navbar-nav {
  margin: auto;
}
.cid-u5sqUiBV36 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5sqUiBV36 .dropdown-item:hover,
.cid-u5sqUiBV36 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5sqUiBV36 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5sqUiBV36 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5sqUiBV36 .navbar-short,
.cid-u5sqUiBV36 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5sqUiBV36 .navbar-short .nav-link,
.cid-u5sqUiBV36 .opened .nav-link,
.cid-u5sqUiBV36 .navbar-short .navbar-caption,
.cid-u5sqUiBV36 .opened .navbar-caption,
.cid-u5sqUiBV36 .navbar-short .mbr-iconfont,
.cid-u5sqUiBV36 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5sqUiBV36 .navbar-short .hamburger span,
.cid-u5sqUiBV36 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5sqUiBV36 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5sqUiBV36 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sqUiBV36 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5sqUiBV36 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5sqUiBV36 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5sqUiBV36 .container {
  display: flex;
  margin: auto;
}
.cid-u5sqUiBV36 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5sqUiBV36 .dropdown-menu,
.cid-u5sqUiBV36 .navbar.opened {
  background: #232323 !important;
}
.cid-u5sqUiBV36 .nav-item:focus,
.cid-u5sqUiBV36 .nav-link:focus {
  outline: none;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5sqUiBV36 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sqUiBV36 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5sqUiBV36 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5sqUiBV36 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5sqUiBV36 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5sqUiBV36 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5sqUiBV36 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5sqUiBV36 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5sqUiBV36 .navbar.collapsed {
  justify-content: center;
}
.cid-u5sqUiBV36 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5sqUiBV36 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5sqUiBV36 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5sqUiBV36 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5sqUiBV36 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5sqUiBV36 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5sqUiBV36 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5sqUiBV36 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5sqUiBV36 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5sqUiBV36 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5sqUiBV36 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5sqUiBV36 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5sqUiBV36 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5sqUiBV36 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5sqUiBV36 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5sqUiBV36 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5sqUiBV36 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5sqUiBV36 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5sqUiBV36 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5sqUiBV36 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5sqUiBV36 .dropdown-item.active,
.cid-u5sqUiBV36 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5sqUiBV36 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5sqUiBV36 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5sqUiBV36 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5sqUiBV36 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5sqUiBV36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5sqUiBV36 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5sqUiBV36 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5sqUiBV36 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5sqUiBV36 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sqUiBV36 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5sqUiBV36 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sqUiBV36 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5sqUiBV36 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5sqUiBV36 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5sqUiBV36 .navbar {
    height: 70px;
  }
  .cid-u5sqUiBV36 .navbar.opened {
    height: auto;
  }
  .cid-u5sqUiBV36 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6fXfGTk {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/about-heaven-escorts-aruba-3.webp");
}
.cid-u5B6fXfGTk .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6fXfGTk .mbr-text,
.cid-u5B6fXfGTk .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6fXfGTk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5CsaHUj5W {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5CsaHUj5W .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CsaHUj5W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CsaHUj5W .mbr-section-title {
  color: #ffffff;
}
.cid-u5CsaHUj5W .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5CvxYrvnF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5CvxYrvnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5CvxYrvnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5CvxYrvnF .mbr-section-title {
  color: #22a5e5;
}
.cid-u5CvxYrvnF .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ubJ5wMc4Ze {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubJ5wMc4Ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJ5wMc4Ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ubJ5wMc4Ze .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ubJ5wMc4Ze .row {
  flex-direction: row-reverse;
}
.cid-ubJ5wMc4Ze img {
  width: 100%;
}
.cid-ubJ5wMc4Ze .mbr-description {
  color: #ffffff;
}
.cid-ugQiZRtSiT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQiZRtSiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQiZRtSiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQiZRtSiT [class^="socicon-"]:before,
.cid-ugQiZRtSiT [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQiZRtSiT .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQiZRtSiT .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQiZRtSiT .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQiZRtSiT .mbr-section-title,
.cid-ugQiZRtSiT .mbr-social-likes {
  color: #ffffff;
}
.cid-ulzqnHrwax {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ulzqnHrwax .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulzqnHrwax .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ulzqnHrwax .mbr-section-title {
  color: #22a5e5;
}
.cid-ulzqnHrwax .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ulzqpuzJqj {
  padding-top: 10px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-ulzqpuzJqj .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ulzqpuzJqj .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ulzqpuzJqj .row .img-item img {
  width: 100%;
  object-fit: scale-down;
  border-radius: 30px;
}
.cid-ulzqpZ4SRU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #232323;
}
.cid-ulzqpZ4SRU .row {
  align-items: stretch;
  justify-content: center;
}
.cid-ulzqpZ4SRU .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-ulzqpZ4SRU .row .img-item img {
  width: 100%;
  object-fit: scale-down;
  border-radius: 30px;
}
.cid-ulzqqDi4mY {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ulzqqDi4mY .mbr-fallback-image.disabled {
  display: none;
}
.cid-ulzqqDi4mY .mbr-fallback-image {
  display: block;
  background-size: contain;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ulzqqDi4mY .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ulzqqDi4mY .row {
  flex-direction: row-reverse;
}
.cid-ulzqqDi4mY img {
  width: 100%;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5sr2xIttI {
  z-index: 1000;
  width: 100%;
}
.cid-u5sr2xIttI nav.navbar {
  position: fixed;
}
.cid-u5sr2xIttI .navbar-nav {
  margin: auto;
}
.cid-u5sr2xIttI .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5sr2xIttI .dropdown-item:hover,
.cid-u5sr2xIttI .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5sr2xIttI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5sr2xIttI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5sr2xIttI .navbar-short,
.cid-u5sr2xIttI .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5sr2xIttI .navbar-short .nav-link,
.cid-u5sr2xIttI .opened .nav-link,
.cid-u5sr2xIttI .navbar-short .navbar-caption,
.cid-u5sr2xIttI .opened .navbar-caption,
.cid-u5sr2xIttI .navbar-short .mbr-iconfont,
.cid-u5sr2xIttI .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5sr2xIttI .navbar-short .hamburger span,
.cid-u5sr2xIttI .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5sr2xIttI .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5sr2xIttI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sr2xIttI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5sr2xIttI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5sr2xIttI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5sr2xIttI .container {
  display: flex;
  margin: auto;
}
.cid-u5sr2xIttI .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5sr2xIttI .dropdown-menu,
.cid-u5sr2xIttI .navbar.opened {
  background: #232323 !important;
}
.cid-u5sr2xIttI .nav-item:focus,
.cid-u5sr2xIttI .nav-link:focus {
  outline: none;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5sr2xIttI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5sr2xIttI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5sr2xIttI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5sr2xIttI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5sr2xIttI .navbar.opened {
  transition: all 0.3s;
}
.cid-u5sr2xIttI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5sr2xIttI .navbar .navbar-logo img {
  width: auto;
}
.cid-u5sr2xIttI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5sr2xIttI .navbar.collapsed {
  justify-content: center;
}
.cid-u5sr2xIttI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5sr2xIttI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5sr2xIttI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5sr2xIttI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5sr2xIttI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5sr2xIttI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5sr2xIttI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5sr2xIttI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5sr2xIttI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5sr2xIttI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5sr2xIttI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5sr2xIttI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5sr2xIttI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5sr2xIttI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5sr2xIttI .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5sr2xIttI .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5sr2xIttI .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5sr2xIttI .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5sr2xIttI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5sr2xIttI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5sr2xIttI .dropdown-item.active,
.cid-u5sr2xIttI .dropdown-item:active {
  background-color: transparent;
}
.cid-u5sr2xIttI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5sr2xIttI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5sr2xIttI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5sr2xIttI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5sr2xIttI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5sr2xIttI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5sr2xIttI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5sr2xIttI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5sr2xIttI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5sr2xIttI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5sr2xIttI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5sr2xIttI .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5sr2xIttI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5sr2xIttI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5sr2xIttI .navbar {
    height: 70px;
  }
  .cid-u5sr2xIttI .navbar.opened {
    height: auto;
  }
  .cid-u5sr2xIttI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6iGCnSp {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-available-escorts.webp");
}
.cid-u5B6iGCnSp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6iGCnSp .mbr-text,
.cid-u5B6iGCnSp .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6iGCnSp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTW21TD68R {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uTW21TD68R img,
.cid-uTW21TD68R .item-img {
  width: 100%;
}
.cid-uTW21TD68R .item:focus,
.cid-uTW21TD68R span:focus {
  outline: none;
}
.cid-uTW21TD68R .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uTW21TD68R .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTW21TD68R .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uTW21TD68R .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTW21TD68R .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTW21TD68R .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTW21TD68R .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTW21TD68R .mbr-section-title {
  color: #ffffff;
}
.cid-uTW21TD68R .mbr-text,
.cid-uTW21TD68R .mbr-section-btn {
  text-align: center;
}
.cid-uTW21TD68R .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uTW21TD68R .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uTW21TD68R .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQj4ZDfLw {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ugQj4ZDfLw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQj4ZDfLw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQj4ZDfLw [class^="socicon-"]:before,
.cid-ugQj4ZDfLw [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQj4ZDfLw .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQj4ZDfLw .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQj4ZDfLw .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQj4ZDfLw .mbr-section-title,
.cid-ugQj4ZDfLw .mbr-social-likes {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5srggwUx0 {
  z-index: 1000;
  width: 100%;
}
.cid-u5srggwUx0 nav.navbar {
  position: fixed;
}
.cid-u5srggwUx0 .navbar-nav {
  margin: auto;
}
.cid-u5srggwUx0 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5srggwUx0 .dropdown-item:hover,
.cid-u5srggwUx0 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5srggwUx0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5srggwUx0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5srggwUx0 .navbar-short,
.cid-u5srggwUx0 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5srggwUx0 .navbar-short .nav-link,
.cid-u5srggwUx0 .opened .nav-link,
.cid-u5srggwUx0 .navbar-short .navbar-caption,
.cid-u5srggwUx0 .opened .navbar-caption,
.cid-u5srggwUx0 .navbar-short .mbr-iconfont,
.cid-u5srggwUx0 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5srggwUx0 .navbar-short .hamburger span,
.cid-u5srggwUx0 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5srggwUx0 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5srggwUx0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5srggwUx0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5srggwUx0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5srggwUx0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5srggwUx0 .container {
  display: flex;
  margin: auto;
}
.cid-u5srggwUx0 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5srggwUx0 .dropdown-menu,
.cid-u5srggwUx0 .navbar.opened {
  background: #232323 !important;
}
.cid-u5srggwUx0 .nav-item:focus,
.cid-u5srggwUx0 .nav-link:focus {
  outline: none;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5srggwUx0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5srggwUx0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5srggwUx0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5srggwUx0 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5srggwUx0 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5srggwUx0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5srggwUx0 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5srggwUx0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5srggwUx0 .navbar.collapsed {
  justify-content: center;
}
.cid-u5srggwUx0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5srggwUx0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5srggwUx0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5srggwUx0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5srggwUx0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5srggwUx0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5srggwUx0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5srggwUx0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5srggwUx0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5srggwUx0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5srggwUx0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5srggwUx0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5srggwUx0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5srggwUx0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5srggwUx0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5srggwUx0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5srggwUx0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5srggwUx0 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5srggwUx0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5srggwUx0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5srggwUx0 .dropdown-item.active,
.cid-u5srggwUx0 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5srggwUx0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5srggwUx0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5srggwUx0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5srggwUx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5srggwUx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5srggwUx0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5srggwUx0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5srggwUx0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5srggwUx0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5srggwUx0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5srggwUx0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5srggwUx0 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5srggwUx0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5srggwUx0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5srggwUx0 .navbar {
    height: 70px;
  }
  .cid-u5srggwUx0 .navbar.opened {
    height: auto;
  }
  .cid-u5srggwUx0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6lwdGjl {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/escort-services-offered-by-heaven-escorts-aruba.webp");
}
.cid-u5B6lwdGjl .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6lwdGjl .mbr-text,
.cid-u5B6lwdGjl .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6lwdGjl .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5svirZ0QM {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5svirZ0QM .container {
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u5svirZ0QM .container {
    padding: 0 1rem;
  }
}
.cid-u5svirZ0QM .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-u5svirZ0QM .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u5svirZ0QM .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u5svirZ0QM .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u5svirZ0QM .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u5svirZ0QM .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-u5svirZ0QM .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-u5svirZ0QM .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-u5svirZ0QM .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-u5svirZ0QM .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u5svirZ0QM .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-u5svirZ0QM .item:focus,
.cid-u5svirZ0QM span:focus {
  outline: none;
}
.cid-u5svirZ0QM .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u5svirZ0QM .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u5svirZ0QM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5svirZ0QM .mbr-text,
.cid-u5svirZ0QM .mbr-section-btn {
  color: #22a5e5;
}
.cid-u5svirZ0QM .item-title {
  color: #ffffff;
}
.cid-u5svirZ0QM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uby76ldEaf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uby76ldEaf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uby76ldEaf .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uby76ldEaf .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uby76ldEaf .mbr-text {
  color: #ffffff;
}
.cid-uby76ldEaf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uby76ldEaf .mbr-text UL {
  text-align: center;
}
.cid-uby76ldEaf .mbr-text P {
  text-align: center;
}
.cid-ugQjrZWWJ0 {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ugQjrZWWJ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQjrZWWJ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQjrZWWJ0 [class^="socicon-"]:before,
.cid-ugQjrZWWJ0 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQjrZWWJ0 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQjrZWWJ0 .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQjrZWWJ0 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQjrZWWJ0 .mbr-section-title,
.cid-ugQjrZWWJ0 .mbr-social-likes {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5smFaEnFQ {
  z-index: 1000;
  width: 100%;
}
.cid-u5smFaEnFQ nav.navbar {
  position: fixed;
}
.cid-u5smFaEnFQ .navbar-nav {
  margin: auto;
}
.cid-u5smFaEnFQ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5smFaEnFQ .dropdown-item:hover,
.cid-u5smFaEnFQ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5smFaEnFQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5smFaEnFQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5smFaEnFQ .navbar-short,
.cid-u5smFaEnFQ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5smFaEnFQ .navbar-short .nav-link,
.cid-u5smFaEnFQ .opened .nav-link,
.cid-u5smFaEnFQ .navbar-short .navbar-caption,
.cid-u5smFaEnFQ .opened .navbar-caption,
.cid-u5smFaEnFQ .navbar-short .mbr-iconfont,
.cid-u5smFaEnFQ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5smFaEnFQ .navbar-short .hamburger span,
.cid-u5smFaEnFQ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5smFaEnFQ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5smFaEnFQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5smFaEnFQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5smFaEnFQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5smFaEnFQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5smFaEnFQ .container {
  display: flex;
  margin: auto;
}
.cid-u5smFaEnFQ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5smFaEnFQ .dropdown-menu,
.cid-u5smFaEnFQ .navbar.opened {
  background: #232323 !important;
}
.cid-u5smFaEnFQ .nav-item:focus,
.cid-u5smFaEnFQ .nav-link:focus {
  outline: none;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5smFaEnFQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5smFaEnFQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5smFaEnFQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5smFaEnFQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5smFaEnFQ .navbar.opened {
  transition: all 0.3s;
}
.cid-u5smFaEnFQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5smFaEnFQ .navbar .navbar-logo img {
  width: auto;
}
.cid-u5smFaEnFQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5smFaEnFQ .navbar.collapsed {
  justify-content: center;
}
.cid-u5smFaEnFQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5smFaEnFQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5smFaEnFQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5smFaEnFQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5smFaEnFQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5smFaEnFQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5smFaEnFQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5smFaEnFQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5smFaEnFQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5smFaEnFQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5smFaEnFQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5smFaEnFQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5smFaEnFQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5smFaEnFQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5smFaEnFQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5smFaEnFQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5smFaEnFQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5smFaEnFQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5smFaEnFQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5smFaEnFQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5smFaEnFQ .dropdown-item.active,
.cid-u5smFaEnFQ .dropdown-item:active {
  background-color: transparent;
}
.cid-u5smFaEnFQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5smFaEnFQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5smFaEnFQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5smFaEnFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5smFaEnFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5smFaEnFQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5smFaEnFQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5smFaEnFQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5smFaEnFQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5smFaEnFQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5smFaEnFQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5smFaEnFQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5smFaEnFQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5smFaEnFQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5smFaEnFQ .navbar {
    height: 70px;
  }
  .cid-u5smFaEnFQ .navbar.opened {
    height: auto;
  }
  .cid-u5smFaEnFQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6zirDm8 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-escorts-aruba-book-reserve.webp");
}
.cid-u5B6zirDm8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6zirDm8 .mbr-text,
.cid-u5B6zirDm8 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6zirDm8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5UpfchuUl {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5UpfchuUl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5UpfchuUl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5UpfchuUl .mbr-section-title {
  color: #ffffff;
}
.cid-u5UpfchuUl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9vJDmYZ8P {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background: #232323;
}
.cid-u9vJDmYZ8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vJDmYZ8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vJDmYZ8P .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9vJDmYZ8P .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9vJDmYZ8P .google-map [data-state-details] {
  color: #6b6763;
  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-u9vJDmYZ8P .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9vJDmYZ8P .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9vJDmYZ8P .mbr-section-title {
  color: #ffffff;
}
.cid-u9vJDmYZ8P .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQlGZm8f3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlGZm8f3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlGZm8f3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlGZm8f3 [class^="socicon-"]:before,
.cid-ugQlGZm8f3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlGZm8f3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlGZm8f3 .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlGZm8f3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlGZm8f3 .mbr-section-title,
.cid-ugQlGZm8f3 .mbr-social-likes {
  color: #ffffff;
}
.cid-u5smFbMOL3 {
  padding-top: 30px;
  padding-bottom: 75px;
  background-color: #232323;
}
.cid-u5smFbMOL3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.2;
}
.cid-u5smFbMOL3 input,
.cid-u5smFbMOL3 textarea {
  opacity: 0.7;
  border-radius: 10px;
}
.cid-u5smFbMOL3 input:hover,
.cid-u5smFbMOL3 textarea:hover {
  border-color: transparent!important;
}
.cid-u5smFbMOL3 .btn {
  border-radius: 2rem;
  padding: 1rem 3rem;
  width: -webkit-fill-available;
}
.cid-u5smFbMOL3 h4 {
  margin-bottom: 3rem;
}
.cid-u5smFbMOL3 .col-auto {
  width: 100%;
}
.cid-u5smFbMOL3 textarea {
  min-height: 250px;
}
.cid-u5smFbMOL3 .mbr-form {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 7rem 3rem;
  margin: 0;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-u5smFbMOL3 .mbr-form {
    padding: 2rem 1rem;
  }
}
.cid-u5smFbMOL3 .mbr-form:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-u5smFbMOL3 H4 {
  color: #263d5a;
}
.cid-u5smFbMOL3 .section-content-text {
  color: #ffffff;
}
.cid-u5smFbMOL3 .section-content-title {
  color: #ffffff;
}
.cid-u5smFbMOL3 .section-content-subtitle {
  color: #ffffff;
}
.cid-u5smFbMOL3 LABEL {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5u2ZOzaXt {
  z-index: 1000;
  width: 100%;
}
.cid-u5u2ZOzaXt nav.navbar {
  position: fixed;
}
.cid-u5u2ZOzaXt .navbar-nav {
  margin: auto;
}
.cid-u5u2ZOzaXt .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5u2ZOzaXt .dropdown-item:hover,
.cid-u5u2ZOzaXt .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5u2ZOzaXt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5u2ZOzaXt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5u2ZOzaXt .navbar-short,
.cid-u5u2ZOzaXt .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5u2ZOzaXt .navbar-short .nav-link,
.cid-u5u2ZOzaXt .opened .nav-link,
.cid-u5u2ZOzaXt .navbar-short .navbar-caption,
.cid-u5u2ZOzaXt .opened .navbar-caption,
.cid-u5u2ZOzaXt .navbar-short .mbr-iconfont,
.cid-u5u2ZOzaXt .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5u2ZOzaXt .navbar-short .hamburger span,
.cid-u5u2ZOzaXt .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5u2ZOzaXt .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5u2ZOzaXt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5u2ZOzaXt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5u2ZOzaXt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5u2ZOzaXt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5u2ZOzaXt .container {
  display: flex;
  margin: auto;
}
.cid-u5u2ZOzaXt .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5u2ZOzaXt .dropdown-menu,
.cid-u5u2ZOzaXt .navbar.opened {
  background: #232323 !important;
}
.cid-u5u2ZOzaXt .nav-item:focus,
.cid-u5u2ZOzaXt .nav-link:focus {
  outline: none;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5u2ZOzaXt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5u2ZOzaXt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5u2ZOzaXt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5u2ZOzaXt .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5u2ZOzaXt .navbar.opened {
  transition: all 0.3s;
}
.cid-u5u2ZOzaXt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5u2ZOzaXt .navbar .navbar-logo img {
  width: auto;
}
.cid-u5u2ZOzaXt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5u2ZOzaXt .navbar.collapsed {
  justify-content: center;
}
.cid-u5u2ZOzaXt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5u2ZOzaXt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5u2ZOzaXt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5u2ZOzaXt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5u2ZOzaXt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5u2ZOzaXt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5u2ZOzaXt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5u2ZOzaXt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5u2ZOzaXt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5u2ZOzaXt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5u2ZOzaXt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5u2ZOzaXt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5u2ZOzaXt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5u2ZOzaXt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5u2ZOzaXt .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5u2ZOzaXt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5u2ZOzaXt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5u2ZOzaXt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5u2ZOzaXt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5u2ZOzaXt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5u2ZOzaXt .dropdown-item.active,
.cid-u5u2ZOzaXt .dropdown-item:active {
  background-color: transparent;
}
.cid-u5u2ZOzaXt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5u2ZOzaXt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5u2ZOzaXt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5u2ZOzaXt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5u2ZOzaXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5u2ZOzaXt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5u2ZOzaXt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5u2ZOzaXt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5u2ZOzaXt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u2ZOzaXt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5u2ZOzaXt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u2ZOzaXt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5u2ZOzaXt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5u2ZOzaXt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5u2ZOzaXt .navbar {
    height: 70px;
  }
  .cid-u5u2ZOzaXt .navbar.opened {
    height: auto;
  }
  .cid-u5u2ZOzaXt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6vH23yc {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/meet-our-hotel-escorts-in-aruba.webp");
}
.cid-u5B6vH23yc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6vH23yc .mbr-text,
.cid-u5B6vH23yc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6vH23yc .mbr-section-subtitle {
  color: #22a5e5;
  text-align: center;
}
.cid-u5EIHUiCcp {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5EIHUiCcp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5EIHUiCcp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5EIHUiCcp .mbr-section-title {
  color: #22a5e5;
}
.cid-u5EIHUiCcp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQlp69Sho {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlp69Sho .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlp69Sho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlp69Sho [class^="socicon-"]:before,
.cid-ugQlp69Sho [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlp69Sho .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlp69Sho .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlp69Sho .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlp69Sho .mbr-section-title,
.cid-ugQlp69Sho .mbr-social-likes {
  color: #ffffff;
}
.cid-u5DaCz1NAJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-u5DaCz1NAJ .item {
  padding-bottom: 2rem;
}
.cid-u5DaCz1NAJ img,
.cid-u5DaCz1NAJ .item-wrapper {
  transition: all .7s;
}
.cid-u5DaCz1NAJ .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5DaCz1NAJ .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5DaCz1NAJ .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u5DaCz1NAJ .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5DaCz1NAJ .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u5DaCz1NAJ .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5DaCz1NAJ .close::before {
  content: '\e91a';
}
.cid-u5DaCz1NAJ .close:hover {
  color: #fff;
}
.cid-u5DaCz1NAJ .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5DaCz1NAJ .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5DaCz1NAJ .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-u5DaCz1NAJ .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-u5DaCz1NAJ .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-u5DaCz1NAJ .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-u5DaCz1NAJ .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-u5DaCz1NAJ .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u5DaCz1NAJ .carousel-item img {
    width: 70%;
  }
}
.cid-u5DaCz1NAJ .carousel-inner > .active {
  display: block;
}
.cid-u5DaCz1NAJ .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5DaCz1NAJ .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u5DaCz1NAJ .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5DaCz1NAJ .carousel-control,
  .cid-u5DaCz1NAJ .carousel-indicators {
    position: fixed;
  }
}
.cid-u5DaCz1NAJ .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5DaCz1NAJ .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5DaCz1NAJ .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-u5DaCz1NAJ .modal-content {
    width: 70%;
  }
}
.cid-u5DaCz1NAJ .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5DaCz1NAJ .carousel {
  width: 100%;
}
.cid-u5DaCz1NAJ .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5DaCz1NAJ .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5DaCz1NAJ .modal.fade .modal-dialog,
.cid-u5DaCz1NAJ .modal.in .modal-dialog {
  transform: none;
}
.cid-u5DaCz1NAJ .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5DaCz1NAJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5DaCz1NAJ .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5DaCz1NAJ .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u5DaCz1NAJ .soc-item::before,
.cid-u5DaCz1NAJ .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u5DaCz1NAJ .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u5DaCz1NAJ .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u5DaCz1NAJ .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u5DaCz1NAJ .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u5DaCz1NAJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5DaCz1NAJ .text {
  color: #ddc499;
}
.cid-u5DaCz1NAJ .one {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u5DaCz1NAJ .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5u3P1zOHX {
  z-index: 1000;
  width: 100%;
}
.cid-u5u3P1zOHX nav.navbar {
  position: fixed;
}
.cid-u5u3P1zOHX .navbar-nav {
  margin: auto;
}
.cid-u5u3P1zOHX .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5u3P1zOHX .dropdown-item:hover,
.cid-u5u3P1zOHX .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5u3P1zOHX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5u3P1zOHX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5u3P1zOHX .navbar-short,
.cid-u5u3P1zOHX .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5u3P1zOHX .navbar-short .nav-link,
.cid-u5u3P1zOHX .opened .nav-link,
.cid-u5u3P1zOHX .navbar-short .navbar-caption,
.cid-u5u3P1zOHX .opened .navbar-caption,
.cid-u5u3P1zOHX .navbar-short .mbr-iconfont,
.cid-u5u3P1zOHX .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5u3P1zOHX .navbar-short .hamburger span,
.cid-u5u3P1zOHX .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5u3P1zOHX .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5u3P1zOHX .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5u3P1zOHX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5u3P1zOHX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5u3P1zOHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5u3P1zOHX .container {
  display: flex;
  margin: auto;
}
.cid-u5u3P1zOHX .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5u3P1zOHX .dropdown-menu,
.cid-u5u3P1zOHX .navbar.opened {
  background: #232323 !important;
}
.cid-u5u3P1zOHX .nav-item:focus,
.cid-u5u3P1zOHX .nav-link:focus {
  outline: none;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5u3P1zOHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5u3P1zOHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5u3P1zOHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5u3P1zOHX .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5u3P1zOHX .navbar.opened {
  transition: all 0.3s;
}
.cid-u5u3P1zOHX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5u3P1zOHX .navbar .navbar-logo img {
  width: auto;
}
.cid-u5u3P1zOHX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5u3P1zOHX .navbar.collapsed {
  justify-content: center;
}
.cid-u5u3P1zOHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5u3P1zOHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5u3P1zOHX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5u3P1zOHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5u3P1zOHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5u3P1zOHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5u3P1zOHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5u3P1zOHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5u3P1zOHX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5u3P1zOHX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5u3P1zOHX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5u3P1zOHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5u3P1zOHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5u3P1zOHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5u3P1zOHX .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5u3P1zOHX .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5u3P1zOHX .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5u3P1zOHX .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5u3P1zOHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5u3P1zOHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5u3P1zOHX .dropdown-item.active,
.cid-u5u3P1zOHX .dropdown-item:active {
  background-color: transparent;
}
.cid-u5u3P1zOHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5u3P1zOHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5u3P1zOHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5u3P1zOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5u3P1zOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5u3P1zOHX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5u3P1zOHX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5u3P1zOHX .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5u3P1zOHX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5u3P1zOHX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5u3P1zOHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5u3P1zOHX .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5u3P1zOHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5u3P1zOHX .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5u3P1zOHX .navbar {
    height: 70px;
  }
  .cid-u5u3P1zOHX .navbar.opened {
    height: auto;
  }
  .cid-u5u3P1zOHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B6oqLBqc {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/erotic-massage-heaven-escorts-aruba-2.webp");
}
.cid-u5B6oqLBqc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6oqLBqc .mbr-text,
.cid-u5B6oqLBqc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B6oqLBqc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5BrjJGbSx {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-u5BrjJGbSx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5BrjJGbSx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5BrjJGbSx .mbr-section-title {
  color: #22a5e5;
}
.cid-u5BrjJGbSx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9tdpouWmQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/massage-by-arubaheaven.com-treat-yourself-today.webp");
}
.cid-u9tdpouWmQ .mbr-media {
  position: relative;
}
.cid-u9tdpouWmQ .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-u9tdpouWmQ .box {
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-u9tdpouWmQ .box {
    min-height: 300px;
  }
}
.cid-u9tdpouWmQ .icon-wrap {
  position: relative;
  margin: auto;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-u9tdpouWmQ .icon-wrap a {
  height: 20px;
}
.cid-u9tdpouWmQ .icon-wrap:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background: #ffffff;
  opacity: 0.8;
  border-radius: 50%;
  animation-duration: 1s;
  animation-name: icons;
  animation-iteration-count: infinite;
  z-index: 1;
}
@keyframes icons {
  from {
    width: 100px;
    height: 100px;
    opacity: 0.8;
  }
  to {
    width: 160px;
    height: 160px;
    opacity: 0;
  }
}
.cid-u9tdpouWmQ .mbr-media span {
  font-size: 1.5rem;
  transition: all 0.2s;
  z-index: 2;
  padding-left: 4px;
  position: relative;
  color: #22a5e5;
}
.cid-u9tdpouWmQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-u9tdpouWmQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-u9tdpouWmQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-u9tdpouWmQ .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-u9tdpouWmQ .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-u9tdpouWmQ .mbr-section-title {
  color: #ffffff;
}
.cid-ugQleet5aF {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQleet5aF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQleet5aF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQleet5aF [class^="socicon-"]:before,
.cid-ugQleet5aF [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQleet5aF .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQleet5aF .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQleet5aF .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQleet5aF .mbr-section-title,
.cid-ugQleet5aF .mbr-social-likes {
  color: #ffffff;
}
.cid-u5u7QhR9UV {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-u5u7QhR9UV .item {
  padding-bottom: 2rem;
}
.cid-u5u7QhR9UV img,
.cid-u5u7QhR9UV .item-wrapper {
  transition: all .7s;
}
.cid-u5u7QhR9UV .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5u7QhR9UV .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5u7QhR9UV .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u5u7QhR9UV .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5u7QhR9UV .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u5u7QhR9UV .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5u7QhR9UV .close::before {
  content: '\e91a';
}
.cid-u5u7QhR9UV .close:hover {
  color: #fff;
}
.cid-u5u7QhR9UV .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5u7QhR9UV .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5u7QhR9UV .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-u5u7QhR9UV .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-u5u7QhR9UV .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-u5u7QhR9UV .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-u5u7QhR9UV .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-u5u7QhR9UV .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u5u7QhR9UV .carousel-item img {
    width: 70%;
  }
}
.cid-u5u7QhR9UV .carousel-inner > .active {
  display: block;
}
.cid-u5u7QhR9UV .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5u7QhR9UV .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u5u7QhR9UV .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5u7QhR9UV .carousel-control,
  .cid-u5u7QhR9UV .carousel-indicators {
    position: fixed;
  }
}
.cid-u5u7QhR9UV .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5u7QhR9UV .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5u7QhR9UV .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-u5u7QhR9UV .modal-content {
    width: 70%;
  }
}
.cid-u5u7QhR9UV .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5u7QhR9UV .carousel {
  width: 100%;
}
.cid-u5u7QhR9UV .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5u7QhR9UV .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5u7QhR9UV .modal.fade .modal-dialog,
.cid-u5u7QhR9UV .modal.in .modal-dialog {
  transform: none;
}
.cid-u5u7QhR9UV .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5u7QhR9UV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5u7QhR9UV .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5u7QhR9UV .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u5u7QhR9UV .soc-item::before,
.cid-u5u7QhR9UV .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u5u7QhR9UV .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u5u7QhR9UV .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u5u7QhR9UV .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u5u7QhR9UV .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u5u7QhR9UV .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5u7QhR9UV .text {
  color: #ddc499;
}
.cid-u5u7QhR9UV .one {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u5u7QhR9UV .mbr-section-title {
  color: #22a5e5;
  text-align: left;
}
.cid-u5u7QhR9UV .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5APh5auc3 {
  z-index: 1000;
  width: 100%;
}
.cid-u5APh5auc3 nav.navbar {
  position: fixed;
}
.cid-u5APh5auc3 .navbar-nav {
  margin: auto;
}
.cid-u5APh5auc3 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5APh5auc3 .dropdown-item:hover,
.cid-u5APh5auc3 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5APh5auc3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5APh5auc3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5APh5auc3 .navbar-short,
.cid-u5APh5auc3 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5APh5auc3 .navbar-short .nav-link,
.cid-u5APh5auc3 .opened .nav-link,
.cid-u5APh5auc3 .navbar-short .navbar-caption,
.cid-u5APh5auc3 .opened .navbar-caption,
.cid-u5APh5auc3 .navbar-short .mbr-iconfont,
.cid-u5APh5auc3 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5APh5auc3 .navbar-short .hamburger span,
.cid-u5APh5auc3 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5APh5auc3 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5APh5auc3 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5APh5auc3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5APh5auc3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5APh5auc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5APh5auc3 .container {
  display: flex;
  margin: auto;
}
.cid-u5APh5auc3 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5APh5auc3 .dropdown-menu,
.cid-u5APh5auc3 .navbar.opened {
  background: #232323 !important;
}
.cid-u5APh5auc3 .nav-item:focus,
.cid-u5APh5auc3 .nav-link:focus {
  outline: none;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5APh5auc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5APh5auc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5APh5auc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5APh5auc3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5APh5auc3 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5APh5auc3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5APh5auc3 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5APh5auc3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5APh5auc3 .navbar.collapsed {
  justify-content: center;
}
.cid-u5APh5auc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5APh5auc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5APh5auc3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5APh5auc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5APh5auc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5APh5auc3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5APh5auc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5APh5auc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5APh5auc3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5APh5auc3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5APh5auc3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5APh5auc3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5APh5auc3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5APh5auc3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5APh5auc3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5APh5auc3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5APh5auc3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5APh5auc3 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5APh5auc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5APh5auc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5APh5auc3 .dropdown-item.active,
.cid-u5APh5auc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5APh5auc3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5APh5auc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5APh5auc3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5APh5auc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5APh5auc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5APh5auc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5APh5auc3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5APh5auc3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5APh5auc3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5APh5auc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5APh5auc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5APh5auc3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5APh5auc3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5APh5auc3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5APh5auc3 .navbar {
    height: 70px;
  }
  .cid-u5APh5auc3 .navbar.opened {
    height: auto;
  }
  .cid-u5APh5auc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5B2uhM8l9 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/girlfriend-experience-heaven-escorts-aruba.webp");
}
.cid-u5B2uhM8l9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5B2uhM8l9 .mbr-text,
.cid-u5B2uhM8l9 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5B2uhM8l9 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u5APh6lyte {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5APh6lyte .item {
  padding-bottom: 2rem;
}
.cid-u5APh6lyte img,
.cid-u5APh6lyte .item-wrapper {
  transition: all .7s;
}
.cid-u5APh6lyte .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-u5APh6lyte .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u5APh6lyte .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  transition: 0.2s;
}
.cid-u5APh6lyte .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-u5APh6lyte .item-wrapper:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.4;
}
.cid-u5APh6lyte .close {
  position: fixed;
  font-size: 16px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  color: #fff;
  opacity: .7;
  top: 2.5rem;
  right: 2.5rem;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-u5APh6lyte .close::before {
  content: '\e91a';
}
.cid-u5APh6lyte .close:hover {
  color: #fff;
}
.cid-u5APh6lyte .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-u5APh6lyte .carousel-control-prev span {
  margin-right: 5px;
}
.cid-u5APh6lyte .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-u5APh6lyte .carousel-control-next span {
  margin-left: 5px;
}
.cid-u5APh6lyte .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 3rem;
  background-color: inherit;
  transition: all 0.5s;
  opacity: 1;
}
.cid-u5APh6lyte .carousel-control.carousel-control-prev {
  left: -50%;
  margin-left: 2.5rem;
}
.cid-u5APh6lyte .carousel-control.carousel-control-next {
  right: -50%;
  margin-right: 2.5rem;
}
@media (max-width: 1050px) {
  .cid-u5APh6lyte .carousel-control {
    top: auto;
    bottom: 1rem;
  }
  .cid-u5APh6lyte .carousel-control.carousel-control-prev {
    top: 50%;
    left: -5%;
  }
  .cid-u5APh6lyte .carousel-control.carousel-control-next {
    top: 50%;
    right: -5%;
  }
}
.cid-u5APh6lyte .carousel-inner {
  display: flex;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-u5APh6lyte .carousel-item img {
    width: 70%;
  }
}
.cid-u5APh6lyte .carousel-inner > .active {
  display: block;
}
.cid-u5APh6lyte .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u5APh6lyte .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-u5APh6lyte .carousel-control-prev:hover {
  margin-left: 2rem;
  background-color: transparent;
}
.cid-u5APh6lyte .carousel-control-next:hover {
  margin-right: 2rem;
  background-color: transparent;
}
@media (max-width: 768px) {
  .cid-u5APh6lyte .carousel-control,
  .cid-u5APh6lyte .carousel-indicators {
    position: fixed;
  }
}
.cid-u5APh6lyte .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-u5APh6lyte .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-u5APh6lyte .modal-content {
  width: 50%;
  margin: 0 auto;
  border-radius: 0;
  border: none;
  background: transparent;
}
@media (max-width: 1050px) {
  .cid-u5APh6lyte .modal-content {
    width: 70%;
  }
}
.cid-u5APh6lyte .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-u5APh6lyte .carousel {
  width: 100%;
}
.cid-u5APh6lyte .modal-backdrop.in {
  opacity: 0.8;
}
.cid-u5APh6lyte .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-u5APh6lyte .modal.fade .modal-dialog,
.cid-u5APh6lyte .modal.in .modal-dialog {
  transform: none;
}
.cid-u5APh6lyte .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-u5APh6lyte .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-u5APh6lyte .soc-item {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
  -webkit-box-shadow: preserve-3d;
  -moz-box-shadow: preserve-3d;
  transform-style: preserve-3d;
}
.cid-u5APh6lyte .soc-item span {
  color: #ffffff;
  z-index: 99999;
}
.cid-u5APh6lyte .soc-item::before,
.cid-u5APh6lyte .soc-item::after {
  content: '';
  width: 101%;
  height: 102%;
  position: absolute;
  border-radius: 50%;
  top: -1px;
  left: 0;
  -webkit-box-shadow: translateZ(-1px);
  -moz-box-shadow: translateZ(-1px);
  transform: translateZ(-1px);
}
.cid-u5APh6lyte .soc-item::before {
  border: 1px solid transparent;
  transition: border-top-color 0.1s linear, border-right-color 0.1s linear 0.1s, border-bottom-color 0.1s linear 0.2s;
}
.cid-u5APh6lyte .soc-item:hover::before {
  border-top-color: #4c4c4c;
  border-right-color: #4c4c4c;
  border-bottom-color: #4c4c4c;
}
.cid-u5APh6lyte .soc-item::after {
  border: 0 solid transparent;
  transition: transform 0.2s linear 0s, border-left-width 0s linear 0.3s;
}
.cid-u5APh6lyte .soc-item:hover::after {
  border-top: 1px solid #4c4c4c;
  border-left-color: #4c4c4c;
  border-left-width: 1px;
  bordersborder-right-width: 1px;
  borderstransform: rotate(270deg);
}
.cid-u5APh6lyte .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5APh6lyte .text {
  color: #ddc499;
}
.cid-u5APh6lyte .one {
  color: #C0BCB7;
  font-style: italic;
}
.cid-u5APh6lyte .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ugQlsXGDvy {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-ugQlsXGDvy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlsXGDvy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlsXGDvy [class^="socicon-"]:before,
.cid-ugQlsXGDvy [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlsXGDvy .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlsXGDvy .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlsXGDvy .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlsXGDvy .mbr-section-title,
.cid-ugQlsXGDvy .mbr-social-likes {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5Dy7920l8 {
  z-index: 1000;
  width: 100%;
}
.cid-u5Dy7920l8 nav.navbar {
  position: fixed;
}
.cid-u5Dy7920l8 .navbar-nav {
  margin: auto;
}
.cid-u5Dy7920l8 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5Dy7920l8 .dropdown-item:hover,
.cid-u5Dy7920l8 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5Dy7920l8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5Dy7920l8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5Dy7920l8 .navbar-short,
.cid-u5Dy7920l8 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5Dy7920l8 .navbar-short .nav-link,
.cid-u5Dy7920l8 .opened .nav-link,
.cid-u5Dy7920l8 .navbar-short .navbar-caption,
.cid-u5Dy7920l8 .opened .navbar-caption,
.cid-u5Dy7920l8 .navbar-short .mbr-iconfont,
.cid-u5Dy7920l8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5Dy7920l8 .navbar-short .hamburger span,
.cid-u5Dy7920l8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5Dy7920l8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5Dy7920l8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5Dy7920l8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5Dy7920l8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5Dy7920l8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5Dy7920l8 .container {
  display: flex;
  margin: auto;
}
.cid-u5Dy7920l8 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5Dy7920l8 .dropdown-menu,
.cid-u5Dy7920l8 .navbar.opened {
  background: #232323 !important;
}
.cid-u5Dy7920l8 .nav-item:focus,
.cid-u5Dy7920l8 .nav-link:focus {
  outline: none;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5Dy7920l8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5Dy7920l8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5Dy7920l8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5Dy7920l8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5Dy7920l8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5Dy7920l8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5Dy7920l8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5Dy7920l8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5Dy7920l8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5Dy7920l8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5Dy7920l8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5Dy7920l8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5Dy7920l8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5Dy7920l8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5Dy7920l8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5Dy7920l8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5Dy7920l8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5Dy7920l8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5Dy7920l8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5Dy7920l8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5Dy7920l8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5Dy7920l8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5Dy7920l8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5Dy7920l8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5Dy7920l8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5Dy7920l8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5Dy7920l8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5Dy7920l8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5Dy7920l8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5Dy7920l8 .dropdown-item.active,
.cid-u5Dy7920l8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5Dy7920l8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5Dy7920l8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5Dy7920l8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5Dy7920l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5Dy7920l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5Dy7920l8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5Dy7920l8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5Dy7920l8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5Dy7920l8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5Dy7920l8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5Dy7920l8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5Dy7920l8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5Dy7920l8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5Dy7920l8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5Dy7920l8 .navbar {
    height: 70px;
  }
  .cid-u5Dy7920l8 .navbar.opened {
    height: auto;
  }
  .cid-u5Dy7920l8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5Dy79n9Vr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u5Dy79n9Vr .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u5Dy79n9Vr .mbr-text,
.cid-u5Dy79n9Vr .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5Dy79n9Vr .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5DyP1EaO0 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-u5DyP1EaO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5DyP1EaO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5DyP1EaO0 .mbr-section-title {
  color: #22a5e5;
}
.cid-u5DyP1EaO0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5DyP1EaO0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5FCLSQhOB {
  z-index: 1000;
  width: 100%;
}
.cid-u5FCLSQhOB nav.navbar {
  position: fixed;
}
.cid-u5FCLSQhOB .navbar-nav {
  margin: auto;
}
.cid-u5FCLSQhOB .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5FCLSQhOB .dropdown-item:hover,
.cid-u5FCLSQhOB .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5FCLSQhOB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5FCLSQhOB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5FCLSQhOB .navbar-short,
.cid-u5FCLSQhOB .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5FCLSQhOB .navbar-short .nav-link,
.cid-u5FCLSQhOB .opened .nav-link,
.cid-u5FCLSQhOB .navbar-short .navbar-caption,
.cid-u5FCLSQhOB .opened .navbar-caption,
.cid-u5FCLSQhOB .navbar-short .mbr-iconfont,
.cid-u5FCLSQhOB .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5FCLSQhOB .navbar-short .hamburger span,
.cid-u5FCLSQhOB .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5FCLSQhOB .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5FCLSQhOB .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5FCLSQhOB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5FCLSQhOB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5FCLSQhOB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5FCLSQhOB .container {
  display: flex;
  margin: auto;
}
.cid-u5FCLSQhOB .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5FCLSQhOB .dropdown-menu,
.cid-u5FCLSQhOB .navbar.opened {
  background: #232323 !important;
}
.cid-u5FCLSQhOB .nav-item:focus,
.cid-u5FCLSQhOB .nav-link:focus {
  outline: none;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5FCLSQhOB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5FCLSQhOB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5FCLSQhOB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5FCLSQhOB .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5FCLSQhOB .navbar.opened {
  transition: all 0.3s;
}
.cid-u5FCLSQhOB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5FCLSQhOB .navbar .navbar-logo img {
  width: auto;
}
.cid-u5FCLSQhOB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5FCLSQhOB .navbar.collapsed {
  justify-content: center;
}
.cid-u5FCLSQhOB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5FCLSQhOB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5FCLSQhOB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5FCLSQhOB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5FCLSQhOB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5FCLSQhOB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5FCLSQhOB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5FCLSQhOB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5FCLSQhOB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5FCLSQhOB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5FCLSQhOB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5FCLSQhOB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5FCLSQhOB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5FCLSQhOB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5FCLSQhOB .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5FCLSQhOB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5FCLSQhOB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5FCLSQhOB .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5FCLSQhOB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5FCLSQhOB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5FCLSQhOB .dropdown-item.active,
.cid-u5FCLSQhOB .dropdown-item:active {
  background-color: transparent;
}
.cid-u5FCLSQhOB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5FCLSQhOB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5FCLSQhOB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5FCLSQhOB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5FCLSQhOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5FCLSQhOB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5FCLSQhOB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5FCLSQhOB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5FCLSQhOB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5FCLSQhOB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5FCLSQhOB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5FCLSQhOB .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5FCLSQhOB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5FCLSQhOB .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5FCLSQhOB .navbar {
    height: 70px;
  }
  .cid-u5FCLSQhOB .navbar.opened {
    height: auto;
  }
  .cid-u5FCLSQhOB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5FCLTfN3Q {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-escorts-aruba-faq.webp");
}
.cid-u5FCLTfN3Q .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5FCLTfN3Q .mbr-text,
.cid-u5FCLTfN3Q .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5FCLTfN3Q .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5FGOoC0t1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-u5FGOoC0t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5FGOoC0t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5FGOoC0t1 .mbr-section-title {
  color: #22a5e5;
}
.cid-u5FGOoC0t1 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQlNqEgyB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlNqEgyB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlNqEgyB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlNqEgyB [class^="socicon-"]:before,
.cid-ugQlNqEgyB [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlNqEgyB .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlNqEgyB .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlNqEgyB .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlNqEgyB .mbr-section-title,
.cid-ugQlNqEgyB .mbr-social-likes {
  color: #ffffff;
}
.cid-u5JaOUSrbT {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5JaOUSrbT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5JaOUSrbT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5JaOUSrbT ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-u5JaOUSrbT li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-u5JaOUSrbT ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #22a5e5;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-u5JaOUSrbT H3 {
  color: #22a5e5;
}
.cid-u5JaOUSrbT .list {
  color: #ffffff;
}
.cid-ubQZlYzsvJ {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ubQZlYzsvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubQZlYzsvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubQZlYzsvJ .mbr-section-title {
  color: #ffffff;
}
.cid-ubQZlYzsvJ .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ubQZlYzsvJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5H0YfLBTu {
  z-index: 1000;
  width: 100%;
}
.cid-u5H0YfLBTu nav.navbar {
  position: fixed;
}
.cid-u5H0YfLBTu .navbar-nav {
  margin: auto;
}
.cid-u5H0YfLBTu .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5H0YfLBTu .dropdown-item:hover,
.cid-u5H0YfLBTu .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5H0YfLBTu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5H0YfLBTu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5H0YfLBTu .navbar-short,
.cid-u5H0YfLBTu .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5H0YfLBTu .navbar-short .nav-link,
.cid-u5H0YfLBTu .opened .nav-link,
.cid-u5H0YfLBTu .navbar-short .navbar-caption,
.cid-u5H0YfLBTu .opened .navbar-caption,
.cid-u5H0YfLBTu .navbar-short .mbr-iconfont,
.cid-u5H0YfLBTu .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5H0YfLBTu .navbar-short .hamburger span,
.cid-u5H0YfLBTu .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5H0YfLBTu .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5H0YfLBTu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5H0YfLBTu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5H0YfLBTu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5H0YfLBTu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5H0YfLBTu .container {
  display: flex;
  margin: auto;
}
.cid-u5H0YfLBTu .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5H0YfLBTu .dropdown-menu,
.cid-u5H0YfLBTu .navbar.opened {
  background: #232323 !important;
}
.cid-u5H0YfLBTu .nav-item:focus,
.cid-u5H0YfLBTu .nav-link:focus {
  outline: none;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5H0YfLBTu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5H0YfLBTu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5H0YfLBTu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5H0YfLBTu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5H0YfLBTu .navbar.opened {
  transition: all 0.3s;
}
.cid-u5H0YfLBTu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5H0YfLBTu .navbar .navbar-logo img {
  width: auto;
}
.cid-u5H0YfLBTu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5H0YfLBTu .navbar.collapsed {
  justify-content: center;
}
.cid-u5H0YfLBTu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5H0YfLBTu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5H0YfLBTu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5H0YfLBTu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5H0YfLBTu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5H0YfLBTu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5H0YfLBTu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5H0YfLBTu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5H0YfLBTu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5H0YfLBTu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5H0YfLBTu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5H0YfLBTu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5H0YfLBTu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5H0YfLBTu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5H0YfLBTu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5H0YfLBTu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5H0YfLBTu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5H0YfLBTu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5H0YfLBTu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5H0YfLBTu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5H0YfLBTu .dropdown-item.active,
.cid-u5H0YfLBTu .dropdown-item:active {
  background-color: transparent;
}
.cid-u5H0YfLBTu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5H0YfLBTu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5H0YfLBTu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5H0YfLBTu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5H0YfLBTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5H0YfLBTu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5H0YfLBTu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5H0YfLBTu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5H0YfLBTu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5H0YfLBTu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5H0YfLBTu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5H0YfLBTu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5H0YfLBTu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5H0YfLBTu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5H0YfLBTu .navbar {
    height: 70px;
  }
  .cid-u5H0YfLBTu .navbar.opened {
    height: auto;
  }
  .cid-u5H0YfLBTu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5H0Yg9ivs {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1b1212;
}
.cid-u5H0Yg9ivs .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u5H0Yg9ivs .mbr-text,
.cid-u5H0Yg9ivs .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5H0Yg9ivs .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5H0Ygm9M1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-u5H0Ygm9M1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5H0Ygm9M1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5H0Ygm9M1 .mbr-section-title {
  color: #22a5e5;
}
.cid-u5H0Ygm9M1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-u5H0Ygm9M1 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5JghNFtoe {
  z-index: 1000;
  width: 100%;
}
.cid-u5JghNFtoe nav.navbar {
  position: fixed;
}
.cid-u5JghNFtoe .navbar-nav {
  margin: auto;
}
.cid-u5JghNFtoe .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5JghNFtoe .dropdown-item:hover,
.cid-u5JghNFtoe .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5JghNFtoe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5JghNFtoe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5JghNFtoe .navbar-short,
.cid-u5JghNFtoe .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5JghNFtoe .navbar-short .nav-link,
.cid-u5JghNFtoe .opened .nav-link,
.cid-u5JghNFtoe .navbar-short .navbar-caption,
.cid-u5JghNFtoe .opened .navbar-caption,
.cid-u5JghNFtoe .navbar-short .mbr-iconfont,
.cid-u5JghNFtoe .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5JghNFtoe .navbar-short .hamburger span,
.cid-u5JghNFtoe .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5JghNFtoe .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5JghNFtoe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5JghNFtoe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5JghNFtoe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5JghNFtoe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5JghNFtoe .container {
  display: flex;
  margin: auto;
}
.cid-u5JghNFtoe .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5JghNFtoe .dropdown-menu,
.cid-u5JghNFtoe .navbar.opened {
  background: #232323 !important;
}
.cid-u5JghNFtoe .nav-item:focus,
.cid-u5JghNFtoe .nav-link:focus {
  outline: none;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5JghNFtoe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5JghNFtoe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5JghNFtoe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5JghNFtoe .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5JghNFtoe .navbar.opened {
  transition: all 0.3s;
}
.cid-u5JghNFtoe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5JghNFtoe .navbar .navbar-logo img {
  width: auto;
}
.cid-u5JghNFtoe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5JghNFtoe .navbar.collapsed {
  justify-content: center;
}
.cid-u5JghNFtoe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5JghNFtoe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5JghNFtoe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5JghNFtoe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5JghNFtoe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5JghNFtoe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5JghNFtoe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5JghNFtoe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5JghNFtoe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5JghNFtoe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5JghNFtoe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5JghNFtoe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5JghNFtoe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5JghNFtoe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5JghNFtoe .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5JghNFtoe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5JghNFtoe .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5JghNFtoe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5JghNFtoe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5JghNFtoe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5JghNFtoe .dropdown-item.active,
.cid-u5JghNFtoe .dropdown-item:active {
  background-color: transparent;
}
.cid-u5JghNFtoe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5JghNFtoe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5JghNFtoe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5JghNFtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5JghNFtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5JghNFtoe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5JghNFtoe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5JghNFtoe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5JghNFtoe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5JghNFtoe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5JghNFtoe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5JghNFtoe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5JghNFtoe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5JghNFtoe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5JghNFtoe .navbar {
    height: 70px;
  }
  .cid-u5JghNFtoe .navbar.opened {
    height: auto;
  }
  .cid-u5JghNFtoe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5JghOeQei {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/heaven-simply-the-best-escorts-in-aruba.webp");
}
.cid-u5JghOeQei .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5JghOeQei .mbr-text,
.cid-u5JghOeQei .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5JghOeQei .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5Jgu8D1xu {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u5Jgu8D1xu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5Jgu8D1xu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5Jgu8D1xu .mbr-section-title {
  color: #22a5e5;
}
.cid-u5Jgu8D1xu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uu6YUnsxkH {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-uu6YUnsxkH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uu6YUnsxkH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uu6YUnsxkH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uu6YUnsxkH .row {
  flex-direction: row-reverse;
}
.cid-uu6YUnsxkH img {
  width: 100%;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5SRuz9lSM {
  z-index: 1000;
  width: 100%;
}
.cid-u5SRuz9lSM nav.navbar {
  position: fixed;
}
.cid-u5SRuz9lSM .navbar-nav {
  margin: auto;
}
.cid-u5SRuz9lSM .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5SRuz9lSM .dropdown-item:hover,
.cid-u5SRuz9lSM .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5SRuz9lSM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5SRuz9lSM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5SRuz9lSM .navbar-short,
.cid-u5SRuz9lSM .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5SRuz9lSM .navbar-short .nav-link,
.cid-u5SRuz9lSM .opened .nav-link,
.cid-u5SRuz9lSM .navbar-short .navbar-caption,
.cid-u5SRuz9lSM .opened .navbar-caption,
.cid-u5SRuz9lSM .navbar-short .mbr-iconfont,
.cid-u5SRuz9lSM .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5SRuz9lSM .navbar-short .hamburger span,
.cid-u5SRuz9lSM .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5SRuz9lSM .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5SRuz9lSM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5SRuz9lSM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5SRuz9lSM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5SRuz9lSM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5SRuz9lSM .container {
  display: flex;
  margin: auto;
}
.cid-u5SRuz9lSM .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5SRuz9lSM .dropdown-menu,
.cid-u5SRuz9lSM .navbar.opened {
  background: #232323 !important;
}
.cid-u5SRuz9lSM .nav-item:focus,
.cid-u5SRuz9lSM .nav-link:focus {
  outline: none;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5SRuz9lSM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5SRuz9lSM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5SRuz9lSM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5SRuz9lSM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5SRuz9lSM .navbar.opened {
  transition: all 0.3s;
}
.cid-u5SRuz9lSM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5SRuz9lSM .navbar .navbar-logo img {
  width: auto;
}
.cid-u5SRuz9lSM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5SRuz9lSM .navbar.collapsed {
  justify-content: center;
}
.cid-u5SRuz9lSM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5SRuz9lSM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5SRuz9lSM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5SRuz9lSM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5SRuz9lSM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5SRuz9lSM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5SRuz9lSM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5SRuz9lSM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5SRuz9lSM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5SRuz9lSM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5SRuz9lSM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5SRuz9lSM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5SRuz9lSM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5SRuz9lSM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5SRuz9lSM .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5SRuz9lSM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5SRuz9lSM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5SRuz9lSM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5SRuz9lSM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5SRuz9lSM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5SRuz9lSM .dropdown-item.active,
.cid-u5SRuz9lSM .dropdown-item:active {
  background-color: transparent;
}
.cid-u5SRuz9lSM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5SRuz9lSM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5SRuz9lSM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5SRuz9lSM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5SRuz9lSM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5SRuz9lSM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5SRuz9lSM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5SRuz9lSM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5SRuz9lSM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5SRuz9lSM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5SRuz9lSM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5SRuz9lSM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5SRuz9lSM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5SRuz9lSM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5SRuz9lSM .navbar {
    height: 70px;
  }
  .cid-u5SRuz9lSM .navbar.opened {
    height: auto;
  }
  .cid-u5SRuz9lSM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5SRuzA6P4 {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/simply-the-best-escorts-in-aruba.webp");
}
.cid-u5SRuzA6P4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u5SRuzA6P4 .mbr-text,
.cid-u5SRuzA6P4 .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5SRuzA6P4 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ucsakJEEH1 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ucsakJEEH1 .container {
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-ucsakJEEH1 .container {
    padding: 0 1rem;
  }
}
.cid-ucsakJEEH1 .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-ucsakJEEH1 .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-ucsakJEEH1 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-ucsakJEEH1 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-ucsakJEEH1 .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-ucsakJEEH1 .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-ucsakJEEH1 .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-ucsakJEEH1 .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-ucsakJEEH1 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-ucsakJEEH1 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-ucsakJEEH1 .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-ucsakJEEH1 .item:focus,
.cid-ucsakJEEH1 span:focus {
  outline: none;
}
.cid-ucsakJEEH1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ucsakJEEH1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ucsakJEEH1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucsakJEEH1 .mbr-text,
.cid-ucsakJEEH1 .mbr-section-btn {
  color: #22a5e5;
}
.cid-ucsakJEEH1 .item-title {
  color: #ffffff;
}
.cid-ucsakJEEH1 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ugQiUhJBDu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQiUhJBDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQiUhJBDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQiUhJBDu [class^="socicon-"]:before,
.cid-ugQiUhJBDu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQiUhJBDu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQiUhJBDu .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQiUhJBDu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQiUhJBDu .mbr-section-title,
.cid-ugQiUhJBDu .mbr-social-likes {
  color: #ffffff;
}
.cid-u6eo39Cce8 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-u6eo39Cce8 .container {
  max-width: 1500px;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-u6eo39Cce8 .container {
    padding: 0 1rem;
  }
}
.cid-u6eo39Cce8 .item-wrapper {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  border-radius: 30px;
  flex-flow: column nowrap;
  padding: 2rem;
}
.cid-u6eo39Cce8 .item-wrapper:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  z-index: 1;
  width: 100%;
  pointer-events: none;
  height: 100%;
  background: black;
  transition: all 0.3s;
  opacity: 0;
}
.cid-u6eo39Cce8 .item-wrapper:hover .item-content {
  opacity: 1;
  transform: translateY(0px);
}
.cid-u6eo39Cce8 .item-wrapper:hover .item-img {
  transform: scale(1.1);
}
.cid-u6eo39Cce8 .item-wrapper:hover:before {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .cid-u6eo39Cce8 .item-wrapper .item-content {
    opacity: 1;
    transform: translateY(0px);
  }
  .cid-u6eo39Cce8 .item-wrapper .item-img {
    transform: scale(1.1);
  }
  .cid-u6eo39Cce8 .item-wrapper:before {
    opacity: 0.5;
  }
}
.cid-u6eo39Cce8 .item-img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.cid-u6eo39Cce8 .item-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.cid-u6eo39Cce8 .item-content {
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
  transform: translateY(5px);
  position: relative;
}
.cid-u6eo39Cce8 .item:focus,
.cid-u6eo39Cce8 span:focus {
  outline: none;
}
.cid-u6eo39Cce8 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u6eo39Cce8 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u6eo39Cce8 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6eo39Cce8 .mbr-text,
.cid-u6eo39Cce8 .mbr-section-btn {
  color: #ffffff;
}
.cid-u6eo39Cce8 .item-title {
  color: #ffffff;
}
.cid-u6eo39Cce8 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uo9YypHP7G {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-uo9YypHP7G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo9YypHP7G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo9YypHP7G .video-wrapper iframe {
  width: 100%;
}
.cid-uo9YypHP7G .mbr-section-title,
.cid-uo9YypHP7G .mbr-section-subtitle,
.cid-uo9YypHP7G .mbr-text {
  text-align: center;
}
.cid-uo9YypHP7G .mbr-section-title {
  color: #ffffff;
}
.cid-uo9YypHP7G .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u5YYyi1ew8 {
  z-index: 1000;
  width: 100%;
}
.cid-u5YYyi1ew8 nav.navbar {
  position: fixed;
}
.cid-u5YYyi1ew8 .navbar-nav {
  margin: auto;
}
.cid-u5YYyi1ew8 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u5YYyi1ew8 .dropdown-item:hover,
.cid-u5YYyi1ew8 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u5YYyi1ew8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u5YYyi1ew8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u5YYyi1ew8 .navbar-short,
.cid-u5YYyi1ew8 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u5YYyi1ew8 .navbar-short .nav-link,
.cid-u5YYyi1ew8 .opened .nav-link,
.cid-u5YYyi1ew8 .navbar-short .navbar-caption,
.cid-u5YYyi1ew8 .opened .navbar-caption,
.cid-u5YYyi1ew8 .navbar-short .mbr-iconfont,
.cid-u5YYyi1ew8 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u5YYyi1ew8 .navbar-short .hamburger span,
.cid-u5YYyi1ew8 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u5YYyi1ew8 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u5YYyi1ew8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5YYyi1ew8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u5YYyi1ew8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u5YYyi1ew8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u5YYyi1ew8 .container {
  display: flex;
  margin: auto;
}
.cid-u5YYyi1ew8 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u5YYyi1ew8 .dropdown-menu,
.cid-u5YYyi1ew8 .navbar.opened {
  background: #232323 !important;
}
.cid-u5YYyi1ew8 .nav-item:focus,
.cid-u5YYyi1ew8 .nav-link:focus {
  outline: none;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u5YYyi1ew8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u5YYyi1ew8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u5YYyi1ew8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u5YYyi1ew8 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u5YYyi1ew8 .navbar.opened {
  transition: all 0.3s;
}
.cid-u5YYyi1ew8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u5YYyi1ew8 .navbar .navbar-logo img {
  width: auto;
}
.cid-u5YYyi1ew8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u5YYyi1ew8 .navbar.collapsed {
  justify-content: center;
}
.cid-u5YYyi1ew8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u5YYyi1ew8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u5YYyi1ew8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u5YYyi1ew8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u5YYyi1ew8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u5YYyi1ew8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u5YYyi1ew8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u5YYyi1ew8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u5YYyi1ew8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u5YYyi1ew8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u5YYyi1ew8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u5YYyi1ew8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u5YYyi1ew8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u5YYyi1ew8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u5YYyi1ew8 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u5YYyi1ew8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u5YYyi1ew8 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u5YYyi1ew8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u5YYyi1ew8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u5YYyi1ew8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u5YYyi1ew8 .dropdown-item.active,
.cid-u5YYyi1ew8 .dropdown-item:active {
  background-color: transparent;
}
.cid-u5YYyi1ew8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u5YYyi1ew8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u5YYyi1ew8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u5YYyi1ew8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u5YYyi1ew8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u5YYyi1ew8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u5YYyi1ew8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u5YYyi1ew8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u5YYyi1ew8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u5YYyi1ew8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u5YYyi1ew8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u5YYyi1ew8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u5YYyi1ew8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u5YYyi1ew8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u5YYyi1ew8 .navbar {
    height: 70px;
  }
  .cid-u5YYyi1ew8 .navbar.opened {
    height: auto;
  }
  .cid-u5YYyi1ew8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u5YYyisMZz {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-u5YYyisMZz .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u5YYyisMZz .mbr-text,
.cid-u5YYyisMZz .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u5YYyisMZz .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u5YYyiK35j {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-u5YYyiK35j .mbr-fallback-image.disabled {
  display: none;
}
.cid-u5YYyiK35j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u5YYyiK35j .mbr-section-title {
  color: #22a5e5;
}
.cid-u5YYyiK35j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u5YYyiK35j .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6egjEYlDC {
  z-index: 1000;
  width: 100%;
}
.cid-u6egjEYlDC nav.navbar {
  position: fixed;
}
.cid-u6egjEYlDC .navbar-nav {
  margin: auto;
}
.cid-u6egjEYlDC .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6egjEYlDC .dropdown-item:hover,
.cid-u6egjEYlDC .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u6egjEYlDC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6egjEYlDC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6egjEYlDC .navbar-short,
.cid-u6egjEYlDC .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u6egjEYlDC .navbar-short .nav-link,
.cid-u6egjEYlDC .opened .nav-link,
.cid-u6egjEYlDC .navbar-short .navbar-caption,
.cid-u6egjEYlDC .opened .navbar-caption,
.cid-u6egjEYlDC .navbar-short .mbr-iconfont,
.cid-u6egjEYlDC .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u6egjEYlDC .navbar-short .hamburger span,
.cid-u6egjEYlDC .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u6egjEYlDC .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u6egjEYlDC .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6egjEYlDC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6egjEYlDC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6egjEYlDC .container {
  display: flex;
  margin: auto;
}
.cid-u6egjEYlDC .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6egjEYlDC .dropdown-menu,
.cid-u6egjEYlDC .navbar.opened {
  background: #232323 !important;
}
.cid-u6egjEYlDC .nav-item:focus,
.cid-u6egjEYlDC .nav-link:focus {
  outline: none;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6egjEYlDC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6egjEYlDC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6egjEYlDC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u6egjEYlDC .navbar.opened {
  transition: all 0.3s;
}
.cid-u6egjEYlDC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6egjEYlDC .navbar .navbar-logo img {
  width: auto;
}
.cid-u6egjEYlDC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6egjEYlDC .navbar.collapsed {
  justify-content: center;
}
.cid-u6egjEYlDC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6egjEYlDC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6egjEYlDC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6egjEYlDC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6egjEYlDC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6egjEYlDC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6egjEYlDC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6egjEYlDC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6egjEYlDC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6egjEYlDC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6egjEYlDC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6egjEYlDC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6egjEYlDC .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6egjEYlDC .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6egjEYlDC .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6egjEYlDC .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6egjEYlDC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6egjEYlDC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6egjEYlDC .dropdown-item.active,
.cid-u6egjEYlDC .dropdown-item:active {
  background-color: transparent;
}
.cid-u6egjEYlDC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6egjEYlDC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6egjEYlDC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6egjEYlDC .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6egjEYlDC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6egjEYlDC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6egjEYlDC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6egjEYlDC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6egjEYlDC .navbar {
    height: 70px;
  }
  .cid-u6egjEYlDC .navbar.opened {
    height: auto;
  }
  .cid-u6egjEYlDC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6egjFrHOM {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-escorts-aruba-gay-bisexual-trans.webp");
}
.cid-u6egjFrHOM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6egjFrHOM .mbr-text,
.cid-u6egjFrHOM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6egjFrHOM .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-udvFX94puX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-udvFX94puX img,
.cid-udvFX94puX .item-img {
  width: 100%;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-udvFX94puX .item:focus,
.cid-udvFX94puX span:focus {
  outline: none;
}
.cid-udvFX94puX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udvFX94puX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udvFX94puX .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-udvFX94puX .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udvFX94puX .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-udvFX94puX .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-udvFX94puX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udvFX94puX .mbr-section-title {
  color: #ffffff;
}
.cid-udvFX94puX .mbr-text,
.cid-udvFX94puX .mbr-section-btn {
  text-align: center;
}
.cid-udvFX94puX .item-title {
  text-align: center;
  color: #1b1212;
}
.cid-udvFX94puX .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-udvFX94puX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQl3NuGPV {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ugQl3NuGPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQl3NuGPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQl3NuGPV [class^="socicon-"]:before,
.cid-ugQl3NuGPV [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQl3NuGPV .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQl3NuGPV .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQl3NuGPV .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQl3NuGPV .mbr-section-title,
.cid-ugQl3NuGPV .mbr-social-likes {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6FytVj3cW {
  z-index: 1000;
  width: 100%;
}
.cid-u6FytVj3cW nav.navbar {
  position: fixed;
}
.cid-u6FytVj3cW .navbar-nav {
  margin: auto;
}
.cid-u6FytVj3cW .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6FytVj3cW .dropdown-item:hover,
.cid-u6FytVj3cW .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u6FytVj3cW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6FytVj3cW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6FytVj3cW .navbar-short,
.cid-u6FytVj3cW .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u6FytVj3cW .navbar-short .nav-link,
.cid-u6FytVj3cW .opened .nav-link,
.cid-u6FytVj3cW .navbar-short .navbar-caption,
.cid-u6FytVj3cW .opened .navbar-caption,
.cid-u6FytVj3cW .navbar-short .mbr-iconfont,
.cid-u6FytVj3cW .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u6FytVj3cW .navbar-short .hamburger span,
.cid-u6FytVj3cW .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u6FytVj3cW .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u6FytVj3cW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6FytVj3cW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6FytVj3cW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6FytVj3cW .container {
  display: flex;
  margin: auto;
}
.cid-u6FytVj3cW .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6FytVj3cW .dropdown-menu,
.cid-u6FytVj3cW .navbar.opened {
  background: #232323 !important;
}
.cid-u6FytVj3cW .nav-item:focus,
.cid-u6FytVj3cW .nav-link:focus {
  outline: none;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6FytVj3cW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6FytVj3cW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6FytVj3cW .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u6FytVj3cW .navbar.opened {
  transition: all 0.3s;
}
.cid-u6FytVj3cW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6FytVj3cW .navbar .navbar-logo img {
  width: auto;
}
.cid-u6FytVj3cW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6FytVj3cW .navbar.collapsed {
  justify-content: center;
}
.cid-u6FytVj3cW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6FytVj3cW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6FytVj3cW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6FytVj3cW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6FytVj3cW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6FytVj3cW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6FytVj3cW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6FytVj3cW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6FytVj3cW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6FytVj3cW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6FytVj3cW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6FytVj3cW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6FytVj3cW .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6FytVj3cW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6FytVj3cW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6FytVj3cW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6FytVj3cW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6FytVj3cW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6FytVj3cW .dropdown-item.active,
.cid-u6FytVj3cW .dropdown-item:active {
  background-color: transparent;
}
.cid-u6FytVj3cW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6FytVj3cW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6FytVj3cW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6FytVj3cW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6FytVj3cW button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6FytVj3cW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6FytVj3cW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6FytVj3cW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6FytVj3cW .navbar {
    height: 70px;
  }
  .cid-u6FytVj3cW .navbar.opened {
    height: auto;
  }
  .cid-u6FytVj3cW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6FytVEpQP {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #1b1212;
}
.cid-u6FytVEpQP .mbr-section-title {
  color: #22a5e5;
  text-align: center;
}
.cid-u6FytVEpQP .mbr-text,
.cid-u6FytVEpQP .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6FytVEpQP .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ubJyCeDIpM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ubJyCeDIpM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubJyCeDIpM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubJyCeDIpM .mbr-section-title {
  color: #22a5e5;
}
.cid-ubJyCeDIpM .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ubJyCeDIpM .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ubQTUr9kkO {
  z-index: 1000;
  width: 100%;
}
.cid-ubQTUr9kkO nav.navbar {
  position: fixed;
}
.cid-ubQTUr9kkO .navbar-nav {
  margin: auto;
}
.cid-ubQTUr9kkO .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ubQTUr9kkO .dropdown-item:hover,
.cid-ubQTUr9kkO .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-ubQTUr9kkO .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ubQTUr9kkO .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ubQTUr9kkO .navbar-short,
.cid-ubQTUr9kkO .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ubQTUr9kkO .navbar-short .nav-link,
.cid-ubQTUr9kkO .opened .nav-link,
.cid-ubQTUr9kkO .navbar-short .navbar-caption,
.cid-ubQTUr9kkO .opened .navbar-caption,
.cid-ubQTUr9kkO .navbar-short .mbr-iconfont,
.cid-ubQTUr9kkO .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ubQTUr9kkO .navbar-short .hamburger span,
.cid-ubQTUr9kkO .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ubQTUr9kkO .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ubQTUr9kkO .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubQTUr9kkO .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ubQTUr9kkO .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ubQTUr9kkO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ubQTUr9kkO .container {
  display: flex;
  margin: auto;
}
.cid-ubQTUr9kkO .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ubQTUr9kkO .dropdown-menu,
.cid-ubQTUr9kkO .navbar.opened {
  background: #232323 !important;
}
.cid-ubQTUr9kkO .nav-item:focus,
.cid-ubQTUr9kkO .nav-link:focus {
  outline: none;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ubQTUr9kkO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ubQTUr9kkO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ubQTUr9kkO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ubQTUr9kkO .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-ubQTUr9kkO .navbar.opened {
  transition: all 0.3s;
}
.cid-ubQTUr9kkO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ubQTUr9kkO .navbar .navbar-logo img {
  width: auto;
}
.cid-ubQTUr9kkO .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ubQTUr9kkO .navbar.collapsed {
  justify-content: center;
}
.cid-ubQTUr9kkO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ubQTUr9kkO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ubQTUr9kkO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ubQTUr9kkO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ubQTUr9kkO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ubQTUr9kkO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ubQTUr9kkO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ubQTUr9kkO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ubQTUr9kkO .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ubQTUr9kkO .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ubQTUr9kkO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ubQTUr9kkO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ubQTUr9kkO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ubQTUr9kkO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ubQTUr9kkO .navbar.navbar-short {
  min-height: 60px;
}
.cid-ubQTUr9kkO .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ubQTUr9kkO .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ubQTUr9kkO .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ubQTUr9kkO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ubQTUr9kkO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ubQTUr9kkO .dropdown-item.active,
.cid-ubQTUr9kkO .dropdown-item:active {
  background-color: transparent;
}
.cid-ubQTUr9kkO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ubQTUr9kkO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ubQTUr9kkO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ubQTUr9kkO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ubQTUr9kkO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ubQTUr9kkO .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ubQTUr9kkO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ubQTUr9kkO .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ubQTUr9kkO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ubQTUr9kkO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ubQTUr9kkO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ubQTUr9kkO .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ubQTUr9kkO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ubQTUr9kkO .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ubQTUr9kkO .navbar {
    height: 70px;
  }
  .cid-ubQTUr9kkO .navbar.opened {
    height: auto;
  }
  .cid-ubQTUr9kkO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ubQTUrC9qH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-escorts-aruba-san-nicolas-red-light-district-1.webp");
}
.cid-ubQTUrC9qH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ubQTUrC9qH .mbr-text,
.cid-ubQTUrC9qH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ubQTUrC9qH .mbr-section-subtitle {
  color: #22a5e5;
  text-align: center;
}
.cid-ubQV3LWFtx {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ubQV3LWFtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubQV3LWFtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubQV3LWFtx .mbr-section-title {
  color: #22a5e5;
}
.cid-ubQV3LWFtx .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-ubQV3LWFtx .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-ugQlU3ohPZ {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ugQlU3ohPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQlU3ohPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQlU3ohPZ [class^="socicon-"]:before,
.cid-ugQlU3ohPZ [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQlU3ohPZ .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQlU3ohPZ .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQlU3ohPZ .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQlU3ohPZ .mbr-section-title,
.cid-ugQlU3ohPZ .mbr-social-likes {
  color: #ffffff;
}
.cid-ubR1p25OId {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ubR1p25OId .mbr-fallback-image.disabled {
  display: none;
}
.cid-ubR1p25OId .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ubR1p25OId .mbr-section-title {
  color: #ffffff;
}
.cid-ubR1p25OId .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ucgGQbUA7m {
  z-index: 1000;
  width: 100%;
}
.cid-ucgGQbUA7m nav.navbar {
  position: fixed;
}
.cid-ucgGQbUA7m .navbar-nav {
  margin: auto;
}
.cid-ucgGQbUA7m .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucgGQbUA7m .dropdown-item:hover,
.cid-ucgGQbUA7m .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-ucgGQbUA7m .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucgGQbUA7m .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucgGQbUA7m .navbar-short,
.cid-ucgGQbUA7m .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ucgGQbUA7m .navbar-short .nav-link,
.cid-ucgGQbUA7m .opened .nav-link,
.cid-ucgGQbUA7m .navbar-short .navbar-caption,
.cid-ucgGQbUA7m .opened .navbar-caption,
.cid-ucgGQbUA7m .navbar-short .mbr-iconfont,
.cid-ucgGQbUA7m .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ucgGQbUA7m .navbar-short .hamburger span,
.cid-ucgGQbUA7m .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ucgGQbUA7m .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ucgGQbUA7m .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucgGQbUA7m .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ucgGQbUA7m .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucgGQbUA7m .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucgGQbUA7m .container {
  display: flex;
  margin: auto;
}
.cid-ucgGQbUA7m .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucgGQbUA7m .dropdown-menu,
.cid-ucgGQbUA7m .navbar.opened {
  background: #232323 !important;
}
.cid-ucgGQbUA7m .nav-item:focus,
.cid-ucgGQbUA7m .nav-link:focus {
  outline: none;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucgGQbUA7m .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucgGQbUA7m .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucgGQbUA7m .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucgGQbUA7m .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-ucgGQbUA7m .navbar.opened {
  transition: all 0.3s;
}
.cid-ucgGQbUA7m .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucgGQbUA7m .navbar .navbar-logo img {
  width: auto;
}
.cid-ucgGQbUA7m .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucgGQbUA7m .navbar.collapsed {
  justify-content: center;
}
.cid-ucgGQbUA7m .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucgGQbUA7m .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucgGQbUA7m .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ucgGQbUA7m .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucgGQbUA7m .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucgGQbUA7m .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucgGQbUA7m .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucgGQbUA7m .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ucgGQbUA7m .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucgGQbUA7m .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucgGQbUA7m .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucgGQbUA7m .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucgGQbUA7m .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucgGQbUA7m .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ucgGQbUA7m .navbar.navbar-short {
  min-height: 60px;
}
.cid-ucgGQbUA7m .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucgGQbUA7m .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucgGQbUA7m .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucgGQbUA7m .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucgGQbUA7m .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucgGQbUA7m .dropdown-item.active,
.cid-ucgGQbUA7m .dropdown-item:active {
  background-color: transparent;
}
.cid-ucgGQbUA7m .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucgGQbUA7m .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucgGQbUA7m .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucgGQbUA7m .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ucgGQbUA7m .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucgGQbUA7m .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucgGQbUA7m ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucgGQbUA7m .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucgGQbUA7m button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucgGQbUA7m button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucgGQbUA7m nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucgGQbUA7m .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucgGQbUA7m a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucgGQbUA7m .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucgGQbUA7m .navbar {
    height: 70px;
  }
  .cid-ucgGQbUA7m .navbar.opened {
    height: auto;
  }
  .cid-ucgGQbUA7m .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucgGQczMrc {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-simply-the-best-escorts-in-aruba.webp");
}
.cid-ucgGQczMrc .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucgGQczMrc .mbr-text,
.cid-ucgGQczMrc .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ucgGQczMrc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ukARhTSEKw {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-ukARhTSEKw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukARhTSEKw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukARhTSEKw .mbr-section-title {
  color: #22a5e5;
}
.cid-ukARhTSEKw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukB0aYiwEj {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ukB0aYiwEj .carousel {
  height: 800px;
}
.cid-ukB0aYiwEj .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukB0aYiwEj .carousel-item,
.cid-ukB0aYiwEj .carousel-inner {
  height: 100%;
}
.cid-ukB0aYiwEj img,
.cid-ukB0aYiwEj .item-wrapper {
  border-radius: 0 !important;
}
.cid-ukB0aYiwEj .carousel-caption {
  bottom: 40px;
}
.cid-ukB0aYiwEj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukB0aYiwEj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukB0aYiwEj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukB0aYiwEj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukB0aYiwEj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukB0aYiwEj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukB0aYiwEj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukB0aYiwEj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukB0aYiwEj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukB0aYiwEj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukB0aYiwEj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukB0aYiwEj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukB0aYiwEj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukB0aYiwEj .carousel-indicators li.active,
.cid-ukB0aYiwEj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukB0aYiwEj .carousel-indicators li::after,
.cid-ukB0aYiwEj .carousel-indicators li::before {
  content: none;
}
.cid-ukB0aYiwEj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukB0aYiwEj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukB0aYiwEj .mbr-section-subtitle,
  .cid-ukB0aYiwEj .mbr-section-text,
  .cid-ukB0aYiwEj .mbr-section-btn {
    text-align: center;
  }
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-udvxqt6MCa {
  z-index: 1000;
  width: 100%;
}
.cid-udvxqt6MCa nav.navbar {
  position: fixed;
}
.cid-udvxqt6MCa .navbar-nav {
  margin: auto;
}
.cid-udvxqt6MCa .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-udvxqt6MCa .dropdown-item:hover,
.cid-udvxqt6MCa .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-udvxqt6MCa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udvxqt6MCa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udvxqt6MCa .navbar-short,
.cid-udvxqt6MCa .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-udvxqt6MCa .navbar-short .nav-link,
.cid-udvxqt6MCa .opened .nav-link,
.cid-udvxqt6MCa .navbar-short .navbar-caption,
.cid-udvxqt6MCa .opened .navbar-caption,
.cid-udvxqt6MCa .navbar-short .mbr-iconfont,
.cid-udvxqt6MCa .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-udvxqt6MCa .navbar-short .hamburger span,
.cid-udvxqt6MCa .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-udvxqt6MCa .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-udvxqt6MCa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udvxqt6MCa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udvxqt6MCa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udvxqt6MCa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udvxqt6MCa .container {
  display: flex;
  margin: auto;
}
.cid-udvxqt6MCa .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udvxqt6MCa .dropdown-menu,
.cid-udvxqt6MCa .navbar.opened {
  background: #232323 !important;
}
.cid-udvxqt6MCa .nav-item:focus,
.cid-udvxqt6MCa .nav-link:focus {
  outline: none;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udvxqt6MCa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udvxqt6MCa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udvxqt6MCa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udvxqt6MCa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-udvxqt6MCa .navbar.opened {
  transition: all 0.3s;
}
.cid-udvxqt6MCa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udvxqt6MCa .navbar .navbar-logo img {
  width: auto;
}
.cid-udvxqt6MCa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udvxqt6MCa .navbar.collapsed {
  justify-content: center;
}
.cid-udvxqt6MCa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udvxqt6MCa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udvxqt6MCa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-udvxqt6MCa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udvxqt6MCa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udvxqt6MCa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udvxqt6MCa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udvxqt6MCa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-udvxqt6MCa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udvxqt6MCa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udvxqt6MCa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udvxqt6MCa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udvxqt6MCa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udvxqt6MCa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-udvxqt6MCa .navbar.navbar-short {
  min-height: 60px;
}
.cid-udvxqt6MCa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udvxqt6MCa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-udvxqt6MCa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udvxqt6MCa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udvxqt6MCa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udvxqt6MCa .dropdown-item.active,
.cid-udvxqt6MCa .dropdown-item:active {
  background-color: transparent;
}
.cid-udvxqt6MCa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udvxqt6MCa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udvxqt6MCa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udvxqt6MCa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-udvxqt6MCa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udvxqt6MCa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udvxqt6MCa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udvxqt6MCa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udvxqt6MCa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udvxqt6MCa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udvxqt6MCa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udvxqt6MCa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udvxqt6MCa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udvxqt6MCa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udvxqt6MCa .navbar {
    height: 70px;
  }
  .cid-udvxqt6MCa .navbar.opened {
    height: auto;
  }
  .cid-udvxqt6MCa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udvxqtRSxi {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/yara-heaven-aruba-trans-escort-3.webp");
}
.cid-udvxqtRSxi .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-udvxqtRSxi .mbr-text,
.cid-udvxqtRSxi .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-udvxqtRSxi .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-udvxqupQha {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-udvxqupQha .carousel {
  height: 800px;
}
.cid-udvxqupQha .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udvxqupQha .carousel-item,
.cid-udvxqupQha .carousel-inner {
  height: 100%;
}
.cid-udvxqupQha .carousel-caption {
  bottom: 40px;
}
.cid-udvxqupQha .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-udvxqupQha .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-udvxqupQha .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-udvxqupQha .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-udvxqupQha .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-udvxqupQha .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-udvxqupQha .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-udvxqupQha .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-udvxqupQha .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-udvxqupQha .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-udvxqupQha .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-udvxqupQha .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-udvxqupQha .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-udvxqupQha .carousel-indicators li.active,
.cid-udvxqupQha .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-udvxqupQha .carousel-indicators li::after,
.cid-udvxqupQha .carousel-indicators li::before {
  content: none;
}
.cid-udvxqupQha .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-udvxqupQha .carousel-indicators {
    display: none !important;
  }
}
.cid-ukAT0sQ9Wx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-ukAT0sQ9Wx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ukAT0sQ9Wx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ukAT0sQ9Wx .mbr-section-title {
  color: #ffffff;
}
.cid-ukAT0sQ9Wx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-ufPiJ8KwcJ {
  z-index: 1000;
  width: 100%;
}
.cid-ufPiJ8KwcJ nav.navbar {
  position: fixed;
}
.cid-ufPiJ8KwcJ .navbar-nav {
  margin: auto;
}
.cid-ufPiJ8KwcJ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-ufPiJ8KwcJ .dropdown-item:hover,
.cid-ufPiJ8KwcJ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-ufPiJ8KwcJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ufPiJ8KwcJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ufPiJ8KwcJ .navbar-short,
.cid-ufPiJ8KwcJ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-ufPiJ8KwcJ .navbar-short .nav-link,
.cid-ufPiJ8KwcJ .opened .nav-link,
.cid-ufPiJ8KwcJ .navbar-short .navbar-caption,
.cid-ufPiJ8KwcJ .opened .navbar-caption,
.cid-ufPiJ8KwcJ .navbar-short .mbr-iconfont,
.cid-ufPiJ8KwcJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-ufPiJ8KwcJ .navbar-short .hamburger span,
.cid-ufPiJ8KwcJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-ufPiJ8KwcJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-ufPiJ8KwcJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPiJ8KwcJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-ufPiJ8KwcJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ufPiJ8KwcJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ufPiJ8KwcJ .container {
  display: flex;
  margin: auto;
}
.cid-ufPiJ8KwcJ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ufPiJ8KwcJ .dropdown-menu,
.cid-ufPiJ8KwcJ .navbar.opened {
  background: #232323 !important;
}
.cid-ufPiJ8KwcJ .nav-item:focus,
.cid-ufPiJ8KwcJ .nav-link:focus {
  outline: none;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ufPiJ8KwcJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ufPiJ8KwcJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ufPiJ8KwcJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ufPiJ8KwcJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-ufPiJ8KwcJ .navbar.opened {
  transition: all 0.3s;
}
.cid-ufPiJ8KwcJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ufPiJ8KwcJ .navbar .navbar-logo img {
  width: auto;
}
.cid-ufPiJ8KwcJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ufPiJ8KwcJ .navbar.collapsed {
  justify-content: center;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ufPiJ8KwcJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ufPiJ8KwcJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-ufPiJ8KwcJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ufPiJ8KwcJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ufPiJ8KwcJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ufPiJ8KwcJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-ufPiJ8KwcJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ufPiJ8KwcJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ufPiJ8KwcJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ufPiJ8KwcJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ufPiJ8KwcJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ufPiJ8KwcJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ufPiJ8KwcJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-ufPiJ8KwcJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ufPiJ8KwcJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ufPiJ8KwcJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ufPiJ8KwcJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ufPiJ8KwcJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ufPiJ8KwcJ .dropdown-item.active,
.cid-ufPiJ8KwcJ .dropdown-item:active {
  background-color: transparent;
}
.cid-ufPiJ8KwcJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ufPiJ8KwcJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ufPiJ8KwcJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ufPiJ8KwcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-ufPiJ8KwcJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ufPiJ8KwcJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ufPiJ8KwcJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ufPiJ8KwcJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ufPiJ8KwcJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ufPiJ8KwcJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ufPiJ8KwcJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ufPiJ8KwcJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ufPiJ8KwcJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufPiJ8KwcJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ufPiJ8KwcJ .navbar {
    height: 70px;
  }
  .cid-ufPiJ8KwcJ .navbar.opened {
    height: auto;
  }
  .cid-ufPiJ8KwcJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ufPiJ9pWMK {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-available-escorts.webp");
}
.cid-ufPiJ9pWMK .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ufPiJ9pWMK .mbr-text,
.cid-ufPiJ9pWMK .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-ufPiJ9pWMK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTW2aHBDhU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uTW2aHBDhU img,
.cid-uTW2aHBDhU .item-img {
  width: 100%;
}
.cid-uTW2aHBDhU .item:focus,
.cid-uTW2aHBDhU span:focus {
  outline: none;
}
.cid-uTW2aHBDhU .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uTW2aHBDhU .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uTW2aHBDhU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uTW2aHBDhU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uTW2aHBDhU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uTW2aHBDhU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uTW2aHBDhU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uTW2aHBDhU .mbr-section-title {
  color: #ffffff;
}
.cid-uTW2aHBDhU .mbr-text,
.cid-uTW2aHBDhU .mbr-section-btn {
  text-align: center;
}
.cid-uTW2aHBDhU .item-title {
  text-align: center;
  color: #22a5e5;
}
.cid-uTW2aHBDhU .item-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uTW2aHBDhU .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ugQjjapVPu {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #232323;
}
.cid-ugQjjapVPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugQjjapVPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugQjjapVPu [class^="socicon-"]:before,
.cid-ugQjjapVPu [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-ugQjjapVPu .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #22a5e5;
  border-width: 2px;
  transition: all .3s;
  border-color: #22a5e5;
}
.cid-ugQjjapVPu .btn-social:hover {
  background: #22a5e5;
}
.cid-ugQjjapVPu .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-ugQjjapVPu .mbr-section-title,
.cid-ugQjjapVPu .mbr-social-likes {
  color: #ffffff;
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uhvzkg104J {
  z-index: 1000;
  width: 100%;
}
.cid-uhvzkg104J nav.navbar {
  position: fixed;
}
.cid-uhvzkg104J .navbar-nav {
  margin: auto;
}
.cid-uhvzkg104J .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uhvzkg104J .dropdown-item:hover,
.cid-uhvzkg104J .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uhvzkg104J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uhvzkg104J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uhvzkg104J .navbar-short,
.cid-uhvzkg104J .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uhvzkg104J .navbar-short .nav-link,
.cid-uhvzkg104J .opened .nav-link,
.cid-uhvzkg104J .navbar-short .navbar-caption,
.cid-uhvzkg104J .opened .navbar-caption,
.cid-uhvzkg104J .navbar-short .mbr-iconfont,
.cid-uhvzkg104J .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uhvzkg104J .navbar-short .hamburger span,
.cid-uhvzkg104J .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uhvzkg104J .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uhvzkg104J .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhvzkg104J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uhvzkg104J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uhvzkg104J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uhvzkg104J .container {
  display: flex;
  margin: auto;
}
.cid-uhvzkg104J .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uhvzkg104J .dropdown-menu,
.cid-uhvzkg104J .navbar.opened {
  background: #232323 !important;
}
.cid-uhvzkg104J .nav-item:focus,
.cid-uhvzkg104J .nav-link:focus {
  outline: none;
}
.cid-uhvzkg104J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uhvzkg104J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uhvzkg104J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uhvzkg104J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uhvzkg104J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uhvzkg104J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uhvzkg104J .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uhvzkg104J .navbar.opened {
  transition: all 0.3s;
}
.cid-uhvzkg104J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uhvzkg104J .navbar .navbar-logo img {
  width: auto;
}
.cid-uhvzkg104J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uhvzkg104J .navbar.collapsed {
  justify-content: center;
}
.cid-uhvzkg104J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uhvzkg104J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uhvzkg104J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uhvzkg104J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uhvzkg104J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uhvzkg104J .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uhvzkg104J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uhvzkg104J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uhvzkg104J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uhvzkg104J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uhvzkg104J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uhvzkg104J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uhvzkg104J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uhvzkg104J .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uhvzkg104J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uhvzkg104J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uhvzkg104J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uhvzkg104J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uhvzkg104J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uhvzkg104J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uhvzkg104J .navbar.navbar-short {
  min-height: 60px;
}
.cid-uhvzkg104J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uhvzkg104J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uhvzkg104J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uhvzkg104J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uhvzkg104J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uhvzkg104J .dropdown-item.active,
.cid-uhvzkg104J .dropdown-item:active {
  background-color: transparent;
}
.cid-uhvzkg104J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uhvzkg104J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uhvzkg104J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uhvzkg104J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uhvzkg104J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uhvzkg104J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uhvzkg104J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uhvzkg104J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uhvzkg104J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uhvzkg104J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uhvzkg104J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uhvzkg104J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhvzkg104J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uhvzkg104J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uhvzkg104J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhvzkg104J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uhvzkg104J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uhvzkg104J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uhvzkg104J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uhvzkg104J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uhvzkg104J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uhvzkg104J .navbar {
    height: 70px;
  }
  .cid-uhvzkg104J .navbar.opened {
    height: auto;
  }
  .cid-uhvzkg104J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uhvzkhnt8f {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/anglica-heaven-aruba-escorts-3.webp");
}
.cid-uhvzkhnt8f .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uhvzkhnt8f .mbr-text,
.cid-uhvzkhnt8f .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uhvzkhnt8f .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNBRax6Mwa {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uNBRax6Mwa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBRax6Mwa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBRax6Mwa .mbr-section-title {
  color: #22a5e5;
}
.cid-uNBRax6Mwa .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukB9nEdqhO {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ukB9nEdqhO .carousel {
  height: 800px;
}
.cid-ukB9nEdqhO .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukB9nEdqhO .carousel-item,
.cid-ukB9nEdqhO .carousel-inner {
  height: 100%;
}
.cid-ukB9nEdqhO img,
.cid-ukB9nEdqhO .item-wrapper {
  border-radius: 0 !important;
}
.cid-ukB9nEdqhO .carousel-caption {
  bottom: 40px;
}
.cid-ukB9nEdqhO .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukB9nEdqhO .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukB9nEdqhO .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukB9nEdqhO .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukB9nEdqhO .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukB9nEdqhO .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukB9nEdqhO .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukB9nEdqhO .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukB9nEdqhO .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukB9nEdqhO .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukB9nEdqhO .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukB9nEdqhO .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukB9nEdqhO .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukB9nEdqhO .carousel-indicators li.active,
.cid-ukB9nEdqhO .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukB9nEdqhO .carousel-indicators li::after,
.cid-ukB9nEdqhO .carousel-indicators li::before {
  content: none;
}
.cid-ukB9nEdqhO .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukB9nEdqhO .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukB9nEdqhO .mbr-section-subtitle,
  .cid-ukB9nEdqhO .mbr-section-text,
  .cid-ukB9nEdqhO .mbr-section-btn {
    text-align: center;
  }
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u6qj3Swppa {
  z-index: 1000;
  width: 100%;
}
.cid-u6qj3Swppa nav.navbar {
  position: fixed;
}
.cid-u6qj3Swppa .navbar-nav {
  margin: auto;
}
.cid-u6qj3Swppa .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-u6qj3Swppa .dropdown-item:hover,
.cid-u6qj3Swppa .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-u6qj3Swppa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u6qj3Swppa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u6qj3Swppa .navbar-short,
.cid-u6qj3Swppa .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-u6qj3Swppa .navbar-short .nav-link,
.cid-u6qj3Swppa .opened .nav-link,
.cid-u6qj3Swppa .navbar-short .navbar-caption,
.cid-u6qj3Swppa .opened .navbar-caption,
.cid-u6qj3Swppa .navbar-short .mbr-iconfont,
.cid-u6qj3Swppa .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-u6qj3Swppa .navbar-short .hamburger span,
.cid-u6qj3Swppa .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-u6qj3Swppa .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-u6qj3Swppa .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6qj3Swppa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u6qj3Swppa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u6qj3Swppa .container {
  display: flex;
  margin: auto;
}
.cid-u6qj3Swppa .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u6qj3Swppa .dropdown-menu,
.cid-u6qj3Swppa .navbar.opened {
  background: #232323 !important;
}
.cid-u6qj3Swppa .nav-item:focus,
.cid-u6qj3Swppa .nav-link:focus {
  outline: none;
}
.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u6qj3Swppa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u6qj3Swppa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u6qj3Swppa .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-u6qj3Swppa .navbar.opened {
  transition: all 0.3s;
}
.cid-u6qj3Swppa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u6qj3Swppa .navbar .navbar-logo img {
  width: auto;
}
.cid-u6qj3Swppa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-u6qj3Swppa .navbar.collapsed {
  justify-content: center;
}
.cid-u6qj3Swppa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u6qj3Swppa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u6qj3Swppa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u6qj3Swppa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u6qj3Swppa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u6qj3Swppa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u6qj3Swppa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u6qj3Swppa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u6qj3Swppa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u6qj3Swppa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u6qj3Swppa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u6qj3Swppa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u6qj3Swppa .navbar.navbar-short {
  min-height: 60px;
}
.cid-u6qj3Swppa .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u6qj3Swppa .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u6qj3Swppa .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u6qj3Swppa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u6qj3Swppa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u6qj3Swppa .dropdown-item.active,
.cid-u6qj3Swppa .dropdown-item:active {
  background-color: transparent;
}
.cid-u6qj3Swppa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u6qj3Swppa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-u6qj3Swppa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u6qj3Swppa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u6qj3Swppa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u6qj3Swppa .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u6qj3Swppa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u6qj3Swppa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u6qj3Swppa .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-u6qj3Swppa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u6qj3Swppa .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u6qj3Swppa .navbar {
    height: 70px;
  }
  .cid-u6qj3Swppa .navbar.opened {
    height: auto;
  }
  .cid-u6qj3Swppa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u6qj3SWe9D {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/samantha-heaven-aruba-escorts-8.webp");
}
.cid-u6qj3SWe9D .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u6qj3SWe9D .mbr-text,
.cid-u6qj3SWe9D .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-u6qj3SWe9D .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNBRJtxpzA {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uNBRJtxpzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNBRJtxpzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNBRJtxpzA .mbr-section-title {
  color: #22a5e5;
}
.cid-uNBRJtxpzA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-ukAXU3DXnj {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-ukAXU3DXnj .carousel {
  height: 800px;
}
.cid-ukAXU3DXnj .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukAXU3DXnj .carousel-item,
.cid-ukAXU3DXnj .carousel-inner {
  height: 100%;
}
.cid-ukAXU3DXnj img,
.cid-ukAXU3DXnj .item-wrapper {
  border-radius: 0 !important;
}
.cid-ukAXU3DXnj .carousel-caption {
  bottom: 40px;
}
.cid-ukAXU3DXnj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-ukAXU3DXnj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-ukAXU3DXnj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-ukAXU3DXnj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ukAXU3DXnj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-ukAXU3DXnj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-ukAXU3DXnj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-ukAXU3DXnj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ukAXU3DXnj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ukAXU3DXnj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ukAXU3DXnj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ukAXU3DXnj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-ukAXU3DXnj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ukAXU3DXnj .carousel-indicators li.active,
.cid-ukAXU3DXnj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ukAXU3DXnj .carousel-indicators li::after,
.cid-ukAXU3DXnj .carousel-indicators li::before {
  content: none;
}
.cid-ukAXU3DXnj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ukAXU3DXnj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ukAXU3DXnj .mbr-section-subtitle,
  .cid-ukAXU3DXnj .mbr-section-text,
  .cid-ukAXU3DXnj .mbr-section-btn {
    text-align: center;
  }
}
.cid-uveXyjeaUa {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uveXyjeaUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uveXyjeaUa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uveXyjeaUa .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uveXyjeaUa .row {
    text-align: center;
  }
  .cid-uveXyjeaUa .row > div {
    margin: auto;
  }
  .cid-uveXyjeaUa .social-row {
    justify-content: center;
  }
}
.cid-uveXyjeaUa .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uveXyjeaUa .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uveXyjeaUa .list {
    margin-bottom: 0rem;
  }
}
.cid-uveXyjeaUa .mbr-text {
  color: #ffffff;
}
.cid-uveXyjeaUa .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uveXyjeaUa .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uveXyjeaUa div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uGAevzFMYo {
  z-index: 1000;
  width: 100%;
}
.cid-uGAevzFMYo nav.navbar {
  position: fixed;
}
.cid-uGAevzFMYo .navbar-nav {
  margin: auto;
}
.cid-uGAevzFMYo .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uGAevzFMYo .dropdown-item:hover,
.cid-uGAevzFMYo .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uGAevzFMYo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uGAevzFMYo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uGAevzFMYo .navbar-short,
.cid-uGAevzFMYo .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uGAevzFMYo .navbar-short .nav-link,
.cid-uGAevzFMYo .opened .nav-link,
.cid-uGAevzFMYo .navbar-short .navbar-caption,
.cid-uGAevzFMYo .opened .navbar-caption,
.cid-uGAevzFMYo .navbar-short .mbr-iconfont,
.cid-uGAevzFMYo .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uGAevzFMYo .navbar-short .hamburger span,
.cid-uGAevzFMYo .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uGAevzFMYo .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uGAevzFMYo .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGAevzFMYo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uGAevzFMYo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uGAevzFMYo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uGAevzFMYo .container {
  display: flex;
  margin: auto;
}
.cid-uGAevzFMYo .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uGAevzFMYo .dropdown-menu,
.cid-uGAevzFMYo .navbar.opened {
  background: #232323 !important;
}
.cid-uGAevzFMYo .nav-item:focus,
.cid-uGAevzFMYo .nav-link:focus {
  outline: none;
}
.cid-uGAevzFMYo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uGAevzFMYo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uGAevzFMYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uGAevzFMYo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uGAevzFMYo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uGAevzFMYo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uGAevzFMYo .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uGAevzFMYo .navbar.opened {
  transition: all 0.3s;
}
.cid-uGAevzFMYo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uGAevzFMYo .navbar .navbar-logo img {
  width: auto;
}
.cid-uGAevzFMYo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uGAevzFMYo .navbar.collapsed {
  justify-content: center;
}
.cid-uGAevzFMYo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uGAevzFMYo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uGAevzFMYo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uGAevzFMYo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uGAevzFMYo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uGAevzFMYo .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uGAevzFMYo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uGAevzFMYo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uGAevzFMYo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uGAevzFMYo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uGAevzFMYo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uGAevzFMYo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uGAevzFMYo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uGAevzFMYo .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uGAevzFMYo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uGAevzFMYo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uGAevzFMYo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uGAevzFMYo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uGAevzFMYo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uGAevzFMYo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uGAevzFMYo .navbar.navbar-short {
  min-height: 60px;
}
.cid-uGAevzFMYo .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uGAevzFMYo .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uGAevzFMYo .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uGAevzFMYo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uGAevzFMYo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uGAevzFMYo .dropdown-item.active,
.cid-uGAevzFMYo .dropdown-item:active {
  background-color: transparent;
}
.cid-uGAevzFMYo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uGAevzFMYo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uGAevzFMYo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uGAevzFMYo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uGAevzFMYo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uGAevzFMYo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uGAevzFMYo ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uGAevzFMYo .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uGAevzFMYo button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uGAevzFMYo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uGAevzFMYo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uGAevzFMYo button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGAevzFMYo button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uGAevzFMYo button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uGAevzFMYo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGAevzFMYo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uGAevzFMYo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uGAevzFMYo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uGAevzFMYo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uGAevzFMYo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uGAevzFMYo .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uGAevzFMYo .navbar {
    height: 70px;
  }
  .cid-uGAevzFMYo .navbar.opened {
    height: auto;
  }
  .cid-uGAevzFMYo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uGAevAhZvb {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escorts-diana-5.webp");
}
.cid-uGAevAhZvb .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uGAevAhZvb .mbr-text,
.cid-uGAevAhZvb .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uGAevAhZvb .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uGAevAGZyi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uGAevAGZyi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAevAGZyi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAevAGZyi .mbr-section-title {
  color: #22a5e5;
}
.cid-uGAevAGZyi .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uGAevB7dNX {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uGAevB7dNX .carousel {
  height: 800px;
}
.cid-uGAevB7dNX .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uGAevB7dNX .carousel-item,
.cid-uGAevB7dNX .carousel-inner {
  height: 100%;
}
.cid-uGAevB7dNX img,
.cid-uGAevB7dNX .item-wrapper {
  border-radius: 0 !important;
}
.cid-uGAevB7dNX .carousel-caption {
  bottom: 40px;
}
.cid-uGAevB7dNX .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uGAevB7dNX .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uGAevB7dNX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uGAevB7dNX .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uGAevB7dNX .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uGAevB7dNX .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uGAevB7dNX .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uGAevB7dNX .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uGAevB7dNX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uGAevB7dNX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uGAevB7dNX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uGAevB7dNX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uGAevB7dNX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uGAevB7dNX .carousel-indicators li.active,
.cid-uGAevB7dNX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uGAevB7dNX .carousel-indicators li::after,
.cid-uGAevB7dNX .carousel-indicators li::before {
  content: none;
}
.cid-uGAevB7dNX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uGAevB7dNX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uGAevB7dNX .mbr-section-subtitle,
  .cid-uGAevB7dNX .mbr-section-text,
  .cid-uGAevB7dNX .mbr-section-btn {
    text-align: center;
  }
}
.cid-uGAevC7N6Y {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uGAevC7N6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uGAevC7N6Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uGAevC7N6Y .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uGAevC7N6Y .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uGAevC7N6Y .row {
    text-align: center;
  }
  .cid-uGAevC7N6Y .row > div {
    margin: auto;
  }
  .cid-uGAevC7N6Y .social-row {
    justify-content: center;
  }
}
.cid-uGAevC7N6Y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uGAevC7N6Y .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uGAevC7N6Y .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uGAevC7N6Y .list {
    margin-bottom: 0rem;
  }
}
.cid-uGAevC7N6Y .mbr-text {
  color: #ffffff;
}
.cid-uGAevC7N6Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uGAevC7N6Y .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uGAevC7N6Y div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIuoCAq6gu {
  z-index: 1000;
  width: 100%;
}
.cid-uIuoCAq6gu nav.navbar {
  position: fixed;
}
.cid-uIuoCAq6gu .navbar-nav {
  margin: auto;
}
.cid-uIuoCAq6gu .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIuoCAq6gu .dropdown-item:hover,
.cid-uIuoCAq6gu .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uIuoCAq6gu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIuoCAq6gu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIuoCAq6gu .navbar-short,
.cid-uIuoCAq6gu .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uIuoCAq6gu .navbar-short .nav-link,
.cid-uIuoCAq6gu .opened .nav-link,
.cid-uIuoCAq6gu .navbar-short .navbar-caption,
.cid-uIuoCAq6gu .opened .navbar-caption,
.cid-uIuoCAq6gu .navbar-short .mbr-iconfont,
.cid-uIuoCAq6gu .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uIuoCAq6gu .navbar-short .hamburger span,
.cid-uIuoCAq6gu .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uIuoCAq6gu .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uIuoCAq6gu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIuoCAq6gu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIuoCAq6gu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIuoCAq6gu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIuoCAq6gu .container {
  display: flex;
  margin: auto;
}
.cid-uIuoCAq6gu .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIuoCAq6gu .dropdown-menu,
.cid-uIuoCAq6gu .navbar.opened {
  background: #232323 !important;
}
.cid-uIuoCAq6gu .nav-item:focus,
.cid-uIuoCAq6gu .nav-link:focus {
  outline: none;
}
.cid-uIuoCAq6gu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIuoCAq6gu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIuoCAq6gu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIuoCAq6gu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIuoCAq6gu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIuoCAq6gu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIuoCAq6gu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uIuoCAq6gu .navbar.opened {
  transition: all 0.3s;
}
.cid-uIuoCAq6gu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIuoCAq6gu .navbar .navbar-logo img {
  width: auto;
}
.cid-uIuoCAq6gu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIuoCAq6gu .navbar.collapsed {
  justify-content: center;
}
.cid-uIuoCAq6gu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIuoCAq6gu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIuoCAq6gu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIuoCAq6gu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIuoCAq6gu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIuoCAq6gu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIuoCAq6gu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIuoCAq6gu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIuoCAq6gu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIuoCAq6gu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIuoCAq6gu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIuoCAq6gu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIuoCAq6gu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIuoCAq6gu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIuoCAq6gu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIuoCAq6gu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIuoCAq6gu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIuoCAq6gu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIuoCAq6gu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIuoCAq6gu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIuoCAq6gu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIuoCAq6gu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIuoCAq6gu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIuoCAq6gu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIuoCAq6gu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIuoCAq6gu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIuoCAq6gu .dropdown-item.active,
.cid-uIuoCAq6gu .dropdown-item:active {
  background-color: transparent;
}
.cid-uIuoCAq6gu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIuoCAq6gu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIuoCAq6gu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIuoCAq6gu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uIuoCAq6gu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIuoCAq6gu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIuoCAq6gu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIuoCAq6gu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIuoCAq6gu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIuoCAq6gu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uIuoCAq6gu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIuoCAq6gu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIuoCAq6gu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIuoCAq6gu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIuoCAq6gu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIuoCAq6gu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIuoCAq6gu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIuoCAq6gu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIuoCAq6gu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIuoCAq6gu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIuoCAq6gu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIuoCAq6gu .navbar {
    height: 70px;
  }
  .cid-uIuoCAq6gu .navbar.opened {
    height: auto;
  }
  .cid-uIuoCAq6gu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIuoCAZPyI {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escorts-tatis-5.webp");
}
.cid-uIuoCAZPyI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIuoCAZPyI .mbr-text,
.cid-uIuoCAZPyI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uIuoCAZPyI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIuoCBp4Js {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uIuoCBp4Js .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuoCBp4Js .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuoCBp4Js .mbr-section-title {
  color: #22a5e5;
}
.cid-uIuoCBp4Js .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIuoCBSh0D {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIuoCBSh0D .carousel {
  height: 800px;
}
.cid-uIuoCBSh0D .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIuoCBSh0D .carousel-item,
.cid-uIuoCBSh0D .carousel-inner {
  height: 100%;
}
.cid-uIuoCBSh0D img,
.cid-uIuoCBSh0D .item-wrapper {
  border-radius: 0 !important;
}
.cid-uIuoCBSh0D .carousel-caption {
  bottom: 40px;
}
.cid-uIuoCBSh0D .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uIuoCBSh0D .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uIuoCBSh0D .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uIuoCBSh0D .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIuoCBSh0D .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uIuoCBSh0D .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uIuoCBSh0D .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uIuoCBSh0D .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uIuoCBSh0D .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIuoCBSh0D .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIuoCBSh0D .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uIuoCBSh0D .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uIuoCBSh0D .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uIuoCBSh0D .carousel-indicators li.active,
.cid-uIuoCBSh0D .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uIuoCBSh0D .carousel-indicators li::after,
.cid-uIuoCBSh0D .carousel-indicators li::before {
  content: none;
}
.cid-uIuoCBSh0D .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uIuoCBSh0D .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uIuoCBSh0D .mbr-section-subtitle,
  .cid-uIuoCBSh0D .mbr-section-text,
  .cid-uIuoCBSh0D .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIuoCDh36W {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIuoCDh36W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIuoCDh36W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIuoCDh36W .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIuoCDh36W .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIuoCDh36W .row {
    text-align: center;
  }
  .cid-uIuoCDh36W .row > div {
    margin: auto;
  }
  .cid-uIuoCDh36W .social-row {
    justify-content: center;
  }
}
.cid-uIuoCDh36W .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIuoCDh36W .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIuoCDh36W .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIuoCDh36W .list {
    margin-bottom: 0rem;
  }
}
.cid-uIuoCDh36W .mbr-text {
  color: #ffffff;
}
.cid-uIuoCDh36W .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIuoCDh36W .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIuoCDh36W div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uIxnKUkWgJ {
  z-index: 1000;
  width: 100%;
}
.cid-uIxnKUkWgJ nav.navbar {
  position: fixed;
}
.cid-uIxnKUkWgJ .navbar-nav {
  margin: auto;
}
.cid-uIxnKUkWgJ .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uIxnKUkWgJ .dropdown-item:hover,
.cid-uIxnKUkWgJ .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uIxnKUkWgJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uIxnKUkWgJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uIxnKUkWgJ .navbar-short,
.cid-uIxnKUkWgJ .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uIxnKUkWgJ .navbar-short .nav-link,
.cid-uIxnKUkWgJ .opened .nav-link,
.cid-uIxnKUkWgJ .navbar-short .navbar-caption,
.cid-uIxnKUkWgJ .opened .navbar-caption,
.cid-uIxnKUkWgJ .navbar-short .mbr-iconfont,
.cid-uIxnKUkWgJ .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uIxnKUkWgJ .navbar-short .hamburger span,
.cid-uIxnKUkWgJ .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uIxnKUkWgJ .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uIxnKUkWgJ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxnKUkWgJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uIxnKUkWgJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uIxnKUkWgJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uIxnKUkWgJ .container {
  display: flex;
  margin: auto;
}
.cid-uIxnKUkWgJ .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uIxnKUkWgJ .dropdown-menu,
.cid-uIxnKUkWgJ .navbar.opened {
  background: #232323 !important;
}
.cid-uIxnKUkWgJ .nav-item:focus,
.cid-uIxnKUkWgJ .nav-link:focus {
  outline: none;
}
.cid-uIxnKUkWgJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uIxnKUkWgJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uIxnKUkWgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uIxnKUkWgJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uIxnKUkWgJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uIxnKUkWgJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uIxnKUkWgJ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uIxnKUkWgJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uIxnKUkWgJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uIxnKUkWgJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uIxnKUkWgJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uIxnKUkWgJ .navbar.collapsed {
  justify-content: center;
}
.cid-uIxnKUkWgJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uIxnKUkWgJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uIxnKUkWgJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uIxnKUkWgJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uIxnKUkWgJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uIxnKUkWgJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uIxnKUkWgJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uIxnKUkWgJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uIxnKUkWgJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uIxnKUkWgJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uIxnKUkWgJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uIxnKUkWgJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uIxnKUkWgJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uIxnKUkWgJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uIxnKUkWgJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uIxnKUkWgJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uIxnKUkWgJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uIxnKUkWgJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uIxnKUkWgJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uIxnKUkWgJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uIxnKUkWgJ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uIxnKUkWgJ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uIxnKUkWgJ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uIxnKUkWgJ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uIxnKUkWgJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uIxnKUkWgJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uIxnKUkWgJ .dropdown-item.active,
.cid-uIxnKUkWgJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uIxnKUkWgJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uIxnKUkWgJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uIxnKUkWgJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uIxnKUkWgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uIxnKUkWgJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uIxnKUkWgJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uIxnKUkWgJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uIxnKUkWgJ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uIxnKUkWgJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uIxnKUkWgJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uIxnKUkWgJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uIxnKUkWgJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxnKUkWgJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uIxnKUkWgJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uIxnKUkWgJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxnKUkWgJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uIxnKUkWgJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uIxnKUkWgJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uIxnKUkWgJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uIxnKUkWgJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uIxnKUkWgJ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uIxnKUkWgJ .navbar {
    height: 70px;
  }
  .cid-uIxnKUkWgJ .navbar.opened {
    height: auto;
  }
  .cid-uIxnKUkWgJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uIxnKUZdho {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escorts-valentina-1.webp");
}
.cid-uIxnKUZdho .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uIxnKUZdho .mbr-text,
.cid-uIxnKUZdho .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uIxnKUZdho .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uIxnKVqlGr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uIxnKVqlGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxnKVqlGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxnKVqlGr .mbr-section-title {
  color: #22a5e5;
}
.cid-uIxnKVqlGr .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uIxnKVUPnj {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uIxnKVUPnj .carousel {
  height: 800px;
}
.cid-uIxnKVUPnj .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uIxnKVUPnj .carousel-item,
.cid-uIxnKVUPnj .carousel-inner {
  height: 100%;
}
.cid-uIxnKVUPnj img,
.cid-uIxnKVUPnj .item-wrapper {
  border-radius: 0 !important;
}
.cid-uIxnKVUPnj .carousel-caption {
  bottom: 40px;
}
.cid-uIxnKVUPnj .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uIxnKVUPnj .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uIxnKVUPnj .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uIxnKVUPnj .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uIxnKVUPnj .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uIxnKVUPnj .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uIxnKVUPnj .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uIxnKVUPnj .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uIxnKVUPnj .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uIxnKVUPnj .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uIxnKVUPnj .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uIxnKVUPnj .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uIxnKVUPnj .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uIxnKVUPnj .carousel-indicators li.active,
.cid-uIxnKVUPnj .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uIxnKVUPnj .carousel-indicators li::after,
.cid-uIxnKVUPnj .carousel-indicators li::before {
  content: none;
}
.cid-uIxnKVUPnj .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uIxnKVUPnj .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uIxnKVUPnj .mbr-section-subtitle,
  .cid-uIxnKVUPnj .mbr-section-text,
  .cid-uIxnKVUPnj .mbr-section-btn {
    text-align: center;
  }
}
.cid-uIxnKWSG3f {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uIxnKWSG3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uIxnKWSG3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uIxnKWSG3f .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uIxnKWSG3f .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uIxnKWSG3f .row {
    text-align: center;
  }
  .cid-uIxnKWSG3f .row > div {
    margin: auto;
  }
  .cid-uIxnKWSG3f .social-row {
    justify-content: center;
  }
}
.cid-uIxnKWSG3f .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uIxnKWSG3f .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uIxnKWSG3f .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uIxnKWSG3f .list {
    margin-bottom: 0rem;
  }
}
.cid-uIxnKWSG3f .mbr-text {
  color: #ffffff;
}
.cid-uIxnKWSG3f .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uIxnKWSG3f .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uIxnKWSG3f div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uJsXfvFXeP {
  z-index: 1000;
  width: 100%;
}
.cid-uJsXfvFXeP nav.navbar {
  position: fixed;
}
.cid-uJsXfvFXeP .navbar-nav {
  margin: auto;
}
.cid-uJsXfvFXeP .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uJsXfvFXeP .dropdown-item:hover,
.cid-uJsXfvFXeP .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uJsXfvFXeP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uJsXfvFXeP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uJsXfvFXeP .navbar-short,
.cid-uJsXfvFXeP .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uJsXfvFXeP .navbar-short .nav-link,
.cid-uJsXfvFXeP .opened .nav-link,
.cid-uJsXfvFXeP .navbar-short .navbar-caption,
.cid-uJsXfvFXeP .opened .navbar-caption,
.cid-uJsXfvFXeP .navbar-short .mbr-iconfont,
.cid-uJsXfvFXeP .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uJsXfvFXeP .navbar-short .hamburger span,
.cid-uJsXfvFXeP .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uJsXfvFXeP .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uJsXfvFXeP .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsXfvFXeP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uJsXfvFXeP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uJsXfvFXeP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uJsXfvFXeP .container {
  display: flex;
  margin: auto;
}
.cid-uJsXfvFXeP .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uJsXfvFXeP .dropdown-menu,
.cid-uJsXfvFXeP .navbar.opened {
  background: #232323 !important;
}
.cid-uJsXfvFXeP .nav-item:focus,
.cid-uJsXfvFXeP .nav-link:focus {
  outline: none;
}
.cid-uJsXfvFXeP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uJsXfvFXeP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uJsXfvFXeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uJsXfvFXeP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uJsXfvFXeP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uJsXfvFXeP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uJsXfvFXeP .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uJsXfvFXeP .navbar.opened {
  transition: all 0.3s;
}
.cid-uJsXfvFXeP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uJsXfvFXeP .navbar .navbar-logo img {
  width: auto;
}
.cid-uJsXfvFXeP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uJsXfvFXeP .navbar.collapsed {
  justify-content: center;
}
.cid-uJsXfvFXeP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uJsXfvFXeP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uJsXfvFXeP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uJsXfvFXeP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uJsXfvFXeP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uJsXfvFXeP .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uJsXfvFXeP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uJsXfvFXeP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uJsXfvFXeP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uJsXfvFXeP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uJsXfvFXeP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uJsXfvFXeP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uJsXfvFXeP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uJsXfvFXeP .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uJsXfvFXeP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uJsXfvFXeP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uJsXfvFXeP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uJsXfvFXeP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uJsXfvFXeP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uJsXfvFXeP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uJsXfvFXeP .navbar.navbar-short {
  min-height: 60px;
}
.cid-uJsXfvFXeP .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uJsXfvFXeP .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uJsXfvFXeP .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uJsXfvFXeP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uJsXfvFXeP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uJsXfvFXeP .dropdown-item.active,
.cid-uJsXfvFXeP .dropdown-item:active {
  background-color: transparent;
}
.cid-uJsXfvFXeP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uJsXfvFXeP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uJsXfvFXeP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uJsXfvFXeP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uJsXfvFXeP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uJsXfvFXeP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uJsXfvFXeP ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uJsXfvFXeP .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uJsXfvFXeP button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uJsXfvFXeP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uJsXfvFXeP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uJsXfvFXeP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsXfvFXeP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uJsXfvFXeP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uJsXfvFXeP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsXfvFXeP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uJsXfvFXeP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uJsXfvFXeP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uJsXfvFXeP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uJsXfvFXeP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uJsXfvFXeP .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uJsXfvFXeP .navbar {
    height: 70px;
  }
  .cid-uJsXfvFXeP .navbar.opened {
    height: auto;
  }
  .cid-uJsXfvFXeP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uJsXfwk2zG {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/sarita-heaven-aruba-escorts.webp");
}
.cid-uJsXfwk2zG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uJsXfwk2zG .mbr-text,
.cid-uJsXfwk2zG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uJsXfwk2zG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uJsXfwKtGg {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uJsXfwKtGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsXfwKtGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsXfwKtGg .mbr-section-title {
  color: #22a5e5;
}
.cid-uJsXfwKtGg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uJsXfx90T0 {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uJsXfx90T0 .carousel {
  height: 800px;
}
.cid-uJsXfx90T0 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uJsXfx90T0 .carousel-item,
.cid-uJsXfx90T0 .carousel-inner {
  height: 100%;
}
.cid-uJsXfx90T0 img,
.cid-uJsXfx90T0 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uJsXfx90T0 .carousel-caption {
  bottom: 40px;
}
.cid-uJsXfx90T0 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uJsXfx90T0 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uJsXfx90T0 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uJsXfx90T0 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uJsXfx90T0 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uJsXfx90T0 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uJsXfx90T0 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uJsXfx90T0 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uJsXfx90T0 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uJsXfx90T0 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uJsXfx90T0 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uJsXfx90T0 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uJsXfx90T0 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uJsXfx90T0 .carousel-indicators li.active,
.cid-uJsXfx90T0 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uJsXfx90T0 .carousel-indicators li::after,
.cid-uJsXfx90T0 .carousel-indicators li::before {
  content: none;
}
.cid-uJsXfx90T0 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uJsXfx90T0 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uJsXfx90T0 .mbr-section-subtitle,
  .cid-uJsXfx90T0 .mbr-section-text,
  .cid-uJsXfx90T0 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uJsXfy6iXu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uJsXfy6iXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uJsXfy6iXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uJsXfy6iXu .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uJsXfy6iXu .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uJsXfy6iXu .row {
    text-align: center;
  }
  .cid-uJsXfy6iXu .row > div {
    margin: auto;
  }
  .cid-uJsXfy6iXu .social-row {
    justify-content: center;
  }
}
.cid-uJsXfy6iXu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uJsXfy6iXu .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uJsXfy6iXu .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uJsXfy6iXu .list {
    margin-bottom: 0rem;
  }
}
.cid-uJsXfy6iXu .mbr-text {
  color: #ffffff;
}
.cid-uJsXfy6iXu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uJsXfy6iXu .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uJsXfy6iXu div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uMKlpTSi22 {
  z-index: 1000;
  width: 100%;
}
.cid-uMKlpTSi22 nav.navbar {
  position: fixed;
}
.cid-uMKlpTSi22 .navbar-nav {
  margin: auto;
}
.cid-uMKlpTSi22 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uMKlpTSi22 .dropdown-item:hover,
.cid-uMKlpTSi22 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uMKlpTSi22 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uMKlpTSi22 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uMKlpTSi22 .navbar-short,
.cid-uMKlpTSi22 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uMKlpTSi22 .navbar-short .nav-link,
.cid-uMKlpTSi22 .opened .nav-link,
.cid-uMKlpTSi22 .navbar-short .navbar-caption,
.cid-uMKlpTSi22 .opened .navbar-caption,
.cid-uMKlpTSi22 .navbar-short .mbr-iconfont,
.cid-uMKlpTSi22 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uMKlpTSi22 .navbar-short .hamburger span,
.cid-uMKlpTSi22 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uMKlpTSi22 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uMKlpTSi22 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMKlpTSi22 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uMKlpTSi22 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uMKlpTSi22 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uMKlpTSi22 .container {
  display: flex;
  margin: auto;
}
.cid-uMKlpTSi22 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uMKlpTSi22 .dropdown-menu,
.cid-uMKlpTSi22 .navbar.opened {
  background: #232323 !important;
}
.cid-uMKlpTSi22 .nav-item:focus,
.cid-uMKlpTSi22 .nav-link:focus {
  outline: none;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMKlpTSi22 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMKlpTSi22 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMKlpTSi22 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMKlpTSi22 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uMKlpTSi22 .navbar.opened {
  transition: all 0.3s;
}
.cid-uMKlpTSi22 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uMKlpTSi22 .navbar .navbar-logo img {
  width: auto;
}
.cid-uMKlpTSi22 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMKlpTSi22 .navbar.collapsed {
  justify-content: center;
}
.cid-uMKlpTSi22 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMKlpTSi22 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uMKlpTSi22 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uMKlpTSi22 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMKlpTSi22 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uMKlpTSi22 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uMKlpTSi22 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMKlpTSi22 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uMKlpTSi22 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMKlpTSi22 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uMKlpTSi22 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uMKlpTSi22 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uMKlpTSi22 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMKlpTSi22 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uMKlpTSi22 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMKlpTSi22 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMKlpTSi22 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMKlpTSi22 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uMKlpTSi22 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uMKlpTSi22 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMKlpTSi22 .dropdown-item.active,
.cid-uMKlpTSi22 .dropdown-item:active {
  background-color: transparent;
}
.cid-uMKlpTSi22 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMKlpTSi22 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMKlpTSi22 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMKlpTSi22 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uMKlpTSi22 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMKlpTSi22 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMKlpTSi22 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uMKlpTSi22 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMKlpTSi22 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMKlpTSi22 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMKlpTSi22 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMKlpTSi22 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uMKlpTSi22 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uMKlpTSi22 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uMKlpTSi22 .navbar {
    height: 70px;
  }
  .cid-uMKlpTSi22 .navbar.opened {
    height: auto;
  }
  .cid-uMKlpTSi22 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMKlpUsTYH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/kathy-heaven-aruba-escorts-2.webp");
}
.cid-uMKlpUsTYH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMKlpUsTYH .mbr-text,
.cid-uMKlpUsTYH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uMKlpUsTYH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uMKlpUQaOq {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uMKlpUQaOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKlpUQaOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMKlpUQaOq .mbr-section-title {
  color: #22a5e5;
}
.cid-uMKlpUQaOq .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uMKlpVeWks {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uMKlpVeWks .carousel {
  height: 800px;
}
.cid-uMKlpVeWks .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uMKlpVeWks .carousel-item,
.cid-uMKlpVeWks .carousel-inner {
  height: 100%;
}
.cid-uMKlpVeWks img,
.cid-uMKlpVeWks .item-wrapper {
  border-radius: 0 !important;
}
.cid-uMKlpVeWks .carousel-caption {
  bottom: 40px;
}
.cid-uMKlpVeWks .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uMKlpVeWks .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uMKlpVeWks .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uMKlpVeWks .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uMKlpVeWks .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uMKlpVeWks .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uMKlpVeWks .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uMKlpVeWks .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uMKlpVeWks .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uMKlpVeWks .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uMKlpVeWks .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uMKlpVeWks .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uMKlpVeWks .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uMKlpVeWks .carousel-indicators li.active,
.cid-uMKlpVeWks .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uMKlpVeWks .carousel-indicators li::after,
.cid-uMKlpVeWks .carousel-indicators li::before {
  content: none;
}
.cid-uMKlpVeWks .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uMKlpVeWks .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uMKlpVeWks .mbr-section-subtitle,
  .cid-uMKlpVeWks .mbr-section-text,
  .cid-uMKlpVeWks .mbr-section-btn {
    text-align: center;
  }
}
.cid-uMKlpWoQnD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uMKlpWoQnD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMKlpWoQnD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMKlpWoQnD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMKlpWoQnD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uMKlpWoQnD .row {
    text-align: center;
  }
  .cid-uMKlpWoQnD .row > div {
    margin: auto;
  }
  .cid-uMKlpWoQnD .social-row {
    justify-content: center;
  }
}
.cid-uMKlpWoQnD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMKlpWoQnD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uMKlpWoQnD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uMKlpWoQnD .list {
    margin-bottom: 0rem;
  }
}
.cid-uMKlpWoQnD .mbr-text {
  color: #ffffff;
}
.cid-uMKlpWoQnD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uMKlpWoQnD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uMKlpWoQnD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uNAiSBdyfM {
  z-index: 1000;
  width: 100%;
}
.cid-uNAiSBdyfM nav.navbar {
  position: fixed;
}
.cid-uNAiSBdyfM .navbar-nav {
  margin: auto;
}
.cid-uNAiSBdyfM .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uNAiSBdyfM .dropdown-item:hover,
.cid-uNAiSBdyfM .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uNAiSBdyfM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uNAiSBdyfM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uNAiSBdyfM .navbar-short,
.cid-uNAiSBdyfM .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uNAiSBdyfM .navbar-short .nav-link,
.cid-uNAiSBdyfM .opened .nav-link,
.cid-uNAiSBdyfM .navbar-short .navbar-caption,
.cid-uNAiSBdyfM .opened .navbar-caption,
.cid-uNAiSBdyfM .navbar-short .mbr-iconfont,
.cid-uNAiSBdyfM .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uNAiSBdyfM .navbar-short .hamburger span,
.cid-uNAiSBdyfM .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uNAiSBdyfM .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uNAiSBdyfM .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAiSBdyfM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uNAiSBdyfM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uNAiSBdyfM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uNAiSBdyfM .container {
  display: flex;
  margin: auto;
}
.cid-uNAiSBdyfM .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNAiSBdyfM .dropdown-menu,
.cid-uNAiSBdyfM .navbar.opened {
  background: #232323 !important;
}
.cid-uNAiSBdyfM .nav-item:focus,
.cid-uNAiSBdyfM .nav-link:focus {
  outline: none;
}
.cid-uNAiSBdyfM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNAiSBdyfM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNAiSBdyfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNAiSBdyfM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNAiSBdyfM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNAiSBdyfM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNAiSBdyfM .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uNAiSBdyfM .navbar.opened {
  transition: all 0.3s;
}
.cid-uNAiSBdyfM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNAiSBdyfM .navbar .navbar-logo img {
  width: auto;
}
.cid-uNAiSBdyfM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNAiSBdyfM .navbar.collapsed {
  justify-content: center;
}
.cid-uNAiSBdyfM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNAiSBdyfM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNAiSBdyfM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uNAiSBdyfM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNAiSBdyfM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNAiSBdyfM .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uNAiSBdyfM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNAiSBdyfM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNAiSBdyfM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uNAiSBdyfM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNAiSBdyfM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNAiSBdyfM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNAiSBdyfM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNAiSBdyfM .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uNAiSBdyfM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNAiSBdyfM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uNAiSBdyfM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNAiSBdyfM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uNAiSBdyfM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNAiSBdyfM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNAiSBdyfM .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNAiSBdyfM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNAiSBdyfM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNAiSBdyfM .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNAiSBdyfM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNAiSBdyfM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNAiSBdyfM .dropdown-item.active,
.cid-uNAiSBdyfM .dropdown-item:active {
  background-color: transparent;
}
.cid-uNAiSBdyfM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNAiSBdyfM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNAiSBdyfM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNAiSBdyfM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uNAiSBdyfM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNAiSBdyfM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNAiSBdyfM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNAiSBdyfM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNAiSBdyfM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNAiSBdyfM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uNAiSBdyfM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNAiSBdyfM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAiSBdyfM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNAiSBdyfM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNAiSBdyfM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAiSBdyfM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNAiSBdyfM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNAiSBdyfM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNAiSBdyfM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uNAiSBdyfM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNAiSBdyfM .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNAiSBdyfM .navbar {
    height: 70px;
  }
  .cid-uNAiSBdyfM .navbar.opened {
    height: auto;
  }
  .cid-uNAiSBdyfM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNAiSBPZMu {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/camila-heaven-aruba-escorts-1.webp");
}
.cid-uNAiSBPZMu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNAiSBPZMu .mbr-text,
.cid-uNAiSBPZMu .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNAiSBPZMu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uNAiSCsNj2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uNAiSCsNj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAiSCsNj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAiSCsNj2 .mbr-section-title {
  color: #22a5e5;
}
.cid-uNAiSCsNj2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNAiSCX6XU {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uNAiSCX6XU .carousel {
  height: 800px;
}
.cid-uNAiSCX6XU .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNAiSCX6XU .carousel-item,
.cid-uNAiSCX6XU .carousel-inner {
  height: 100%;
}
.cid-uNAiSCX6XU img,
.cid-uNAiSCX6XU .item-wrapper {
  border-radius: 0 !important;
}
.cid-uNAiSCX6XU .carousel-caption {
  bottom: 40px;
}
.cid-uNAiSCX6XU .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNAiSCX6XU .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNAiSCX6XU .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNAiSCX6XU .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNAiSCX6XU .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNAiSCX6XU .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNAiSCX6XU .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNAiSCX6XU .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNAiSCX6XU .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNAiSCX6XU .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNAiSCX6XU .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNAiSCX6XU .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNAiSCX6XU .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNAiSCX6XU .carousel-indicators li.active,
.cid-uNAiSCX6XU .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNAiSCX6XU .carousel-indicators li::after,
.cid-uNAiSCX6XU .carousel-indicators li::before {
  content: none;
}
.cid-uNAiSCX6XU .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNAiSCX6XU .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNAiSCX6XU .mbr-section-subtitle,
  .cid-uNAiSCX6XU .mbr-section-text,
  .cid-uNAiSCX6XU .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNAiSEgXXD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uNAiSEgXXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNAiSEgXXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNAiSEgXXD .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNAiSEgXXD .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNAiSEgXXD .row {
    text-align: center;
  }
  .cid-uNAiSEgXXD .row > div {
    margin: auto;
  }
  .cid-uNAiSEgXXD .social-row {
    justify-content: center;
  }
}
.cid-uNAiSEgXXD .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNAiSEgXXD .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uNAiSEgXXD .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNAiSEgXXD .list {
    margin-bottom: 0rem;
  }
}
.cid-uNAiSEgXXD .mbr-text {
  color: #ffffff;
}
.cid-uNAiSEgXXD .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uNAiSEgXXD .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uNAiSEgXXD div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOU6cJ2fJN {
  z-index: 1000;
  width: 100%;
}
.cid-uOU6cJ2fJN nav.navbar {
  position: fixed;
}
.cid-uOU6cJ2fJN .navbar-nav {
  margin: auto;
}
.cid-uOU6cJ2fJN .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOU6cJ2fJN .dropdown-item:hover,
.cid-uOU6cJ2fJN .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uOU6cJ2fJN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOU6cJ2fJN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOU6cJ2fJN .navbar-short,
.cid-uOU6cJ2fJN .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uOU6cJ2fJN .navbar-short .nav-link,
.cid-uOU6cJ2fJN .opened .nav-link,
.cid-uOU6cJ2fJN .navbar-short .navbar-caption,
.cid-uOU6cJ2fJN .opened .navbar-caption,
.cid-uOU6cJ2fJN .navbar-short .mbr-iconfont,
.cid-uOU6cJ2fJN .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uOU6cJ2fJN .navbar-short .hamburger span,
.cid-uOU6cJ2fJN .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uOU6cJ2fJN .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uOU6cJ2fJN .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOU6cJ2fJN .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOU6cJ2fJN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOU6cJ2fJN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOU6cJ2fJN .container {
  display: flex;
  margin: auto;
}
.cid-uOU6cJ2fJN .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOU6cJ2fJN .dropdown-menu,
.cid-uOU6cJ2fJN .navbar.opened {
  background: #232323 !important;
}
.cid-uOU6cJ2fJN .nav-item:focus,
.cid-uOU6cJ2fJN .nav-link:focus {
  outline: none;
}
.cid-uOU6cJ2fJN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOU6cJ2fJN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOU6cJ2fJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOU6cJ2fJN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOU6cJ2fJN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOU6cJ2fJN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOU6cJ2fJN .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uOU6cJ2fJN .navbar.opened {
  transition: all 0.3s;
}
.cid-uOU6cJ2fJN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOU6cJ2fJN .navbar .navbar-logo img {
  width: auto;
}
.cid-uOU6cJ2fJN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOU6cJ2fJN .navbar.collapsed {
  justify-content: center;
}
.cid-uOU6cJ2fJN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOU6cJ2fJN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOU6cJ2fJN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uOU6cJ2fJN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOU6cJ2fJN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOU6cJ2fJN .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOU6cJ2fJN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOU6cJ2fJN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOU6cJ2fJN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOU6cJ2fJN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOU6cJ2fJN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOU6cJ2fJN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOU6cJ2fJN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOU6cJ2fJN .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOU6cJ2fJN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOU6cJ2fJN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOU6cJ2fJN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOU6cJ2fJN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOU6cJ2fJN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOU6cJ2fJN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOU6cJ2fJN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOU6cJ2fJN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOU6cJ2fJN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOU6cJ2fJN .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOU6cJ2fJN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOU6cJ2fJN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOU6cJ2fJN .dropdown-item.active,
.cid-uOU6cJ2fJN .dropdown-item:active {
  background-color: transparent;
}
.cid-uOU6cJ2fJN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOU6cJ2fJN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOU6cJ2fJN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOU6cJ2fJN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uOU6cJ2fJN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOU6cJ2fJN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOU6cJ2fJN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOU6cJ2fJN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOU6cJ2fJN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOU6cJ2fJN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uOU6cJ2fJN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOU6cJ2fJN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOU6cJ2fJN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOU6cJ2fJN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOU6cJ2fJN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOU6cJ2fJN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOU6cJ2fJN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOU6cJ2fJN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOU6cJ2fJN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOU6cJ2fJN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOU6cJ2fJN .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOU6cJ2fJN .navbar {
    height: 70px;
  }
  .cid-uOU6cJ2fJN .navbar.opened {
    height: auto;
  }
  .cid-uOU6cJ2fJN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOU6cJzGDI {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escort-natalia-gallery.webp");
}
.cid-uOU6cJzGDI .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOU6cJzGDI .mbr-text,
.cid-uOU6cJzGDI .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOU6cJzGDI .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOU6cJT75S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uOU6cJT75S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOU6cJT75S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOU6cJT75S .mbr-section-title {
  color: #22a5e5;
}
.cid-uOU6cJT75S .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOU6cKlvkG {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uOU6cKlvkG .carousel {
  height: 800px;
}
.cid-uOU6cKlvkG .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOU6cKlvkG .carousel-item,
.cid-uOU6cKlvkG .carousel-inner {
  height: 100%;
}
.cid-uOU6cKlvkG img,
.cid-uOU6cKlvkG .item-wrapper {
  border-radius: 0 !important;
}
.cid-uOU6cKlvkG .carousel-caption {
  bottom: 40px;
}
.cid-uOU6cKlvkG .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOU6cKlvkG .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOU6cKlvkG .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOU6cKlvkG .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uOU6cKlvkG .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOU6cKlvkG .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOU6cKlvkG .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOU6cKlvkG .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOU6cKlvkG .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOU6cKlvkG .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOU6cKlvkG .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOU6cKlvkG .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOU6cKlvkG .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOU6cKlvkG .carousel-indicators li.active,
.cid-uOU6cKlvkG .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOU6cKlvkG .carousel-indicators li::after,
.cid-uOU6cKlvkG .carousel-indicators li::before {
  content: none;
}
.cid-uOU6cKlvkG .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOU6cKlvkG .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOU6cKlvkG .mbr-section-subtitle,
  .cid-uOU6cKlvkG .mbr-section-text,
  .cid-uOU6cKlvkG .mbr-section-btn {
    text-align: center;
  }
}
.cid-uOU6cL1q8u {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOU6cL1q8u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOU6cL1q8u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOU6cL1q8u .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOU6cL1q8u .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOU6cL1q8u .row {
    text-align: center;
  }
  .cid-uOU6cL1q8u .row > div {
    margin: auto;
  }
  .cid-uOU6cL1q8u .social-row {
    justify-content: center;
  }
}
.cid-uOU6cL1q8u .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOU6cL1q8u .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uOU6cL1q8u .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOU6cL1q8u .list {
    margin-bottom: 0rem;
  }
}
.cid-uOU6cL1q8u .mbr-text {
  color: #ffffff;
}
.cid-uOU6cL1q8u .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOU6cL1q8u .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uOU6cL1q8u div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uOUYmlI0of {
  z-index: 1000;
  width: 100%;
}
.cid-uOUYmlI0of nav.navbar {
  position: fixed;
}
.cid-uOUYmlI0of .navbar-nav {
  margin: auto;
}
.cid-uOUYmlI0of .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uOUYmlI0of .dropdown-item:hover,
.cid-uOUYmlI0of .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uOUYmlI0of .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOUYmlI0of .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOUYmlI0of .navbar-short,
.cid-uOUYmlI0of .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uOUYmlI0of .navbar-short .nav-link,
.cid-uOUYmlI0of .opened .nav-link,
.cid-uOUYmlI0of .navbar-short .navbar-caption,
.cid-uOUYmlI0of .opened .navbar-caption,
.cid-uOUYmlI0of .navbar-short .mbr-iconfont,
.cid-uOUYmlI0of .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uOUYmlI0of .navbar-short .hamburger span,
.cid-uOUYmlI0of .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uOUYmlI0of .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uOUYmlI0of .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOUYmlI0of .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uOUYmlI0of .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOUYmlI0of .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOUYmlI0of .container {
  display: flex;
  margin: auto;
}
.cid-uOUYmlI0of .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uOUYmlI0of .dropdown-menu,
.cid-uOUYmlI0of .navbar.opened {
  background: #232323 !important;
}
.cid-uOUYmlI0of .nav-item:focus,
.cid-uOUYmlI0of .nav-link:focus {
  outline: none;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOUYmlI0of .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOUYmlI0of .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOUYmlI0of .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOUYmlI0of .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uOUYmlI0of .navbar.opened {
  transition: all 0.3s;
}
.cid-uOUYmlI0of .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uOUYmlI0of .navbar .navbar-logo img {
  width: auto;
}
.cid-uOUYmlI0of .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOUYmlI0of .navbar.collapsed {
  justify-content: center;
}
.cid-uOUYmlI0of .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOUYmlI0of .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOUYmlI0of .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uOUYmlI0of .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOUYmlI0of .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOUYmlI0of .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOUYmlI0of .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOUYmlI0of .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uOUYmlI0of .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOUYmlI0of .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOUYmlI0of .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uOUYmlI0of .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uOUYmlI0of .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOUYmlI0of .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOUYmlI0of .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOUYmlI0of .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOUYmlI0of .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOUYmlI0of .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uOUYmlI0of .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uOUYmlI0of .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOUYmlI0of .dropdown-item.active,
.cid-uOUYmlI0of .dropdown-item:active {
  background-color: transparent;
}
.cid-uOUYmlI0of .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOUYmlI0of .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOUYmlI0of .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOUYmlI0of .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uOUYmlI0of .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOUYmlI0of .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOUYmlI0of ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uOUYmlI0of .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOUYmlI0of button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOUYmlI0of button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOUYmlI0of nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOUYmlI0of .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOUYmlI0of a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOUYmlI0of .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOUYmlI0of .navbar {
    height: 70px;
  }
  .cid-uOUYmlI0of .navbar.opened {
    height: auto;
  }
  .cid-uOUYmlI0of .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOUYmmfLMW {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escorts-tatiana.webp");
}
.cid-uOUYmmfLMW .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOUYmmfLMW .mbr-text,
.cid-uOUYmmfLMW .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uOUYmmfLMW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOUYmmy1ts {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uOUYmmy1ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOUYmmy1ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOUYmmy1ts .mbr-section-title {
  color: #22a5e5;
}
.cid-uOUYmmy1ts .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOUYmmZXyw {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uOUYmmZXyw .carousel {
  height: 800px;
}
.cid-uOUYmmZXyw .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOUYmmZXyw .carousel-item,
.cid-uOUYmmZXyw .carousel-inner {
  height: 100%;
}
.cid-uOUYmmZXyw img,
.cid-uOUYmmZXyw .item-wrapper {
  border-radius: 0 !important;
}
.cid-uOUYmmZXyw .carousel-caption {
  bottom: 40px;
}
.cid-uOUYmmZXyw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uOUYmmZXyw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uOUYmmZXyw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uOUYmmZXyw .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uOUYmmZXyw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uOUYmmZXyw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uOUYmmZXyw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uOUYmmZXyw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uOUYmmZXyw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uOUYmmZXyw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uOUYmmZXyw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uOUYmmZXyw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uOUYmmZXyw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uOUYmmZXyw .carousel-indicators li.active,
.cid-uOUYmmZXyw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uOUYmmZXyw .carousel-indicators li::after,
.cid-uOUYmmZXyw .carousel-indicators li::before {
  content: none;
}
.cid-uOUYmmZXyw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uOUYmmZXyw .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uOUYmmZXyw .mbr-section-subtitle,
  .cid-uOUYmmZXyw .mbr-section-text,
  .cid-uOUYmmZXyw .mbr-section-btn {
    text-align: center;
  }
}
.cid-uOUYmnB4E6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uOUYmnB4E6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOUYmnB4E6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOUYmnB4E6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOUYmnB4E6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uOUYmnB4E6 .row {
    text-align: center;
  }
  .cid-uOUYmnB4E6 .row > div {
    margin: auto;
  }
  .cid-uOUYmnB4E6 .social-row {
    justify-content: center;
  }
}
.cid-uOUYmnB4E6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uOUYmnB4E6 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uOUYmnB4E6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uOUYmnB4E6 .list {
    margin-bottom: 0rem;
  }
}
.cid-uOUYmnB4E6 .mbr-text {
  color: #ffffff;
}
.cid-uOUYmnB4E6 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uOUYmnB4E6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uOUYmnB4E6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uRyO1Q37AU {
  z-index: 1000;
  width: 100%;
}
.cid-uRyO1Q37AU nav.navbar {
  position: fixed;
}
.cid-uRyO1Q37AU .navbar-nav {
  margin: auto;
}
.cid-uRyO1Q37AU .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uRyO1Q37AU .dropdown-item:hover,
.cid-uRyO1Q37AU .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uRyO1Q37AU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRyO1Q37AU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRyO1Q37AU .navbar-short,
.cid-uRyO1Q37AU .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uRyO1Q37AU .navbar-short .nav-link,
.cid-uRyO1Q37AU .opened .nav-link,
.cid-uRyO1Q37AU .navbar-short .navbar-caption,
.cid-uRyO1Q37AU .opened .navbar-caption,
.cid-uRyO1Q37AU .navbar-short .mbr-iconfont,
.cid-uRyO1Q37AU .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uRyO1Q37AU .navbar-short .hamburger span,
.cid-uRyO1Q37AU .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uRyO1Q37AU .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uRyO1Q37AU .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRyO1Q37AU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uRyO1Q37AU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRyO1Q37AU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRyO1Q37AU .container {
  display: flex;
  margin: auto;
}
.cid-uRyO1Q37AU .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uRyO1Q37AU .dropdown-menu,
.cid-uRyO1Q37AU .navbar.opened {
  background: #232323 !important;
}
.cid-uRyO1Q37AU .nav-item:focus,
.cid-uRyO1Q37AU .nav-link:focus {
  outline: none;
}
.cid-uRyO1Q37AU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRyO1Q37AU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uRyO1Q37AU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRyO1Q37AU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRyO1Q37AU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRyO1Q37AU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRyO1Q37AU .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uRyO1Q37AU .navbar.opened {
  transition: all 0.3s;
}
.cid-uRyO1Q37AU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uRyO1Q37AU .navbar .navbar-logo img {
  width: auto;
}
.cid-uRyO1Q37AU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uRyO1Q37AU .navbar.collapsed {
  justify-content: center;
}
.cid-uRyO1Q37AU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRyO1Q37AU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRyO1Q37AU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uRyO1Q37AU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRyO1Q37AU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRyO1Q37AU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uRyO1Q37AU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRyO1Q37AU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRyO1Q37AU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRyO1Q37AU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRyO1Q37AU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRyO1Q37AU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRyO1Q37AU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRyO1Q37AU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uRyO1Q37AU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRyO1Q37AU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRyO1Q37AU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uRyO1Q37AU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uRyO1Q37AU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRyO1Q37AU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRyO1Q37AU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uRyO1Q37AU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uRyO1Q37AU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uRyO1Q37AU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uRyO1Q37AU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uRyO1Q37AU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRyO1Q37AU .dropdown-item.active,
.cid-uRyO1Q37AU .dropdown-item:active {
  background-color: transparent;
}
.cid-uRyO1Q37AU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRyO1Q37AU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRyO1Q37AU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRyO1Q37AU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uRyO1Q37AU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uRyO1Q37AU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRyO1Q37AU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uRyO1Q37AU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uRyO1Q37AU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uRyO1Q37AU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uRyO1Q37AU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uRyO1Q37AU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRyO1Q37AU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uRyO1Q37AU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uRyO1Q37AU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRyO1Q37AU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRyO1Q37AU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRyO1Q37AU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRyO1Q37AU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uRyO1Q37AU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRyO1Q37AU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uRyO1Q37AU .navbar {
    height: 70px;
  }
  .cid-uRyO1Q37AU .navbar.opened {
    height: auto;
  }
  .cid-uRyO1Q37AU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRyO1QBMgH {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/heaven-aruba-escorts-tatiana-5.webp");
}
.cid-uRyO1QBMgH .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRyO1QBMgH .mbr-text,
.cid-uRyO1QBMgH .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uRyO1QBMgH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRyO1R1YKj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uRyO1R1YKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyO1R1YKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyO1R1YKj .mbr-section-title {
  color: #22a5e5;
}
.cid-uRyO1R1YKj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRyO1RuO59 {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uRyO1RuO59 .carousel {
  height: 800px;
}
.cid-uRyO1RuO59 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRyO1RuO59 .carousel-item,
.cid-uRyO1RuO59 .carousel-inner {
  height: 100%;
}
.cid-uRyO1RuO59 img,
.cid-uRyO1RuO59 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uRyO1RuO59 .carousel-caption {
  bottom: 40px;
}
.cid-uRyO1RuO59 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uRyO1RuO59 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uRyO1RuO59 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uRyO1RuO59 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uRyO1RuO59 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uRyO1RuO59 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uRyO1RuO59 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uRyO1RuO59 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uRyO1RuO59 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uRyO1RuO59 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uRyO1RuO59 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uRyO1RuO59 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uRyO1RuO59 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uRyO1RuO59 .carousel-indicators li.active,
.cid-uRyO1RuO59 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uRyO1RuO59 .carousel-indicators li::after,
.cid-uRyO1RuO59 .carousel-indicators li::before {
  content: none;
}
.cid-uRyO1RuO59 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uRyO1RuO59 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uRyO1RuO59 .mbr-section-subtitle,
  .cid-uRyO1RuO59 .mbr-section-text,
  .cid-uRyO1RuO59 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uRyO1Tu0KN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uRyO1Tu0KN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRyO1Tu0KN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRyO1Tu0KN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uRyO1Tu0KN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uRyO1Tu0KN .row {
    text-align: center;
  }
  .cid-uRyO1Tu0KN .row > div {
    margin: auto;
  }
  .cid-uRyO1Tu0KN .social-row {
    justify-content: center;
  }
}
.cid-uRyO1Tu0KN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRyO1Tu0KN .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uRyO1Tu0KN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRyO1Tu0KN .list {
    margin-bottom: 0rem;
  }
}
.cid-uRyO1Tu0KN .mbr-text {
  color: #ffffff;
}
.cid-uRyO1Tu0KN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uRyO1Tu0KN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uRyO1Tu0KN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTRRCxmTr1 {
  z-index: 1000;
  width: 100%;
}
.cid-uTRRCxmTr1 nav.navbar {
  position: fixed;
}
.cid-uTRRCxmTr1 .navbar-nav {
  margin: auto;
}
.cid-uTRRCxmTr1 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTRRCxmTr1 .dropdown-item:hover,
.cid-uTRRCxmTr1 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uTRRCxmTr1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTRRCxmTr1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTRRCxmTr1 .navbar-short,
.cid-uTRRCxmTr1 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uTRRCxmTr1 .navbar-short .nav-link,
.cid-uTRRCxmTr1 .opened .nav-link,
.cid-uTRRCxmTr1 .navbar-short .navbar-caption,
.cid-uTRRCxmTr1 .opened .navbar-caption,
.cid-uTRRCxmTr1 .navbar-short .mbr-iconfont,
.cid-uTRRCxmTr1 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uTRRCxmTr1 .navbar-short .hamburger span,
.cid-uTRRCxmTr1 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uTRRCxmTr1 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uTRRCxmTr1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTRRCxmTr1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTRRCxmTr1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTRRCxmTr1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTRRCxmTr1 .container {
  display: flex;
  margin: auto;
}
.cid-uTRRCxmTr1 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTRRCxmTr1 .dropdown-menu,
.cid-uTRRCxmTr1 .navbar.opened {
  background: #232323 !important;
}
.cid-uTRRCxmTr1 .nav-item:focus,
.cid-uTRRCxmTr1 .nav-link:focus {
  outline: none;
}
.cid-uTRRCxmTr1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTRRCxmTr1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTRRCxmTr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTRRCxmTr1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTRRCxmTr1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTRRCxmTr1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTRRCxmTr1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uTRRCxmTr1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTRRCxmTr1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTRRCxmTr1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTRRCxmTr1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTRRCxmTr1 .navbar.collapsed {
  justify-content: center;
}
.cid-uTRRCxmTr1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTRRCxmTr1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTRRCxmTr1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uTRRCxmTr1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTRRCxmTr1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTRRCxmTr1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTRRCxmTr1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTRRCxmTr1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTRRCxmTr1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTRRCxmTr1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTRRCxmTr1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTRRCxmTr1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTRRCxmTr1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTRRCxmTr1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTRRCxmTr1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTRRCxmTr1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTRRCxmTr1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTRRCxmTr1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTRRCxmTr1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTRRCxmTr1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTRRCxmTr1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTRRCxmTr1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTRRCxmTr1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTRRCxmTr1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTRRCxmTr1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTRRCxmTr1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTRRCxmTr1 .dropdown-item.active,
.cid-uTRRCxmTr1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTRRCxmTr1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTRRCxmTr1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTRRCxmTr1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTRRCxmTr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uTRRCxmTr1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTRRCxmTr1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTRRCxmTr1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTRRCxmTr1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTRRCxmTr1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTRRCxmTr1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uTRRCxmTr1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTRRCxmTr1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTRRCxmTr1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTRRCxmTr1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTRRCxmTr1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTRRCxmTr1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTRRCxmTr1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTRRCxmTr1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTRRCxmTr1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTRRCxmTr1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTRRCxmTr1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTRRCxmTr1 .navbar {
    height: 70px;
  }
  .cid-uTRRCxmTr1 .navbar.opened {
    height: auto;
  }
  .cid-uTRRCxmTr1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTRRCxZSWF {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/kelly-heaven-aruba-escorts.webp");
}
.cid-uTRRCxZSWF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTRRCxZSWF .mbr-text,
.cid-uTRRCxZSWF .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTRRCxZSWF .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTRRCyrYod {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uTRRCyrYod .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRRCyrYod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRRCyrYod .mbr-section-title {
  color: #22a5e5;
}
.cid-uTRRCyrYod .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTRRCyShav {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uTRRCyShav .carousel {
  height: 800px;
}
.cid-uTRRCyShav .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTRRCyShav .carousel-item,
.cid-uTRRCyShav .carousel-inner {
  height: 100%;
}
.cid-uTRRCyShav img,
.cid-uTRRCyShav .item-wrapper {
  border-radius: 0 !important;
}
.cid-uTRRCyShav .carousel-caption {
  bottom: 40px;
}
.cid-uTRRCyShav .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTRRCyShav .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTRRCyShav .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTRRCyShav .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTRRCyShav .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTRRCyShav .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTRRCyShav .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTRRCyShav .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTRRCyShav .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTRRCyShav .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTRRCyShav .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTRRCyShav .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTRRCyShav .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTRRCyShav .carousel-indicators li.active,
.cid-uTRRCyShav .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTRRCyShav .carousel-indicators li::after,
.cid-uTRRCyShav .carousel-indicators li::before {
  content: none;
}
.cid-uTRRCyShav .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTRRCyShav .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTRRCyShav .mbr-section-subtitle,
  .cid-uTRRCyShav .mbr-section-text,
  .cid-uTRRCyShav .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTRRCzZTaQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uTRRCzZTaQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTRRCzZTaQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTRRCzZTaQ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTRRCzZTaQ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTRRCzZTaQ .row {
    text-align: center;
  }
  .cid-uTRRCzZTaQ .row > div {
    margin: auto;
  }
  .cid-uTRRCzZTaQ .social-row {
    justify-content: center;
  }
}
.cid-uTRRCzZTaQ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTRRCzZTaQ .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTRRCzZTaQ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTRRCzZTaQ .list {
    margin-bottom: 0rem;
  }
}
.cid-uTRRCzZTaQ .mbr-text {
  color: #ffffff;
}
.cid-uTRRCzZTaQ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTRRCzZTaQ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTRRCzZTaQ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-uTVYMCBta1 {
  z-index: 1000;
  width: 100%;
}
.cid-uTVYMCBta1 nav.navbar {
  position: fixed;
}
.cid-uTVYMCBta1 .navbar-nav {
  margin: auto;
}
.cid-uTVYMCBta1 .dropdown-item {
  color: #ffffff !important;
  border-bottom: 1px solid #e6e6e6;
}
.cid-uTVYMCBta1 .dropdown-item:hover,
.cid-uTVYMCBta1 .dropdown-item:focus {
  background: #22a5e5 !important;
  color: white !important;
}
.cid-uTVYMCBta1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uTVYMCBta1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uTVYMCBta1 .navbar-short,
.cid-uTVYMCBta1 .opened {
  background: #232323 !important;
  opacity: 0.8;
  transition: all 0.3s;
}
.cid-uTVYMCBta1 .navbar-short .nav-link,
.cid-uTVYMCBta1 .opened .nav-link,
.cid-uTVYMCBta1 .navbar-short .navbar-caption,
.cid-uTVYMCBta1 .opened .navbar-caption,
.cid-uTVYMCBta1 .navbar-short .mbr-iconfont,
.cid-uTVYMCBta1 .opened .mbr-iconfont {
  color: #ffffff !important;
}
.cid-uTVYMCBta1 .navbar-short .hamburger span,
.cid-uTVYMCBta1 .opened .hamburger span {
  background-color: #ffffff !important;
}
.cid-uTVYMCBta1 .nav-link {
  transition: all 0.3s;
  position: relative;
}
.cid-uTVYMCBta1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVYMCBta1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uTVYMCBta1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uTVYMCBta1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uTVYMCBta1 .container {
  display: flex;
  margin: auto;
}
.cid-uTVYMCBta1 .iconfont-wrapper {
  color: #22a5e5 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uTVYMCBta1 .dropdown-menu,
.cid-uTVYMCBta1 .navbar.opened {
  background: #232323 !important;
}
.cid-uTVYMCBta1 .nav-item:focus,
.cid-uTVYMCBta1 .nav-link:focus {
  outline: none;
}
.cid-uTVYMCBta1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uTVYMCBta1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uTVYMCBta1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uTVYMCBta1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uTVYMCBta1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uTVYMCBta1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uTVYMCBta1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.1);
}
.cid-uTVYMCBta1 .navbar.opened {
  transition: all 0.3s;
}
.cid-uTVYMCBta1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uTVYMCBta1 .navbar .navbar-logo img {
  width: auto;
}
.cid-uTVYMCBta1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uTVYMCBta1 .navbar.collapsed {
  justify-content: center;
}
.cid-uTVYMCBta1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uTVYMCBta1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uTVYMCBta1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.1rem);
  }
}
.cid-uTVYMCBta1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uTVYMCBta1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uTVYMCBta1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uTVYMCBta1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uTVYMCBta1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uTVYMCBta1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uTVYMCBta1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uTVYMCBta1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uTVYMCBta1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uTVYMCBta1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uTVYMCBta1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uTVYMCBta1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uTVYMCBta1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uTVYMCBta1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uTVYMCBta1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uTVYMCBta1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uTVYMCBta1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uTVYMCBta1 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uTVYMCBta1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uTVYMCBta1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uTVYMCBta1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uTVYMCBta1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uTVYMCBta1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uTVYMCBta1 .dropdown-item.active,
.cid-uTVYMCBta1 .dropdown-item:active {
  background-color: transparent;
}
.cid-uTVYMCBta1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uTVYMCBta1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uTVYMCBta1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uTVYMCBta1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-uTVYMCBta1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uTVYMCBta1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uTVYMCBta1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uTVYMCBta1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uTVYMCBta1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uTVYMCBta1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #22a5e5;
}
.cid-uTVYMCBta1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uTVYMCBta1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVYMCBta1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uTVYMCBta1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uTVYMCBta1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVYMCBta1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uTVYMCBta1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uTVYMCBta1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uTVYMCBta1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uTVYMCBta1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uTVYMCBta1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uTVYMCBta1 .navbar {
    height: 70px;
  }
  .cid-uTVYMCBta1 .navbar.opened {
    height: auto;
  }
  .cid-uTVYMCBta1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uTVYMDhEFG {
  padding-top: 15rem;
  padding-bottom: 15rem;
  background-image: url("../../../assets/images/catalina-heaven-aruba-escorts-gallery.webp");
}
.cid-uTVYMDhEFG .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uTVYMDhEFG .mbr-text,
.cid-uTVYMDhEFG .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uTVYMDhEFG .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uTVYMDLWWx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-uTVYMDLWWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVYMDLWWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVYMDLWWx .mbr-section-title {
  color: #22a5e5;
}
.cid-uTVYMDLWWx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTVYMEqwM3 {
  background-color: #232323;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uTVYMEqwM3 .carousel {
  height: 800px;
}
.cid-uTVYMEqwM3 .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uTVYMEqwM3 .carousel-item,
.cid-uTVYMEqwM3 .carousel-inner {
  height: 100%;
}
.cid-uTVYMEqwM3 img,
.cid-uTVYMEqwM3 .item-wrapper {
  border-radius: 0 !important;
}
.cid-uTVYMEqwM3 .carousel-caption {
  bottom: 40px;
}
.cid-uTVYMEqwM3 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uTVYMEqwM3 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uTVYMEqwM3 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uTVYMEqwM3 .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uTVYMEqwM3 .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uTVYMEqwM3 .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uTVYMEqwM3 .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uTVYMEqwM3 .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uTVYMEqwM3 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uTVYMEqwM3 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uTVYMEqwM3 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uTVYMEqwM3 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uTVYMEqwM3 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uTVYMEqwM3 .carousel-indicators li.active,
.cid-uTVYMEqwM3 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uTVYMEqwM3 .carousel-indicators li::after,
.cid-uTVYMEqwM3 .carousel-indicators li::before {
  content: none;
}
.cid-uTVYMEqwM3 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uTVYMEqwM3 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uTVYMEqwM3 .mbr-section-subtitle,
  .cid-uTVYMEqwM3 .mbr-section-text,
  .cid-uTVYMEqwM3 .mbr-section-btn {
    text-align: center;
  }
}
.cid-uTVYMFq4jP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uTVYMFq4jP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTVYMFq4jP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTVYMFq4jP .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uTVYMFq4jP .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uTVYMFq4jP .row {
    text-align: center;
  }
  .cid-uTVYMFq4jP .row > div {
    margin: auto;
  }
  .cid-uTVYMFq4jP .social-row {
    justify-content: center;
  }
}
.cid-uTVYMFq4jP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uTVYMFq4jP .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-uTVYMFq4jP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uTVYMFq4jP .list {
    margin-bottom: 0rem;
  }
}
.cid-uTVYMFq4jP .mbr-text {
  color: #ffffff;
}
.cid-uTVYMFq4jP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-uTVYMFq4jP .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-uTVYMFq4jP div > *:last-child {
    margin-top: 0 !important;
  }
}
