From 00d402c5dbf2c9e7a20c471a4ee2e9672fc25362 Mon Sep 17 00:00:00 2001 From: Heaven Massage Aruba Date: Wed, 25 Dec 2024 15:54:47 -0800 Subject: [PATCH] Add files via upload --- assets/mobirise/css/mbr-additional.css | 16599 +++++++++++++++++++---- assets/playervimeo/vimeo_player.js | 85 +- assets/smoothscroll/smooth-scroll.js | 44 +- assets/sociallikes/social-likes.js | 29 + assets/socicon/css/styles.css | 1188 +- assets/socicon/fonts/socicon.eot | Bin 116416 -> 116280 bytes assets/socicon/fonts/socicon.svg | 2 +- assets/socicon/fonts/socicon.ttf | Bin 116252 -> 116116 bytes assets/socicon/fonts/socicon.woff | Bin 116328 -> 116192 bytes assets/socicon/fonts/socicon.woff2 | Bin 64512 -> 64488 bytes assets/theme/css/style.css | 35 +- assets/theme/js/script.js | 123 +- assets/ytplayer/index.js | 99 +- 13 files changed, 15111 insertions(+), 3093 deletions(-) create mode 100644 assets/sociallikes/social-likes.js diff --git a/assets/mobirise/css/mbr-additional.css b/assets/mobirise/css/mbr-additional.css index aecbf4f..b851448 100644 --- a/assets/mobirise/css/mbr-additional.css +++ b/assets/mobirise/css/mbr-additional.css @@ -2,7 +2,7 @@ border-width: 2px; } body { - font-family: 'Lexend', sans-serif; + font-family: Lexend; } .display-1 { font-family: 'Lexend', sans-serif; @@ -113,213 +113,181 @@ body { .bg-danger { background-color: #000000 !important; } -.btn-primary { - background-color: #22a5e5 !important; - background: linear-gradient(90deg, #22a5e5 0%, #01386a 100%); - border: none; - transition: all 0.3s; -} .btn-primary, .btn-primary:active { - background-color: #22a5e5; + 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; + 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; -} -.btn-primary:hover { - transform: translateY(-3px); -} -.btn-secondary { - background-color: #01386a !important; - background: linear-gradient(90deg, #01386a 0%, #01386a 100%); - border: none; - transition: all 0.3s; + background-color: #13709e !important; + border-color: #13709e !important; } .btn-secondary, .btn-secondary:active { - background-color: #01386a; + 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; + 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; -} -.btn-secondary:hover { - transform: translateY(-3px); -} -.btn-info { - background-color: #262b2f !important; - background: linear-gradient(90deg, #262b2f 0%, #01386a 100%); - border: none; - transition: all 0.3s; + background-color: #000b14 !important; + border-color: #000b14 !important; } .btn-info, .btn-info:active { - background-color: #262b2f; + 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; + 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; -} -.btn-info:hover { - transform: translateY(-3px); -} -.btn-success { - background-color: #ffffff !important; - background: linear-gradient(90deg, #ffffff 0%, #01386a 100%); - border: none; - transition: all 0.3s; + background-color: #000000 !important; + border-color: #000000 !important; } .btn-success, .btn-success:active { - background-color: #ffffff; + 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; + 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; -} -.btn-success:hover { - transform: translateY(-3px); -} -.btn-warning { - background-color: #232323 !important; - background: linear-gradient(90deg, #232323 0%, #01386a 100%); - border: none; - transition: all 0.3s; + background-color: #d4d4d4 !important; + border-color: #d4d4d4 !important; } .btn-warning, .btn-warning:active { - background-color: #232323; + 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; + 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; -} -.btn-warning:hover { - transform: translateY(-3px); -} -.btn-danger { background-color: #000000 !important; - background: linear-gradient(90deg, #000000 0%, #01386a 100%); - border: none; - transition: all 0.3s; + border-color: #000000 !important; } .btn-danger, .btn-danger:active { - background-color: #000000; + 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; + 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; -} -.btn-danger:hover { - transform: translateY(-3px); -} -.btn-white { - background-color: #fafafa !important; - background: linear-gradient(90deg, #fafafa 0%, #01386a 100%); - border: none; - transition: all 0.3s; + background-color: #000000 !important; + border-color: #000000 !important; } .btn-white, .btn-white:active { - background-color: #fafafa; + 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; + 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; -} -.btn-white:hover { - transform: translateY(-3px); -} -.btn-black { - background-color: #232323 !important; - background: linear-gradient(90deg, #232323 0%, #01386a 100%); - border: none; - transition: all 0.3s; + background-color: #cfcfcf !important; + border-color: #cfcfcf !important; } .btn-black, .btn-black:active { - background-color: #232323; + 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; + 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; -} -.btn-black:hover { - transform: translateY(-3px); + background-color: #000000 !important; + border-color: #000000 !important; } .btn-primary-outline, .btn-primary-outline:active { @@ -546,7 +514,7 @@ a.text-danger.active { a.text-white:hover, a.text-white:focus, a.text-white.active { - color: #fafafa !important; + color: #c7c7c7 !important; } a.text-black:hover, a.text-black:focus, @@ -733,18 +701,12 @@ iframe.lazy-placeholder, section.lazy-placeholder:after { opacity: 0.5; } -html, body { overflow-x: hidden; } a { transition: color 0.6s; } -@media (max-width: 445px) { - .container-banner { - height: 11.5rem!important; - } -} .cid-u5sjTILFVJ { z-index: 1000; width: 100%; @@ -756,7 +718,7 @@ a { margin: auto; } .cid-u5sjTILFVJ .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5sjTILFVJ .dropdown-item:hover, @@ -775,7 +737,7 @@ a { } .cid-u5sjTILFVJ .navbar-short, .cid-u5sjTILFVJ .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -785,11 +747,11 @@ a { .cid-u5sjTILFVJ .opened .navbar-caption, .cid-u5sjTILFVJ .navbar-short .mbr-iconfont, .cid-u5sjTILFVJ .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5sjTILFVJ .navbar-short .hamburger span, .cid-u5sjTILFVJ .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5sjTILFVJ .nav-link { transition: all 0.3s; @@ -830,13 +792,13 @@ a { margin: auto; } .cid-u5sjTILFVJ .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5sjTILFVJ .dropdown-menu, .cid-u5sjTILFVJ .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5sjTILFVJ .nav-item:focus, .cid-u5sjTILFVJ .nav-link:focus { @@ -871,7 +833,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5sjTILFVJ .navbar.opened { transition: all 0.3s; @@ -1016,7 +978,7 @@ a { padding: 0.667em 1.667em; } .cid-u5sjTILFVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5sjTILFVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -1121,7 +1083,7 @@ a { .cid-u5B56AELYR { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/httpsarubaheaven.comwelcome-to-heaven-escorts-aruba.webp"); + background-image: url("../../../assets/images/heaven-escorts-aruba-xmas-2024.webp"); } .cid-u5B56AELYR .mbr-section-title { color: #ffffff; @@ -1136,313 +1098,132 @@ a { color: #ffffff; text-align: center; } -.cid-u5skppcQ6p.popup-builder { - background-color: #ffffff; -} -.cid-u5skppcQ6p.popup-builder .modal { - position: relative; - display: block; - z-index: 1; -} -.cid-u5skppcQ6p.popup-builder .modal-dialog { - margin-top: 60px; - margin-bottom: 60px; -} -.cid-u5skppcQ6p .modal-content, -.cid-u5skppcQ6p .modal-dialog { - height: auto; -} -.cid-u5skppcQ6p .form-wrapper .input-group-btn { - margin-right: auto; - margin-left: auto; -} -.cid-u5skppcQ6p .form-wrapper .input-group-btn .btn { - margin: 0 !important; -} -@media (min-width: 769px) { - .cid-u5skppcQ6p .form-wrapper .mbr-form .form-group, - .cid-u5skppcQ6p .form-wrapper .mbr-form .input-group-btn { - padding: 0 .5rem; - } +.cid-u5Crdz6tu4 { + padding-top: 3rem; + padding-bottom: 1rem; + background-color: #232323; } -.cid-u5skppcQ6p .card-img { - width: 100%; - margin: auto; - border-radius: 0; +.cid-u5Crdz6tu4 .mbr-fallback-image.disabled { + display: none; } -.cid-u5skppcQ6p .mbr-figure img { +.cid-u5Crdz6tu4 .mbr-fallback-image { display: block; + background-size: cover; + background-position: center center; width: 100%; - -ms-flex-item-align: center; - -ms-grid-row-align: center; - -webkit-align-self: center; - align-self: center; -} -.cid-u5skppcQ6p .mbr-text { - text-align: left; -} -.cid-u5skppcQ6p .pt-0 { - padding-top: 0 !important; -} -.cid-u5skppcQ6p .pb-0 { - padding-bottom: 0 !important; -} -.cid-u5skppcQ6p .form-content { - -ms-flex-pack: center; - justify-content: center; - text-align: center; -} -.cid-u5skppcQ6p .mbr-overlay { - bottom: 0; - left: 0; + height: 100%; position: absolute; - right: 0; top: 0; - z-index: 0; - pointer-events: none; } -.cid-u5skppcQ6p .modal-open { - overflow: hidden; +.cid-u5Crdz6tu4 .mbr-section-title { + color: #ffffff; } -.cid-u5skppcQ6p .modal-open .modal { - overflow-x: hidden; - overflow-y: auto; +.cid-u5Crdz6tu4 .mbr-section-subtitle { + color: #ffffff; } -.cid-u5skppcQ6p .modal { - position: fixed; - top: 0; - left: 0; - z-index: 1050; - display: none; +.cid-ulhR0tnA6Y { + padding-top: 0rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ulhR0tnA6Y img, +.cid-ulhR0tnA6Y .item-img { width: 100%; height: 100%; - overflow: hidden; - outline: 0; -} -.cid-u5skppcQ6p .modal-dialog { - position: relative; - width: auto; - margin: .5rem; - pointer-events: none; -} -.cid-u5skppcQ6p .modal.fade .modal-dialog { - transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; - -webkit-transform: translate(0, -50px); - transform: translate(0, -50px); -} -.cid-u5skppcQ6p .modal.show .modal-dialog { - -webkit-transform: none; - transform: none; -} -.cid-u5skppcQ6p .modal-dialog-centered { - display: flex; - -ms-flex-align: center; - align-items: center; - min-height: calc(100% - (.5rem * 2)); + height: 300px; + object-fit: cover; } -.cid-u5skppcQ6p .modal-dialog-centered::before { - display: block; - height: calc(100vh - (.5rem * 2)); - content: ""; +.cid-ulhR0tnA6Y .item:focus, +.cid-ulhR0tnA6Y span:focus { + outline: none; } -.cid-u5skppcQ6p .modal-content { - background: #ffffff; +.cid-ulhR0tnA6Y .item { + cursor: pointer; + margin-bottom: 2rem; position: relative; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - width: 100%; - pointer-events: auto; - background-clip: padding-box; - border: none; - outline: 0; - -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); - box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2); -} -.cid-u5skppcQ6p .margin-center-pos { - margin-top: auto; - margin-bottom: auto; -} -.cid-u5skppcQ6p .modal-backdrop { - position: fixed; - top: 0; - left: 0; - z-index: 1040; - width: 100vw; - height: 100vh; - background-color: #000; -} -.cid-u5skppcQ6p .modal-backdrop.fade { - opacity: 0; -} -.cid-u5skppcQ6p .modal-backdrop.show { - opacity: .5; } -.cid-u5skppcQ6p .modal-header { +.cid-ulhR0tnA6Y .item-wrapper { + position: unset; + border-radius: 4px; + background: #ffffff; + height: 100%; display: flex; - -ms-flex-align: start; - align-items: flex-start; - -ms-flex-pack: justify; - justify-content: space-between; - border-bottom: none; + flex-flow: column nowrap; } @media (min-width: 992px) { - .cid-u5skppcQ6p .modal-header { - padding: 2rem 2rem 1rem; + .cid-ulhR0tnA6Y .item-wrapper .item-content { + padding: 2rem 2rem 0; + } + .cid-ulhR0tnA6Y .item-wrapper .item-footer { + padding: 0 2rem 2rem; } } @media (max-width: 991px) { - .cid-u5skppcQ6p .modal-header { - padding: 1rem; + .cid-ulhR0tnA6Y .item-wrapper .item-content { + padding: 1rem 1rem 0; + } + .cid-ulhR0tnA6Y .item-wrapper .item-footer { + padding: 0 1rem 1rem; } } -.cid-u5skppcQ6p .modal-header .close { - position: absolute; - top: 1rem; - right: 1rem; - margin: -1rem -1rem -1rem auto; - padding: 1rem; - opacity: .75; -} -.cid-u5skppcQ6p .modal-header .close svg { - fill: #22a5e5; +.cid-ulhR0tnA6Y .mbr-section-btn { + margin-top: auto !important; } -.cid-u5skppcQ6p .modal-header .close:hover { - opacity: 1; +.cid-ulhR0tnA6Y .mbr-section-title { + color: #ffffff; } -.cid-u5skppcQ6p .modal-header .close:focus { - outline: none; +.cid-ulhR0tnA6Y .mbr-text, +.cid-ulhR0tnA6Y .mbr-section-btn { + text-align: center; } -.cid-u5skppcQ6p .modal-title { - line-height: 1.5; - width: 100%; - margin: 0; +.cid-ulhR0tnA6Y .item-title { text-align: center; + color: #22a5e5; } -.cid-u5skppcQ6p .modal-body { - position: relative; - -ms-flex: 1 1 auto; - flex: 1 1 auto; +.cid-ulhR0tnA6Y .item-subtitle { + text-align: center; + color: #000000; } -@media (min-width: 992px) { - .cid-u5skppcQ6p .modal-body { - padding: 1rem 2rem 2rem; - } +.cid-ulhR0tnA6Y .mbr-section-subtitle { + color: #ffffff; } -@media (max-width: 991px) { - .cid-u5skppcQ6p .modal-body { - padding: 1rem; - } +.cid-uvIJlOB5hj { + padding-top: 1rem; + padding-bottom: 1rem; + background-color: #232323; } -.cid-u5skppcQ6p .modal-footer { - display: flex; - -ms-flex-align: center; - align-items: center; - -ms-flex-pack: center; - justify-content: center; - border-top: none; - text-align: center; +.cid-uvIJlOB5hj .mbr-fallback-image.disabled { + display: none; } -@media (min-width: 992px) { - .cid-u5skppcQ6p .modal-footer { - padding: 0rem 2rem 2rem; - } +.cid-uvIJlOB5hj .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-u5skppcQ6p .modal-footer { - padding: 1rem; + .cid-uvIJlOB5hj .image-wrapper { + margin-bottom: 1rem; } } -.cid-u5skppcQ6p .modal-scrollbar-measure { - position: absolute; - top: -9999px; - width: 50px; - height: 50px; - overflow: scroll; -} -@media (min-width: 576px) { - .cid-u5skppcQ6p .modal-dialog { - max-width: 500px; - margin: 1.75rem auto; - } - .cid-u5skppcQ6p .modal-dialog-centered { - min-height: calc(100% - (1.75rem * 2)); - } - .cid-u5skppcQ6p .modal-dialog-centered::before { - height: calc(100vh - (1.75rem * 2)); - } - .cid-u5skppcQ6p .modal-sm { - max-width: 300px; - } +.cid-uvIJlOB5hj .row { + flex-direction: row-reverse; } -@media (min-width: 992px) { - .cid-u5skppcQ6p .modal-lg, - .cid-u5skppcQ6p .modal-xl { - max-width: 800px; - } +.cid-uvIJlOB5hj img { + width: 100%; } -@media (min-width: 1200px) { - .cid-u5skppcQ6p .modal-xl { - max-width: 1140px; - } +.cid-ugQikxpcLj { + padding-top: 1rem; + padding-bottom: 4rem; + background-color: #232323; } -.cid-u5skppcQ6p .row { - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; +.cid-ugQikxpcLj .mbr-fallback-image.disabled { + display: none; } -.cid-u5skppcQ6p .col-md-4 { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px; - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; -} -.cid-u5skppcQ6p .form-group { - margin-bottom: 1rem; -} -.cid-u5skppcQ6p .form-control { - display: block; - width: 100%; - font-size: 1rem; - font-weight: 400; - line-height: 1.5; -} -.cid-u5skppcQ6p .col { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; -} -.cid-u5skppcQ6p .col-md-auto { - position: relative; - padding-right: 15px; - padding-left: 15px; - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; -} -.cid-u5skppcQ6p .mbr-section-btn { - margin: 0; -} -.cid-u5skppcQ6p .mbr-section-btn .btn { - margin: 0; -} -.cid-u5Crdz6tu4 { - padding-top: 3rem; - padding-bottom: 1rem; - background-color: #232323; -} -.cid-u5Crdz6tu4 .mbr-fallback-image.disabled { - display: none; -} -.cid-u5Crdz6tu4 .mbr-fallback-image { +.cid-ugQikxpcLj .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -1451,258 +1232,72 @@ a { position: absolute; top: 0; } -.cid-u5Crdz6tu4 .mbr-section-title { - color: #22a5e5; -} -.cid-u5Crdz6tu4 .mbr-section-subtitle { - color: #ffffff; -} -.cid-u6edsEtQUC { - padding-top: 1rem; - padding-bottom: 1rem; - background-color: #232323; -} -.cid-u6edsEtQUC .container { - max-width: 1500px; - padding: 0 2rem; -} -@media (max-width: 767px) { - .cid-u6edsEtQUC .container { - padding: 0 1rem; - } -} -.cid-u6edsEtQUC .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-u6edsEtQUC .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-u6edsEtQUC .item-wrapper:hover .item-content { - opacity: 1; - transform: translateY(0px); -} -.cid-u6edsEtQUC .item-wrapper:hover .item-img { - transform: scale(1.1); -} -.cid-u6edsEtQUC .item-wrapper:hover:before { - opacity: 0.5; -} -@media (max-width: 767px) { - .cid-u6edsEtQUC .item-wrapper .item-content { - opacity: 1; - transform: translateY(0px); - } - .cid-u6edsEtQUC .item-wrapper .item-img { - transform: scale(1.1); - } - .cid-u6edsEtQUC .item-wrapper:before { - opacity: 0.5; - } -} -.cid-u6edsEtQUC .item-img { - position: absolute; - top: 0; - left: 0; - transition: all 0.3s; - height: 100%; - width: 100%; - z-index: 0; -} -.cid-u6edsEtQUC .item-img img { - object-fit: cover; - height: 100%; - width: 100%; +.cid-ugQikxpcLj [class^="socicon-"]:before, +.cid-ugQikxpcLj [class*=" socicon-"]:before { + line-height: 55px; } -.cid-u6edsEtQUC .item-content { - z-index: 3; - opacity: 0; - transition: all 0.3s; - transform: translateY(5px); +.cid-ugQikxpcLj .btn-social { + font-size: 32px; + border-radius: 50%; + width: 55px; + height: 55px; + line-height: 55px; + padding: 0; position: relative; -} -.cid-u6edsEtQUC .item:focus, -.cid-u6edsEtQUC span:focus { - outline: none; -} -.cid-u6edsEtQUC .item { cursor: pointer; - margin-bottom: 2rem; -} -.cid-u6edsEtQUC .mbr-section-btn { - margin-top: auto !important; -} -.cid-u6edsEtQUC .mbr-section-title { color: #22a5e5; - text-align: center; + border-width: 2px; + transition: all .3s; + border-color: #22a5e5; } -.cid-u6edsEtQUC .mbr-text, -.cid-u6edsEtQUC .mbr-section-btn { - color: #ffffff; +.cid-ugQikxpcLj .btn-social:hover { + background: #22a5e5; } -.cid-u6edsEtQUC .item-title { - color: #ffffff; +.cid-ugQikxpcLj .btn-social:hover i.socicon { + color: #ffffff !important; } -.cid-u6edsEtQUC .mbr-section-subtitle { +.cid-ugQikxpcLj .mbr-section-title, +.cid-ugQikxpcLj .mbr-social-likes { color: #ffffff; - text-align: center; -} -.cid-u68HEAjWGs { - padding-top: 1rem; - padding-bottom: 1rem; - background-color: #232323; -} -.cid-u68HEAjWGs .container { - max-width: 1500px; - padding: 0 2rem; -} -@media (max-width: 767px) { - .cid-u68HEAjWGs .container { - padding: 0 1rem; - } -} -.cid-u68HEAjWGs .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-u68HEAjWGs .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-u68HEAjWGs .item-wrapper:hover .item-content { - opacity: 1; - transform: translateY(0px); -} -.cid-u68HEAjWGs .item-wrapper:hover .item-img { - transform: scale(1.1); -} -.cid-u68HEAjWGs .item-wrapper:hover:before { - opacity: 0.5; -} -@media (max-width: 767px) { - .cid-u68HEAjWGs .item-wrapper .item-content { - opacity: 1; - transform: translateY(0px); - } - .cid-u68HEAjWGs .item-wrapper .item-img { - transform: scale(1.1); - } - .cid-u68HEAjWGs .item-wrapper:before { - opacity: 0.5; - } -} -.cid-u68HEAjWGs .item-img { - position: absolute; - top: 0; - left: 0; - transition: all 0.3s; - height: 100%; - width: 100%; - z-index: 0; -} -.cid-u68HEAjWGs .item-img img { - object-fit: cover; - height: 100%; - width: 100%; } -.cid-u68HEAjWGs .item-content { - z-index: 3; - opacity: 0; - transition: all 0.3s; - transform: translateY(5px); - position: relative; -} -.cid-u68HEAjWGs .item:focus, -.cid-u68HEAjWGs span:focus { - outline: none; -} -.cid-u68HEAjWGs .item { - cursor: pointer; - margin-bottom: 2rem; -} -.cid-u68HEAjWGs .mbr-section-btn { - margin-top: auto !important; -} -.cid-u68HEAjWGs .mbr-section-title { - color: #22a5e5; +.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-u68HEAjWGs .mbr-text, -.cid-u68HEAjWGs .mbr-section-btn { - color: #22a5e5; +.cid-ukFkaSWzSs .my-float { + margin-top: 16px; } -.cid-u68HEAjWGs .item-title { - color: #ffffff; +.cid-ukFkaSWzSs P { + color: #232323; } -.cid-u68HEAjWGs .mbr-section-subtitle { +.cid-ukFkaSWzSs DIV { color: #ffffff; - text-align: center; } -.cid-u6k2tZBw4M { - padding-top: 1rem; - padding-bottom: 4rem; - background-color: #232323; +.cid-ukFkaSWzSs H10 { + color: #767676; } -.cid-u6k2tZBw4M .mbr-fallback-image.disabled { +.cid-ukFkaSWzSs .hidden { display: none; } -.cid-u6k2tZBw4M .mbr-fallback-image { - display: block; - background-size: cover; - background-position: center center; - width: 100%; - height: 100%; - position: absolute; - top: 0; -} -.cid-u6k2tZBw4M .mbr-section-title { - color: #22a5e5; -} -.cid-u6k2tZBw4M .mbr-section-subtitle { - color: #ffffff; -} -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -1711,48 +1306,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -1764,17 +1359,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #22a5e5; -} .cid-u5sqUiBV36 { z-index: 1000; width: 100%; @@ -1786,7 +1378,7 @@ a { margin: auto; } .cid-u5sqUiBV36 .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5sqUiBV36 .dropdown-item:hover, @@ -1805,7 +1397,7 @@ a { } .cid-u5sqUiBV36 .navbar-short, .cid-u5sqUiBV36 .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -1815,11 +1407,11 @@ a { .cid-u5sqUiBV36 .opened .navbar-caption, .cid-u5sqUiBV36 .navbar-short .mbr-iconfont, .cid-u5sqUiBV36 .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5sqUiBV36 .navbar-short .hamburger span, .cid-u5sqUiBV36 .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5sqUiBV36 .nav-link { transition: all 0.3s; @@ -1860,13 +1452,13 @@ a { margin: auto; } .cid-u5sqUiBV36 .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5sqUiBV36 .dropdown-menu, .cid-u5sqUiBV36 .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5sqUiBV36 .nav-item:focus, .cid-u5sqUiBV36 .nav-link:focus { @@ -1901,7 +1493,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5sqUiBV36 .navbar.opened { transition: all 0.3s; @@ -2046,7 +1638,7 @@ a { padding: 0.667em 1.667em; } .cid-u5sqUiBV36 .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5sqUiBV36 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -2151,7 +1743,7 @@ a { .cid-u5B6fXfGTk { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/about-heaven-escorts-aruba-3.webp"); + background-image: url("../../../assets/images/xmas-heaven-escorts-aruba-2024.webp"); } .cid-u5B6fXfGTk .mbr-section-title { color: #ffffff; @@ -2189,15 +1781,15 @@ a { .cid-u5CsaHUj5W .mbr-section-subtitle { color: #ffffff; } -.cid-u5R6WNd7iL { - padding-top: 1rem; - padding-bottom: 2rem; +.cid-u5CvxYrvnF { + padding-top: 2rem; + padding-bottom: 1rem; background-color: #232323; } -.cid-u5R6WNd7iL .mbr-fallback-image.disabled { +.cid-u5CvxYrvnF .mbr-fallback-image.disabled { display: none; } -.cid-u5R6WNd7iL .mbr-fallback-image { +.cid-u5CvxYrvnF .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -2206,29 +1798,21 @@ a { position: absolute; top: 0; } -.cid-u5R6WNd7iL .video-wrapper iframe { - width: 100%; -} -.cid-u5R6WNd7iL .mbr-section-title, -.cid-u5R6WNd7iL .mbr-section-subtitle, -.cid-u5R6WNd7iL .mbr-text { - text-align: center; -} -.cid-u5R6WNd7iL .mbr-section-title { - color: #ffffff; +.cid-u5CvxYrvnF .mbr-section-title { + color: #22a5e5; } -.cid-u5R6WNd7iL .mbr-section-subtitle { +.cid-u5CvxYrvnF .mbr-section-subtitle { color: #ffffff; } -.cid-u5CvxYrvnF { +.cid-ubJ5wMc4Ze { padding-top: 1rem; - padding-bottom: 2rem; + padding-bottom: 1rem; background-color: #232323; } -.cid-u5CvxYrvnF .mbr-fallback-image.disabled { +.cid-ubJ5wMc4Ze .mbr-fallback-image.disabled { display: none; } -.cid-u5CvxYrvnF .mbr-fallback-image { +.cid-ubJ5wMc4Ze .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -2237,21 +1821,165 @@ a { position: absolute; top: 0; } -.cid-u5CvxYrvnF .mbr-section-title { - color: #22a5e5; +@media (max-width: 991px) { + .cid-ubJ5wMc4Ze .image-wrapper { + margin-bottom: 1rem; + } } -.cid-u5CvxYrvnF .mbr-section-subtitle { +.cid-ubJ5wMc4Ze .row { + flex-direction: row-reverse; +} +.cid-ubJ5wMc4Ze img { + width: 100%; +} +.cid-ubJ5wMc4Ze .mbr-description { color: #ffffff; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.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-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -2260,48 +1988,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -2313,17 +2041,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5sr2xIttI { z-index: 1000; width: 100%; @@ -2335,7 +2060,7 @@ a { margin: auto; } .cid-u5sr2xIttI .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5sr2xIttI .dropdown-item:hover, @@ -2354,7 +2079,7 @@ a { } .cid-u5sr2xIttI .navbar-short, .cid-u5sr2xIttI .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -2364,11 +2089,11 @@ a { .cid-u5sr2xIttI .opened .navbar-caption, .cid-u5sr2xIttI .navbar-short .mbr-iconfont, .cid-u5sr2xIttI .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5sr2xIttI .navbar-short .hamburger span, .cid-u5sr2xIttI .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5sr2xIttI .nav-link { transition: all 0.3s; @@ -2409,13 +2134,13 @@ a { margin: auto; } .cid-u5sr2xIttI .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5sr2xIttI .dropdown-menu, .cid-u5sr2xIttI .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5sr2xIttI .nav-item:focus, .cid-u5sr2xIttI .nav-link:focus { @@ -2450,7 +2175,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5sr2xIttI .navbar.opened { transition: all 0.3s; @@ -2595,7 +2320,7 @@ a { padding: 0.667em 1.667em; } .cid-u5sr2xIttI .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5sr2xIttI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -2700,7 +2425,7 @@ a { .cid-u5B6iGCnSp { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/heaven-aruba-available-escorts.webp"); + background-image: url("../../../assets/images/heaven-escorts-aruba-xmas-2024.webp"); } .cid-u5B6iGCnSp .mbr-section-title { color: #ffffff; @@ -2715,51 +2440,28 @@ a { color: #ffffff; text-align: center; } -.cid-u5Csr0tbSw { +.cid-uvNF9Ofa3s { padding-top: 3rem; padding-bottom: 1rem; background-color: #232323; } -.cid-u5Csr0tbSw .mbr-fallback-image.disabled { - display: none; -} -.cid-u5Csr0tbSw .mbr-fallback-image { - display: block; - background-size: cover; - background-position: center center; - width: 100%; - height: 100%; - position: absolute; - top: 0; -} -.cid-u5Csr0tbSw .mbr-section-title { - color: #ffffff; -} -.cid-u5Csr0tbSw .mbr-section-subtitle { - color: #ffffff; -} -.cid-u5QfbsdJ0i { - padding-top: 1rem; - padding-bottom: 3rem; - background-color: #232323; -} -.cid-u5QfbsdJ0i img, -.cid-u5QfbsdJ0i .item-img { +.cid-uvNF9Ofa3s img, +.cid-uvNF9Ofa3s .item-img { width: 100%; height: 100%; height: 300px; object-fit: cover; } -.cid-u5QfbsdJ0i .item:focus, -.cid-u5QfbsdJ0i span:focus { +.cid-uvNF9Ofa3s .item:focus, +.cid-uvNF9Ofa3s span:focus { outline: none; } -.cid-u5QfbsdJ0i .item { +.cid-uvNF9Ofa3s .item { cursor: pointer; margin-bottom: 2rem; position: relative; } -.cid-u5QfbsdJ0i .item-wrapper { +.cid-uvNF9Ofa3s .item-wrapper { position: unset; border-radius: 4px; background: #ffffff; @@ -2768,50 +2470,96 @@ a { flex-flow: column nowrap; } @media (min-width: 992px) { - .cid-u5QfbsdJ0i .item-wrapper .item-content { + .cid-uvNF9Ofa3s .item-wrapper .item-content { padding: 2rem 2rem 0; } - .cid-u5QfbsdJ0i .item-wrapper .item-footer { + .cid-uvNF9Ofa3s .item-wrapper .item-footer { padding: 0 2rem 2rem; } } @media (max-width: 991px) { - .cid-u5QfbsdJ0i .item-wrapper .item-content { + .cid-uvNF9Ofa3s .item-wrapper .item-content { padding: 1rem 1rem 0; } - .cid-u5QfbsdJ0i .item-wrapper .item-footer { + .cid-uvNF9Ofa3s .item-wrapper .item-footer { padding: 0 1rem 1rem; } } -.cid-u5QfbsdJ0i .mbr-section-btn { +.cid-uvNF9Ofa3s .mbr-section-btn { margin-top: auto !important; } -.cid-u5QfbsdJ0i .mbr-section-title { +.cid-uvNF9Ofa3s .mbr-section-title { color: #ffffff; } -.cid-u5QfbsdJ0i .mbr-text, -.cid-u5QfbsdJ0i .mbr-section-btn { +.cid-uvNF9Ofa3s .mbr-text, +.cid-uvNF9Ofa3s .mbr-section-btn { text-align: center; } -.cid-u5QfbsdJ0i .item-title { +.cid-uvNF9Ofa3s .item-title { text-align: center; color: #22a5e5; } -.cid-u5QfbsdJ0i .item-subtitle { +.cid-uvNF9Ofa3s .item-subtitle { text-align: center; + color: #000000; } -.cid-u5QfbsdJ0i .mbr-section-subtitle { +.cid-uvNF9Ofa3s .mbr-section-subtitle { color: #ffffff; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.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-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -2820,48 +2568,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -2873,17 +2621,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5srggwUx0 { z-index: 1000; width: 100%; @@ -2895,7 +2640,7 @@ a { margin: auto; } .cid-u5srggwUx0 .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5srggwUx0 .dropdown-item:hover, @@ -2914,7 +2659,7 @@ a { } .cid-u5srggwUx0 .navbar-short, .cid-u5srggwUx0 .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -2924,11 +2669,11 @@ a { .cid-u5srggwUx0 .opened .navbar-caption, .cid-u5srggwUx0 .navbar-short .mbr-iconfont, .cid-u5srggwUx0 .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5srggwUx0 .navbar-short .hamburger span, .cid-u5srggwUx0 .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5srggwUx0 .nav-link { transition: all 0.3s; @@ -2969,13 +2714,13 @@ a { margin: auto; } .cid-u5srggwUx0 .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5srggwUx0 .dropdown-menu, .cid-u5srggwUx0 .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5srggwUx0 .nav-item:focus, .cid-u5srggwUx0 .nav-link:focus { @@ -3010,7 +2755,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5srggwUx0 .navbar.opened { transition: all 0.3s; @@ -3155,7 +2900,7 @@ a { padding: 0.667em 1.667em; } .cid-u5srggwUx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5srggwUx0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -3260,7 +3005,7 @@ a { .cid-u5B6lwdGjl { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/escort-services-offered-by-heaven-escorts-aruba.webp"); + background-image: url("../../../assets/images/xmas-heaven-escorts-aruba-2024.webp"); } .cid-u5B6lwdGjl .mbr-section-title { color: #ffffff; @@ -3276,7 +3021,7 @@ a { text-align: center; } .cid-u5svirZ0QM { - padding-top: 3rem; + padding-top: 4rem; padding-bottom: 1rem; background-color: #232323; } @@ -3368,7 +3113,7 @@ a { margin-top: auto !important; } .cid-u5svirZ0QM .mbr-section-title { - color: #22a5e5; + color: #ffffff; text-align: center; } .cid-u5svirZ0QM .mbr-text, @@ -3382,15 +3127,52 @@ a { color: #ffffff; text-align: center; } -.cid-u5CAZw16ri { +.cid-uby76ldEaf { padding-top: 1rem; - padding-bottom: 2rem; + 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-u5CAZw16ri .mbr-fallback-image.disabled { +.cid-ugQjrZWWJ0 .mbr-fallback-image.disabled { display: none; } -.cid-u5CAZw16ri .mbr-fallback-image { +.cid-ugQjrZWWJ0 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -3399,21 +3181,43 @@ a { position: absolute; top: 0; } -.cid-u5CAZw16ri .mbr-section-title { +.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-u5CAZw16ri .mbr-section-subtitle { +.cid-ugQjrZWWJ0 .mbr-section-title, +.cid-ugQjrZWWJ0 .mbr-social-likes { color: #ffffff; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -3422,48 +3226,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -3475,17 +3279,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5smFaEnFQ { z-index: 1000; width: 100%; @@ -3497,7 +3298,7 @@ a { margin: auto; } .cid-u5smFaEnFQ .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5smFaEnFQ .dropdown-item:hover, @@ -3516,7 +3317,7 @@ a { } .cid-u5smFaEnFQ .navbar-short, .cid-u5smFaEnFQ .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -3526,11 +3327,11 @@ a { .cid-u5smFaEnFQ .opened .navbar-caption, .cid-u5smFaEnFQ .navbar-short .mbr-iconfont, .cid-u5smFaEnFQ .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5smFaEnFQ .navbar-short .hamburger span, .cid-u5smFaEnFQ .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5smFaEnFQ .nav-link { transition: all 0.3s; @@ -3571,13 +3372,13 @@ a { margin: auto; } .cid-u5smFaEnFQ .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5smFaEnFQ .dropdown-menu, .cid-u5smFaEnFQ .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5smFaEnFQ .nav-item:focus, .cid-u5smFaEnFQ .nav-link:focus { @@ -3612,7 +3413,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5smFaEnFQ .navbar.opened { transition: all 0.3s; @@ -3757,7 +3558,7 @@ a { padding: 0.667em 1.667em; } .cid-u5smFaEnFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5smFaEnFQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -3862,7 +3663,7 @@ a { .cid-u5B6zirDm8 { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/heaven-escorts-aruba-book-reserve.webp"); + background-image: url("../../../assets/images/heaven-escorts-aruba-contact-xmas-2024-.webp"); } .cid-u5B6zirDm8 .mbr-section-title { color: #ffffff; @@ -3879,7 +3680,7 @@ a { } .cid-u5UpfchuUl { padding-top: 3rem; - padding-bottom: 0rem; + padding-bottom: 1rem; background-color: #232323; } .cid-u5UpfchuUl .mbr-fallback-image.disabled { @@ -3900,24 +3701,32 @@ a { .cid-u5UpfchuUl .mbr-section-subtitle { color: #ffffff; } -.cid-u5smFdCYQb { +.cid-u9vJDmYZ8P { padding-top: 1rem; padding-bottom: 2rem; background: #232323; } -.cid-u5smFdCYQb .google-map { +.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; - border-radius: 30px; } -.cid-u5smFdCYQb .google-map iframe { +.cid-u9vJDmYZ8P .google-map iframe { height: 100%; width: 100%; - border-radius: 30px; - opacity: 0.8; - backdrop-filter: blur(3.5px); } -.cid-u5smFdCYQb .google-map [data-state-details] { +.cid-u9vJDmYZ8P .google-map [data-state-details] { color: #6b6763; height: 1.5em; margin-top: -0.75em; @@ -3928,29 +3737,74 @@ a { top: 50%; width: 100%; } -.cid-u5smFdCYQb .google-map[data-state] { +.cid-u9vJDmYZ8P .google-map[data-state] { background: #e9e5dc; } -.cid-u5smFdCYQb .google-map[data-state="loading"] [data-state-details] { +.cid-u9vJDmYZ8P .google-map[data-state="loading"] [data-state-details] { display: none; } -.cid-u5smFdCYQb .mbr-section-title { - color: #22a5e5; +.cid-u9vJDmYZ8P .mbr-section-title { + color: #ffffff; } -.cid-u5smFdCYQb .mbr-section-subtitle { +.cid-u9vJDmYZ8P .mbr-section-subtitle { color: #ffffff; } -.cid-u5smFbMOL3 { - padding-top: 30px; - padding-bottom: 60px; +.cid-ugQlGZm8f3 { + padding-top: 1rem; + padding-bottom: 1rem; background-color: #232323; } -.cid-u5smFbMOL3 .mbr-overlay { - background-color: #ffffff; - opacity: 0.2; +.cid-ugQlGZm8f3 .mbr-fallback-image.disabled { + display: none; } -.cid-u5smFbMOL3 input, -.cid-u5smFbMOL3 textarea { +.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; } @@ -4015,15 +3869,15 @@ a { .cid-u5smFbMOL3 LABEL { color: #ffffff; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -4032,48 +3886,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -4085,17 +3939,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5u2ZOzaXt { z-index: 1000; width: 100%; @@ -4107,7 +3958,7 @@ a { margin: auto; } .cid-u5u2ZOzaXt .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5u2ZOzaXt .dropdown-item:hover, @@ -4126,7 +3977,7 @@ a { } .cid-u5u2ZOzaXt .navbar-short, .cid-u5u2ZOzaXt .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -4136,11 +3987,11 @@ a { .cid-u5u2ZOzaXt .opened .navbar-caption, .cid-u5u2ZOzaXt .navbar-short .mbr-iconfont, .cid-u5u2ZOzaXt .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5u2ZOzaXt .navbar-short .hamburger span, .cid-u5u2ZOzaXt .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5u2ZOzaXt .nav-link { transition: all 0.3s; @@ -4181,13 +4032,13 @@ a { margin: auto; } .cid-u5u2ZOzaXt .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5u2ZOzaXt .dropdown-menu, .cid-u5u2ZOzaXt .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5u2ZOzaXt .nav-item:focus, .cid-u5u2ZOzaXt .nav-link:focus { @@ -4222,7 +4073,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5u2ZOzaXt .navbar.opened { transition: all 0.3s; @@ -4367,7 +4218,7 @@ a { padding: 0.667em 1.667em; } .cid-u5u2ZOzaXt .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5u2ZOzaXt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -4484,7 +4335,7 @@ a { text-align: center; } .cid-u5B6vH23yc .mbr-section-subtitle { - color: #ffffff; + color: #22a5e5; text-align: center; } .cid-u5EIHUiCcp { @@ -4510,9 +4361,54 @@ a { .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: 3rem; + padding-bottom: 4rem; background-color: #232323; } .cid-u5DaCz1NAJ .item { @@ -4774,15 +4670,15 @@ a { color: #22a5e5; text-align: center; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -4791,48 +4687,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -4844,17 +4740,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5u3P1zOHX { z-index: 1000; width: 100%; @@ -4866,7 +4759,7 @@ a { margin: auto; } .cid-u5u3P1zOHX .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5u3P1zOHX .dropdown-item:hover, @@ -4885,7 +4778,7 @@ a { } .cid-u5u3P1zOHX .navbar-short, .cid-u5u3P1zOHX .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -4895,11 +4788,11 @@ a { .cid-u5u3P1zOHX .opened .navbar-caption, .cid-u5u3P1zOHX .navbar-short .mbr-iconfont, .cid-u5u3P1zOHX .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5u3P1zOHX .navbar-short .hamburger span, .cid-u5u3P1zOHX .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5u3P1zOHX .nav-link { transition: all 0.3s; @@ -4940,13 +4833,13 @@ a { margin: auto; } .cid-u5u3P1zOHX .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5u3P1zOHX .dropdown-menu, .cid-u5u3P1zOHX .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5u3P1zOHX .nav-item:focus, .cid-u5u3P1zOHX .nav-link:focus { @@ -4981,7 +4874,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5u3P1zOHX .navbar.opened { transition: all 0.3s; @@ -5126,7 +5019,7 @@ a { padding: 0.667em 1.667em; } .cid-u5u3P1zOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5u3P1zOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -5231,7 +5124,7 @@ a { .cid-u5B6oqLBqc { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/erotic-massage-heaven-escorts-aruba.webp"); + background-image: url("../../../assets/images/erotic-massage-heaven-escorts-aruba-2.webp"); } .cid-u5B6oqLBqc .mbr-section-title { color: #ffffff; @@ -5248,7 +5141,7 @@ a { } .cid-u5BrjJGbSx { padding-top: 3rem; - padding-bottom: 1rem; + padding-bottom: 4rem; background-color: #232323; } .cid-u5BrjJGbSx .mbr-fallback-image.disabled { @@ -5269,6 +5162,173 @@ a { .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; @@ -5536,15 +5596,15 @@ a { .cid-u5u7QhR9UV .mbr-section-subtitle DIV { text-align: left; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -5553,48 +5613,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -5606,17 +5666,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5APh5auc3 { z-index: 1000; width: 100%; @@ -5628,7 +5685,7 @@ a { margin: auto; } .cid-u5APh5auc3 .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5APh5auc3 .dropdown-item:hover, @@ -5647,7 +5704,7 @@ a { } .cid-u5APh5auc3 .navbar-short, .cid-u5APh5auc3 .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -5657,11 +5714,11 @@ a { .cid-u5APh5auc3 .opened .navbar-caption, .cid-u5APh5auc3 .navbar-short .mbr-iconfont, .cid-u5APh5auc3 .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5APh5auc3 .navbar-short .hamburger span, .cid-u5APh5auc3 .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5APh5auc3 .nav-link { transition: all 0.3s; @@ -5702,13 +5759,13 @@ a { margin: auto; } .cid-u5APh5auc3 .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5APh5auc3 .dropdown-menu, .cid-u5APh5auc3 .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5APh5auc3 .nav-item:focus, .cid-u5APh5auc3 .nav-link:focus { @@ -5743,7 +5800,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5APh5auc3 .navbar.opened { transition: all 0.3s; @@ -5888,7 +5945,7 @@ a { padding: 0.667em 1.667em; } .cid-u5APh5auc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5APh5auc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -6010,7 +6067,7 @@ a { } .cid-u5APh6lyte { padding-top: 2rem; - padding-bottom: 3rem; + padding-bottom: 1rem; background-color: #232323; } .cid-u5APh6lyte .item { @@ -6272,15 +6329,60 @@ a { color: #ffffff; text-align: center; } -.cid-u5Bgu4mHDC { - padding-top: 4rem; +.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-u5Bgu4mHDC .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Bgu4mHDC .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -6289,48 +6391,48 @@ a { position: absolute; top: 0; } -.cid-u5Bgu4mHDC .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Bgu4mHDC .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Bgu4mHDC .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Bgu4mHDC .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Bgu4mHDC .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Bgu4mHDC .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Bgu4mHDC .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Bgu4mHDC .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Bgu4mHDC .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -6342,17 +6444,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Bgu4mHDC .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Bgu4mHDC div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Bgu4mHDC H5 { - color: #ffffff; -} .cid-u5Dy7920l8 { z-index: 1000; width: 100%; @@ -6364,7 +6463,7 @@ a { margin: auto; } .cid-u5Dy7920l8 .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5Dy7920l8 .dropdown-item:hover, @@ -6383,7 +6482,7 @@ a { } .cid-u5Dy7920l8 .navbar-short, .cid-u5Dy7920l8 .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -6393,11 +6492,11 @@ a { .cid-u5Dy7920l8 .opened .navbar-caption, .cid-u5Dy7920l8 .navbar-short .mbr-iconfont, .cid-u5Dy7920l8 .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5Dy7920l8 .navbar-short .hamburger span, .cid-u5Dy7920l8 .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5Dy7920l8 .nav-link { transition: all 0.3s; @@ -6438,13 +6537,13 @@ a { margin: auto; } .cid-u5Dy7920l8 .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5Dy7920l8 .dropdown-menu, .cid-u5Dy7920l8 .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5Dy7920l8 .nav-item:focus, .cid-u5Dy7920l8 .nav-link:focus { @@ -6479,7 +6578,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5Dy7920l8 .navbar.opened { transition: all 0.3s; @@ -6624,7 +6723,7 @@ a { padding: 0.667em 1.667em; } .cid-u5Dy7920l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5Dy7920l8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -6770,15 +6869,15 @@ a { .cid-u5DyP1EaO0 .mbr-section-subtitle DIV { text-align: left; } -.cid-u5Dy7aoeb5 { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5Dy7aoeb5 .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5Dy7aoeb5 .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -6787,48 +6886,48 @@ a { position: absolute; top: 0; } -.cid-u5Dy7aoeb5 .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5Dy7aoeb5 .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5Dy7aoeb5 .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5Dy7aoeb5 .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5Dy7aoeb5 .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5Dy7aoeb5 .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5Dy7aoeb5 .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5Dy7aoeb5 .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5Dy7aoeb5 .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5Dy7aoeb5 .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5Dy7aoeb5 .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -6840,17 +6939,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5Dy7aoeb5 .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5Dy7aoeb5 div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5Dy7aoeb5 H5 { - color: #ffffff; -} .cid-u5FCLSQhOB { z-index: 1000; width: 100%; @@ -6862,7 +6958,7 @@ a { margin: auto; } .cid-u5FCLSQhOB .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5FCLSQhOB .dropdown-item:hover, @@ -6881,7 +6977,7 @@ a { } .cid-u5FCLSQhOB .navbar-short, .cid-u5FCLSQhOB .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -6891,11 +6987,11 @@ a { .cid-u5FCLSQhOB .opened .navbar-caption, .cid-u5FCLSQhOB .navbar-short .mbr-iconfont, .cid-u5FCLSQhOB .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5FCLSQhOB .navbar-short .hamburger span, .cid-u5FCLSQhOB .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5FCLSQhOB .nav-link { transition: all 0.3s; @@ -6936,13 +7032,13 @@ a { margin: auto; } .cid-u5FCLSQhOB .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5FCLSQhOB .dropdown-menu, .cid-u5FCLSQhOB .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5FCLSQhOB .nav-item:focus, .cid-u5FCLSQhOB .nav-link:focus { @@ -6977,7 +7073,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5FCLSQhOB .navbar.opened { transition: all 0.3s; @@ -7122,7 +7218,7 @@ a { padding: 0.667em 1.667em; } .cid-u5FCLSQhOB .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5FCLSQhOB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -7227,7 +7323,7 @@ a { .cid-u5FCLTfN3Q { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/heaven-escorts-aruba-faq.webp"); + background-image: url("../../../assets/images/heaven-escorts-aruba-faq-xmas.webp"); } .cid-u5FCLTfN3Q .mbr-section-title { color: #ffffff; @@ -7260,14 +7356,59 @@ a { top: 0; } .cid-u5FGOoC0t1 .mbr-section-title { - color: #ffffff; + 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: 3rem; + padding-bottom: 1rem; background-color: #232323; } .cid-u5JaOUSrbT .mbr-fallback-image.disabled { @@ -7306,15 +7447,42 @@ a { .cid-u5JaOUSrbT .list { color: #ffffff; } -.cid-u5FCLTVblj { - padding-top: 4rem; +.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-u5FCLTVblj .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5FCLTVblj .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -7323,48 +7491,48 @@ a { position: absolute; top: 0; } -.cid-u5FCLTVblj .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5FCLTVblj .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5FCLTVblj .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5FCLTVblj .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5FCLTVblj .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5FCLTVblj .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5FCLTVblj .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5FCLTVblj .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5FCLTVblj .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5FCLTVblj .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5FCLTVblj .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -7376,17 +7544,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5FCLTVblj .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5FCLTVblj div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5FCLTVblj H5 { - color: #ffffff; -} .cid-u5H0YfLBTu { z-index: 1000; width: 100%; @@ -7398,7 +7563,7 @@ a { margin: auto; } .cid-u5H0YfLBTu .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5H0YfLBTu .dropdown-item:hover, @@ -7417,7 +7582,7 @@ a { } .cid-u5H0YfLBTu .navbar-short, .cid-u5H0YfLBTu .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -7427,11 +7592,11 @@ a { .cid-u5H0YfLBTu .opened .navbar-caption, .cid-u5H0YfLBTu .navbar-short .mbr-iconfont, .cid-u5H0YfLBTu .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5H0YfLBTu .navbar-short .hamburger span, .cid-u5H0YfLBTu .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5H0YfLBTu .nav-link { transition: all 0.3s; @@ -7472,13 +7637,13 @@ a { margin: auto; } .cid-u5H0YfLBTu .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5H0YfLBTu .dropdown-menu, .cid-u5H0YfLBTu .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5H0YfLBTu .nav-item:focus, .cid-u5H0YfLBTu .nav-link:focus { @@ -7513,7 +7678,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5H0YfLBTu .navbar.opened { transition: all 0.3s; @@ -7658,7 +7823,7 @@ a { padding: 0.667em 1.667em; } .cid-u5H0YfLBTu .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5H0YfLBTu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -7763,7 +7928,7 @@ a { .cid-u5H0Yg9ivs { padding-top: 10rem; padding-bottom: 5rem; - background-color: #000000; + background-color: #1b1212; } .cid-u5H0Yg9ivs .mbr-section-title { color: #22a5e5; @@ -7780,7 +7945,7 @@ a { } .cid-u5H0Ygm9M1 { padding-top: 3rem; - padding-bottom: 3rem; + padding-bottom: 2rem; background-color: #232323; } .cid-u5H0Ygm9M1 .mbr-fallback-image.disabled { @@ -7800,19 +7965,20 @@ a { } .cid-u5H0Ygm9M1 .mbr-section-subtitle { color: #ffffff; + text-align: left; } .cid-u5H0Ygm9M1 .mbr-section-subtitle DIV { text-align: left; } -.cid-u5H0YgHR2Q { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5H0YgHR2Q .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5H0YgHR2Q .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -7821,48 +7987,48 @@ a { position: absolute; top: 0; } -.cid-u5H0YgHR2Q .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5H0YgHR2Q .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5H0YgHR2Q .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5H0YgHR2Q .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5H0YgHR2Q .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5H0YgHR2Q .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5H0YgHR2Q .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5H0YgHR2Q .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5H0YgHR2Q .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5H0YgHR2Q .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5H0YgHR2Q .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -7874,17 +8040,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5H0YgHR2Q .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5H0YgHR2Q div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5H0YgHR2Q H5 { - color: #ffffff; -} .cid-u5JghNFtoe { z-index: 1000; width: 100%; @@ -7896,7 +8059,7 @@ a { margin: auto; } .cid-u5JghNFtoe .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5JghNFtoe .dropdown-item:hover, @@ -7915,7 +8078,7 @@ a { } .cid-u5JghNFtoe .navbar-short, .cid-u5JghNFtoe .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -7925,11 +8088,11 @@ a { .cid-u5JghNFtoe .opened .navbar-caption, .cid-u5JghNFtoe .navbar-short .mbr-iconfont, .cid-u5JghNFtoe .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5JghNFtoe .navbar-short .hamburger span, .cid-u5JghNFtoe .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5JghNFtoe .nav-link { transition: all 0.3s; @@ -7970,13 +8133,13 @@ a { margin: auto; } .cid-u5JghNFtoe .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5JghNFtoe .dropdown-menu, .cid-u5JghNFtoe .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5JghNFtoe .nav-item:focus, .cid-u5JghNFtoe .nav-link:focus { @@ -8011,7 +8174,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5JghNFtoe .navbar.opened { transition: all 0.3s; @@ -8156,7 +8319,7 @@ a { padding: 0.667em 1.667em; } .cid-u5JghNFtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5JghNFtoe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -8261,7 +8424,7 @@ a { .cid-u5JghOeQei { padding-top: 10rem; padding-bottom: 5rem; - background-image: url("../../../assets/images/heaven-simply-the-best-escorts-in-aruba.webp"); + background-image: url("../../../assets/images/heaven-escorts-aruba-pricing-and-rates.webp"); } .cid-u5JghOeQei .mbr-section-title { color: #ffffff; @@ -8278,7 +8441,7 @@ a { } .cid-u5Jgu8D1xu { padding-top: 3rem; - padding-bottom: 2rem; + padding-bottom: 1rem; background-color: #232323; } .cid-u5Jgu8D1xu .mbr-fallback-image.disabled { @@ -8299,15 +8462,43 @@ a { .cid-u5Jgu8D1xu .mbr-section-subtitle { color: #ffffff; } -.cid-u5JghP5yfd { - padding-top: 4rem; +.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-u5JghP5yfd .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5JghP5yfd .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -8316,48 +8507,48 @@ a { position: absolute; top: 0; } -.cid-u5JghP5yfd .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5JghP5yfd .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5JghP5yfd .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5JghP5yfd .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5JghP5yfd .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5JghP5yfd .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5JghP5yfd .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5JghP5yfd .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5JghP5yfd .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5JghP5yfd .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5JghP5yfd .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -8369,17 +8560,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5JghP5yfd .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5JghP5yfd div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5JghP5yfd H5 { - color: #ffffff; -} .cid-u5SRuz9lSM { z-index: 1000; width: 100%; @@ -8391,7 +8579,7 @@ a { margin: auto; } .cid-u5SRuz9lSM .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5SRuz9lSM .dropdown-item:hover, @@ -8410,7 +8598,7 @@ a { } .cid-u5SRuz9lSM .navbar-short, .cid-u5SRuz9lSM .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -8420,11 +8608,11 @@ a { .cid-u5SRuz9lSM .opened .navbar-caption, .cid-u5SRuz9lSM .navbar-short .mbr-iconfont, .cid-u5SRuz9lSM .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5SRuz9lSM .navbar-short .hamburger span, .cid-u5SRuz9lSM .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5SRuz9lSM .nav-link { transition: all 0.3s; @@ -8465,13 +8653,13 @@ a { margin: auto; } .cid-u5SRuz9lSM .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5SRuz9lSM .dropdown-menu, .cid-u5SRuz9lSM .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5SRuz9lSM .nav-item:focus, .cid-u5SRuz9lSM .nav-link:focus { @@ -8506,7 +8694,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5SRuz9lSM .navbar.opened { transition: all 0.3s; @@ -8651,7 +8839,7 @@ a { padding: 0.667em 1.667em; } .cid-u5SRuz9lSM .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5SRuz9lSM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -8756,7 +8944,7 @@ a { .cid-u5SRuzA6P4 { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/simply-the-best-escorts-in-aruba.webp"); + background-image: url("../../../assets/images/xmas-heaven-escorts-aruba-2024.webp"); } .cid-u5SRuzA6P4 .mbr-section-title { color: #ffffff; @@ -8771,44 +8959,21 @@ a { color: #ffffff; text-align: center; } -.cid-u5SRuAmQ80 { +.cid-ucsakJEEH1 { padding-top: 3rem; - padding-bottom: 0rem; - background-color: #232323; -} -.cid-u5SRuAmQ80 .mbr-fallback-image.disabled { - display: none; -} -.cid-u5SRuAmQ80 .mbr-fallback-image { - display: block; - background-size: cover; - background-position: center center; - width: 100%; - height: 100%; - position: absolute; - top: 0; -} -.cid-u5SRuAmQ80 .mbr-section-title { - color: #22a5e5; -} -.cid-u5SRuAmQ80 .mbr-section-subtitle { - color: #ffffff; -} -.cid-u6eo39Cce8 { - padding-top: 1rem; padding-bottom: 1rem; background-color: #232323; } -.cid-u6eo39Cce8 .container { +.cid-ucsakJEEH1 .container { max-width: 1500px; padding: 0 2rem; } @media (max-width: 767px) { - .cid-u6eo39Cce8 .container { + .cid-ucsakJEEH1 .container { padding: 0 1rem; } } -.cid-u6eo39Cce8 .item-wrapper { +.cid-ucsakJEEH1 .item-wrapper { overflow: hidden; height: 400px; display: flex; @@ -8819,7 +8984,7 @@ a { flex-flow: column nowrap; padding: 2rem; } -.cid-u6eo39Cce8 .item-wrapper:before { +.cid-ucsakJEEH1 .item-wrapper:before { position: absolute; top: 0; left: 0; @@ -8832,29 +8997,29 @@ a { transition: all 0.3s; opacity: 0; } -.cid-u6eo39Cce8 .item-wrapper:hover .item-content { +.cid-ucsakJEEH1 .item-wrapper:hover .item-content { opacity: 1; transform: translateY(0px); } -.cid-u6eo39Cce8 .item-wrapper:hover .item-img { +.cid-ucsakJEEH1 .item-wrapper:hover .item-img { transform: scale(1.1); } -.cid-u6eo39Cce8 .item-wrapper:hover:before { +.cid-ucsakJEEH1 .item-wrapper:hover:before { opacity: 0.5; } @media (max-width: 767px) { - .cid-u6eo39Cce8 .item-wrapper .item-content { + .cid-ucsakJEEH1 .item-wrapper .item-content { opacity: 1; transform: translateY(0px); } - .cid-u6eo39Cce8 .item-wrapper .item-img { + .cid-ucsakJEEH1 .item-wrapper .item-img { transform: scale(1.1); } - .cid-u6eo39Cce8 .item-wrapper:before { + .cid-ucsakJEEH1 .item-wrapper:before { opacity: 0.5; } } -.cid-u6eo39Cce8 .item-img { +.cid-ucsakJEEH1 .item-img { position: absolute; top: 0; left: 0; @@ -8863,59 +9028,104 @@ a { width: 100%; z-index: 0; } -.cid-u6eo39Cce8 .item-img img { +.cid-ucsakJEEH1 .item-img img { object-fit: cover; height: 100%; width: 100%; } -.cid-u6eo39Cce8 .item-content { +.cid-ucsakJEEH1 .item-content { z-index: 3; opacity: 0; transition: all 0.3s; transform: translateY(5px); position: relative; } -.cid-u6eo39Cce8 .item:focus, -.cid-u6eo39Cce8 span:focus { +.cid-ucsakJEEH1 .item:focus, +.cid-ucsakJEEH1 span:focus { outline: none; } -.cid-u6eo39Cce8 .item { +.cid-ucsakJEEH1 .item { cursor: pointer; margin-bottom: 2rem; } -.cid-u6eo39Cce8 .mbr-section-btn { +.cid-ucsakJEEH1 .mbr-section-btn { margin-top: auto !important; } -.cid-u6eo39Cce8 .mbr-section-title { - color: #22a5e5; +.cid-ucsakJEEH1 .mbr-section-title { + color: #ffffff; text-align: center; } -.cid-u6eo39Cce8 .mbr-text, -.cid-u6eo39Cce8 .mbr-section-btn { - color: #ffffff; +.cid-ucsakJEEH1 .mbr-text, +.cid-ucsakJEEH1 .mbr-section-btn { + color: #22a5e5; } -.cid-u6eo39Cce8 .item-title { +.cid-ucsakJEEH1 .item-title { color: #ffffff; } -.cid-u6eo39Cce8 .mbr-section-subtitle { +.cid-ucsakJEEH1 .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u5SRLdpSSk { +.cid-ugQiUhJBDu { padding-top: 1rem; padding-bottom: 1rem; background-color: #232323; } -.cid-u5SRLdpSSk .container { +.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-u5SRLdpSSk .container { + .cid-u6eo39Cce8 .container { padding: 0 1rem; } } -.cid-u5SRLdpSSk .item-wrapper { +.cid-u6eo39Cce8 .item-wrapper { overflow: hidden; height: 400px; display: flex; @@ -8926,7 +9136,7 @@ a { flex-flow: column nowrap; padding: 2rem; } -.cid-u5SRLdpSSk .item-wrapper:before { +.cid-u6eo39Cce8 .item-wrapper:before { position: absolute; top: 0; left: 0; @@ -8939,29 +9149,29 @@ a { transition: all 0.3s; opacity: 0; } -.cid-u5SRLdpSSk .item-wrapper:hover .item-content { +.cid-u6eo39Cce8 .item-wrapper:hover .item-content { opacity: 1; transform: translateY(0px); } -.cid-u5SRLdpSSk .item-wrapper:hover .item-img { +.cid-u6eo39Cce8 .item-wrapper:hover .item-img { transform: scale(1.1); } -.cid-u5SRLdpSSk .item-wrapper:hover:before { +.cid-u6eo39Cce8 .item-wrapper:hover:before { opacity: 0.5; } @media (max-width: 767px) { - .cid-u5SRLdpSSk .item-wrapper .item-content { + .cid-u6eo39Cce8 .item-wrapper .item-content { opacity: 1; transform: translateY(0px); } - .cid-u5SRLdpSSk .item-wrapper .item-img { + .cid-u6eo39Cce8 .item-wrapper .item-img { transform: scale(1.1); } - .cid-u5SRLdpSSk .item-wrapper:before { + .cid-u6eo39Cce8 .item-wrapper:before { opacity: 0.5; } } -.cid-u5SRLdpSSk .item-img { +.cid-u6eo39Cce8 .item-img { position: absolute; top: 0; left: 0; @@ -8970,53 +9180,53 @@ a { width: 100%; z-index: 0; } -.cid-u5SRLdpSSk .item-img img { +.cid-u6eo39Cce8 .item-img img { object-fit: cover; height: 100%; width: 100%; } -.cid-u5SRLdpSSk .item-content { +.cid-u6eo39Cce8 .item-content { z-index: 3; opacity: 0; transition: all 0.3s; transform: translateY(5px); position: relative; } -.cid-u5SRLdpSSk .item:focus, -.cid-u5SRLdpSSk span:focus { +.cid-u6eo39Cce8 .item:focus, +.cid-u6eo39Cce8 span:focus { outline: none; } -.cid-u5SRLdpSSk .item { +.cid-u6eo39Cce8 .item { cursor: pointer; margin-bottom: 2rem; } -.cid-u5SRLdpSSk .mbr-section-btn { +.cid-u6eo39Cce8 .mbr-section-btn { margin-top: auto !important; } -.cid-u5SRLdpSSk .mbr-section-title { - color: #22a5e5; +.cid-u6eo39Cce8 .mbr-section-title { + color: #ffffff; text-align: center; } -.cid-u5SRLdpSSk .mbr-text, -.cid-u5SRLdpSSk .mbr-section-btn { - color: #22a5e5; +.cid-u6eo39Cce8 .mbr-text, +.cid-u6eo39Cce8 .mbr-section-btn { + color: #ffffff; } -.cid-u5SRLdpSSk .item-title { +.cid-u6eo39Cce8 .item-title { color: #ffffff; } -.cid-u5SRLdpSSk .mbr-section-subtitle { +.cid-u6eo39Cce8 .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6Il7zhMx8 { +.cid-uo9YypHP7G { padding-top: 1rem; - padding-bottom: 5rem; + padding-bottom: 4rem; background-color: #232323; } -.cid-u6Il7zhMx8 .mbr-fallback-image.disabled { +.cid-uo9YypHP7G .mbr-fallback-image.disabled { display: none; } -.cid-u6Il7zhMx8 .mbr-fallback-image { +.cid-uo9YypHP7G .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -9025,29 +9235,29 @@ a { position: absolute; top: 0; } -.cid-u6Il7zhMx8 .video-wrapper iframe { +.cid-uo9YypHP7G .video-wrapper iframe { width: 100%; } -.cid-u6Il7zhMx8 .mbr-section-title, -.cid-u6Il7zhMx8 .mbr-section-subtitle, -.cid-u6Il7zhMx8 .mbr-text { +.cid-uo9YypHP7G .mbr-section-title, +.cid-uo9YypHP7G .mbr-section-subtitle, +.cid-uo9YypHP7G .mbr-text { text-align: center; } -.cid-u6Il7zhMx8 .mbr-section-title { +.cid-uo9YypHP7G .mbr-section-title { color: #ffffff; } -.cid-u6Il7zhMx8 .mbr-section-subtitle { +.cid-uo9YypHP7G .mbr-section-subtitle { color: #ffffff; } -.cid-u5SRuATmB9 { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5SRuATmB9 .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5SRuATmB9 .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -9056,48 +9266,48 @@ a { position: absolute; top: 0; } -.cid-u5SRuATmB9 .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5SRuATmB9 .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5SRuATmB9 .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5SRuATmB9 .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5SRuATmB9 .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5SRuATmB9 .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5SRuATmB9 .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5SRuATmB9 .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5SRuATmB9 .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5SRuATmB9 .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5SRuATmB9 .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -9109,17 +9319,14 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5SRuATmB9 .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5SRuATmB9 div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5SRuATmB9 H5 { - color: #22a5e5; -} .cid-u5YYyi1ew8 { z-index: 1000; width: 100%; @@ -9131,7 +9338,7 @@ a { margin: auto; } .cid-u5YYyi1ew8 .dropdown-item { - color: #000000 !important; + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } .cid-u5YYyi1ew8 .dropdown-item:hover, @@ -9150,7 +9357,7 @@ a { } .cid-u5YYyi1ew8 .navbar-short, .cid-u5YYyi1ew8 .opened { - background: #ffffff !important; + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } @@ -9160,11 +9367,11 @@ a { .cid-u5YYyi1ew8 .opened .navbar-caption, .cid-u5YYyi1ew8 .navbar-short .mbr-iconfont, .cid-u5YYyi1ew8 .opened .mbr-iconfont { - color: #000000 !important; + color: #ffffff !important; } .cid-u5YYyi1ew8 .navbar-short .hamburger span, .cid-u5YYyi1ew8 .opened .hamburger span { - background-color: #000000 !important; + background-color: #ffffff !important; } .cid-u5YYyi1ew8 .nav-link { transition: all 0.3s; @@ -9205,13 +9412,13 @@ a { margin: auto; } .cid-u5YYyi1ew8 .iconfont-wrapper { - color: #ffffff !important; + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } .cid-u5YYyi1ew8 .dropdown-menu, .cid-u5YYyi1ew8 .navbar.opened { - background: #ffffff !important; + background: #232323 !important; } .cid-u5YYyi1ew8 .nav-item:focus, .cid-u5YYyi1ew8 .nav-link:focus { @@ -9246,7 +9453,7 @@ a { transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } .cid-u5YYyi1ew8 .navbar.opened { transition: all 0.3s; @@ -9391,7 +9598,7 @@ a { padding: 0.667em 1.667em; } .cid-u5YYyi1ew8 .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; + background: #232323; } .cid-u5YYyi1ew8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; @@ -9537,15 +9744,15 @@ a { .cid-u5YYyiK35j .mbr-section-subtitle DIV { text-align: left; } -.cid-u5YYyjfcNI { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u5YYyjfcNI .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u5YYyjfcNI .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -9554,48 +9761,48 @@ a { position: absolute; top: 0; } -.cid-u5YYyjfcNI .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u5YYyjfcNI .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u5YYyjfcNI .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u5YYyjfcNI .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u5YYyjfcNI .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u5YYyjfcNI .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u5YYyjfcNI .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u5YYyjfcNI .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u5YYyjfcNI .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u5YYyjfcNI .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u5YYyjfcNI .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -9607,68 +9814,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u5YYyjfcNI .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u5YYyjfcNI div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u5YYyjfcNI H5 { - color: #ffffff; -} -.cid-u6aZiCkfNi { +.cid-u6egjEYlDC { z-index: 1000; width: 100%; } -.cid-u6aZiCkfNi nav.navbar { +.cid-u6egjEYlDC nav.navbar { position: fixed; } -.cid-u6aZiCkfNi .navbar-nav { +.cid-u6egjEYlDC .navbar-nav { margin: auto; } -.cid-u6aZiCkfNi .dropdown-item { - color: #000000 !important; +.cid-u6egjEYlDC .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6aZiCkfNi .dropdown-item:hover, -.cid-u6aZiCkfNi .dropdown-item:focus { +.cid-u6egjEYlDC .dropdown-item:hover, +.cid-u6egjEYlDC .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6aZiCkfNi .dropdown-item:first-child { +.cid-u6egjEYlDC .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6aZiCkfNi .dropdown-item:last-child { +.cid-u6egjEYlDC .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } -.cid-u6aZiCkfNi .navbar-short, -.cid-u6aZiCkfNi .opened { - background: #ffffff !important; +.cid-u6egjEYlDC .navbar-short, +.cid-u6egjEYlDC .opened { + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } -.cid-u6aZiCkfNi .navbar-short .nav-link, -.cid-u6aZiCkfNi .opened .nav-link, -.cid-u6aZiCkfNi .navbar-short .navbar-caption, -.cid-u6aZiCkfNi .opened .navbar-caption, -.cid-u6aZiCkfNi .navbar-short .mbr-iconfont, -.cid-u6aZiCkfNi .opened .mbr-iconfont { - color: #000000 !important; +.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-u6aZiCkfNi .navbar-short .hamburger span, -.cid-u6aZiCkfNi .opened .hamburger span { - background-color: #000000 !important; +.cid-u6egjEYlDC .navbar-short .hamburger span, +.cid-u6egjEYlDC .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6aZiCkfNi .nav-link { +.cid-u6egjEYlDC .nav-link { transition: all 0.3s; position: relative; } -.cid-u6aZiCkfNi .dropdown-item:before { +.cid-u6egjEYlDC .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -9685,101 +9889,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6aZiCkfNi .dropdown-menu { +.cid-u6egjEYlDC .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6aZiCkfNi .nav-dropdown .link { +.cid-u6egjEYlDC .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6aZiCkfNi .nav-dropdown .link.dropdown-toggle::after { +.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6aZiCkfNi .container { +.cid-u6egjEYlDC .container { display: flex; margin: auto; } -.cid-u6aZiCkfNi .iconfont-wrapper { - color: #ffffff !important; +.cid-u6egjEYlDC .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6aZiCkfNi .dropdown-menu, -.cid-u6aZiCkfNi .navbar.opened { - background: #ffffff !important; +.cid-u6egjEYlDC .dropdown-menu, +.cid-u6egjEYlDC .navbar.opened { + background: #232323 !important; } -.cid-u6aZiCkfNi .nav-item:focus, -.cid-u6aZiCkfNi .nav-link:focus { +.cid-u6egjEYlDC .nav-item:focus, +.cid-u6egjEYlDC .nav-link:focus { outline: none; } -.cid-u6aZiCkfNi .dropdown .dropdown-menu .dropdown-item { +.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6aZiCkfNi .dropdown .dropdown-menu .dropdown-item::after { +.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6aZiCkfNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6aZiCkfNi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.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-u6aZiCkfNi .collapsed .dropdown-menu .dropdown-item:before { +.cid-u6egjEYlDC .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6aZiCkfNi .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-u6egjEYlDC .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6aZiCkfNi .navbar { +.cid-u6egjEYlDC .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6aZiCkfNi .navbar.opened { +.cid-u6egjEYlDC .navbar.opened { transition: all 0.3s; } -.cid-u6aZiCkfNi .navbar .dropdown-item { +.cid-u6egjEYlDC .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6aZiCkfNi .navbar .navbar-logo img { +.cid-u6egjEYlDC .navbar .navbar-logo img { width: auto; } -.cid-u6aZiCkfNi .navbar .navbar-collapse { +.cid-u6egjEYlDC .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6aZiCkfNi .navbar.collapsed { +.cid-u6egjEYlDC .navbar.collapsed { justify-content: center; } -.cid-u6aZiCkfNi .navbar.collapsed .nav-item .nav-link::before { +.cid-u6egjEYlDC .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6aZiCkfNi .navbar.collapsed.opened .dropdown-menu { +.cid-u6egjEYlDC .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6aZiCkfNi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-u6egjEYlDC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6aZiCkfNi .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6aZiCkfNi .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6aZiCkfNi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.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; @@ -9788,33 +9992,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6aZiCkfNi .navbar.collapsed ul.navbar-nav li { +.cid-u6egjEYlDC .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6aZiCkfNi .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6aZiCkfNi .navbar.collapsed .icons-menu { +.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-u6aZiCkfNi .navbar .nav-item .nav-link::before { + .cid-u6egjEYlDC .navbar .nav-item .nav-link::before { display: none; } - .cid-u6aZiCkfNi .navbar.opened .dropdown-menu { + .cid-u6egjEYlDC .navbar.opened .dropdown-menu { top: 0; } - .cid-u6aZiCkfNi .navbar .dropdown-menu .dropdown-submenu { + .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6aZiCkfNi .navbar .dropdown-menu .dropdown-item:after { + .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6aZiCkfNi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .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; @@ -9823,42 +10027,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6aZiCkfNi .navbar .navbar-logo img { + .cid-u6egjEYlDC .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6aZiCkfNi .navbar ul.navbar-nav li { + .cid-u6egjEYlDC .navbar ul.navbar-nav li { margin: auto; } - .cid-u6aZiCkfNi .navbar .dropdown-menu .dropdown-item { + .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6aZiCkfNi .navbar .navbar-brand { + .cid-u6egjEYlDC .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6aZiCkfNi .navbar .navbar-toggler { + .cid-u6egjEYlDC .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6aZiCkfNi .navbar .icons-menu { + .cid-u6egjEYlDC .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6aZiCkfNi .navbar.navbar-short { +.cid-u6egjEYlDC .navbar.navbar-short { min-height: 60px; } -.cid-u6aZiCkfNi .navbar.navbar-short .navbar-logo img { +.cid-u6egjEYlDC .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6aZiCkfNi .navbar.navbar-short .navbar-brand { +.cid-u6egjEYlDC .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6aZiCkfNi .navbar-brand { +.cid-u6egjEYlDC .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -9868,44 +10072,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6aZiCkfNi .navbar-brand .navbar-caption { +.cid-u6egjEYlDC .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6aZiCkfNi .navbar-brand .navbar-logo a { +.cid-u6egjEYlDC .navbar-brand .navbar-logo a { outline: none; } -.cid-u6aZiCkfNi .dropdown-item.active, -.cid-u6aZiCkfNi .dropdown-item:active { +.cid-u6egjEYlDC .dropdown-item.active, +.cid-u6egjEYlDC .dropdown-item:active { background-color: transparent; } -.cid-u6aZiCkfNi .navbar-expand-lg .navbar-nav .nav-link { +.cid-u6egjEYlDC .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6aZiCkfNi .nav-dropdown .link.dropdown-toggle { +.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6aZiCkfNi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } -.cid-u6aZiCkfNi .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; +.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6aZiCkfNi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6aZiCkfNi .navbar .dropdown.open > .dropdown-menu { +.cid-u6egjEYlDC .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6aZiCkfNi ul.navbar-nav { +.cid-u6egjEYlDC ul.navbar-nav { flex-wrap: wrap; } -.cid-u6aZiCkfNi .navbar-buttons { +.cid-u6egjEYlDC .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6aZiCkfNi button.navbar-toggler { +.cid-u6egjEYlDC button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -9914,7 +10118,7 @@ a { position: relative; align-self: center; } -.cid-u6aZiCkfNi button.navbar-toggler .hamburger span { +.cid-u6egjEYlDC button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -9922,54 +10126,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6aZiCkfNi button.navbar-toggler .hamburger span:nth-child(1) { +.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6aZiCkfNi button.navbar-toggler .hamburger span:nth-child(2) { +.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6aZiCkfNi button.navbar-toggler .hamburger span:nth-child(3) { +.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6aZiCkfNi button.navbar-toggler .hamburger span:nth-child(4) { +.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6aZiCkfNi nav.opened .hamburger span:nth-child(1) { +.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6aZiCkfNi nav.opened .hamburger span:nth-child(2) { +.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6aZiCkfNi nav.opened .hamburger span:nth-child(3) { +.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6aZiCkfNi nav.opened .hamburger span:nth-child(4) { +.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6aZiCkfNi .navbar-dropdown { +.cid-u6egjEYlDC .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6aZiCkfNi a.nav-link { +.cid-u6egjEYlDC a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6aZiCkfNi .icons-menu { +.cid-u6egjEYlDC .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -9979,152 +10183,156 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6aZiCkfNi .navbar { + .cid-u6egjEYlDC .navbar { height: 70px; } - .cid-u6aZiCkfNi .navbar.opened { + .cid-u6egjEYlDC .navbar.opened { height: auto; } - .cid-u6aZiCkfNi .nav-item .nav-link:hover::before { + .cid-u6egjEYlDC .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } -.cid-u6aZiCT2ZL { +.cid-u6egjFrHOM { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/tatiana-heaven-aruba-escorts-3.webp"); + background-image: url("../../../assets/images/heaven-escorts-aruba-gay-bisexual-trans.webp"); } -.cid-u6aZiCT2ZL .mbr-section-title { +.cid-u6egjFrHOM .mbr-section-title { color: #ffffff; text-align: center; } -.cid-u6aZiCT2ZL .mbr-text, -.cid-u6aZiCT2ZL .mbr-section-btn { +.cid-u6egjFrHOM .mbr-text, +.cid-u6egjFrHOM .mbr-section-btn { color: #ffffff; text-align: center; } -.cid-u6aZiCT2ZL .mbr-section-subtitle { +.cid-u6egjFrHOM .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6bkLxYraS { - padding-top: 4rem; - padding-bottom: 4rem; +.cid-udvFX94puX { + padding-top: 1rem; + padding-bottom: 2rem; background-color: #232323; } -.cid-u6bkLxYraS .carousel { - height: 800px; -} -.cid-u6bkLxYraS .carousel img { +.cid-udvFX94puX img, +.cid-udvFX94puX .item-img { width: 100%; height: 100%; + height: 500px; object-fit: cover; } -.cid-u6bkLxYraS .carousel-item, -.cid-u6bkLxYraS .carousel-inner { - height: 100%; -} -.cid-u6bkLxYraS .carousel-caption { - bottom: 40px; -} -.cid-u6bkLxYraS .mobi-mbri-arrow-next { - margin-left: 5px; +.cid-udvFX94puX .item:focus, +.cid-udvFX94puX span:focus { + outline: none; } -.cid-u6bkLxYraS .mobi-mbri-arrow-prev { - margin-right: 5px; +.cid-udvFX94puX .item { + cursor: pointer; + margin-bottom: 2rem; + position: relative; } -.cid-u6bkLxYraS .carousel-control:hover { - background: #1b1b1b; - color: #fff; - opacity: 1; +.cid-udvFX94puX .item-wrapper { + position: unset; + border-radius: 4px; + background: #ffffff; + height: 100%; + display: flex; + flex-flow: column nowrap; } -.cid-u6bkLxYraS .item-wrapper { - width: 100%; +@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: 767px) { - .cid-u6bkLxYraS .container .carousel-control { - margin-bottom: 0; +@media (max-width: 991px) { + .cid-udvFX94puX .item-wrapper .item-content { + padding: 1rem 1rem 0; } - .cid-u6bkLxYraS .content-slider-wrap { - width: 100% !important; + .cid-udvFX94puX .item-wrapper .item-footer { + padding: 0 1rem 1rem; } } -.cid-u6bkLxYraS .container .carousel-indicators { - margin-bottom: 3px; +.cid-udvFX94puX .mbr-section-btn { + margin-top: auto !important; } -.cid-u6bkLxYraS .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-udvFX94puX .mbr-section-title { + color: #ffffff; } -.cid-u6bkLxYraS .carousel-control.carousel-control-prev { - left: 0; - margin-left: 2.5rem; +.cid-udvFX94puX .mbr-text, +.cid-udvFX94puX .mbr-section-btn { + text-align: center; } -.cid-u6bkLxYraS .carousel-control.carousel-control-next { - right: 0; - margin-right: 2.5rem; +.cid-udvFX94puX .item-title { + text-align: center; + color: #1b1212; } -@media (max-width: 767px) { - .cid-u6bkLxYraS .carousel-control { - top: auto; - bottom: 1rem; - } +.cid-udvFX94puX .item-subtitle { + text-align: center; + color: #000000; +} +.cid-udvFX94puX .mbr-section-subtitle { + color: #ffffff; } -.cid-u6bkLxYraS .carousel-indicators { +.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; - bottom: 0; - margin-bottom: 1.5rem !important; + top: 0; } -.cid-u6bkLxYraS .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-ugQl3NuGPV [class^="socicon-"]:before, +.cid-ugQl3NuGPV [class*=" socicon-"]:before { + line-height: 55px; } -.cid-u6bkLxYraS .carousel-indicators li.active, -.cid-u6bkLxYraS .carousel-indicators li:hover { - opacity: 0.9; +.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-u6bkLxYraS .carousel-indicators li::after, -.cid-u6bkLxYraS .carousel-indicators li::before { - content: none; +.cid-ugQl3NuGPV .btn-social:hover { + background: #22a5e5; } -.cid-u6bkLxYraS .carousel-indicators.ie-fix { - left: 50%; - display: block; - width: 60%; - margin-left: -30%; - text-align: center; +.cid-ugQl3NuGPV .btn-social:hover i.socicon { + color: #ffffff !important; } -@media (max-width: 768px) { - .cid-u6bkLxYraS .carousel-indicators { - display: none !important; - } +.cid-ugQl3NuGPV .mbr-section-title, +.cid-ugQl3NuGPV .mbr-social-likes { + color: #ffffff; } -.cid-u6aZiEgZ1M { - padding-top: 4rem; +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u6aZiEgZ1M .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u6aZiEgZ1M .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -10133,48 +10341,48 @@ a { position: absolute; top: 0; } -.cid-u6aZiEgZ1M .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6aZiEgZ1M .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6aZiEgZ1M .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u6aZiEgZ1M .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u6aZiEgZ1M .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u6aZiEgZ1M .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u6aZiEgZ1M .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6aZiEgZ1M .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6aZiEgZ1M .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u6aZiEgZ1M .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u6aZiEgZ1M .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -10186,68 +10394,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6aZiEgZ1M .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6aZiEgZ1M div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u6aZiEgZ1M H5 { - color: #ffffff; -} -.cid-u6bprkKPqp { +.cid-u6qj3Swppa { z-index: 1000; width: 100%; } -.cid-u6bprkKPqp nav.navbar { +.cid-u6qj3Swppa nav.navbar { position: fixed; } -.cid-u6bprkKPqp .navbar-nav { +.cid-u6qj3Swppa .navbar-nav { margin: auto; } -.cid-u6bprkKPqp .dropdown-item { - color: #000000 !important; +.cid-u6qj3Swppa .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6bprkKPqp .dropdown-item:hover, -.cid-u6bprkKPqp .dropdown-item:focus { +.cid-u6qj3Swppa .dropdown-item:hover, +.cid-u6qj3Swppa .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6bprkKPqp .dropdown-item:first-child { +.cid-u6qj3Swppa .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6bprkKPqp .dropdown-item:last-child { +.cid-u6qj3Swppa .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } -.cid-u6bprkKPqp .navbar-short, -.cid-u6bprkKPqp .opened { - background: #ffffff !important; +.cid-u6qj3Swppa .navbar-short, +.cid-u6qj3Swppa .opened { + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } -.cid-u6bprkKPqp .navbar-short .nav-link, -.cid-u6bprkKPqp .opened .nav-link, -.cid-u6bprkKPqp .navbar-short .navbar-caption, -.cid-u6bprkKPqp .opened .navbar-caption, -.cid-u6bprkKPqp .navbar-short .mbr-iconfont, -.cid-u6bprkKPqp .opened .mbr-iconfont { - color: #000000 !important; +.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-u6bprkKPqp .navbar-short .hamburger span, -.cid-u6bprkKPqp .opened .hamburger span { - background-color: #000000 !important; +.cid-u6qj3Swppa .navbar-short .hamburger span, +.cid-u6qj3Swppa .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6bprkKPqp .nav-link { +.cid-u6qj3Swppa .nav-link { transition: all 0.3s; position: relative; } -.cid-u6bprkKPqp .dropdown-item:before { +.cid-u6qj3Swppa .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -10264,101 +10469,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6bprkKPqp .dropdown-menu { +.cid-u6qj3Swppa .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6bprkKPqp .nav-dropdown .link { +.cid-u6qj3Swppa .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6bprkKPqp .nav-dropdown .link.dropdown-toggle::after { +.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6bprkKPqp .container { +.cid-u6qj3Swppa .container { display: flex; margin: auto; } -.cid-u6bprkKPqp .iconfont-wrapper { - color: #ffffff !important; +.cid-u6qj3Swppa .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6bprkKPqp .dropdown-menu, -.cid-u6bprkKPqp .navbar.opened { - background: #ffffff !important; +.cid-u6qj3Swppa .dropdown-menu, +.cid-u6qj3Swppa .navbar.opened { + background: #232323 !important; } -.cid-u6bprkKPqp .nav-item:focus, -.cid-u6bprkKPqp .nav-link:focus { +.cid-u6qj3Swppa .nav-item:focus, +.cid-u6qj3Swppa .nav-link:focus { outline: none; } -.cid-u6bprkKPqp .dropdown .dropdown-menu .dropdown-item { +.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6bprkKPqp .dropdown .dropdown-menu .dropdown-item::after { +.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6bprkKPqp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6bprkKPqp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.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-u6bprkKPqp .collapsed .dropdown-menu .dropdown-item:before { +.cid-u6qj3Swppa .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6bprkKPqp .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-u6qj3Swppa .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6bprkKPqp .navbar { +.cid-u6qj3Swppa .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6bprkKPqp .navbar.opened { +.cid-u6qj3Swppa .navbar.opened { transition: all 0.3s; } -.cid-u6bprkKPqp .navbar .dropdown-item { +.cid-u6qj3Swppa .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6bprkKPqp .navbar .navbar-logo img { +.cid-u6qj3Swppa .navbar .navbar-logo img { width: auto; } -.cid-u6bprkKPqp .navbar .navbar-collapse { +.cid-u6qj3Swppa .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6bprkKPqp .navbar.collapsed { +.cid-u6qj3Swppa .navbar.collapsed { justify-content: center; } -.cid-u6bprkKPqp .navbar.collapsed .nav-item .nav-link::before { +.cid-u6qj3Swppa .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6bprkKPqp .navbar.collapsed.opened .dropdown-menu { +.cid-u6qj3Swppa .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6bprkKPqp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-u6qj3Swppa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6bprkKPqp .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6bprkKPqp .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6bprkKPqp .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.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; @@ -10367,33 +10572,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6bprkKPqp .navbar.collapsed ul.navbar-nav li { +.cid-u6qj3Swppa .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6bprkKPqp .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6bprkKPqp .navbar.collapsed .icons-menu { +.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-u6bprkKPqp .navbar .nav-item .nav-link::before { + .cid-u6qj3Swppa .navbar .nav-item .nav-link::before { display: none; } - .cid-u6bprkKPqp .navbar.opened .dropdown-menu { + .cid-u6qj3Swppa .navbar.opened .dropdown-menu { top: 0; } - .cid-u6bprkKPqp .navbar .dropdown-menu .dropdown-submenu { + .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6bprkKPqp .navbar .dropdown-menu .dropdown-item:after { + .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6bprkKPqp .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .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; @@ -10402,42 +10607,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6bprkKPqp .navbar .navbar-logo img { + .cid-u6qj3Swppa .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6bprkKPqp .navbar ul.navbar-nav li { + .cid-u6qj3Swppa .navbar ul.navbar-nav li { margin: auto; } - .cid-u6bprkKPqp .navbar .dropdown-menu .dropdown-item { + .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6bprkKPqp .navbar .navbar-brand { + .cid-u6qj3Swppa .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6bprkKPqp .navbar .navbar-toggler { + .cid-u6qj3Swppa .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6bprkKPqp .navbar .icons-menu { + .cid-u6qj3Swppa .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6bprkKPqp .navbar.navbar-short { +.cid-u6qj3Swppa .navbar.navbar-short { min-height: 60px; } -.cid-u6bprkKPqp .navbar.navbar-short .navbar-logo img { +.cid-u6qj3Swppa .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6bprkKPqp .navbar.navbar-short .navbar-brand { +.cid-u6qj3Swppa .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6bprkKPqp .navbar-brand { +.cid-u6qj3Swppa .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -10447,44 +10652,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6bprkKPqp .navbar-brand .navbar-caption { +.cid-u6qj3Swppa .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6bprkKPqp .navbar-brand .navbar-logo a { +.cid-u6qj3Swppa .navbar-brand .navbar-logo a { outline: none; } -.cid-u6bprkKPqp .dropdown-item.active, -.cid-u6bprkKPqp .dropdown-item:active { +.cid-u6qj3Swppa .dropdown-item.active, +.cid-u6qj3Swppa .dropdown-item:active { background-color: transparent; } -.cid-u6bprkKPqp .navbar-expand-lg .navbar-nav .nav-link { +.cid-u6qj3Swppa .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6bprkKPqp .nav-dropdown .link.dropdown-toggle { +.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6bprkKPqp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } -.cid-u6bprkKPqp .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; +.cid-u6qj3Swppa .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6bprkKPqp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-u6qj3Swppa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6bprkKPqp .navbar .dropdown.open > .dropdown-menu { +.cid-u6qj3Swppa .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6bprkKPqp ul.navbar-nav { +.cid-u6qj3Swppa ul.navbar-nav { flex-wrap: wrap; } -.cid-u6bprkKPqp .navbar-buttons { +.cid-u6qj3Swppa .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6bprkKPqp button.navbar-toggler { +.cid-u6qj3Swppa button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -10493,7 +10698,7 @@ a { position: relative; align-self: center; } -.cid-u6bprkKPqp button.navbar-toggler .hamburger span { +.cid-u6qj3Swppa button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -10501,54 +10706,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6bprkKPqp button.navbar-toggler .hamburger span:nth-child(1) { +.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6bprkKPqp button.navbar-toggler .hamburger span:nth-child(2) { +.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6bprkKPqp button.navbar-toggler .hamburger span:nth-child(3) { +.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6bprkKPqp button.navbar-toggler .hamburger span:nth-child(4) { +.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6bprkKPqp nav.opened .hamburger span:nth-child(1) { +.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6bprkKPqp nav.opened .hamburger span:nth-child(2) { +.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6bprkKPqp nav.opened .hamburger span:nth-child(3) { +.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6bprkKPqp nav.opened .hamburger span:nth-child(4) { +.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6bprkKPqp .navbar-dropdown { +.cid-u6qj3Swppa .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6bprkKPqp a.nav-link { +.cid-u6qj3Swppa a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6bprkKPqp .icons-menu { +.cid-u6qj3Swppa .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -10558,82 +10763,109 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6bprkKPqp .navbar { + .cid-u6qj3Swppa .navbar { height: 70px; } - .cid-u6bprkKPqp .navbar.opened { + .cid-u6qj3Swppa .navbar.opened { height: auto; } - .cid-u6bprkKPqp .nav-item .nav-link:hover::before { + .cid-u6qj3Swppa .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } -.cid-u6bprlhbyW { +.cid-u6qj3SWe9D { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/charlotte-heaven-aruba-escorts-1.webp"); + background-image: url("../../../assets/images/samantha-heaven-aruba-escorts.webp"); } -.cid-u6bprlhbyW .mbr-section-title { +.cid-u6qj3SWe9D .mbr-section-title { color: #ffffff; text-align: center; } -.cid-u6bprlhbyW .mbr-text, -.cid-u6bprlhbyW .mbr-section-btn { +.cid-u6qj3SWe9D .mbr-text, +.cid-u6qj3SWe9D .mbr-section-btn { color: #ffffff; text-align: center; } -.cid-u6bprlhbyW .mbr-section-subtitle { +.cid-u6qj3SWe9D .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6bprlTSMl { - padding-top: 4rem; - padding-bottom: 4rem; +.cid-ukAQlzswSs { + padding-top: 2rem; + padding-bottom: 1rem; background-color: #232323; } -.cid-u6bprlTSMl .carousel { +.cid-ukAQlzswSs .mbr-fallback-image.disabled { + display: none; +} +.cid-ukAQlzswSs .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukAQlzswSs .mbr-section-title { + color: #22a5e5; +} +.cid-ukAQlzswSs .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukAXU3DXnj { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukAXU3DXnj .carousel { height: 800px; } -.cid-u6bprlTSMl .carousel img { +.cid-ukAXU3DXnj .carousel img { width: 100%; height: 100%; object-fit: cover; } -.cid-u6bprlTSMl .carousel-item, -.cid-u6bprlTSMl .carousel-inner { +.cid-ukAXU3DXnj .carousel-item, +.cid-ukAXU3DXnj .carousel-inner { height: 100%; } -.cid-u6bprlTSMl .carousel-caption { +.cid-ukAXU3DXnj img, +.cid-ukAXU3DXnj .item-wrapper { + border-radius: 0 !important; +} +.cid-ukAXU3DXnj .carousel-caption { bottom: 40px; } -.cid-u6bprlTSMl .mobi-mbri-arrow-next { +.cid-ukAXU3DXnj .mobi-mbri-arrow-next { margin-left: 5px; } -.cid-u6bprlTSMl .mobi-mbri-arrow-prev { +.cid-ukAXU3DXnj .mobi-mbri-arrow-prev { margin-right: 5px; } -.cid-u6bprlTSMl .carousel-control:hover { +.cid-ukAXU3DXnj .carousel-control:hover { background: #1b1b1b; color: #fff; opacity: 1; } -.cid-u6bprlTSMl .item-wrapper { +.cid-ukAXU3DXnj .item-wrapper { width: 100%; } @media (max-width: 767px) { - .cid-u6bprlTSMl .container .carousel-control { + .cid-ukAXU3DXnj .container .carousel-control { margin-bottom: 0; } - .cid-u6bprlTSMl .content-slider-wrap { + .cid-ukAXU3DXnj .content-slider-wrap { width: 100% !important; } } -.cid-u6bprlTSMl .container .carousel-indicators { +.cid-ukAXU3DXnj .container .carousel-indicators { margin-bottom: 3px; } -.cid-u6bprlTSMl .carousel-control { +.cid-ukAXU3DXnj .carousel-control { top: 50%; width: 60px; height: 60px; @@ -10644,26 +10876,26 @@ a { border-radius: 50%; transition: all 0.3s; } -.cid-u6bprlTSMl .carousel-control.carousel-control-prev { +.cid-ukAXU3DXnj .carousel-control.carousel-control-prev { left: 0; margin-left: 2.5rem; } -.cid-u6bprlTSMl .carousel-control.carousel-control-next { +.cid-ukAXU3DXnj .carousel-control.carousel-control-next { right: 0; margin-right: 2.5rem; } @media (max-width: 767px) { - .cid-u6bprlTSMl .carousel-control { + .cid-ukAXU3DXnj .carousel-control { top: auto; bottom: 1rem; } } -.cid-u6bprlTSMl .carousel-indicators { +.cid-ukAXU3DXnj .carousel-indicators { position: absolute; bottom: 0; margin-bottom: 1.5rem !important; } -.cid-u6bprlTSMl .carousel-indicators li { +.cid-ukAXU3DXnj .carousel-indicators li { max-width: 15px; height: 15px; width: 15px; @@ -10675,15 +10907,15 @@ a { opacity: 0.5; transition: all 0.3s; } -.cid-u6bprlTSMl .carousel-indicators li.active, -.cid-u6bprlTSMl .carousel-indicators li:hover { +.cid-ukAXU3DXnj .carousel-indicators li.active, +.cid-ukAXU3DXnj .carousel-indicators li:hover { opacity: 0.9; } -.cid-u6bprlTSMl .carousel-indicators li::after, -.cid-u6bprlTSMl .carousel-indicators li::before { +.cid-ukAXU3DXnj .carousel-indicators li::after, +.cid-ukAXU3DXnj .carousel-indicators li::before { content: none; } -.cid-u6bprlTSMl .carousel-indicators.ie-fix { +.cid-ukAXU3DXnj .carousel-indicators.ie-fix { left: 50%; display: block; width: 60%; @@ -10691,19 +10923,26 @@ a { text-align: center; } @media (max-width: 768px) { - .cid-u6bprlTSMl .carousel-indicators { + .cid-ukAXU3DXnj .carousel-indicators { display: none !important; } } -.cid-u6bprmtW1o { - padding-top: 4rem; +@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-u6bprmtW1o .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u6bprmtW1o .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -10712,48 +10951,48 @@ a { position: absolute; top: 0; } -.cid-u6bprmtW1o .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6bprmtW1o .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6bprmtW1o .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u6bprmtW1o .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u6bprmtW1o .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u6bprmtW1o .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u6bprmtW1o .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6bprmtW1o .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6bprmtW1o .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u6bprmtW1o .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u6bprmtW1o .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -10765,68 +11004,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6bprmtW1o .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6bprmtW1o div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u6bprmtW1o H5 { - color: #ffffff; -} -.cid-u6egjEYlDC { +.cid-u6s3ODyvP7 { z-index: 1000; width: 100%; } -.cid-u6egjEYlDC nav.navbar { +.cid-u6s3ODyvP7 nav.navbar { position: fixed; } -.cid-u6egjEYlDC .navbar-nav { +.cid-u6s3ODyvP7 .navbar-nav { margin: auto; } -.cid-u6egjEYlDC .dropdown-item { - color: #000000 !important; +.cid-u6s3ODyvP7 .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6egjEYlDC .dropdown-item:hover, -.cid-u6egjEYlDC .dropdown-item:focus { +.cid-u6s3ODyvP7 .dropdown-item:hover, +.cid-u6s3ODyvP7 .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6egjEYlDC .dropdown-item:first-child { +.cid-u6s3ODyvP7 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6egjEYlDC .dropdown-item:last-child { +.cid-u6s3ODyvP7 .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: #ffffff !important; +.cid-u6s3ODyvP7 .navbar-short, +.cid-u6s3ODyvP7 .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: #000000 !important; +.cid-u6s3ODyvP7 .navbar-short .nav-link, +.cid-u6s3ODyvP7 .opened .nav-link, +.cid-u6s3ODyvP7 .navbar-short .navbar-caption, +.cid-u6s3ODyvP7 .opened .navbar-caption, +.cid-u6s3ODyvP7 .navbar-short .mbr-iconfont, +.cid-u6s3ODyvP7 .opened .mbr-iconfont { + color: #ffffff !important; } -.cid-u6egjEYlDC .navbar-short .hamburger span, -.cid-u6egjEYlDC .opened .hamburger span { - background-color: #000000 !important; +.cid-u6s3ODyvP7 .navbar-short .hamburger span, +.cid-u6s3ODyvP7 .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6egjEYlDC .nav-link { +.cid-u6s3ODyvP7 .nav-link { transition: all 0.3s; position: relative; } -.cid-u6egjEYlDC .dropdown-item:before { +.cid-u6s3ODyvP7 .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -10843,101 +11079,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6egjEYlDC .dropdown-menu { +.cid-u6s3ODyvP7 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6egjEYlDC .nav-dropdown .link { +.cid-u6s3ODyvP7 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle::after { +.cid-u6s3ODyvP7 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6egjEYlDC .container { +.cid-u6s3ODyvP7 .container { display: flex; margin: auto; } -.cid-u6egjEYlDC .iconfont-wrapper { - color: #ffffff !important; +.cid-u6s3ODyvP7 .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6egjEYlDC .dropdown-menu, -.cid-u6egjEYlDC .navbar.opened { - background: #ffffff !important; +.cid-u6s3ODyvP7 .dropdown-menu, +.cid-u6s3ODyvP7 .navbar.opened { + background: #232323 !important; } -.cid-u6egjEYlDC .nav-item:focus, -.cid-u6egjEYlDC .nav-link:focus { +.cid-u6s3ODyvP7 .nav-item:focus, +.cid-u6s3ODyvP7 .nav-link:focus { outline: none; } -.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item { +.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item::after { +.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6egjEYlDC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.cid-u6s3ODyvP7 .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 { +.cid-u6s3ODyvP7 .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6egjEYlDC .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-u6s3ODyvP7 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6egjEYlDC .navbar { +.cid-u6s3ODyvP7 .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6egjEYlDC .navbar.opened { +.cid-u6s3ODyvP7 .navbar.opened { transition: all 0.3s; } -.cid-u6egjEYlDC .navbar .dropdown-item { +.cid-u6s3ODyvP7 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6egjEYlDC .navbar .navbar-logo img { +.cid-u6s3ODyvP7 .navbar .navbar-logo img { width: auto; } -.cid-u6egjEYlDC .navbar .navbar-collapse { +.cid-u6s3ODyvP7 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6egjEYlDC .navbar.collapsed { +.cid-u6s3ODyvP7 .navbar.collapsed { justify-content: center; } -.cid-u6egjEYlDC .navbar.collapsed .nav-item .nav-link::before { +.cid-u6s3ODyvP7 .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6egjEYlDC .navbar.collapsed.opened .dropdown-menu { +.cid-u6s3ODyvP7 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6egjEYlDC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-u6s3ODyvP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -10946,33 +11182,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6egjEYlDC .navbar.collapsed ul.navbar-nav li { +.cid-u6s3ODyvP7 .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6egjEYlDC .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6egjEYlDC .navbar.collapsed .icons-menu { +.cid-u6s3ODyvP7 .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 { + .cid-u6s3ODyvP7 .navbar .nav-item .nav-link::before { display: none; } - .cid-u6egjEYlDC .navbar.opened .dropdown-menu { + .cid-u6s3ODyvP7 .navbar.opened .dropdown-menu { top: 0; } - .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-submenu { + .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item:after { + .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -10981,42 +11217,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6egjEYlDC .navbar .navbar-logo img { + .cid-u6s3ODyvP7 .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6egjEYlDC .navbar ul.navbar-nav li { + .cid-u6s3ODyvP7 .navbar ul.navbar-nav li { margin: auto; } - .cid-u6egjEYlDC .navbar .dropdown-menu .dropdown-item { + .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6egjEYlDC .navbar .navbar-brand { + .cid-u6s3ODyvP7 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6egjEYlDC .navbar .navbar-toggler { + .cid-u6s3ODyvP7 .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6egjEYlDC .navbar .icons-menu { + .cid-u6s3ODyvP7 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6egjEYlDC .navbar.navbar-short { +.cid-u6s3ODyvP7 .navbar.navbar-short { min-height: 60px; } -.cid-u6egjEYlDC .navbar.navbar-short .navbar-logo img { +.cid-u6s3ODyvP7 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6egjEYlDC .navbar.navbar-short .navbar-brand { +.cid-u6s3ODyvP7 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6egjEYlDC .navbar-brand { +.cid-u6s3ODyvP7 .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -11026,44 +11262,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6egjEYlDC .navbar-brand .navbar-caption { +.cid-u6s3ODyvP7 .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6egjEYlDC .navbar-brand .navbar-logo a { +.cid-u6s3ODyvP7 .navbar-brand .navbar-logo a { outline: none; } -.cid-u6egjEYlDC .dropdown-item.active, -.cid-u6egjEYlDC .dropdown-item:active { +.cid-u6s3ODyvP7 .dropdown-item.active, +.cid-u6s3ODyvP7 .dropdown-item:active { background-color: transparent; } -.cid-u6egjEYlDC .navbar-expand-lg .navbar-nav .nav-link { +.cid-u6s3ODyvP7 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle { +.cid-u6s3ODyvP7 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6egjEYlDC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-u6s3ODyvP7 .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: #ffffff; +.cid-u6s3ODyvP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6egjEYlDC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-u6s3ODyvP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6egjEYlDC .navbar .dropdown.open > .dropdown-menu { +.cid-u6s3ODyvP7 .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6egjEYlDC ul.navbar-nav { +.cid-u6s3ODyvP7 ul.navbar-nav { flex-wrap: wrap; } -.cid-u6egjEYlDC .navbar-buttons { +.cid-u6s3ODyvP7 .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6egjEYlDC button.navbar-toggler { +.cid-u6s3ODyvP7 button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -11072,7 +11308,7 @@ a { position: relative; align-self: center; } -.cid-u6egjEYlDC button.navbar-toggler .hamburger span { +.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -11080,54 +11316,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(1) { +.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(2) { +.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(3) { +.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6egjEYlDC button.navbar-toggler .hamburger span:nth-child(4) { +.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(1) { +.cid-u6s3ODyvP7 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) { +.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(3) { +.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6egjEYlDC nav.opened .hamburger span:nth-child(4) { +.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6egjEYlDC .navbar-dropdown { +.cid-u6s3ODyvP7 .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6egjEYlDC a.nav-link { +.cid-u6s3ODyvP7 a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6egjEYlDC .icons-menu { +.cid-u6s3ODyvP7 .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -11137,82 +11373,109 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6egjEYlDC .navbar { + .cid-u6s3ODyvP7 .navbar { height: 70px; } - .cid-u6egjEYlDC .navbar.opened { + .cid-u6s3ODyvP7 .navbar.opened { height: auto; } - .cid-u6egjEYlDC .nav-item .nav-link:hover::before { + .cid-u6s3ODyvP7 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } -.cid-u6egjFrHOM { +.cid-u6s3ODUy8S { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/yara-heaven-aruba-trans-escort-3.webp"); + background-image: url("../../../assets/images/caroline-heaven-aruba-available-escorts-00a.webp"); } -.cid-u6egjFrHOM .mbr-section-title { +.cid-u6s3ODUy8S .mbr-section-title { color: #ffffff; text-align: center; } -.cid-u6egjFrHOM .mbr-text, -.cid-u6egjFrHOM .mbr-section-btn { +.cid-u6s3ODUy8S .mbr-text, +.cid-u6s3ODUy8S .mbr-section-btn { color: #ffffff; text-align: center; } -.cid-u6egjFrHOM .mbr-section-subtitle { +.cid-u6s3ODUy8S .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6ejOM06t7 { - padding-top: 4rem; - padding-bottom: 4rem; +.cid-ukAR62g07F { + padding-top: 2rem; + padding-bottom: 1rem; background-color: #232323; } -.cid-u6ejOM06t7 .carousel { +.cid-ukAR62g07F .mbr-fallback-image.disabled { + display: none; +} +.cid-ukAR62g07F .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukAR62g07F .mbr-section-title { + color: #22a5e5; +} +.cid-ukAR62g07F .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukAZuTSWAy { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukAZuTSWAy .carousel { height: 800px; } -.cid-u6ejOM06t7 .carousel img { +.cid-ukAZuTSWAy .carousel img { width: 100%; height: 100%; object-fit: cover; } -.cid-u6ejOM06t7 .carousel-item, -.cid-u6ejOM06t7 .carousel-inner { +.cid-ukAZuTSWAy .carousel-item, +.cid-ukAZuTSWAy .carousel-inner { height: 100%; } -.cid-u6ejOM06t7 .carousel-caption { +.cid-ukAZuTSWAy img, +.cid-ukAZuTSWAy .item-wrapper { + border-radius: 0 !important; +} +.cid-ukAZuTSWAy .carousel-caption { bottom: 40px; } -.cid-u6ejOM06t7 .mobi-mbri-arrow-next { +.cid-ukAZuTSWAy .mobi-mbri-arrow-next { margin-left: 5px; } -.cid-u6ejOM06t7 .mobi-mbri-arrow-prev { +.cid-ukAZuTSWAy .mobi-mbri-arrow-prev { margin-right: 5px; } -.cid-u6ejOM06t7 .carousel-control:hover { +.cid-ukAZuTSWAy .carousel-control:hover { background: #1b1b1b; color: #fff; opacity: 1; } -.cid-u6ejOM06t7 .item-wrapper { +.cid-ukAZuTSWAy .item-wrapper { width: 100%; } @media (max-width: 767px) { - .cid-u6ejOM06t7 .container .carousel-control { + .cid-ukAZuTSWAy .container .carousel-control { margin-bottom: 0; } - .cid-u6ejOM06t7 .content-slider-wrap { + .cid-ukAZuTSWAy .content-slider-wrap { width: 100% !important; } } -.cid-u6ejOM06t7 .container .carousel-indicators { +.cid-ukAZuTSWAy .container .carousel-indicators { margin-bottom: 3px; } -.cid-u6ejOM06t7 .carousel-control { +.cid-ukAZuTSWAy .carousel-control { top: 50%; width: 60px; height: 60px; @@ -11223,26 +11486,26 @@ a { border-radius: 50%; transition: all 0.3s; } -.cid-u6ejOM06t7 .carousel-control.carousel-control-prev { +.cid-ukAZuTSWAy .carousel-control.carousel-control-prev { left: 0; margin-left: 2.5rem; } -.cid-u6ejOM06t7 .carousel-control.carousel-control-next { +.cid-ukAZuTSWAy .carousel-control.carousel-control-next { right: 0; margin-right: 2.5rem; } @media (max-width: 767px) { - .cid-u6ejOM06t7 .carousel-control { + .cid-ukAZuTSWAy .carousel-control { top: auto; bottom: 1rem; } } -.cid-u6ejOM06t7 .carousel-indicators { +.cid-ukAZuTSWAy .carousel-indicators { position: absolute; bottom: 0; margin-bottom: 1.5rem !important; } -.cid-u6ejOM06t7 .carousel-indicators li { +.cid-ukAZuTSWAy .carousel-indicators li { max-width: 15px; height: 15px; width: 15px; @@ -11254,15 +11517,15 @@ a { opacity: 0.5; transition: all 0.3s; } -.cid-u6ejOM06t7 .carousel-indicators li.active, -.cid-u6ejOM06t7 .carousel-indicators li:hover { +.cid-ukAZuTSWAy .carousel-indicators li.active, +.cid-ukAZuTSWAy .carousel-indicators li:hover { opacity: 0.9; } -.cid-u6ejOM06t7 .carousel-indicators li::after, -.cid-u6ejOM06t7 .carousel-indicators li::before { +.cid-ukAZuTSWAy .carousel-indicators li::after, +.cid-ukAZuTSWAy .carousel-indicators li::before { content: none; } -.cid-u6ejOM06t7 .carousel-indicators.ie-fix { +.cid-ukAZuTSWAy .carousel-indicators.ie-fix { left: 50%; display: block; width: 60%; @@ -11270,19 +11533,26 @@ a { text-align: center; } @media (max-width: 768px) { - .cid-u6ejOM06t7 .carousel-indicators { + .cid-ukAZuTSWAy .carousel-indicators { display: none !important; } } -.cid-u6egjGyBA8 { - padding-top: 4rem; +@media (max-width: 991px) { + .cid-ukAZuTSWAy .mbr-section-subtitle, + .cid-ukAZuTSWAy .mbr-section-text, + .cid-ukAZuTSWAy .mbr-section-btn { + text-align: center; + } +} +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u6egjGyBA8 .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u6egjGyBA8 .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -11291,48 +11561,48 @@ a { position: absolute; top: 0; } -.cid-u6egjGyBA8 .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6egjGyBA8 .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6egjGyBA8 .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u6egjGyBA8 .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u6egjGyBA8 .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u6egjGyBA8 .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u6egjGyBA8 .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6egjGyBA8 .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6egjGyBA8 .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u6egjGyBA8 .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u6egjGyBA8 .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -11344,68 +11614,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6egjGyBA8 .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6egjGyBA8 div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u6egjGyBA8 H5 { - color: #ffffff; -} -.cid-u6q8PSR2DS { +.cid-u6FytVj3cW { z-index: 1000; width: 100%; } -.cid-u6q8PSR2DS nav.navbar { +.cid-u6FytVj3cW nav.navbar { position: fixed; } -.cid-u6q8PSR2DS .navbar-nav { +.cid-u6FytVj3cW .navbar-nav { margin: auto; } -.cid-u6q8PSR2DS .dropdown-item { - color: #000000 !important; +.cid-u6FytVj3cW .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6q8PSR2DS .dropdown-item:hover, -.cid-u6q8PSR2DS .dropdown-item:focus { +.cid-u6FytVj3cW .dropdown-item:hover, +.cid-u6FytVj3cW .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6q8PSR2DS .dropdown-item:first-child { +.cid-u6FytVj3cW .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6q8PSR2DS .dropdown-item:last-child { +.cid-u6FytVj3cW .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } -.cid-u6q8PSR2DS .navbar-short, -.cid-u6q8PSR2DS .opened { - background: #ffffff !important; +.cid-u6FytVj3cW .navbar-short, +.cid-u6FytVj3cW .opened { + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } -.cid-u6q8PSR2DS .navbar-short .nav-link, -.cid-u6q8PSR2DS .opened .nav-link, -.cid-u6q8PSR2DS .navbar-short .navbar-caption, -.cid-u6q8PSR2DS .opened .navbar-caption, -.cid-u6q8PSR2DS .navbar-short .mbr-iconfont, -.cid-u6q8PSR2DS .opened .mbr-iconfont { - color: #000000 !important; +.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-u6q8PSR2DS .navbar-short .hamburger span, -.cid-u6q8PSR2DS .opened .hamburger span { - background-color: #000000 !important; +.cid-u6FytVj3cW .navbar-short .hamburger span, +.cid-u6FytVj3cW .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6q8PSR2DS .nav-link { +.cid-u6FytVj3cW .nav-link { transition: all 0.3s; position: relative; } -.cid-u6q8PSR2DS .dropdown-item:before { +.cid-u6FytVj3cW .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -11422,101 +11689,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6q8PSR2DS .dropdown-menu { +.cid-u6FytVj3cW .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6q8PSR2DS .nav-dropdown .link { +.cid-u6FytVj3cW .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6q8PSR2DS .nav-dropdown .link.dropdown-toggle::after { +.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6q8PSR2DS .container { +.cid-u6FytVj3cW .container { display: flex; margin: auto; } -.cid-u6q8PSR2DS .iconfont-wrapper { - color: #ffffff !important; +.cid-u6FytVj3cW .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6q8PSR2DS .dropdown-menu, -.cid-u6q8PSR2DS .navbar.opened { - background: #ffffff !important; +.cid-u6FytVj3cW .dropdown-menu, +.cid-u6FytVj3cW .navbar.opened { + background: #232323 !important; } -.cid-u6q8PSR2DS .nav-item:focus, -.cid-u6q8PSR2DS .nav-link:focus { +.cid-u6FytVj3cW .nav-item:focus, +.cid-u6FytVj3cW .nav-link:focus { outline: none; } -.cid-u6q8PSR2DS .dropdown .dropdown-menu .dropdown-item { +.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6q8PSR2DS .dropdown .dropdown-menu .dropdown-item::after { +.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6q8PSR2DS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6q8PSR2DS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.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-u6q8PSR2DS .collapsed .dropdown-menu .dropdown-item:before { +.cid-u6FytVj3cW .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6q8PSR2DS .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-u6FytVj3cW .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6q8PSR2DS .navbar { +.cid-u6FytVj3cW .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6q8PSR2DS .navbar.opened { +.cid-u6FytVj3cW .navbar.opened { transition: all 0.3s; } -.cid-u6q8PSR2DS .navbar .dropdown-item { +.cid-u6FytVj3cW .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6q8PSR2DS .navbar .navbar-logo img { +.cid-u6FytVj3cW .navbar .navbar-logo img { width: auto; } -.cid-u6q8PSR2DS .navbar .navbar-collapse { +.cid-u6FytVj3cW .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6q8PSR2DS .navbar.collapsed { +.cid-u6FytVj3cW .navbar.collapsed { justify-content: center; } -.cid-u6q8PSR2DS .navbar.collapsed .nav-item .nav-link::before { +.cid-u6FytVj3cW .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6q8PSR2DS .navbar.collapsed.opened .dropdown-menu { +.cid-u6FytVj3cW .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6q8PSR2DS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-u6FytVj3cW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6q8PSR2DS .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6q8PSR2DS .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6q8PSR2DS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.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; @@ -11525,33 +11792,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6q8PSR2DS .navbar.collapsed ul.navbar-nav li { +.cid-u6FytVj3cW .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6q8PSR2DS .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6q8PSR2DS .navbar.collapsed .icons-menu { +.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-u6q8PSR2DS .navbar .nav-item .nav-link::before { + .cid-u6FytVj3cW .navbar .nav-item .nav-link::before { display: none; } - .cid-u6q8PSR2DS .navbar.opened .dropdown-menu { + .cid-u6FytVj3cW .navbar.opened .dropdown-menu { top: 0; } - .cid-u6q8PSR2DS .navbar .dropdown-menu .dropdown-submenu { + .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6q8PSR2DS .navbar .dropdown-menu .dropdown-item:after { + .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6q8PSR2DS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .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; @@ -11560,42 +11827,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6q8PSR2DS .navbar .navbar-logo img { + .cid-u6FytVj3cW .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6q8PSR2DS .navbar ul.navbar-nav li { + .cid-u6FytVj3cW .navbar ul.navbar-nav li { margin: auto; } - .cid-u6q8PSR2DS .navbar .dropdown-menu .dropdown-item { + .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6q8PSR2DS .navbar .navbar-brand { + .cid-u6FytVj3cW .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6q8PSR2DS .navbar .navbar-toggler { + .cid-u6FytVj3cW .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6q8PSR2DS .navbar .icons-menu { + .cid-u6FytVj3cW .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6q8PSR2DS .navbar.navbar-short { +.cid-u6FytVj3cW .navbar.navbar-short { min-height: 60px; } -.cid-u6q8PSR2DS .navbar.navbar-short .navbar-logo img { +.cid-u6FytVj3cW .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6q8PSR2DS .navbar.navbar-short .navbar-brand { +.cid-u6FytVj3cW .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6q8PSR2DS .navbar-brand { +.cid-u6FytVj3cW .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -11605,44 +11872,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6q8PSR2DS .navbar-brand .navbar-caption { +.cid-u6FytVj3cW .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6q8PSR2DS .navbar-brand .navbar-logo a { +.cid-u6FytVj3cW .navbar-brand .navbar-logo a { outline: none; } -.cid-u6q8PSR2DS .dropdown-item.active, -.cid-u6q8PSR2DS .dropdown-item:active { +.cid-u6FytVj3cW .dropdown-item.active, +.cid-u6FytVj3cW .dropdown-item:active { background-color: transparent; } -.cid-u6q8PSR2DS .navbar-expand-lg .navbar-nav .nav-link { +.cid-u6FytVj3cW .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6q8PSR2DS .nav-dropdown .link.dropdown-toggle { +.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6q8PSR2DS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } -.cid-u6q8PSR2DS .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; +.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6q8PSR2DS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6q8PSR2DS .navbar .dropdown.open > .dropdown-menu { +.cid-u6FytVj3cW .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6q8PSR2DS ul.navbar-nav { +.cid-u6FytVj3cW ul.navbar-nav { flex-wrap: wrap; } -.cid-u6q8PSR2DS .navbar-buttons { +.cid-u6FytVj3cW .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6q8PSR2DS button.navbar-toggler { +.cid-u6FytVj3cW button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -11651,7 +11918,7 @@ a { position: relative; align-self: center; } -.cid-u6q8PSR2DS button.navbar-toggler .hamburger span { +.cid-u6FytVj3cW button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -11659,54 +11926,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6q8PSR2DS button.navbar-toggler .hamburger span:nth-child(1) { +.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6q8PSR2DS button.navbar-toggler .hamburger span:nth-child(2) { +.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6q8PSR2DS button.navbar-toggler .hamburger span:nth-child(3) { +.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6q8PSR2DS button.navbar-toggler .hamburger span:nth-child(4) { +.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6q8PSR2DS nav.opened .hamburger span:nth-child(1) { +.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6q8PSR2DS nav.opened .hamburger span:nth-child(2) { +.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6q8PSR2DS nav.opened .hamburger span:nth-child(3) { +.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6q8PSR2DS nav.opened .hamburger span:nth-child(4) { +.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6q8PSR2DS .navbar-dropdown { +.cid-u6FytVj3cW .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6q8PSR2DS a.nav-link { +.cid-u6FytVj3cW a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6q8PSR2DS .icons-menu { +.cid-u6FytVj3cW .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -11716,82 +11983,11498 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6q8PSR2DS .navbar { + .cid-u6FytVj3cW .navbar { height: 70px; } - .cid-u6q8PSR2DS .navbar.opened { + .cid-u6FytVj3cW .navbar.opened { height: auto; } - .cid-u6q8PSR2DS .nav-item .nav-link:hover::before { + .cid-u6FytVj3cW .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } -.cid-u6q8PTsV5q { - padding-top: 15rem; - padding-bottom: 15rem; - background-image: url("../../../assets/images/hillary-heaven-aruba-available-escorts.webp"); +.cid-u6FytVEpQP { + padding-top: 10rem; + padding-bottom: 5rem; + background-color: #1b1212; } -.cid-u6q8PTsV5q .mbr-section-title { - color: #ffffff; +.cid-u6FytVEpQP .mbr-section-title { + color: #22a5e5; text-align: center; } -.cid-u6q8PTsV5q .mbr-text, -.cid-u6q8PTsV5q .mbr-section-btn { +.cid-u6FytVEpQP .mbr-text, +.cid-u6FytVEpQP .mbr-section-btn { color: #ffffff; text-align: center; } -.cid-u6q8PTsV5q .mbr-section-subtitle { +.cid-u6FytVEpQP .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6q8PTLwee { - padding-top: 4rem; - padding-bottom: 4rem; +.cid-ubJyCeDIpM { + padding-top: 3rem; + padding-bottom: 2rem; background-color: #232323; } -.cid-u6q8PTLwee .carousel { - height: 800px; +.cid-ubJyCeDIpM .mbr-fallback-image.disabled { + display: none; } -.cid-u6q8PTLwee .carousel img { +.cid-ubJyCeDIpM .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; width: 100%; height: 100%; - object-fit: cover; + position: absolute; + top: 0; } -.cid-u6q8PTLwee .carousel-item, -.cid-u6q8PTLwee .carousel-inner { - height: 100%; +.cid-ubJyCeDIpM .mbr-section-title { + color: #22a5e5; } -.cid-u6q8PTLwee .carousel-caption { - bottom: 40px; +.cid-ubJyCeDIpM .mbr-section-subtitle { + color: #ffffff; + text-align: left; } -.cid-u6q8PTLwee .mobi-mbri-arrow-next { - margin-left: 5px; +.cid-ubJyCeDIpM .mbr-section-subtitle DIV { + text-align: left; } -.cid-u6q8PTLwee .mobi-mbri-arrow-prev { - margin-right: 5px; +.cid-uveXyjeaUa { + padding-top: 3rem; + padding-bottom: 3rem; + background-color: #000000; } -.cid-u6q8PTLwee .carousel-control:hover { - background: #1b1b1b; - color: #fff; - opacity: 1; +.cid-uveXyjeaUa .mbr-fallback-image.disabled { + display: none; } -.cid-u6q8PTLwee .item-wrapper { +.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-u6q8PTLwee .container .carousel-control { - margin-bottom: 0; + .cid-uveXyjeaUa .row { + text-align: center; } - .cid-u6q8PTLwee .content-slider-wrap { - width: 100% !important; + .cid-uveXyjeaUa .row > div { + margin: auto; } -} -.cid-u6q8PTLwee .container .carousel-indicators { + .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-xmas-edition.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: #ffffff; + 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-escorts-aruba-xmas-2024.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-uvNFGousAU { + padding-top: 3rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-uvNFGousAU img, +.cid-uvNFGousAU .item-img { + width: 100%; + height: 100%; + height: 300px; + object-fit: cover; +} +.cid-uvNFGousAU .item:focus, +.cid-uvNFGousAU span:focus { + outline: none; +} +.cid-uvNFGousAU .item { + cursor: pointer; + margin-bottom: 2rem; + position: relative; +} +.cid-uvNFGousAU .item-wrapper { + position: unset; + border-radius: 4px; + background: #ffffff; + height: 100%; + display: flex; + flex-flow: column nowrap; +} +@media (min-width: 992px) { + .cid-uvNFGousAU .item-wrapper .item-content { + padding: 2rem 2rem 0; + } + .cid-uvNFGousAU .item-wrapper .item-footer { + padding: 0 2rem 2rem; + } +} +@media (max-width: 991px) { + .cid-uvNFGousAU .item-wrapper .item-content { + padding: 1rem 1rem 0; + } + .cid-uvNFGousAU .item-wrapper .item-footer { + padding: 0 1rem 1rem; + } +} +.cid-uvNFGousAU .mbr-section-btn { + margin-top: auto !important; +} +.cid-uvNFGousAU .mbr-section-title { + color: #ffffff; +} +.cid-uvNFGousAU .mbr-text, +.cid-uvNFGousAU .mbr-section-btn { + text-align: center; +} +.cid-uvNFGousAU .item-title { + text-align: center; + color: #22a5e5; +} +.cid-uvNFGousAU .item-subtitle { + text-align: center; + color: #000000; +} +.cid-uvNFGousAU .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-ug6JTigG7Q { + z-index: 1000; + width: 100%; +} +.cid-ug6JTigG7Q nav.navbar { + position: fixed; +} +.cid-ug6JTigG7Q .navbar-nav { + margin: auto; +} +.cid-ug6JTigG7Q .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-ug6JTigG7Q .dropdown-item:hover, +.cid-ug6JTigG7Q .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-ug6JTigG7Q .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-ug6JTigG7Q .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-ug6JTigG7Q .navbar-short, +.cid-ug6JTigG7Q .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-ug6JTigG7Q .navbar-short .nav-link, +.cid-ug6JTigG7Q .opened .nav-link, +.cid-ug6JTigG7Q .navbar-short .navbar-caption, +.cid-ug6JTigG7Q .opened .navbar-caption, +.cid-ug6JTigG7Q .navbar-short .mbr-iconfont, +.cid-ug6JTigG7Q .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-ug6JTigG7Q .navbar-short .hamburger span, +.cid-ug6JTigG7Q .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-ug6JTigG7Q .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-ug6JTigG7Q .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-ug6JTigG7Q .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-ug6JTigG7Q .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-ug6JTigG7Q .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-ug6JTigG7Q .container { + display: flex; + margin: auto; +} +.cid-ug6JTigG7Q .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-ug6JTigG7Q .dropdown-menu, +.cid-ug6JTigG7Q .navbar.opened { + background: #232323 !important; +} +.cid-ug6JTigG7Q .nav-item:focus, +.cid-ug6JTigG7Q .nav-link:focus { + outline: none; +} +.cid-ug6JTigG7Q .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-ug6JTigG7Q .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-ug6JTigG7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-ug6JTigG7Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-ug6JTigG7Q .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-ug6JTigG7Q .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-ug6JTigG7Q .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-ug6JTigG7Q .navbar.opened { + transition: all 0.3s; +} +.cid-ug6JTigG7Q .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-ug6JTigG7Q .navbar .navbar-logo img { + width: auto; +} +.cid-ug6JTigG7Q .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-ug6JTigG7Q .navbar.collapsed { + justify-content: center; +} +.cid-ug6JTigG7Q .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-ug6JTigG7Q .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-ug6JTigG7Q .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-ug6JTigG7Q .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-ug6JTigG7Q .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-ug6JTigG7Q .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-ug6JTigG7Q .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-ug6JTigG7Q .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-ug6JTigG7Q .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-ug6JTigG7Q .navbar .nav-item .nav-link::before { + display: none; + } + .cid-ug6JTigG7Q .navbar.opened .dropdown-menu { + top: 0; + } + .cid-ug6JTigG7Q .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-ug6JTigG7Q .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-ug6JTigG7Q .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-ug6JTigG7Q .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-ug6JTigG7Q .navbar ul.navbar-nav li { + margin: auto; + } + .cid-ug6JTigG7Q .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-ug6JTigG7Q .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-ug6JTigG7Q .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-ug6JTigG7Q .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-ug6JTigG7Q .navbar.navbar-short { + min-height: 60px; +} +.cid-ug6JTigG7Q .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-ug6JTigG7Q .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-ug6JTigG7Q .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-ug6JTigG7Q .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-ug6JTigG7Q .navbar-brand .navbar-logo a { + outline: none; +} +.cid-ug6JTigG7Q .dropdown-item.active, +.cid-ug6JTigG7Q .dropdown-item:active { + background-color: transparent; +} +.cid-ug6JTigG7Q .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-ug6JTigG7Q .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-ug6JTigG7Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-ug6JTigG7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-ug6JTigG7Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-ug6JTigG7Q .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-ug6JTigG7Q ul.navbar-nav { + flex-wrap: wrap; +} +.cid-ug6JTigG7Q .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-ug6JTigG7Q button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-ug6JTigG7Q button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-ug6JTigG7Q button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-ug6JTigG7Q button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-ug6JTigG7Q button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-ug6JTigG7Q button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-ug6JTigG7Q nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ug6JTigG7Q nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-ug6JTigG7Q nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-ug6JTigG7Q nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ug6JTigG7Q .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-ug6JTigG7Q a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-ug6JTigG7Q .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-ug6JTigG7Q .navbar { + height: 70px; + } + .cid-ug6JTigG7Q .navbar.opened { + height: auto; + } + .cid-ug6JTigG7Q .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-ug6JTjgNBy { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/paulina-heaven-aruba-escorts-04a.webp"); +} +.cid-ug6JTjgNBy .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-ug6JTjgNBy .mbr-text, +.cid-ug6JTjgNBy .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-ug6JTjgNBy .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukASmYR0I9 { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukASmYR0I9 .mbr-fallback-image.disabled { + display: none; +} +.cid-ukASmYR0I9 .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukASmYR0I9 .mbr-section-title { + color: #22a5e5; +} +.cid-ukASmYR0I9 .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukB6UYPKlS { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukB6UYPKlS .carousel { + height: 800px; +} +.cid-ukB6UYPKlS .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukB6UYPKlS .carousel-item, +.cid-ukB6UYPKlS .carousel-inner { + height: 100%; +} +.cid-ukB6UYPKlS img, +.cid-ukB6UYPKlS .item-wrapper { + border-radius: 0 !important; +} +.cid-ukB6UYPKlS .carousel-caption { + bottom: 40px; +} +.cid-ukB6UYPKlS .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukB6UYPKlS .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukB6UYPKlS .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukB6UYPKlS .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukB6UYPKlS .container .carousel-control { + margin-bottom: 0; + } + .cid-ukB6UYPKlS .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukB6UYPKlS .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukB6UYPKlS .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-ukB6UYPKlS .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukB6UYPKlS .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukB6UYPKlS .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukB6UYPKlS .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukB6UYPKlS .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-ukB6UYPKlS .carousel-indicators li.active, +.cid-ukB6UYPKlS .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukB6UYPKlS .carousel-indicators li::after, +.cid-ukB6UYPKlS .carousel-indicators li::before { + content: none; +} +.cid-ukB6UYPKlS .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukB6UYPKlS .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukB6UYPKlS .mbr-section-subtitle, + .cid-ukB6UYPKlS .mbr-section-text, + .cid-ukB6UYPKlS .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-ugc6BpD5vd { + z-index: 1000; + width: 100%; +} +.cid-ugc6BpD5vd nav.navbar { + position: fixed; +} +.cid-ugc6BpD5vd .navbar-nav { + margin: auto; +} +.cid-ugc6BpD5vd .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-ugc6BpD5vd .dropdown-item:hover, +.cid-ugc6BpD5vd .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-ugc6BpD5vd .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-ugc6BpD5vd .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-ugc6BpD5vd .navbar-short, +.cid-ugc6BpD5vd .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-ugc6BpD5vd .navbar-short .nav-link, +.cid-ugc6BpD5vd .opened .nav-link, +.cid-ugc6BpD5vd .navbar-short .navbar-caption, +.cid-ugc6BpD5vd .opened .navbar-caption, +.cid-ugc6BpD5vd .navbar-short .mbr-iconfont, +.cid-ugc6BpD5vd .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-ugc6BpD5vd .navbar-short .hamburger span, +.cid-ugc6BpD5vd .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-ugc6BpD5vd .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-ugc6BpD5vd .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-ugc6BpD5vd .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-ugc6BpD5vd .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-ugc6BpD5vd .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-ugc6BpD5vd .container { + display: flex; + margin: auto; +} +.cid-ugc6BpD5vd .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-ugc6BpD5vd .dropdown-menu, +.cid-ugc6BpD5vd .navbar.opened { + background: #232323 !important; +} +.cid-ugc6BpD5vd .nav-item:focus, +.cid-ugc6BpD5vd .nav-link:focus { + outline: none; +} +.cid-ugc6BpD5vd .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-ugc6BpD5vd .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-ugc6BpD5vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-ugc6BpD5vd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-ugc6BpD5vd .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-ugc6BpD5vd .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-ugc6BpD5vd .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-ugc6BpD5vd .navbar.opened { + transition: all 0.3s; +} +.cid-ugc6BpD5vd .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-ugc6BpD5vd .navbar .navbar-logo img { + width: auto; +} +.cid-ugc6BpD5vd .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-ugc6BpD5vd .navbar.collapsed { + justify-content: center; +} +.cid-ugc6BpD5vd .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-ugc6BpD5vd .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-ugc6BpD5vd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-ugc6BpD5vd .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-ugc6BpD5vd .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-ugc6BpD5vd .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-ugc6BpD5vd .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-ugc6BpD5vd .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-ugc6BpD5vd .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-ugc6BpD5vd .navbar .nav-item .nav-link::before { + display: none; + } + .cid-ugc6BpD5vd .navbar.opened .dropdown-menu { + top: 0; + } + .cid-ugc6BpD5vd .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-ugc6BpD5vd .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-ugc6BpD5vd .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-ugc6BpD5vd .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-ugc6BpD5vd .navbar ul.navbar-nav li { + margin: auto; + } + .cid-ugc6BpD5vd .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-ugc6BpD5vd .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-ugc6BpD5vd .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-ugc6BpD5vd .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-ugc6BpD5vd .navbar.navbar-short { + min-height: 60px; +} +.cid-ugc6BpD5vd .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-ugc6BpD5vd .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-ugc6BpD5vd .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-ugc6BpD5vd .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-ugc6BpD5vd .navbar-brand .navbar-logo a { + outline: none; +} +.cid-ugc6BpD5vd .dropdown-item.active, +.cid-ugc6BpD5vd .dropdown-item:active { + background-color: transparent; +} +.cid-ugc6BpD5vd .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-ugc6BpD5vd .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-ugc6BpD5vd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-ugc6BpD5vd .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-ugc6BpD5vd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-ugc6BpD5vd .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-ugc6BpD5vd ul.navbar-nav { + flex-wrap: wrap; +} +.cid-ugc6BpD5vd .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-ugc6BpD5vd button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-ugc6BpD5vd button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-ugc6BpD5vd button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-ugc6BpD5vd button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-ugc6BpD5vd button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-ugc6BpD5vd button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-ugc6BpD5vd nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ugc6BpD5vd nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-ugc6BpD5vd nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-ugc6BpD5vd nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ugc6BpD5vd .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-ugc6BpD5vd a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-ugc6BpD5vd .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-ugc6BpD5vd .navbar { + height: 70px; + } + .cid-ugc6BpD5vd .navbar.opened { + height: auto; + } + .cid-ugc6BpD5vd .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-ugc6Bqwmoc { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/camila-heaven-aruba-escorts-03a.webp"); +} +.cid-ugc6Bqwmoc .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-ugc6Bqwmoc .mbr-text, +.cid-ugc6Bqwmoc .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-ugc6Bqwmoc .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukAS0eklQe { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukAS0eklQe .mbr-fallback-image.disabled { + display: none; +} +.cid-ukAS0eklQe .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukAS0eklQe .mbr-section-title { + color: #22a5e5; +} +.cid-ukAS0eklQe .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukB4pRSqBy { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukB4pRSqBy .carousel { + height: 800px; +} +.cid-ukB4pRSqBy .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukB4pRSqBy .carousel-item, +.cid-ukB4pRSqBy .carousel-inner { + height: 100%; +} +.cid-ukB4pRSqBy img, +.cid-ukB4pRSqBy .item-wrapper { + border-radius: 0 !important; +} +.cid-ukB4pRSqBy .carousel-caption { + bottom: 40px; +} +.cid-ukB4pRSqBy .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukB4pRSqBy .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukB4pRSqBy .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukB4pRSqBy .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukB4pRSqBy .container .carousel-control { + margin-bottom: 0; + } + .cid-ukB4pRSqBy .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukB4pRSqBy .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukB4pRSqBy .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-ukB4pRSqBy .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukB4pRSqBy .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukB4pRSqBy .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukB4pRSqBy .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukB4pRSqBy .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-ukB4pRSqBy .carousel-indicators li.active, +.cid-ukB4pRSqBy .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukB4pRSqBy .carousel-indicators li::after, +.cid-ukB4pRSqBy .carousel-indicators li::before { + content: none; +} +.cid-ukB4pRSqBy .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukB4pRSqBy .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukB4pRSqBy .mbr-section-subtitle, + .cid-ukB4pRSqBy .mbr-section-text, + .cid-ukB4pRSqBy .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-ugcgsEjsEO { + z-index: 1000; + width: 100%; +} +.cid-ugcgsEjsEO nav.navbar { + position: fixed; +} +.cid-ugcgsEjsEO .navbar-nav { + margin: auto; +} +.cid-ugcgsEjsEO .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-ugcgsEjsEO .dropdown-item:hover, +.cid-ugcgsEjsEO .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-ugcgsEjsEO .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-ugcgsEjsEO .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-ugcgsEjsEO .navbar-short, +.cid-ugcgsEjsEO .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-ugcgsEjsEO .navbar-short .nav-link, +.cid-ugcgsEjsEO .opened .nav-link, +.cid-ugcgsEjsEO .navbar-short .navbar-caption, +.cid-ugcgsEjsEO .opened .navbar-caption, +.cid-ugcgsEjsEO .navbar-short .mbr-iconfont, +.cid-ugcgsEjsEO .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-ugcgsEjsEO .navbar-short .hamburger span, +.cid-ugcgsEjsEO .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-ugcgsEjsEO .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-ugcgsEjsEO .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-ugcgsEjsEO .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-ugcgsEjsEO .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-ugcgsEjsEO .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-ugcgsEjsEO .container { + display: flex; + margin: auto; +} +.cid-ugcgsEjsEO .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-ugcgsEjsEO .dropdown-menu, +.cid-ugcgsEjsEO .navbar.opened { + background: #232323 !important; +} +.cid-ugcgsEjsEO .nav-item:focus, +.cid-ugcgsEjsEO .nav-link:focus { + outline: none; +} +.cid-ugcgsEjsEO .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-ugcgsEjsEO .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-ugcgsEjsEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-ugcgsEjsEO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-ugcgsEjsEO .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-ugcgsEjsEO .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-ugcgsEjsEO .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-ugcgsEjsEO .navbar.opened { + transition: all 0.3s; +} +.cid-ugcgsEjsEO .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-ugcgsEjsEO .navbar .navbar-logo img { + width: auto; +} +.cid-ugcgsEjsEO .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-ugcgsEjsEO .navbar.collapsed { + justify-content: center; +} +.cid-ugcgsEjsEO .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-ugcgsEjsEO .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-ugcgsEjsEO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-ugcgsEjsEO .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-ugcgsEjsEO .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-ugcgsEjsEO .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-ugcgsEjsEO .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-ugcgsEjsEO .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-ugcgsEjsEO .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-ugcgsEjsEO .navbar .nav-item .nav-link::before { + display: none; + } + .cid-ugcgsEjsEO .navbar.opened .dropdown-menu { + top: 0; + } + .cid-ugcgsEjsEO .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-ugcgsEjsEO .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-ugcgsEjsEO .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-ugcgsEjsEO .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-ugcgsEjsEO .navbar ul.navbar-nav li { + margin: auto; + } + .cid-ugcgsEjsEO .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-ugcgsEjsEO .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-ugcgsEjsEO .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-ugcgsEjsEO .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-ugcgsEjsEO .navbar.navbar-short { + min-height: 60px; +} +.cid-ugcgsEjsEO .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-ugcgsEjsEO .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-ugcgsEjsEO .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-ugcgsEjsEO .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-ugcgsEjsEO .navbar-brand .navbar-logo a { + outline: none; +} +.cid-ugcgsEjsEO .dropdown-item.active, +.cid-ugcgsEjsEO .dropdown-item:active { + background-color: transparent; +} +.cid-ugcgsEjsEO .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-ugcgsEjsEO .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-ugcgsEjsEO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-ugcgsEjsEO .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-ugcgsEjsEO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-ugcgsEjsEO .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-ugcgsEjsEO ul.navbar-nav { + flex-wrap: wrap; +} +.cid-ugcgsEjsEO .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-ugcgsEjsEO button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-ugcgsEjsEO button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-ugcgsEjsEO button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-ugcgsEjsEO button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-ugcgsEjsEO button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-ugcgsEjsEO button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-ugcgsEjsEO nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ugcgsEjsEO nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-ugcgsEjsEO nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-ugcgsEjsEO nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ugcgsEjsEO .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-ugcgsEjsEO a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-ugcgsEjsEO .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-ugcgsEjsEO .navbar { + height: 70px; + } + .cid-ugcgsEjsEO .navbar.opened { + height: auto; + } + .cid-ugcgsEjsEO .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-ugcgsF4Fi4 { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/valentina-heaven-aruba-escorts.webp"); +} +.cid-ugcgsF4Fi4 .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-ugcgsF4Fi4 .mbr-text, +.cid-ugcgsF4Fi4 .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-ugcgsF4Fi4 .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukAS6UzXDL { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukAS6UzXDL .mbr-fallback-image.disabled { + display: none; +} +.cid-ukAS6UzXDL .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukAS6UzXDL .mbr-section-title { + color: #22a5e5; +} +.cid-ukAS6UzXDL .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukB5HcwQ5o { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukB5HcwQ5o .carousel { + height: 800px; +} +.cid-ukB5HcwQ5o .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukB5HcwQ5o .carousel-item, +.cid-ukB5HcwQ5o .carousel-inner { + height: 100%; +} +.cid-ukB5HcwQ5o img, +.cid-ukB5HcwQ5o .item-wrapper { + border-radius: 0 !important; +} +.cid-ukB5HcwQ5o .carousel-caption { + bottom: 40px; +} +.cid-ukB5HcwQ5o .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukB5HcwQ5o .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukB5HcwQ5o .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukB5HcwQ5o .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukB5HcwQ5o .container .carousel-control { + margin-bottom: 0; + } + .cid-ukB5HcwQ5o .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukB5HcwQ5o .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukB5HcwQ5o .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-ukB5HcwQ5o .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukB5HcwQ5o .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukB5HcwQ5o .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukB5HcwQ5o .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukB5HcwQ5o .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-ukB5HcwQ5o .carousel-indicators li.active, +.cid-ukB5HcwQ5o .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukB5HcwQ5o .carousel-indicators li::after, +.cid-ukB5HcwQ5o .carousel-indicators li::before { + content: none; +} +.cid-ukB5HcwQ5o .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukB5HcwQ5o .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukB5HcwQ5o .mbr-section-subtitle, + .cid-ukB5HcwQ5o .mbr-section-text, + .cid-ukB5HcwQ5o .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-ugzAVI7W97 { + z-index: 1000; + width: 100%; +} +.cid-ugzAVI7W97 nav.navbar { + position: fixed; +} +.cid-ugzAVI7W97 .navbar-nav { + margin: auto; +} +.cid-ugzAVI7W97 .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-ugzAVI7W97 .dropdown-item:hover, +.cid-ugzAVI7W97 .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-ugzAVI7W97 .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-ugzAVI7W97 .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-ugzAVI7W97 .navbar-short, +.cid-ugzAVI7W97 .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-ugzAVI7W97 .navbar-short .nav-link, +.cid-ugzAVI7W97 .opened .nav-link, +.cid-ugzAVI7W97 .navbar-short .navbar-caption, +.cid-ugzAVI7W97 .opened .navbar-caption, +.cid-ugzAVI7W97 .navbar-short .mbr-iconfont, +.cid-ugzAVI7W97 .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-ugzAVI7W97 .navbar-short .hamburger span, +.cid-ugzAVI7W97 .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-ugzAVI7W97 .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-ugzAVI7W97 .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-ugzAVI7W97 .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-ugzAVI7W97 .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-ugzAVI7W97 .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-ugzAVI7W97 .container { + display: flex; + margin: auto; +} +.cid-ugzAVI7W97 .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-ugzAVI7W97 .dropdown-menu, +.cid-ugzAVI7W97 .navbar.opened { + background: #232323 !important; +} +.cid-ugzAVI7W97 .nav-item:focus, +.cid-ugzAVI7W97 .nav-link:focus { + outline: none; +} +.cid-ugzAVI7W97 .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-ugzAVI7W97 .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-ugzAVI7W97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-ugzAVI7W97 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-ugzAVI7W97 .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-ugzAVI7W97 .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-ugzAVI7W97 .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-ugzAVI7W97 .navbar.opened { + transition: all 0.3s; +} +.cid-ugzAVI7W97 .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-ugzAVI7W97 .navbar .navbar-logo img { + width: auto; +} +.cid-ugzAVI7W97 .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-ugzAVI7W97 .navbar.collapsed { + justify-content: center; +} +.cid-ugzAVI7W97 .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-ugzAVI7W97 .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-ugzAVI7W97 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-ugzAVI7W97 .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-ugzAVI7W97 .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-ugzAVI7W97 .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-ugzAVI7W97 .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-ugzAVI7W97 .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-ugzAVI7W97 .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-ugzAVI7W97 .navbar .nav-item .nav-link::before { + display: none; + } + .cid-ugzAVI7W97 .navbar.opened .dropdown-menu { + top: 0; + } + .cid-ugzAVI7W97 .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-ugzAVI7W97 .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-ugzAVI7W97 .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-ugzAVI7W97 .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-ugzAVI7W97 .navbar ul.navbar-nav li { + margin: auto; + } + .cid-ugzAVI7W97 .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-ugzAVI7W97 .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-ugzAVI7W97 .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-ugzAVI7W97 .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-ugzAVI7W97 .navbar.navbar-short { + min-height: 60px; +} +.cid-ugzAVI7W97 .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-ugzAVI7W97 .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-ugzAVI7W97 .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-ugzAVI7W97 .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-ugzAVI7W97 .navbar-brand .navbar-logo a { + outline: none; +} +.cid-ugzAVI7W97 .dropdown-item.active, +.cid-ugzAVI7W97 .dropdown-item:active { + background-color: transparent; +} +.cid-ugzAVI7W97 .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-ugzAVI7W97 .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-ugzAVI7W97 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-ugzAVI7W97 .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-ugzAVI7W97 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-ugzAVI7W97 .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-ugzAVI7W97 ul.navbar-nav { + flex-wrap: wrap; +} +.cid-ugzAVI7W97 .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-ugzAVI7W97 button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-ugzAVI7W97 button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-ugzAVI7W97 button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-ugzAVI7W97 button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-ugzAVI7W97 button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-ugzAVI7W97 button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-ugzAVI7W97 nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ugzAVI7W97 nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-ugzAVI7W97 nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-ugzAVI7W97 nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-ugzAVI7W97 .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-ugzAVI7W97 a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-ugzAVI7W97 .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-ugzAVI7W97 .navbar { + height: 70px; + } + .cid-ugzAVI7W97 .navbar.opened { + height: auto; + } + .cid-ugzAVI7W97 .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-ugzAVILEWP { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/victoria-heaven-aruba-escorts-04a.webp"); +} +.cid-ugzAVILEWP .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-ugzAVILEWP .mbr-text, +.cid-ugzAVILEWP .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-ugzAVILEWP .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukASeeCbCN { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukASeeCbCN .mbr-fallback-image.disabled { + display: none; +} +.cid-ukASeeCbCN .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukASeeCbCN .mbr-section-title { + color: #22a5e5; +} +.cid-ukASeeCbCN .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukB6fr9HS6 { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukB6fr9HS6 .carousel { + height: 800px; +} +.cid-ukB6fr9HS6 .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukB6fr9HS6 .carousel-item, +.cid-ukB6fr9HS6 .carousel-inner { + height: 100%; +} +.cid-ukB6fr9HS6 img, +.cid-ukB6fr9HS6 .item-wrapper { + border-radius: 0 !important; +} +.cid-ukB6fr9HS6 .carousel-caption { + bottom: 40px; +} +.cid-ukB6fr9HS6 .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukB6fr9HS6 .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukB6fr9HS6 .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukB6fr9HS6 .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukB6fr9HS6 .container .carousel-control { + margin-bottom: 0; + } + .cid-ukB6fr9HS6 .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukB6fr9HS6 .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukB6fr9HS6 .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-ukB6fr9HS6 .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukB6fr9HS6 .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukB6fr9HS6 .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukB6fr9HS6 .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukB6fr9HS6 .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-ukB6fr9HS6 .carousel-indicators li.active, +.cid-ukB6fr9HS6 .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukB6fr9HS6 .carousel-indicators li::after, +.cid-ukB6fr9HS6 .carousel-indicators li::before { + content: none; +} +.cid-ukB6fr9HS6 .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukB6fr9HS6 .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukB6fr9HS6 .mbr-section-subtitle, + .cid-ukB6fr9HS6 .mbr-section-text, + .cid-ukB6fr9HS6 .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-uhtV12aBLV { + z-index: 1000; + width: 100%; +} +.cid-uhtV12aBLV nav.navbar { + position: fixed; +} +.cid-uhtV12aBLV .navbar-nav { + margin: auto; +} +.cid-uhtV12aBLV .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-uhtV12aBLV .dropdown-item:hover, +.cid-uhtV12aBLV .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-uhtV12aBLV .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-uhtV12aBLV .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-uhtV12aBLV .navbar-short, +.cid-uhtV12aBLV .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-uhtV12aBLV .navbar-short .nav-link, +.cid-uhtV12aBLV .opened .nav-link, +.cid-uhtV12aBLV .navbar-short .navbar-caption, +.cid-uhtV12aBLV .opened .navbar-caption, +.cid-uhtV12aBLV .navbar-short .mbr-iconfont, +.cid-uhtV12aBLV .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-uhtV12aBLV .navbar-short .hamburger span, +.cid-uhtV12aBLV .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-uhtV12aBLV .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-uhtV12aBLV .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-uhtV12aBLV .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-uhtV12aBLV .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-uhtV12aBLV .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-uhtV12aBLV .container { + display: flex; + margin: auto; +} +.cid-uhtV12aBLV .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-uhtV12aBLV .dropdown-menu, +.cid-uhtV12aBLV .navbar.opened { + background: #232323 !important; +} +.cid-uhtV12aBLV .nav-item:focus, +.cid-uhtV12aBLV .nav-link:focus { + outline: none; +} +.cid-uhtV12aBLV .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-uhtV12aBLV .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-uhtV12aBLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-uhtV12aBLV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-uhtV12aBLV .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-uhtV12aBLV .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-uhtV12aBLV .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-uhtV12aBLV .navbar.opened { + transition: all 0.3s; +} +.cid-uhtV12aBLV .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-uhtV12aBLV .navbar .navbar-logo img { + width: auto; +} +.cid-uhtV12aBLV .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-uhtV12aBLV .navbar.collapsed { + justify-content: center; +} +.cid-uhtV12aBLV .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-uhtV12aBLV .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-uhtV12aBLV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-uhtV12aBLV .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-uhtV12aBLV .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-uhtV12aBLV .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-uhtV12aBLV .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-uhtV12aBLV .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-uhtV12aBLV .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-uhtV12aBLV .navbar .nav-item .nav-link::before { + display: none; + } + .cid-uhtV12aBLV .navbar.opened .dropdown-menu { + top: 0; + } + .cid-uhtV12aBLV .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-uhtV12aBLV .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-uhtV12aBLV .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-uhtV12aBLV .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-uhtV12aBLV .navbar ul.navbar-nav li { + margin: auto; + } + .cid-uhtV12aBLV .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-uhtV12aBLV .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-uhtV12aBLV .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-uhtV12aBLV .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-uhtV12aBLV .navbar.navbar-short { + min-height: 60px; +} +.cid-uhtV12aBLV .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-uhtV12aBLV .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-uhtV12aBLV .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-uhtV12aBLV .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-uhtV12aBLV .navbar-brand .navbar-logo a { + outline: none; +} +.cid-uhtV12aBLV .dropdown-item.active, +.cid-uhtV12aBLV .dropdown-item:active { + background-color: transparent; +} +.cid-uhtV12aBLV .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-uhtV12aBLV .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-uhtV12aBLV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-uhtV12aBLV .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-uhtV12aBLV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-uhtV12aBLV .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-uhtV12aBLV ul.navbar-nav { + flex-wrap: wrap; +} +.cid-uhtV12aBLV .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-uhtV12aBLV button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-uhtV12aBLV button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-uhtV12aBLV button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-uhtV12aBLV button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-uhtV12aBLV button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-uhtV12aBLV button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-uhtV12aBLV nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uhtV12aBLV nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-uhtV12aBLV nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-uhtV12aBLV nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uhtV12aBLV .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-uhtV12aBLV a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-uhtV12aBLV .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-uhtV12aBLV .navbar { + height: 70px; + } + .cid-uhtV12aBLV .navbar.opened { + height: auto; + } + .cid-uhtV12aBLV .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-uhtV12T7mW { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/luara-heaven-aruba-escorts.webp"); +} +.cid-uhtV12T7mW .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-uhtV12T7mW .mbr-text, +.cid-uhtV12T7mW .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-uhtV12T7mW .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukAStpeMXU { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukAStpeMXU .mbr-fallback-image.disabled { + display: none; +} +.cid-ukAStpeMXU .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukAStpeMXU .mbr-section-title { + color: #22a5e5; +} +.cid-ukAStpeMXU .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukB8HV0FuG { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukB8HV0FuG .carousel { + height: 800px; +} +.cid-ukB8HV0FuG .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukB8HV0FuG .carousel-item, +.cid-ukB8HV0FuG .carousel-inner { + height: 100%; +} +.cid-ukB8HV0FuG img, +.cid-ukB8HV0FuG .item-wrapper { + border-radius: 0 !important; +} +.cid-ukB8HV0FuG .carousel-caption { + bottom: 40px; +} +.cid-ukB8HV0FuG .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukB8HV0FuG .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukB8HV0FuG .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukB8HV0FuG .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukB8HV0FuG .container .carousel-control { + margin-bottom: 0; + } + .cid-ukB8HV0FuG .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukB8HV0FuG .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukB8HV0FuG .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-ukB8HV0FuG .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukB8HV0FuG .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukB8HV0FuG .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukB8HV0FuG .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukB8HV0FuG .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-ukB8HV0FuG .carousel-indicators li.active, +.cid-ukB8HV0FuG .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukB8HV0FuG .carousel-indicators li::after, +.cid-ukB8HV0FuG .carousel-indicators li::before { + content: none; +} +.cid-ukB8HV0FuG .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukB8HV0FuG .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukB8HV0FuG .mbr-section-subtitle, + .cid-ukB8HV0FuG .mbr-section-text, + .cid-ukB8HV0FuG .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-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-ukASCoslw5 { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukASCoslw5 .mbr-fallback-image.disabled { + display: none; +} +.cid-ukASCoslw5 .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukASCoslw5 .mbr-section-title { + color: #22a5e5; +} +.cid-ukASCoslw5 .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-uiz12FtUov { + z-index: 1000; + width: 100%; +} +.cid-uiz12FtUov nav.navbar { + position: fixed; +} +.cid-uiz12FtUov .navbar-nav { + margin: auto; +} +.cid-uiz12FtUov .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-uiz12FtUov .dropdown-item:hover, +.cid-uiz12FtUov .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-uiz12FtUov .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-uiz12FtUov .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-uiz12FtUov .navbar-short, +.cid-uiz12FtUov .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-uiz12FtUov .navbar-short .nav-link, +.cid-uiz12FtUov .opened .nav-link, +.cid-uiz12FtUov .navbar-short .navbar-caption, +.cid-uiz12FtUov .opened .navbar-caption, +.cid-uiz12FtUov .navbar-short .mbr-iconfont, +.cid-uiz12FtUov .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-uiz12FtUov .navbar-short .hamburger span, +.cid-uiz12FtUov .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-uiz12FtUov .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-uiz12FtUov .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-uiz12FtUov .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-uiz12FtUov .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-uiz12FtUov .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-uiz12FtUov .container { + display: flex; + margin: auto; +} +.cid-uiz12FtUov .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-uiz12FtUov .dropdown-menu, +.cid-uiz12FtUov .navbar.opened { + background: #232323 !important; +} +.cid-uiz12FtUov .nav-item:focus, +.cid-uiz12FtUov .nav-link:focus { + outline: none; +} +.cid-uiz12FtUov .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-uiz12FtUov .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-uiz12FtUov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-uiz12FtUov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-uiz12FtUov .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-uiz12FtUov .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-uiz12FtUov .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-uiz12FtUov .navbar.opened { + transition: all 0.3s; +} +.cid-uiz12FtUov .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-uiz12FtUov .navbar .navbar-logo img { + width: auto; +} +.cid-uiz12FtUov .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-uiz12FtUov .navbar.collapsed { + justify-content: center; +} +.cid-uiz12FtUov .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-uiz12FtUov .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-uiz12FtUov .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-uiz12FtUov .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-uiz12FtUov .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-uiz12FtUov .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-uiz12FtUov .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-uiz12FtUov .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-uiz12FtUov .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-uiz12FtUov .navbar .nav-item .nav-link::before { + display: none; + } + .cid-uiz12FtUov .navbar.opened .dropdown-menu { + top: 0; + } + .cid-uiz12FtUov .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-uiz12FtUov .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-uiz12FtUov .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-uiz12FtUov .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-uiz12FtUov .navbar ul.navbar-nav li { + margin: auto; + } + .cid-uiz12FtUov .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-uiz12FtUov .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-uiz12FtUov .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-uiz12FtUov .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-uiz12FtUov .navbar.navbar-short { + min-height: 60px; +} +.cid-uiz12FtUov .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-uiz12FtUov .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-uiz12FtUov .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-uiz12FtUov .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-uiz12FtUov .navbar-brand .navbar-logo a { + outline: none; +} +.cid-uiz12FtUov .dropdown-item.active, +.cid-uiz12FtUov .dropdown-item:active { + background-color: transparent; +} +.cid-uiz12FtUov .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-uiz12FtUov .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-uiz12FtUov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-uiz12FtUov .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-uiz12FtUov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-uiz12FtUov .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-uiz12FtUov ul.navbar-nav { + flex-wrap: wrap; +} +.cid-uiz12FtUov .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-uiz12FtUov button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-uiz12FtUov button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-uiz12FtUov button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-uiz12FtUov button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-uiz12FtUov button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-uiz12FtUov button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-uiz12FtUov nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uiz12FtUov nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-uiz12FtUov nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-uiz12FtUov nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uiz12FtUov .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-uiz12FtUov a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-uiz12FtUov .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-uiz12FtUov .navbar { + height: 70px; + } + .cid-uiz12FtUov .navbar.opened { + height: auto; + } + .cid-uiz12FtUov .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-uiz12G558S { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/heaven-escorts-aruba-catalina-7.webp"); +} +.cid-uiz12G558S .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-uiz12G558S .mbr-text, +.cid-uiz12G558S .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-uiz12G558S .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukASKgyXdg { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukASKgyXdg .mbr-fallback-image.disabled { + display: none; +} +.cid-ukASKgyXdg .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukASKgyXdg .mbr-section-title { + color: #22a5e5; +} +.cid-ukASKgyXdg .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukB9YaXx0F { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukB9YaXx0F .carousel { + height: 800px; +} +.cid-ukB9YaXx0F .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukB9YaXx0F .carousel-item, +.cid-ukB9YaXx0F .carousel-inner { + height: 100%; +} +.cid-ukB9YaXx0F img, +.cid-ukB9YaXx0F .item-wrapper { + border-radius: 0 !important; +} +.cid-ukB9YaXx0F .carousel-caption { + bottom: 40px; +} +.cid-ukB9YaXx0F .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukB9YaXx0F .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukB9YaXx0F .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukB9YaXx0F .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukB9YaXx0F .container .carousel-control { + margin-bottom: 0; + } + .cid-ukB9YaXx0F .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukB9YaXx0F .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukB9YaXx0F .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-ukB9YaXx0F .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukB9YaXx0F .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukB9YaXx0F .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukB9YaXx0F .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukB9YaXx0F .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-ukB9YaXx0F .carousel-indicators li.active, +.cid-ukB9YaXx0F .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukB9YaXx0F .carousel-indicators li::after, +.cid-ukB9YaXx0F .carousel-indicators li::before { + content: none; +} +.cid-ukB9YaXx0F .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukB9YaXx0F .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukB9YaXx0F .mbr-section-subtitle, + .cid-ukB9YaXx0F .mbr-section-text, + .cid-ukB9YaXx0F .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-uizRBCZAt2 { + z-index: 1000; + width: 100%; +} +.cid-uizRBCZAt2 nav.navbar { + position: fixed; +} +.cid-uizRBCZAt2 .navbar-nav { + margin: auto; +} +.cid-uizRBCZAt2 .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-uizRBCZAt2 .dropdown-item:hover, +.cid-uizRBCZAt2 .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-uizRBCZAt2 .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-uizRBCZAt2 .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-uizRBCZAt2 .navbar-short, +.cid-uizRBCZAt2 .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-uizRBCZAt2 .navbar-short .nav-link, +.cid-uizRBCZAt2 .opened .nav-link, +.cid-uizRBCZAt2 .navbar-short .navbar-caption, +.cid-uizRBCZAt2 .opened .navbar-caption, +.cid-uizRBCZAt2 .navbar-short .mbr-iconfont, +.cid-uizRBCZAt2 .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-uizRBCZAt2 .navbar-short .hamburger span, +.cid-uizRBCZAt2 .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-uizRBCZAt2 .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-uizRBCZAt2 .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-uizRBCZAt2 .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-uizRBCZAt2 .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-uizRBCZAt2 .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-uizRBCZAt2 .container { + display: flex; + margin: auto; +} +.cid-uizRBCZAt2 .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-uizRBCZAt2 .dropdown-menu, +.cid-uizRBCZAt2 .navbar.opened { + background: #232323 !important; +} +.cid-uizRBCZAt2 .nav-item:focus, +.cid-uizRBCZAt2 .nav-link:focus { + outline: none; +} +.cid-uizRBCZAt2 .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-uizRBCZAt2 .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-uizRBCZAt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-uizRBCZAt2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-uizRBCZAt2 .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-uizRBCZAt2 .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-uizRBCZAt2 .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-uizRBCZAt2 .navbar.opened { + transition: all 0.3s; +} +.cid-uizRBCZAt2 .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-uizRBCZAt2 .navbar .navbar-logo img { + width: auto; +} +.cid-uizRBCZAt2 .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-uizRBCZAt2 .navbar.collapsed { + justify-content: center; +} +.cid-uizRBCZAt2 .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-uizRBCZAt2 .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-uizRBCZAt2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-uizRBCZAt2 .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-uizRBCZAt2 .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-uizRBCZAt2 .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-uizRBCZAt2 .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-uizRBCZAt2 .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-uizRBCZAt2 .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-uizRBCZAt2 .navbar .nav-item .nav-link::before { + display: none; + } + .cid-uizRBCZAt2 .navbar.opened .dropdown-menu { + top: 0; + } + .cid-uizRBCZAt2 .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-uizRBCZAt2 .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-uizRBCZAt2 .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-uizRBCZAt2 .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-uizRBCZAt2 .navbar ul.navbar-nav li { + margin: auto; + } + .cid-uizRBCZAt2 .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-uizRBCZAt2 .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-uizRBCZAt2 .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-uizRBCZAt2 .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-uizRBCZAt2 .navbar.navbar-short { + min-height: 60px; +} +.cid-uizRBCZAt2 .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-uizRBCZAt2 .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-uizRBCZAt2 .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-uizRBCZAt2 .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-uizRBCZAt2 .navbar-brand .navbar-logo a { + outline: none; +} +.cid-uizRBCZAt2 .dropdown-item.active, +.cid-uizRBCZAt2 .dropdown-item:active { + background-color: transparent; +} +.cid-uizRBCZAt2 .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-uizRBCZAt2 .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-uizRBCZAt2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-uizRBCZAt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-uizRBCZAt2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-uizRBCZAt2 .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-uizRBCZAt2 ul.navbar-nav { + flex-wrap: wrap; +} +.cid-uizRBCZAt2 .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-uizRBCZAt2 button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-uizRBCZAt2 button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-uizRBCZAt2 button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-uizRBCZAt2 button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-uizRBCZAt2 button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-uizRBCZAt2 button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-uizRBCZAt2 nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uizRBCZAt2 nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-uizRBCZAt2 nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-uizRBCZAt2 nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uizRBCZAt2 .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-uizRBCZAt2 a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-uizRBCZAt2 .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-uizRBCZAt2 .navbar { + height: 70px; + } + .cid-uizRBCZAt2 .navbar.opened { + height: auto; + } + .cid-uizRBCZAt2 .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-uizRBDGENa { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/heaven-aruba-escorts-paulina.webp"); +} +.cid-uizRBDGENa .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-uizRBDGENa .mbr-text, +.cid-uizRBDGENa .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-uizRBDGENa .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-ukASQV1uAh { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-ukASQV1uAh .mbr-fallback-image.disabled { + display: none; +} +.cid-ukASQV1uAh .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-ukASQV1uAh .mbr-section-title { + color: #22a5e5; +} +.cid-ukASQV1uAh .mbr-section-subtitle { + color: #ffffff; +} +.cid-ukBaYTRPfJ { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-ukBaYTRPfJ .carousel { + height: 800px; +} +.cid-ukBaYTRPfJ .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-ukBaYTRPfJ .carousel-item, +.cid-ukBaYTRPfJ .carousel-inner { + height: 100%; +} +.cid-ukBaYTRPfJ img, +.cid-ukBaYTRPfJ .item-wrapper { + border-radius: 0 !important; +} +.cid-ukBaYTRPfJ .carousel-caption { + bottom: 40px; +} +.cid-ukBaYTRPfJ .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-ukBaYTRPfJ .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-ukBaYTRPfJ .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-ukBaYTRPfJ .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-ukBaYTRPfJ .container .carousel-control { + margin-bottom: 0; + } + .cid-ukBaYTRPfJ .content-slider-wrap { + width: 100% !important; + } +} +.cid-ukBaYTRPfJ .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-ukBaYTRPfJ .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-ukBaYTRPfJ .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-ukBaYTRPfJ .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-ukBaYTRPfJ .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-ukBaYTRPfJ .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-ukBaYTRPfJ .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-ukBaYTRPfJ .carousel-indicators li.active, +.cid-ukBaYTRPfJ .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-ukBaYTRPfJ .carousel-indicators li::after, +.cid-ukBaYTRPfJ .carousel-indicators li::before { + content: none; +} +.cid-ukBaYTRPfJ .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-ukBaYTRPfJ .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-ukBaYTRPfJ .mbr-section-subtitle, + .cid-ukBaYTRPfJ .mbr-section-text, + .cid-ukBaYTRPfJ .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-und9ilA922 { + z-index: 1000; + width: 100%; +} +.cid-und9ilA922 nav.navbar { + position: fixed; +} +.cid-und9ilA922 .navbar-nav { + margin: auto; +} +.cid-und9ilA922 .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-und9ilA922 .dropdown-item:hover, +.cid-und9ilA922 .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-und9ilA922 .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-und9ilA922 .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-und9ilA922 .navbar-short, +.cid-und9ilA922 .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-und9ilA922 .navbar-short .nav-link, +.cid-und9ilA922 .opened .nav-link, +.cid-und9ilA922 .navbar-short .navbar-caption, +.cid-und9ilA922 .opened .navbar-caption, +.cid-und9ilA922 .navbar-short .mbr-iconfont, +.cid-und9ilA922 .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-und9ilA922 .navbar-short .hamburger span, +.cid-und9ilA922 .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-und9ilA922 .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-und9ilA922 .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-und9ilA922 .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-und9ilA922 .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-und9ilA922 .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-und9ilA922 .container { + display: flex; + margin: auto; +} +.cid-und9ilA922 .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-und9ilA922 .dropdown-menu, +.cid-und9ilA922 .navbar.opened { + background: #232323 !important; +} +.cid-und9ilA922 .nav-item:focus, +.cid-und9ilA922 .nav-link:focus { + outline: none; +} +.cid-und9ilA922 .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-und9ilA922 .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-und9ilA922 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-und9ilA922 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-und9ilA922 .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-und9ilA922 .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-und9ilA922 .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-und9ilA922 .navbar.opened { + transition: all 0.3s; +} +.cid-und9ilA922 .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-und9ilA922 .navbar .navbar-logo img { + width: auto; +} +.cid-und9ilA922 .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-und9ilA922 .navbar.collapsed { + justify-content: center; +} +.cid-und9ilA922 .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-und9ilA922 .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-und9ilA922 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-und9ilA922 .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-und9ilA922 .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-und9ilA922 .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-und9ilA922 .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-und9ilA922 .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-und9ilA922 .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-und9ilA922 .navbar .nav-item .nav-link::before { + display: none; + } + .cid-und9ilA922 .navbar.opened .dropdown-menu { + top: 0; + } + .cid-und9ilA922 .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-und9ilA922 .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-und9ilA922 .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-und9ilA922 .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-und9ilA922 .navbar ul.navbar-nav li { + margin: auto; + } + .cid-und9ilA922 .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-und9ilA922 .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-und9ilA922 .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-und9ilA922 .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-und9ilA922 .navbar.navbar-short { + min-height: 60px; +} +.cid-und9ilA922 .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-und9ilA922 .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-und9ilA922 .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-und9ilA922 .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-und9ilA922 .navbar-brand .navbar-logo a { + outline: none; +} +.cid-und9ilA922 .dropdown-item.active, +.cid-und9ilA922 .dropdown-item:active { + background-color: transparent; +} +.cid-und9ilA922 .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-und9ilA922 .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-und9ilA922 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-und9ilA922 .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-und9ilA922 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-und9ilA922 .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-und9ilA922 ul.navbar-nav { + flex-wrap: wrap; +} +.cid-und9ilA922 .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-und9ilA922 button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-und9ilA922 button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-und9ilA922 button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-und9ilA922 button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-und9ilA922 button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-und9ilA922 button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-und9ilA922 nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-und9ilA922 nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-und9ilA922 nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-und9ilA922 nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-und9ilA922 .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-und9ilA922 a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-und9ilA922 .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-und9ilA922 .navbar { + height: 70px; + } + .cid-und9ilA922 .navbar.opened { + height: auto; + } + .cid-und9ilA922 .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-und9imDLnD { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/luna-heaven-aruba-available-escort-2.webp"); +} +.cid-und9imDLnD .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-und9imDLnD .mbr-text, +.cid-und9imDLnD .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-und9imDLnD .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-und9in206i { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-und9in206i .mbr-fallback-image.disabled { + display: none; +} +.cid-und9in206i .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-und9in206i .mbr-section-title { + color: #22a5e5; +} +.cid-und9in206i .mbr-section-subtitle { + color: #ffffff; +} +.cid-und9innF8l { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-und9innF8l .carousel { + height: 800px; +} +.cid-und9innF8l .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-und9innF8l .carousel-item, +.cid-und9innF8l .carousel-inner { + height: 100%; +} +.cid-und9innF8l img, +.cid-und9innF8l .item-wrapper { + border-radius: 0 !important; +} +.cid-und9innF8l .carousel-caption { + bottom: 40px; +} +.cid-und9innF8l .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-und9innF8l .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-und9innF8l .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-und9innF8l .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-und9innF8l .container .carousel-control { + margin-bottom: 0; + } + .cid-und9innF8l .content-slider-wrap { + width: 100% !important; + } +} +.cid-und9innF8l .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-und9innF8l .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-und9innF8l .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-und9innF8l .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-und9innF8l .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-und9innF8l .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-und9innF8l .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-und9innF8l .carousel-indicators li.active, +.cid-und9innF8l .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-und9innF8l .carousel-indicators li::after, +.cid-und9innF8l .carousel-indicators li::before { + content: none; +} +.cid-und9innF8l .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-und9innF8l .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-und9innF8l .mbr-section-subtitle, + .cid-und9innF8l .mbr-section-text, + .cid-und9innF8l .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-undgDinfHn { + z-index: 1000; + width: 100%; +} +.cid-undgDinfHn nav.navbar { + position: fixed; +} +.cid-undgDinfHn .navbar-nav { + margin: auto; +} +.cid-undgDinfHn .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-undgDinfHn .dropdown-item:hover, +.cid-undgDinfHn .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-undgDinfHn .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-undgDinfHn .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-undgDinfHn .navbar-short, +.cid-undgDinfHn .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-undgDinfHn .navbar-short .nav-link, +.cid-undgDinfHn .opened .nav-link, +.cid-undgDinfHn .navbar-short .navbar-caption, +.cid-undgDinfHn .opened .navbar-caption, +.cid-undgDinfHn .navbar-short .mbr-iconfont, +.cid-undgDinfHn .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-undgDinfHn .navbar-short .hamburger span, +.cid-undgDinfHn .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-undgDinfHn .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-undgDinfHn .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-undgDinfHn .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-undgDinfHn .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-undgDinfHn .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-undgDinfHn .container { + display: flex; + margin: auto; +} +.cid-undgDinfHn .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-undgDinfHn .dropdown-menu, +.cid-undgDinfHn .navbar.opened { + background: #232323 !important; +} +.cid-undgDinfHn .nav-item:focus, +.cid-undgDinfHn .nav-link:focus { + outline: none; +} +.cid-undgDinfHn .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-undgDinfHn .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-undgDinfHn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-undgDinfHn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-undgDinfHn .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-undgDinfHn .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-undgDinfHn .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-undgDinfHn .navbar.opened { + transition: all 0.3s; +} +.cid-undgDinfHn .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-undgDinfHn .navbar .navbar-logo img { + width: auto; +} +.cid-undgDinfHn .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-undgDinfHn .navbar.collapsed { + justify-content: center; +} +.cid-undgDinfHn .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-undgDinfHn .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-undgDinfHn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-undgDinfHn .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-undgDinfHn .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-undgDinfHn .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-undgDinfHn .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-undgDinfHn .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-undgDinfHn .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-undgDinfHn .navbar .nav-item .nav-link::before { + display: none; + } + .cid-undgDinfHn .navbar.opened .dropdown-menu { + top: 0; + } + .cid-undgDinfHn .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-undgDinfHn .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-undgDinfHn .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-undgDinfHn .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-undgDinfHn .navbar ul.navbar-nav li { + margin: auto; + } + .cid-undgDinfHn .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-undgDinfHn .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-undgDinfHn .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-undgDinfHn .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-undgDinfHn .navbar.navbar-short { + min-height: 60px; +} +.cid-undgDinfHn .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-undgDinfHn .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-undgDinfHn .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-undgDinfHn .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-undgDinfHn .navbar-brand .navbar-logo a { + outline: none; +} +.cid-undgDinfHn .dropdown-item.active, +.cid-undgDinfHn .dropdown-item:active { + background-color: transparent; +} +.cid-undgDinfHn .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-undgDinfHn .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-undgDinfHn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-undgDinfHn .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-undgDinfHn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-undgDinfHn .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-undgDinfHn ul.navbar-nav { + flex-wrap: wrap; +} +.cid-undgDinfHn .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-undgDinfHn button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-undgDinfHn button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-undgDinfHn button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-undgDinfHn button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-undgDinfHn button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-undgDinfHn button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-undgDinfHn nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-undgDinfHn nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-undgDinfHn nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-undgDinfHn nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-undgDinfHn .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-undgDinfHn a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-undgDinfHn .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-undgDinfHn .navbar { + height: 70px; + } + .cid-undgDinfHn .navbar.opened { + height: auto; + } + .cid-undgDinfHn .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-undgDj4efA { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/kelly-heaven-aruba-escort.webp"); +} +.cid-undgDj4efA .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-undgDj4efA .mbr-text, +.cid-undgDj4efA .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-undgDj4efA .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-unQAA5TXnz { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-unQAA5TXnz .mbr-fallback-image.disabled { + display: none; +} +.cid-unQAA5TXnz .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-unQAA5TXnz .mbr-section-title { + color: #22a5e5; +} +.cid-unQAA5TXnz .mbr-section-subtitle { + color: #ffffff; +} +.cid-undgDk09T0 { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-undgDk09T0 .carousel { + height: 800px; +} +.cid-undgDk09T0 .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-undgDk09T0 .carousel-item, +.cid-undgDk09T0 .carousel-inner { + height: 100%; +} +.cid-undgDk09T0 img, +.cid-undgDk09T0 .item-wrapper { + border-radius: 0 !important; +} +.cid-undgDk09T0 .carousel-caption { + bottom: 40px; +} +.cid-undgDk09T0 .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-undgDk09T0 .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-undgDk09T0 .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-undgDk09T0 .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-undgDk09T0 .container .carousel-control { + margin-bottom: 0; + } + .cid-undgDk09T0 .content-slider-wrap { + width: 100% !important; + } +} +.cid-undgDk09T0 .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-undgDk09T0 .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-undgDk09T0 .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-undgDk09T0 .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-undgDk09T0 .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-undgDk09T0 .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-undgDk09T0 .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-undgDk09T0 .carousel-indicators li.active, +.cid-undgDk09T0 .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-undgDk09T0 .carousel-indicators li::after, +.cid-undgDk09T0 .carousel-indicators li::before { + content: none; +} +.cid-undgDk09T0 .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-undgDk09T0 .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-undgDk09T0 .mbr-section-subtitle, + .cid-undgDk09T0 .mbr-section-text, + .cid-undgDk09T0 .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-unxYY3Dpfq { + z-index: 1000; + width: 100%; +} +.cid-unxYY3Dpfq nav.navbar { + position: fixed; +} +.cid-unxYY3Dpfq .navbar-nav { + margin: auto; +} +.cid-unxYY3Dpfq .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-unxYY3Dpfq .dropdown-item:hover, +.cid-unxYY3Dpfq .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-unxYY3Dpfq .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-unxYY3Dpfq .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-unxYY3Dpfq .navbar-short, +.cid-unxYY3Dpfq .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-unxYY3Dpfq .navbar-short .nav-link, +.cid-unxYY3Dpfq .opened .nav-link, +.cid-unxYY3Dpfq .navbar-short .navbar-caption, +.cid-unxYY3Dpfq .opened .navbar-caption, +.cid-unxYY3Dpfq .navbar-short .mbr-iconfont, +.cid-unxYY3Dpfq .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-unxYY3Dpfq .navbar-short .hamburger span, +.cid-unxYY3Dpfq .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-unxYY3Dpfq .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-unxYY3Dpfq .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-unxYY3Dpfq .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-unxYY3Dpfq .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-unxYY3Dpfq .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-unxYY3Dpfq .container { + display: flex; + margin: auto; +} +.cid-unxYY3Dpfq .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-unxYY3Dpfq .dropdown-menu, +.cid-unxYY3Dpfq .navbar.opened { + background: #232323 !important; +} +.cid-unxYY3Dpfq .nav-item:focus, +.cid-unxYY3Dpfq .nav-link:focus { + outline: none; +} +.cid-unxYY3Dpfq .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-unxYY3Dpfq .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-unxYY3Dpfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-unxYY3Dpfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-unxYY3Dpfq .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-unxYY3Dpfq .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-unxYY3Dpfq .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-unxYY3Dpfq .navbar.opened { + transition: all 0.3s; +} +.cid-unxYY3Dpfq .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-unxYY3Dpfq .navbar .navbar-logo img { + width: auto; +} +.cid-unxYY3Dpfq .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-unxYY3Dpfq .navbar.collapsed { + justify-content: center; +} +.cid-unxYY3Dpfq .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-unxYY3Dpfq .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-unxYY3Dpfq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-unxYY3Dpfq .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-unxYY3Dpfq .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-unxYY3Dpfq .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-unxYY3Dpfq .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-unxYY3Dpfq .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-unxYY3Dpfq .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-unxYY3Dpfq .navbar .nav-item .nav-link::before { + display: none; + } + .cid-unxYY3Dpfq .navbar.opened .dropdown-menu { + top: 0; + } + .cid-unxYY3Dpfq .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-unxYY3Dpfq .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-unxYY3Dpfq .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-unxYY3Dpfq .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-unxYY3Dpfq .navbar ul.navbar-nav li { + margin: auto; + } + .cid-unxYY3Dpfq .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-unxYY3Dpfq .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-unxYY3Dpfq .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-unxYY3Dpfq .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-unxYY3Dpfq .navbar.navbar-short { + min-height: 60px; +} +.cid-unxYY3Dpfq .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-unxYY3Dpfq .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-unxYY3Dpfq .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-unxYY3Dpfq .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-unxYY3Dpfq .navbar-brand .navbar-logo a { + outline: none; +} +.cid-unxYY3Dpfq .dropdown-item.active, +.cid-unxYY3Dpfq .dropdown-item:active { + background-color: transparent; +} +.cid-unxYY3Dpfq .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-unxYY3Dpfq .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-unxYY3Dpfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-unxYY3Dpfq .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-unxYY3Dpfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-unxYY3Dpfq .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-unxYY3Dpfq ul.navbar-nav { + flex-wrap: wrap; +} +.cid-unxYY3Dpfq .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-unxYY3Dpfq button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-unxYY3Dpfq button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-unxYY3Dpfq button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-unxYY3Dpfq button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-unxYY3Dpfq button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-unxYY3Dpfq button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-unxYY3Dpfq nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-unxYY3Dpfq nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-unxYY3Dpfq nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-unxYY3Dpfq nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-unxYY3Dpfq .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-unxYY3Dpfq a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-unxYY3Dpfq .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-unxYY3Dpfq .navbar { + height: 70px; + } + .cid-unxYY3Dpfq .navbar.opened { + height: auto; + } + .cid-unxYY3Dpfq .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-unxYY4ofQx { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/dayana-heaven-aruba-escorts.webp"); +} +.cid-unxYY4ofQx .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-unxYY4ofQx .mbr-text, +.cid-unxYY4ofQx .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-unxYY4ofQx .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-unxYY4SSuu { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-unxYY4SSuu .mbr-fallback-image.disabled { + display: none; +} +.cid-unxYY4SSuu .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-unxYY4SSuu .mbr-section-title { + color: #22a5e5; +} +.cid-unxYY4SSuu .mbr-section-subtitle { + color: #ffffff; +} +.cid-unxYY5lCGy { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-unxYY5lCGy .carousel { + height: 800px; +} +.cid-unxYY5lCGy .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-unxYY5lCGy .carousel-item, +.cid-unxYY5lCGy .carousel-inner { + height: 100%; +} +.cid-unxYY5lCGy img, +.cid-unxYY5lCGy .item-wrapper { + border-radius: 0 !important; +} +.cid-unxYY5lCGy .carousel-caption { + bottom: 40px; +} +.cid-unxYY5lCGy .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-unxYY5lCGy .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-unxYY5lCGy .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-unxYY5lCGy .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-unxYY5lCGy .container .carousel-control { + margin-bottom: 0; + } + .cid-unxYY5lCGy .content-slider-wrap { + width: 100% !important; + } +} +.cid-unxYY5lCGy .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-unxYY5lCGy .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-unxYY5lCGy .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-unxYY5lCGy .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-unxYY5lCGy .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-unxYY5lCGy .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-unxYY5lCGy .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-unxYY5lCGy .carousel-indicators li.active, +.cid-unxYY5lCGy .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-unxYY5lCGy .carousel-indicators li::after, +.cid-unxYY5lCGy .carousel-indicators li::before { + content: none; +} +.cid-unxYY5lCGy .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-unxYY5lCGy .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-unxYY5lCGy .mbr-section-subtitle, + .cid-unxYY5lCGy .mbr-section-text, + .cid-unxYY5lCGy .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-upe9PWpZSs { + z-index: 1000; + width: 100%; +} +.cid-upe9PWpZSs nav.navbar { + position: fixed; +} +.cid-upe9PWpZSs .navbar-nav { + margin: auto; +} +.cid-upe9PWpZSs .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-upe9PWpZSs .dropdown-item:hover, +.cid-upe9PWpZSs .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-upe9PWpZSs .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-upe9PWpZSs .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-upe9PWpZSs .navbar-short, +.cid-upe9PWpZSs .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-upe9PWpZSs .navbar-short .nav-link, +.cid-upe9PWpZSs .opened .nav-link, +.cid-upe9PWpZSs .navbar-short .navbar-caption, +.cid-upe9PWpZSs .opened .navbar-caption, +.cid-upe9PWpZSs .navbar-short .mbr-iconfont, +.cid-upe9PWpZSs .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-upe9PWpZSs .navbar-short .hamburger span, +.cid-upe9PWpZSs .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-upe9PWpZSs .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-upe9PWpZSs .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-upe9PWpZSs .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-upe9PWpZSs .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-upe9PWpZSs .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-upe9PWpZSs .container { + display: flex; + margin: auto; +} +.cid-upe9PWpZSs .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-upe9PWpZSs .dropdown-menu, +.cid-upe9PWpZSs .navbar.opened { + background: #232323 !important; +} +.cid-upe9PWpZSs .nav-item:focus, +.cid-upe9PWpZSs .nav-link:focus { + outline: none; +} +.cid-upe9PWpZSs .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-upe9PWpZSs .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-upe9PWpZSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-upe9PWpZSs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-upe9PWpZSs .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-upe9PWpZSs .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-upe9PWpZSs .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-upe9PWpZSs .navbar.opened { + transition: all 0.3s; +} +.cid-upe9PWpZSs .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-upe9PWpZSs .navbar .navbar-logo img { + width: auto; +} +.cid-upe9PWpZSs .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-upe9PWpZSs .navbar.collapsed { + justify-content: center; +} +.cid-upe9PWpZSs .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-upe9PWpZSs .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-upe9PWpZSs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-upe9PWpZSs .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-upe9PWpZSs .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-upe9PWpZSs .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-upe9PWpZSs .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-upe9PWpZSs .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-upe9PWpZSs .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-upe9PWpZSs .navbar .nav-item .nav-link::before { + display: none; + } + .cid-upe9PWpZSs .navbar.opened .dropdown-menu { + top: 0; + } + .cid-upe9PWpZSs .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-upe9PWpZSs .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-upe9PWpZSs .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-upe9PWpZSs .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-upe9PWpZSs .navbar ul.navbar-nav li { + margin: auto; + } + .cid-upe9PWpZSs .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-upe9PWpZSs .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-upe9PWpZSs .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-upe9PWpZSs .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-upe9PWpZSs .navbar.navbar-short { + min-height: 60px; +} +.cid-upe9PWpZSs .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-upe9PWpZSs .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-upe9PWpZSs .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-upe9PWpZSs .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-upe9PWpZSs .navbar-brand .navbar-logo a { + outline: none; +} +.cid-upe9PWpZSs .dropdown-item.active, +.cid-upe9PWpZSs .dropdown-item:active { + background-color: transparent; +} +.cid-upe9PWpZSs .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-upe9PWpZSs .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-upe9PWpZSs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-upe9PWpZSs .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-upe9PWpZSs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-upe9PWpZSs .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-upe9PWpZSs ul.navbar-nav { + flex-wrap: wrap; +} +.cid-upe9PWpZSs .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-upe9PWpZSs button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-upe9PWpZSs button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-upe9PWpZSs button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-upe9PWpZSs button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-upe9PWpZSs button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-upe9PWpZSs button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-upe9PWpZSs nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-upe9PWpZSs nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-upe9PWpZSs nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-upe9PWpZSs nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-upe9PWpZSs .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-upe9PWpZSs a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-upe9PWpZSs .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-upe9PWpZSs .navbar { + height: 70px; + } + .cid-upe9PWpZSs .navbar.opened { + height: auto; + } + .cid-upe9PWpZSs .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-upe9PX2CjT { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/andrea-heaven-aruba-available-escorts-header.webp"); +} +.cid-upe9PX2CjT .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-upe9PX2CjT .mbr-text, +.cid-upe9PX2CjT .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-upe9PX2CjT .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-upe9PXr8s3 { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-upe9PXr8s3 .mbr-fallback-image.disabled { + display: none; +} +.cid-upe9PXr8s3 .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-upe9PXr8s3 .mbr-section-title { + color: #22a5e5; +} +.cid-upe9PXr8s3 .mbr-section-subtitle { + color: #ffffff; +} +.cid-upe9PXQJon { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-upe9PXQJon .carousel { + height: 800px; +} +.cid-upe9PXQJon .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-upe9PXQJon .carousel-item, +.cid-upe9PXQJon .carousel-inner { + height: 100%; +} +.cid-upe9PXQJon img, +.cid-upe9PXQJon .item-wrapper { + border-radius: 0 !important; +} +.cid-upe9PXQJon .carousel-caption { + bottom: 40px; +} +.cid-upe9PXQJon .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-upe9PXQJon .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-upe9PXQJon .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-upe9PXQJon .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-upe9PXQJon .container .carousel-control { + margin-bottom: 0; + } + .cid-upe9PXQJon .content-slider-wrap { + width: 100% !important; + } +} +.cid-upe9PXQJon .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-upe9PXQJon .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-upe9PXQJon .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-upe9PXQJon .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-upe9PXQJon .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-upe9PXQJon .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-upe9PXQJon .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-upe9PXQJon .carousel-indicators li.active, +.cid-upe9PXQJon .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-upe9PXQJon .carousel-indicators li::after, +.cid-upe9PXQJon .carousel-indicators li::before { + content: none; +} +.cid-upe9PXQJon .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-upe9PXQJon .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-upe9PXQJon .mbr-section-subtitle, + .cid-upe9PXQJon .mbr-section-text, + .cid-upe9PXQJon .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-usyc0CvTzc { + z-index: 1000; + width: 100%; +} +.cid-usyc0CvTzc nav.navbar { + position: fixed; +} +.cid-usyc0CvTzc .navbar-nav { + margin: auto; +} +.cid-usyc0CvTzc .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-usyc0CvTzc .dropdown-item:hover, +.cid-usyc0CvTzc .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-usyc0CvTzc .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-usyc0CvTzc .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-usyc0CvTzc .navbar-short, +.cid-usyc0CvTzc .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-usyc0CvTzc .navbar-short .nav-link, +.cid-usyc0CvTzc .opened .nav-link, +.cid-usyc0CvTzc .navbar-short .navbar-caption, +.cid-usyc0CvTzc .opened .navbar-caption, +.cid-usyc0CvTzc .navbar-short .mbr-iconfont, +.cid-usyc0CvTzc .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-usyc0CvTzc .navbar-short .hamburger span, +.cid-usyc0CvTzc .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-usyc0CvTzc .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-usyc0CvTzc .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-usyc0CvTzc .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-usyc0CvTzc .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-usyc0CvTzc .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-usyc0CvTzc .container { + display: flex; + margin: auto; +} +.cid-usyc0CvTzc .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-usyc0CvTzc .dropdown-menu, +.cid-usyc0CvTzc .navbar.opened { + background: #232323 !important; +} +.cid-usyc0CvTzc .nav-item:focus, +.cid-usyc0CvTzc .nav-link:focus { + outline: none; +} +.cid-usyc0CvTzc .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-usyc0CvTzc .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-usyc0CvTzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-usyc0CvTzc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-usyc0CvTzc .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-usyc0CvTzc .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-usyc0CvTzc .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-usyc0CvTzc .navbar.opened { + transition: all 0.3s; +} +.cid-usyc0CvTzc .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-usyc0CvTzc .navbar .navbar-logo img { + width: auto; +} +.cid-usyc0CvTzc .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-usyc0CvTzc .navbar.collapsed { + justify-content: center; +} +.cid-usyc0CvTzc .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-usyc0CvTzc .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-usyc0CvTzc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-usyc0CvTzc .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-usyc0CvTzc .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-usyc0CvTzc .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-usyc0CvTzc .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-usyc0CvTzc .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-usyc0CvTzc .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-usyc0CvTzc .navbar .nav-item .nav-link::before { + display: none; + } + .cid-usyc0CvTzc .navbar.opened .dropdown-menu { + top: 0; + } + .cid-usyc0CvTzc .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-usyc0CvTzc .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-usyc0CvTzc .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-usyc0CvTzc .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-usyc0CvTzc .navbar ul.navbar-nav li { + margin: auto; + } + .cid-usyc0CvTzc .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-usyc0CvTzc .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-usyc0CvTzc .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-usyc0CvTzc .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-usyc0CvTzc .navbar.navbar-short { + min-height: 60px; +} +.cid-usyc0CvTzc .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-usyc0CvTzc .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-usyc0CvTzc .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-usyc0CvTzc .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-usyc0CvTzc .navbar-brand .navbar-logo a { + outline: none; +} +.cid-usyc0CvTzc .dropdown-item.active, +.cid-usyc0CvTzc .dropdown-item:active { + background-color: transparent; +} +.cid-usyc0CvTzc .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-usyc0CvTzc .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-usyc0CvTzc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-usyc0CvTzc .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-usyc0CvTzc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-usyc0CvTzc .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-usyc0CvTzc ul.navbar-nav { + flex-wrap: wrap; +} +.cid-usyc0CvTzc .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-usyc0CvTzc button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-usyc0CvTzc button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-usyc0CvTzc button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-usyc0CvTzc button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-usyc0CvTzc button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-usyc0CvTzc button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-usyc0CvTzc nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-usyc0CvTzc nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-usyc0CvTzc nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-usyc0CvTzc nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-usyc0CvTzc .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-usyc0CvTzc a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-usyc0CvTzc .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-usyc0CvTzc .navbar { + height: 70px; + } + .cid-usyc0CvTzc .navbar.opened { + height: auto; + } + .cid-usyc0CvTzc .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-usyc0Do1RV { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/dulce-maria-heaven-aruba-escorts-header-2.webp"); +} +.cid-usyc0Do1RV .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-usyc0Do1RV .mbr-text, +.cid-usyc0Do1RV .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-usyc0Do1RV .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-usyc0DMbve { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-usyc0DMbve .mbr-fallback-image.disabled { + display: none; +} +.cid-usyc0DMbve .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-usyc0DMbve .mbr-section-title { + color: #22a5e5; +} +.cid-usyc0DMbve .mbr-section-subtitle { + color: #ffffff; +} +.cid-usyc0EaxSX { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-usyc0EaxSX .carousel { + height: 800px; +} +.cid-usyc0EaxSX .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-usyc0EaxSX .carousel-item, +.cid-usyc0EaxSX .carousel-inner { + height: 100%; +} +.cid-usyc0EaxSX img, +.cid-usyc0EaxSX .item-wrapper { + border-radius: 0 !important; +} +.cid-usyc0EaxSX .carousel-caption { + bottom: 40px; +} +.cid-usyc0EaxSX .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-usyc0EaxSX .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-usyc0EaxSX .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-usyc0EaxSX .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-usyc0EaxSX .container .carousel-control { + margin-bottom: 0; + } + .cid-usyc0EaxSX .content-slider-wrap { + width: 100% !important; + } +} +.cid-usyc0EaxSX .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-usyc0EaxSX .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-usyc0EaxSX .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-usyc0EaxSX .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-usyc0EaxSX .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-usyc0EaxSX .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-usyc0EaxSX .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-usyc0EaxSX .carousel-indicators li.active, +.cid-usyc0EaxSX .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-usyc0EaxSX .carousel-indicators li::after, +.cid-usyc0EaxSX .carousel-indicators li::before { + content: none; +} +.cid-usyc0EaxSX .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-usyc0EaxSX .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-usyc0EaxSX .mbr-section-subtitle, + .cid-usyc0EaxSX .mbr-section-text, + .cid-usyc0EaxSX .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-uszhRA4I3B { + z-index: 1000; + width: 100%; +} +.cid-uszhRA4I3B nav.navbar { + position: fixed; +} +.cid-uszhRA4I3B .navbar-nav { + margin: auto; +} +.cid-uszhRA4I3B .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-uszhRA4I3B .dropdown-item:hover, +.cid-uszhRA4I3B .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-uszhRA4I3B .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-uszhRA4I3B .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-uszhRA4I3B .navbar-short, +.cid-uszhRA4I3B .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-uszhRA4I3B .navbar-short .nav-link, +.cid-uszhRA4I3B .opened .nav-link, +.cid-uszhRA4I3B .navbar-short .navbar-caption, +.cid-uszhRA4I3B .opened .navbar-caption, +.cid-uszhRA4I3B .navbar-short .mbr-iconfont, +.cid-uszhRA4I3B .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-uszhRA4I3B .navbar-short .hamburger span, +.cid-uszhRA4I3B .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-uszhRA4I3B .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-uszhRA4I3B .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-uszhRA4I3B .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-uszhRA4I3B .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-uszhRA4I3B .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-uszhRA4I3B .container { + display: flex; + margin: auto; +} +.cid-uszhRA4I3B .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-uszhRA4I3B .dropdown-menu, +.cid-uszhRA4I3B .navbar.opened { + background: #232323 !important; +} +.cid-uszhRA4I3B .nav-item:focus, +.cid-uszhRA4I3B .nav-link:focus { + outline: none; +} +.cid-uszhRA4I3B .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-uszhRA4I3B .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-uszhRA4I3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-uszhRA4I3B .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-uszhRA4I3B .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-uszhRA4I3B .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-uszhRA4I3B .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-uszhRA4I3B .navbar.opened { + transition: all 0.3s; +} +.cid-uszhRA4I3B .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-uszhRA4I3B .navbar .navbar-logo img { + width: auto; +} +.cid-uszhRA4I3B .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-uszhRA4I3B .navbar.collapsed { + justify-content: center; +} +.cid-uszhRA4I3B .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-uszhRA4I3B .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-uszhRA4I3B .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-uszhRA4I3B .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-uszhRA4I3B .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-uszhRA4I3B .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-uszhRA4I3B .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-uszhRA4I3B .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-uszhRA4I3B .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-uszhRA4I3B .navbar .nav-item .nav-link::before { + display: none; + } + .cid-uszhRA4I3B .navbar.opened .dropdown-menu { + top: 0; + } + .cid-uszhRA4I3B .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-uszhRA4I3B .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-uszhRA4I3B .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-uszhRA4I3B .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-uszhRA4I3B .navbar ul.navbar-nav li { + margin: auto; + } + .cid-uszhRA4I3B .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-uszhRA4I3B .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-uszhRA4I3B .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-uszhRA4I3B .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-uszhRA4I3B .navbar.navbar-short { + min-height: 60px; +} +.cid-uszhRA4I3B .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-uszhRA4I3B .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-uszhRA4I3B .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-uszhRA4I3B .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-uszhRA4I3B .navbar-brand .navbar-logo a { + outline: none; +} +.cid-uszhRA4I3B .dropdown-item.active, +.cid-uszhRA4I3B .dropdown-item:active { + background-color: transparent; +} +.cid-uszhRA4I3B .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-uszhRA4I3B .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-uszhRA4I3B .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-uszhRA4I3B .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-uszhRA4I3B .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-uszhRA4I3B .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-uszhRA4I3B ul.navbar-nav { + flex-wrap: wrap; +} +.cid-uszhRA4I3B .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-uszhRA4I3B button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-uszhRA4I3B button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-uszhRA4I3B button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-uszhRA4I3B button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-uszhRA4I3B button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-uszhRA4I3B button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-uszhRA4I3B nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uszhRA4I3B nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-uszhRA4I3B nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-uszhRA4I3B nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uszhRA4I3B .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-uszhRA4I3B a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-uszhRA4I3B .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-uszhRA4I3B .navbar { + height: 70px; + } + .cid-uszhRA4I3B .navbar.opened { + height: auto; + } + .cid-uszhRA4I3B .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-uszhRAIrLP { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/sara-heaven-aruba-available-escorts-04a.webp"); +} +.cid-uszhRAIrLP .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-uszhRAIrLP .mbr-text, +.cid-uszhRAIrLP .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-uszhRAIrLP .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-uszhRB63s1 { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #232323; +} +.cid-uszhRB63s1 .mbr-fallback-image.disabled { + display: none; +} +.cid-uszhRB63s1 .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-uszhRB63s1 .mbr-section-title { + color: #22a5e5; +} +.cid-uszhRB63s1 .mbr-section-subtitle { + color: #ffffff; +} +.cid-uszhRBuZ7R { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-uszhRBuZ7R .carousel { + height: 800px; +} +.cid-uszhRBuZ7R .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-uszhRBuZ7R .carousel-item, +.cid-uszhRBuZ7R .carousel-inner { + height: 100%; +} +.cid-uszhRBuZ7R img, +.cid-uszhRBuZ7R .item-wrapper { + border-radius: 0 !important; +} +.cid-uszhRBuZ7R .carousel-caption { + bottom: 40px; +} +.cid-uszhRBuZ7R .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-uszhRBuZ7R .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-uszhRBuZ7R .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-uszhRBuZ7R .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-uszhRBuZ7R .container .carousel-control { + margin-bottom: 0; + } + .cid-uszhRBuZ7R .content-slider-wrap { + width: 100% !important; + } +} +.cid-uszhRBuZ7R .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-uszhRBuZ7R .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-uszhRBuZ7R .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-uszhRBuZ7R .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-uszhRBuZ7R .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-uszhRBuZ7R .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-uszhRBuZ7R .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-uszhRBuZ7R .carousel-indicators li.active, +.cid-uszhRBuZ7R .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-uszhRBuZ7R .carousel-indicators li::after, +.cid-uszhRBuZ7R .carousel-indicators li::before { + content: none; +} +.cid-uszhRBuZ7R .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-uszhRBuZ7R .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-uszhRBuZ7R .mbr-section-subtitle, + .cid-uszhRBuZ7R .mbr-section-text, + .cid-uszhRBuZ7R .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-uuSVUMMbLt { + z-index: 1000; + width: 100%; +} +.cid-uuSVUMMbLt nav.navbar { + position: fixed; +} +.cid-uuSVUMMbLt .navbar-nav { + margin: auto; +} +.cid-uuSVUMMbLt .dropdown-item { + color: #ffffff !important; + border-bottom: 1px solid #e6e6e6; +} +.cid-uuSVUMMbLt .dropdown-item:hover, +.cid-uuSVUMMbLt .dropdown-item:focus { + background: #22a5e5 !important; + color: white !important; +} +.cid-uuSVUMMbLt .dropdown-item:first-child { + border-top-left-radius: 4px; + border-top-right-radius: 4px; +} +.cid-uuSVUMMbLt .dropdown-item:last-child { + border-bottom: none; + border-bottom-left-radius: 4px; + border-bottom-right-radius: 4px; +} +.cid-uuSVUMMbLt .navbar-short, +.cid-uuSVUMMbLt .opened { + background: #232323 !important; + opacity: 0.8; + transition: all 0.3s; +} +.cid-uuSVUMMbLt .navbar-short .nav-link, +.cid-uuSVUMMbLt .opened .nav-link, +.cid-uuSVUMMbLt .navbar-short .navbar-caption, +.cid-uuSVUMMbLt .opened .navbar-caption, +.cid-uuSVUMMbLt .navbar-short .mbr-iconfont, +.cid-uuSVUMMbLt .opened .mbr-iconfont { + color: #ffffff !important; +} +.cid-uuSVUMMbLt .navbar-short .hamburger span, +.cid-uuSVUMMbLt .opened .hamburger span { + background-color: #ffffff !important; +} +.cid-uuSVUMMbLt .nav-link { + transition: all 0.3s; + position: relative; +} +.cid-uuSVUMMbLt .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-uuSVUMMbLt .dropdown-menu { + padding: 0; + border-radius: 4px; + box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); +} +.cid-uuSVUMMbLt .nav-dropdown .link { + padding: 0 0.3em !important; + margin: 0.667em 1em !important; +} +.cid-uuSVUMMbLt .nav-dropdown .link.dropdown-toggle::after { + margin-left: 0.5rem; + margin-top: 0.2rem; +} +.cid-uuSVUMMbLt .container { + display: flex; + margin: auto; +} +.cid-uuSVUMMbLt .iconfont-wrapper { + color: #22a5e5 !important; + font-size: 1.5rem; + padding-right: 0.5rem; +} +.cid-uuSVUMMbLt .dropdown-menu, +.cid-uuSVUMMbLt .navbar.opened { + background: #232323 !important; +} +.cid-uuSVUMMbLt .nav-item:focus, +.cid-uuSVUMMbLt .nav-link:focus { + outline: none; +} +.cid-uuSVUMMbLt .dropdown .dropdown-menu .dropdown-item { + width: auto; + transition: all 0.25s ease-in-out; +} +.cid-uuSVUMMbLt .dropdown .dropdown-menu .dropdown-item::after { + right: 0.5rem; +} +.cid-uuSVUMMbLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { + margin-right: 0.5rem; + vertical-align: sub; +} +.cid-uuSVUMMbLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { + display: inline-block; + transform: scale(1, 1); + transition: all 0.25s ease-in-out; +} +.cid-uuSVUMMbLt .collapsed .dropdown-menu .dropdown-item:before { + display: none; +} +.cid-uuSVUMMbLt .collapsed .dropdown .dropdown-menu .dropdown-item { + padding: 0.235em 1.5em 0.235em 1.5em !important; + transition: none; + margin: 0 !important; +} +.cid-uuSVUMMbLt .navbar { + min-height: 90px; + transition: all 0.3s; + border-bottom: 1px solid transparent; + position: absolute; + background: rgba(35, 35, 35, 0.1); +} +.cid-uuSVUMMbLt .navbar.opened { + transition: all 0.3s; +} +.cid-uuSVUMMbLt .navbar .dropdown-item { + padding: 0.5rem 1.8rem; +} +.cid-uuSVUMMbLt .navbar .navbar-logo img { + width: auto; +} +.cid-uuSVUMMbLt .navbar .navbar-collapse { + justify-content: flex-end; + z-index: 1; +} +.cid-uuSVUMMbLt .navbar.collapsed { + justify-content: center; +} +.cid-uuSVUMMbLt .navbar.collapsed .nav-item .nav-link::before { + display: none; +} +.cid-uuSVUMMbLt .navbar.collapsed.opened .dropdown-menu { + top: 0; +} +@media (min-width: 992px) { + .cid-uuSVUMMbLt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + max-height: calc(98.5vh - 4.1rem); + } +} +.cid-uuSVUMMbLt .navbar.collapsed .dropdown-menu .dropdown-submenu { + left: 0 !important; +} +.cid-uuSVUMMbLt .navbar.collapsed .dropdown-menu .dropdown-item:after { + right: auto; +} +.cid-uuSVUMMbLt .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-uuSVUMMbLt .navbar.collapsed ul.navbar-nav li { + margin: auto; +} +.cid-uuSVUMMbLt .navbar.collapsed .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem; + text-align: center; +} +.cid-uuSVUMMbLt .navbar.collapsed .icons-menu { + padding-left: 0; + padding-right: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; +} +@media (max-width: 991px) { + .cid-uuSVUMMbLt .navbar .nav-item .nav-link::before { + display: none; + } + .cid-uuSVUMMbLt .navbar.opened .dropdown-menu { + top: 0; + } + .cid-uuSVUMMbLt .navbar .dropdown-menu .dropdown-submenu { + left: 0 !important; + } + .cid-uuSVUMMbLt .navbar .dropdown-menu .dropdown-item:after { + right: auto; + } + .cid-uuSVUMMbLt .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-uuSVUMMbLt .navbar .navbar-logo img { + height: 3rem !important; + } + .cid-uuSVUMMbLt .navbar ul.navbar-nav li { + margin: auto; + } + .cid-uuSVUMMbLt .navbar .dropdown-menu .dropdown-item { + padding: 0.25rem 1.5rem !important; + text-align: center; + } + .cid-uuSVUMMbLt .navbar .navbar-brand { + flex-shrink: initial; + flex-basis: auto; + word-break: break-word; + padding-right: 2rem; + } + .cid-uuSVUMMbLt .navbar .navbar-toggler { + flex-basis: auto; + } + .cid-uuSVUMMbLt .navbar .icons-menu { + padding-left: 0; + padding-top: 0.5rem; + padding-bottom: 0.5rem; + } +} +.cid-uuSVUMMbLt .navbar.navbar-short { + min-height: 60px; +} +.cid-uuSVUMMbLt .navbar.navbar-short .navbar-logo img { + height: 2.5rem !important; +} +.cid-uuSVUMMbLt .navbar.navbar-short .navbar-brand { + min-height: 60px; + padding: 0; +} +.cid-uuSVUMMbLt .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-uuSVUMMbLt .navbar-brand .navbar-caption { + line-height: inherit !important; +} +.cid-uuSVUMMbLt .navbar-brand .navbar-logo a { + outline: none; +} +.cid-uuSVUMMbLt .dropdown-item.active, +.cid-uuSVUMMbLt .dropdown-item:active { + background-color: transparent; +} +.cid-uuSVUMMbLt .navbar-expand-lg .navbar-nav .nav-link { + padding: 0; +} +.cid-uuSVUMMbLt .nav-dropdown .link.dropdown-toggle { + margin-right: 1.667em; +} +.cid-uuSVUMMbLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { + margin-right: 0; + padding: 0.667em 1.667em; +} +.cid-uuSVUMMbLt .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; +} +.cid-uuSVUMMbLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { + margin: 0; + left: 100%; +} +.cid-uuSVUMMbLt .navbar .dropdown.open > .dropdown-menu { + display: block; +} +.cid-uuSVUMMbLt ul.navbar-nav { + flex-wrap: wrap; +} +.cid-uuSVUMMbLt .navbar-buttons { + text-align: center; + min-width: 170px; +} +.cid-uuSVUMMbLt button.navbar-toggler { + outline: none; + width: 31px; + height: 20px; + cursor: pointer; + transition: all 0.2s; + position: relative; + align-self: center; +} +.cid-uuSVUMMbLt button.navbar-toggler .hamburger span { + position: absolute; + right: 0; + width: 30px; + height: 2px; + border-right: 5px; + background-color: #22a5e5; +} +.cid-uuSVUMMbLt button.navbar-toggler .hamburger span:nth-child(1) { + top: 0; + transition: all 0.2s; +} +.cid-uuSVUMMbLt button.navbar-toggler .hamburger span:nth-child(2) { + top: 8px; + transition: all 0.15s; +} +.cid-uuSVUMMbLt button.navbar-toggler .hamburger span:nth-child(3) { + top: 8px; + transition: all 0.15s; +} +.cid-uuSVUMMbLt button.navbar-toggler .hamburger span:nth-child(4) { + top: 16px; + transition: all 0.2s; +} +.cid-uuSVUMMbLt nav.opened .hamburger span:nth-child(1) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uuSVUMMbLt nav.opened .hamburger span:nth-child(2) { + transform: rotate(45deg); + transition: all 0.25s; +} +.cid-uuSVUMMbLt nav.opened .hamburger span:nth-child(3) { + transform: rotate(-45deg); + transition: all 0.25s; +} +.cid-uuSVUMMbLt nav.opened .hamburger span:nth-child(4) { + top: 8px; + width: 0; + opacity: 0; + right: 50%; + transition: all 0.2s; +} +.cid-uuSVUMMbLt .navbar-dropdown { + padding: 0 1rem; + position: fixed; +} +.cid-uuSVUMMbLt a.nav-link { + display: flex; + align-items: center; + justify-content: center; +} +.cid-uuSVUMMbLt .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-uuSVUMMbLt .navbar { + height: 70px; + } + .cid-uuSVUMMbLt .navbar.opened { + height: auto; + } + .cid-uuSVUMMbLt .nav-item .nav-link:hover::before { + width: 175%; + max-width: calc(100% + 2rem); + left: -1rem; + } +} +.cid-uuSVUNV4Bi { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/samantha-heaven-aruba-escorts-1.webp"); +} +.cid-uuSVUNV4Bi .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-uuSVUNV4Bi .mbr-text, +.cid-uuSVUNV4Bi .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-uuSVUNV4Bi .mbr-section-subtitle { + color: #ffffff; + text-align: center; +} +.cid-uvNHB8moVo { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #222121; +} +.cid-uvNHB8moVo .mbr-fallback-image.disabled { + display: none; +} +.cid-uvNHB8moVo .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-uvNHB8moVo .mbr-section-title { + color: #22a5e5; +} +.cid-uvNHB8moVo .mbr-section-subtitle { + color: #ffffff; +} +.cid-uuSVUOMWyY { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-uuSVUOMWyY .carousel { + height: 800px; +} +.cid-uuSVUOMWyY .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-uuSVUOMWyY .carousel-item, +.cid-uuSVUOMWyY .carousel-inner { + height: 100%; +} +.cid-uuSVUOMWyY img, +.cid-uuSVUOMWyY .item-wrapper { + border-radius: 0 !important; +} +.cid-uuSVUOMWyY .carousel-caption { + bottom: 40px; +} +.cid-uuSVUOMWyY .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-uuSVUOMWyY .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-uuSVUOMWyY .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-uuSVUOMWyY .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-uuSVUOMWyY .container .carousel-control { + margin-bottom: 0; + } + .cid-uuSVUOMWyY .content-slider-wrap { + width: 100% !important; + } +} +.cid-uuSVUOMWyY .container .carousel-indicators { margin-bottom: 3px; } -.cid-u6q8PTLwee .carousel-control { +.cid-uuSVUOMWyY .carousel-control { top: 50%; width: 60px; height: 60px; @@ -11802,26 +23485,26 @@ a { border-radius: 50%; transition: all 0.3s; } -.cid-u6q8PTLwee .carousel-control.carousel-control-prev { +.cid-uuSVUOMWyY .carousel-control.carousel-control-prev { left: 0; margin-left: 2.5rem; } -.cid-u6q8PTLwee .carousel-control.carousel-control-next { +.cid-uuSVUOMWyY .carousel-control.carousel-control-next { right: 0; margin-right: 2.5rem; } @media (max-width: 767px) { - .cid-u6q8PTLwee .carousel-control { + .cid-uuSVUOMWyY .carousel-control { top: auto; bottom: 1rem; } } -.cid-u6q8PTLwee .carousel-indicators { +.cid-uuSVUOMWyY .carousel-indicators { position: absolute; bottom: 0; margin-bottom: 1.5rem !important; } -.cid-u6q8PTLwee .carousel-indicators li { +.cid-uuSVUOMWyY .carousel-indicators li { max-width: 15px; height: 15px; width: 15px; @@ -11833,15 +23516,15 @@ a { opacity: 0.5; transition: all 0.3s; } -.cid-u6q8PTLwee .carousel-indicators li.active, -.cid-u6q8PTLwee .carousel-indicators li:hover { +.cid-uuSVUOMWyY .carousel-indicators li.active, +.cid-uuSVUOMWyY .carousel-indicators li:hover { opacity: 0.9; } -.cid-u6q8PTLwee .carousel-indicators li::after, -.cid-u6q8PTLwee .carousel-indicators li::before { +.cid-uuSVUOMWyY .carousel-indicators li::after, +.cid-uuSVUOMWyY .carousel-indicators li::before { content: none; } -.cid-u6q8PTLwee .carousel-indicators.ie-fix { +.cid-uuSVUOMWyY .carousel-indicators.ie-fix { left: 50%; display: block; width: 60%; @@ -11849,19 +23532,40 @@ a { text-align: center; } @media (max-width: 768px) { - .cid-u6q8PTLwee .carousel-indicators { + .cid-uuSVUOMWyY .carousel-indicators { display: none !important; } } -.cid-u6q8PUaPSV { - padding-top: 4rem; +@media (max-width: 991px) { + .cid-uuSVUOMWyY .mbr-section-subtitle, + .cid-uuSVUOMWyY .mbr-section-text, + .cid-uuSVUOMWyY .mbr-section-btn { + text-align: center; + } +} +.cid-uvNHA34wPu { + padding-top: 3rem; + padding-bottom: 4rem; + background-color: #222121; +} +.cid-uvNHA34wPu .line { + background-color: #22a5e5; + align: center; + height: 2px; + margin: 0 auto; +} +.cid-uvNHA34wPu .mbr-text { + color: #ffffff; +} +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u6q8PUaPSV .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u6q8PUaPSV .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -11870,48 +23574,48 @@ a { position: absolute; top: 0; } -.cid-u6q8PUaPSV .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6q8PUaPSV .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6q8PUaPSV .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u6q8PUaPSV .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u6q8PUaPSV .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u6q8PUaPSV .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u6q8PUaPSV .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6q8PUaPSV .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6q8PUaPSV .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u6q8PUaPSV .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u6q8PUaPSV .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -11923,68 +23627,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6q8PUaPSV .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6q8PUaPSV div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u6q8PUaPSV H5 { - color: #ffffff; -} -.cid-u6qj3Swppa { +.cid-uuU4aj5X05 { z-index: 1000; width: 100%; } -.cid-u6qj3Swppa nav.navbar { +.cid-uuU4aj5X05 nav.navbar { position: fixed; } -.cid-u6qj3Swppa .navbar-nav { +.cid-uuU4aj5X05 .navbar-nav { margin: auto; } -.cid-u6qj3Swppa .dropdown-item { - color: #000000 !important; +.cid-uuU4aj5X05 .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6qj3Swppa .dropdown-item:hover, -.cid-u6qj3Swppa .dropdown-item:focus { +.cid-uuU4aj5X05 .dropdown-item:hover, +.cid-uuU4aj5X05 .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6qj3Swppa .dropdown-item:first-child { +.cid-uuU4aj5X05 .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6qj3Swppa .dropdown-item:last-child { +.cid-uuU4aj5X05 .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: #ffffff !important; +.cid-uuU4aj5X05 .navbar-short, +.cid-uuU4aj5X05 .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: #000000 !important; +.cid-uuU4aj5X05 .navbar-short .nav-link, +.cid-uuU4aj5X05 .opened .nav-link, +.cid-uuU4aj5X05 .navbar-short .navbar-caption, +.cid-uuU4aj5X05 .opened .navbar-caption, +.cid-uuU4aj5X05 .navbar-short .mbr-iconfont, +.cid-uuU4aj5X05 .opened .mbr-iconfont { + color: #ffffff !important; } -.cid-u6qj3Swppa .navbar-short .hamburger span, -.cid-u6qj3Swppa .opened .hamburger span { - background-color: #000000 !important; +.cid-uuU4aj5X05 .navbar-short .hamburger span, +.cid-uuU4aj5X05 .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6qj3Swppa .nav-link { +.cid-uuU4aj5X05 .nav-link { transition: all 0.3s; position: relative; } -.cid-u6qj3Swppa .dropdown-item:before { +.cid-uuU4aj5X05 .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -12001,101 +23702,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6qj3Swppa .dropdown-menu { +.cid-uuU4aj5X05 .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6qj3Swppa .nav-dropdown .link { +.cid-uuU4aj5X05 .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle::after { +.cid-uuU4aj5X05 .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6qj3Swppa .container { +.cid-uuU4aj5X05 .container { display: flex; margin: auto; } -.cid-u6qj3Swppa .iconfont-wrapper { - color: #ffffff !important; +.cid-uuU4aj5X05 .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6qj3Swppa .dropdown-menu, -.cid-u6qj3Swppa .navbar.opened { - background: #ffffff !important; +.cid-uuU4aj5X05 .dropdown-menu, +.cid-uuU4aj5X05 .navbar.opened { + background: #232323 !important; } -.cid-u6qj3Swppa .nav-item:focus, -.cid-u6qj3Swppa .nav-link:focus { +.cid-uuU4aj5X05 .nav-item:focus, +.cid-uuU4aj5X05 .nav-link:focus { outline: none; } -.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item { +.cid-uuU4aj5X05 .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item::after { +.cid-uuU4aj5X05 .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-uuU4aj5X05 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6qj3Swppa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.cid-uuU4aj5X05 .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 { +.cid-uuU4aj5X05 .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6qj3Swppa .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-uuU4aj5X05 .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6qj3Swppa .navbar { +.cid-uuU4aj5X05 .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6qj3Swppa .navbar.opened { +.cid-uuU4aj5X05 .navbar.opened { transition: all 0.3s; } -.cid-u6qj3Swppa .navbar .dropdown-item { +.cid-uuU4aj5X05 .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6qj3Swppa .navbar .navbar-logo img { +.cid-uuU4aj5X05 .navbar .navbar-logo img { width: auto; } -.cid-u6qj3Swppa .navbar .navbar-collapse { +.cid-uuU4aj5X05 .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6qj3Swppa .navbar.collapsed { +.cid-uuU4aj5X05 .navbar.collapsed { justify-content: center; } -.cid-u6qj3Swppa .navbar.collapsed .nav-item .nav-link::before { +.cid-uuU4aj5X05 .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6qj3Swppa .navbar.collapsed.opened .dropdown-menu { +.cid-uuU4aj5X05 .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6qj3Swppa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-uuU4aj5X05 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-uuU4aj5X05 .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-uuU4aj5X05 .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.cid-uuU4aj5X05 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -12104,33 +23805,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6qj3Swppa .navbar.collapsed ul.navbar-nav li { +.cid-uuU4aj5X05 .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6qj3Swppa .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-uuU4aj5X05 .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6qj3Swppa .navbar.collapsed .icons-menu { +.cid-uuU4aj5X05 .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 { + .cid-uuU4aj5X05 .navbar .nav-item .nav-link::before { display: none; } - .cid-u6qj3Swppa .navbar.opened .dropdown-menu { + .cid-uuU4aj5X05 .navbar.opened .dropdown-menu { top: 0; } - .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-submenu { + .cid-uuU4aj5X05 .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-item:after { + .cid-uuU4aj5X05 .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .cid-uuU4aj5X05 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -12139,42 +23840,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6qj3Swppa .navbar .navbar-logo img { + .cid-uuU4aj5X05 .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6qj3Swppa .navbar ul.navbar-nav li { + .cid-uuU4aj5X05 .navbar ul.navbar-nav li { margin: auto; } - .cid-u6qj3Swppa .navbar .dropdown-menu .dropdown-item { + .cid-uuU4aj5X05 .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6qj3Swppa .navbar .navbar-brand { + .cid-uuU4aj5X05 .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6qj3Swppa .navbar .navbar-toggler { + .cid-uuU4aj5X05 .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6qj3Swppa .navbar .icons-menu { + .cid-uuU4aj5X05 .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6qj3Swppa .navbar.navbar-short { +.cid-uuU4aj5X05 .navbar.navbar-short { min-height: 60px; } -.cid-u6qj3Swppa .navbar.navbar-short .navbar-logo img { +.cid-uuU4aj5X05 .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6qj3Swppa .navbar.navbar-short .navbar-brand { +.cid-uuU4aj5X05 .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6qj3Swppa .navbar-brand { +.cid-uuU4aj5X05 .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -12184,44 +23885,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6qj3Swppa .navbar-brand .navbar-caption { +.cid-uuU4aj5X05 .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6qj3Swppa .navbar-brand .navbar-logo a { +.cid-uuU4aj5X05 .navbar-brand .navbar-logo a { outline: none; } -.cid-u6qj3Swppa .dropdown-item.active, -.cid-u6qj3Swppa .dropdown-item:active { +.cid-uuU4aj5X05 .dropdown-item.active, +.cid-uuU4aj5X05 .dropdown-item:active { background-color: transparent; } -.cid-u6qj3Swppa .navbar-expand-lg .navbar-nav .nav-link { +.cid-uuU4aj5X05 .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle { +.cid-uuU4aj5X05 .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6qj3Swppa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-uuU4aj5X05 .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: #ffffff; +.cid-uuU4aj5X05 .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6qj3Swppa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-uuU4aj5X05 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6qj3Swppa .navbar .dropdown.open > .dropdown-menu { +.cid-uuU4aj5X05 .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6qj3Swppa ul.navbar-nav { +.cid-uuU4aj5X05 ul.navbar-nav { flex-wrap: wrap; } -.cid-u6qj3Swppa .navbar-buttons { +.cid-uuU4aj5X05 .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6qj3Swppa button.navbar-toggler { +.cid-uuU4aj5X05 button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -12230,7 +23931,7 @@ a { position: relative; align-self: center; } -.cid-u6qj3Swppa button.navbar-toggler .hamburger span { +.cid-uuU4aj5X05 button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -12238,54 +23939,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(1) { +.cid-uuU4aj5X05 button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(2) { +.cid-uuU4aj5X05 button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(3) { +.cid-uuU4aj5X05 button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6qj3Swppa button.navbar-toggler .hamburger span:nth-child(4) { +.cid-uuU4aj5X05 button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(1) { +.cid-uuU4aj5X05 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) { +.cid-uuU4aj5X05 nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(3) { +.cid-uuU4aj5X05 nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6qj3Swppa nav.opened .hamburger span:nth-child(4) { +.cid-uuU4aj5X05 nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6qj3Swppa .navbar-dropdown { +.cid-uuU4aj5X05 .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6qj3Swppa a.nav-link { +.cid-uuU4aj5X05 a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6qj3Swppa .icons-menu { +.cid-uuU4aj5X05 .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -12295,82 +23996,109 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6qj3Swppa .navbar { + .cid-uuU4aj5X05 .navbar { height: 70px; } - .cid-u6qj3Swppa .navbar.opened { + .cid-uuU4aj5X05 .navbar.opened { height: auto; } - .cid-u6qj3Swppa .nav-item .nav-link:hover::before { + .cid-uuU4aj5X05 .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } -.cid-u6qj3SWe9D { +.cid-uuU4ajKyRf { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/samantha-heaven-aruba-escorts.webp"); + background-image: url("../../../assets/images/48f8f396-6009-479d-82c3-f3350fe89d8f-restored.webp"); } -.cid-u6qj3SWe9D .mbr-section-title { +.cid-uuU4ajKyRf .mbr-section-title { color: #ffffff; text-align: center; } -.cid-u6qj3SWe9D .mbr-text, -.cid-u6qj3SWe9D .mbr-section-btn { +.cid-uuU4ajKyRf .mbr-text, +.cid-uuU4ajKyRf .mbr-section-btn { color: #ffffff; text-align: center; } -.cid-u6qj3SWe9D .mbr-section-subtitle { +.cid-uuU4ajKyRf .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6qj3ThJco { - padding-top: 4rem; - padding-bottom: 4rem; +.cid-uuU4ak9dQn { + padding-top: 2rem; + padding-bottom: 1rem; background-color: #232323; } -.cid-u6qj3ThJco .carousel { +.cid-uuU4ak9dQn .mbr-fallback-image.disabled { + display: none; +} +.cid-uuU4ak9dQn .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-uuU4ak9dQn .mbr-section-title { + color: #22a5e5; +} +.cid-uuU4ak9dQn .mbr-section-subtitle { + color: #ffffff; +} +.cid-uuU4aky03l { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; +} +.cid-uuU4aky03l .carousel { height: 800px; } -.cid-u6qj3ThJco .carousel img { +.cid-uuU4aky03l .carousel img { width: 100%; height: 100%; object-fit: cover; } -.cid-u6qj3ThJco .carousel-item, -.cid-u6qj3ThJco .carousel-inner { +.cid-uuU4aky03l .carousel-item, +.cid-uuU4aky03l .carousel-inner { height: 100%; } -.cid-u6qj3ThJco .carousel-caption { +.cid-uuU4aky03l img, +.cid-uuU4aky03l .item-wrapper { + border-radius: 0 !important; +} +.cid-uuU4aky03l .carousel-caption { bottom: 40px; } -.cid-u6qj3ThJco .mobi-mbri-arrow-next { +.cid-uuU4aky03l .mobi-mbri-arrow-next { margin-left: 5px; } -.cid-u6qj3ThJco .mobi-mbri-arrow-prev { +.cid-uuU4aky03l .mobi-mbri-arrow-prev { margin-right: 5px; } -.cid-u6qj3ThJco .carousel-control:hover { +.cid-uuU4aky03l .carousel-control:hover { background: #1b1b1b; color: #fff; opacity: 1; } -.cid-u6qj3ThJco .item-wrapper { +.cid-uuU4aky03l .item-wrapper { width: 100%; } @media (max-width: 767px) { - .cid-u6qj3ThJco .container .carousel-control { + .cid-uuU4aky03l .container .carousel-control { margin-bottom: 0; } - .cid-u6qj3ThJco .content-slider-wrap { + .cid-uuU4aky03l .content-slider-wrap { width: 100% !important; } } -.cid-u6qj3ThJco .container .carousel-indicators { +.cid-uuU4aky03l .container .carousel-indicators { margin-bottom: 3px; } -.cid-u6qj3ThJco .carousel-control { +.cid-uuU4aky03l .carousel-control { top: 50%; width: 60px; height: 60px; @@ -12381,26 +24109,26 @@ a { border-radius: 50%; transition: all 0.3s; } -.cid-u6qj3ThJco .carousel-control.carousel-control-prev { +.cid-uuU4aky03l .carousel-control.carousel-control-prev { left: 0; margin-left: 2.5rem; } -.cid-u6qj3ThJco .carousel-control.carousel-control-next { +.cid-uuU4aky03l .carousel-control.carousel-control-next { right: 0; margin-right: 2.5rem; } @media (max-width: 767px) { - .cid-u6qj3ThJco .carousel-control { + .cid-uuU4aky03l .carousel-control { top: auto; bottom: 1rem; } } -.cid-u6qj3ThJco .carousel-indicators { +.cid-uuU4aky03l .carousel-indicators { position: absolute; bottom: 0; margin-bottom: 1.5rem !important; } -.cid-u6qj3ThJco .carousel-indicators li { +.cid-uuU4aky03l .carousel-indicators li { max-width: 15px; height: 15px; width: 15px; @@ -12412,15 +24140,15 @@ a { opacity: 0.5; transition: all 0.3s; } -.cid-u6qj3ThJco .carousel-indicators li.active, -.cid-u6qj3ThJco .carousel-indicators li:hover { +.cid-uuU4aky03l .carousel-indicators li.active, +.cid-uuU4aky03l .carousel-indicators li:hover { opacity: 0.9; } -.cid-u6qj3ThJco .carousel-indicators li::after, -.cid-u6qj3ThJco .carousel-indicators li::before { +.cid-uuU4aky03l .carousel-indicators li::after, +.cid-uuU4aky03l .carousel-indicators li::before { content: none; } -.cid-u6qj3ThJco .carousel-indicators.ie-fix { +.cid-uuU4aky03l .carousel-indicators.ie-fix { left: 50%; display: block; width: 60%; @@ -12428,19 +24156,40 @@ a { text-align: center; } @media (max-width: 768px) { - .cid-u6qj3ThJco .carousel-indicators { + .cid-uuU4aky03l .carousel-indicators { display: none !important; } } -.cid-u6qj3TDloF { - padding-top: 4rem; +@media (max-width: 991px) { + .cid-uuU4aky03l .mbr-section-subtitle, + .cid-uuU4aky03l .mbr-section-text, + .cid-uuU4aky03l .mbr-section-btn { + text-align: center; + } +} +.cid-uvNI4SFiDk { + padding-top: 3rem; + padding-bottom: 4rem; + background-color: #222121; +} +.cid-uvNI4SFiDk .line { + background-color: #22a5e5; + align: center; + height: 2px; + margin: 0 auto; +} +.cid-uvNI4SFiDk .mbr-text { + color: #ffffff; +} +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u6qj3TDloF .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u6qj3TDloF .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -12449,48 +24198,48 @@ a { position: absolute; top: 0; } -.cid-u6qj3TDloF .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6qj3TDloF .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6qj3TDloF .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u6qj3TDloF .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u6qj3TDloF .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u6qj3TDloF .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u6qj3TDloF .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6qj3TDloF .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6qj3TDloF .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u6qj3TDloF .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u6qj3TDloF .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -12502,68 +24251,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6qj3TDloF .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6qj3TDloF div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u6qj3TDloF H5 { - color: #ffffff; -} -.cid-u6s3ODyvP7 { +.cid-uuVu0lMN3p { z-index: 1000; width: 100%; } -.cid-u6s3ODyvP7 nav.navbar { +.cid-uuVu0lMN3p nav.navbar { position: fixed; } -.cid-u6s3ODyvP7 .navbar-nav { +.cid-uuVu0lMN3p .navbar-nav { margin: auto; } -.cid-u6s3ODyvP7 .dropdown-item { - color: #000000 !important; +.cid-uuVu0lMN3p .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6s3ODyvP7 .dropdown-item:hover, -.cid-u6s3ODyvP7 .dropdown-item:focus { +.cid-uuVu0lMN3p .dropdown-item:hover, +.cid-uuVu0lMN3p .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6s3ODyvP7 .dropdown-item:first-child { +.cid-uuVu0lMN3p .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6s3ODyvP7 .dropdown-item:last-child { +.cid-uuVu0lMN3p .dropdown-item:last-child { border-bottom: none; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; } -.cid-u6s3ODyvP7 .navbar-short, -.cid-u6s3ODyvP7 .opened { - background: #ffffff !important; +.cid-uuVu0lMN3p .navbar-short, +.cid-uuVu0lMN3p .opened { + background: #232323 !important; opacity: 0.8; transition: all 0.3s; } -.cid-u6s3ODyvP7 .navbar-short .nav-link, -.cid-u6s3ODyvP7 .opened .nav-link, -.cid-u6s3ODyvP7 .navbar-short .navbar-caption, -.cid-u6s3ODyvP7 .opened .navbar-caption, -.cid-u6s3ODyvP7 .navbar-short .mbr-iconfont, -.cid-u6s3ODyvP7 .opened .mbr-iconfont { - color: #000000 !important; +.cid-uuVu0lMN3p .navbar-short .nav-link, +.cid-uuVu0lMN3p .opened .nav-link, +.cid-uuVu0lMN3p .navbar-short .navbar-caption, +.cid-uuVu0lMN3p .opened .navbar-caption, +.cid-uuVu0lMN3p .navbar-short .mbr-iconfont, +.cid-uuVu0lMN3p .opened .mbr-iconfont { + color: #ffffff !important; } -.cid-u6s3ODyvP7 .navbar-short .hamburger span, -.cid-u6s3ODyvP7 .opened .hamburger span { - background-color: #000000 !important; +.cid-uuVu0lMN3p .navbar-short .hamburger span, +.cid-uuVu0lMN3p .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6s3ODyvP7 .nav-link { +.cid-uuVu0lMN3p .nav-link { transition: all 0.3s; position: relative; } -.cid-u6s3ODyvP7 .dropdown-item:before { +.cid-uuVu0lMN3p .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -12580,101 +24326,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6s3ODyvP7 .dropdown-menu { +.cid-uuVu0lMN3p .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6s3ODyvP7 .nav-dropdown .link { +.cid-uuVu0lMN3p .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6s3ODyvP7 .nav-dropdown .link.dropdown-toggle::after { +.cid-uuVu0lMN3p .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6s3ODyvP7 .container { +.cid-uuVu0lMN3p .container { display: flex; margin: auto; } -.cid-u6s3ODyvP7 .iconfont-wrapper { - color: #ffffff !important; +.cid-uuVu0lMN3p .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6s3ODyvP7 .dropdown-menu, -.cid-u6s3ODyvP7 .navbar.opened { - background: #ffffff !important; +.cid-uuVu0lMN3p .dropdown-menu, +.cid-uuVu0lMN3p .navbar.opened { + background: #232323 !important; } -.cid-u6s3ODyvP7 .nav-item:focus, -.cid-u6s3ODyvP7 .nav-link:focus { +.cid-uuVu0lMN3p .nav-item:focus, +.cid-uuVu0lMN3p .nav-link:focus { outline: none; } -.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item { +.cid-uuVu0lMN3p .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item::after { +.cid-uuVu0lMN3p .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-uuVu0lMN3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6s3ODyvP7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.cid-uuVu0lMN3p .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { display: inline-block; transform: scale(1, 1); transition: all 0.25s ease-in-out; } -.cid-u6s3ODyvP7 .collapsed .dropdown-menu .dropdown-item:before { +.cid-uuVu0lMN3p .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6s3ODyvP7 .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-uuVu0lMN3p .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6s3ODyvP7 .navbar { +.cid-uuVu0lMN3p .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6s3ODyvP7 .navbar.opened { +.cid-uuVu0lMN3p .navbar.opened { transition: all 0.3s; } -.cid-u6s3ODyvP7 .navbar .dropdown-item { +.cid-uuVu0lMN3p .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6s3ODyvP7 .navbar .navbar-logo img { +.cid-uuVu0lMN3p .navbar .navbar-logo img { width: auto; } -.cid-u6s3ODyvP7 .navbar .navbar-collapse { +.cid-uuVu0lMN3p .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6s3ODyvP7 .navbar.collapsed { +.cid-uuVu0lMN3p .navbar.collapsed { justify-content: center; } -.cid-u6s3ODyvP7 .navbar.collapsed .nav-item .nav-link::before { +.cid-uuVu0lMN3p .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6s3ODyvP7 .navbar.collapsed.opened .dropdown-menu { +.cid-uuVu0lMN3p .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6s3ODyvP7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-uuVu0lMN3p .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-uuVu0lMN3p .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-uuVu0lMN3p .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.cid-uuVu0lMN3p .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -12683,33 +24429,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6s3ODyvP7 .navbar.collapsed ul.navbar-nav li { +.cid-uuVu0lMN3p .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6s3ODyvP7 .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-uuVu0lMN3p .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6s3ODyvP7 .navbar.collapsed .icons-menu { +.cid-uuVu0lMN3p .navbar.collapsed .icons-menu { padding-left: 0; padding-right: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } @media (max-width: 991px) { - .cid-u6s3ODyvP7 .navbar .nav-item .nav-link::before { + .cid-uuVu0lMN3p .navbar .nav-item .nav-link::before { display: none; } - .cid-u6s3ODyvP7 .navbar.opened .dropdown-menu { + .cid-uuVu0lMN3p .navbar.opened .dropdown-menu { top: 0; } - .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-submenu { + .cid-uuVu0lMN3p .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-item:after { + .cid-uuVu0lMN3p .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .cid-uuVu0lMN3p .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -12718,42 +24464,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6s3ODyvP7 .navbar .navbar-logo img { + .cid-uuVu0lMN3p .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6s3ODyvP7 .navbar ul.navbar-nav li { + .cid-uuVu0lMN3p .navbar ul.navbar-nav li { margin: auto; } - .cid-u6s3ODyvP7 .navbar .dropdown-menu .dropdown-item { + .cid-uuVu0lMN3p .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6s3ODyvP7 .navbar .navbar-brand { + .cid-uuVu0lMN3p .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6s3ODyvP7 .navbar .navbar-toggler { + .cid-uuVu0lMN3p .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6s3ODyvP7 .navbar .icons-menu { + .cid-uuVu0lMN3p .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6s3ODyvP7 .navbar.navbar-short { +.cid-uuVu0lMN3p .navbar.navbar-short { min-height: 60px; } -.cid-u6s3ODyvP7 .navbar.navbar-short .navbar-logo img { +.cid-uuVu0lMN3p .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6s3ODyvP7 .navbar.navbar-short .navbar-brand { +.cid-uuVu0lMN3p .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6s3ODyvP7 .navbar-brand { +.cid-uuVu0lMN3p .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -12763,44 +24509,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6s3ODyvP7 .navbar-brand .navbar-caption { +.cid-uuVu0lMN3p .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6s3ODyvP7 .navbar-brand .navbar-logo a { +.cid-uuVu0lMN3p .navbar-brand .navbar-logo a { outline: none; } -.cid-u6s3ODyvP7 .dropdown-item.active, -.cid-u6s3ODyvP7 .dropdown-item:active { +.cid-uuVu0lMN3p .dropdown-item.active, +.cid-uuVu0lMN3p .dropdown-item:active { background-color: transparent; } -.cid-u6s3ODyvP7 .navbar-expand-lg .navbar-nav .nav-link { +.cid-uuVu0lMN3p .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6s3ODyvP7 .nav-dropdown .link.dropdown-toggle { +.cid-uuVu0lMN3p .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6s3ODyvP7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-uuVu0lMN3p .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { margin-right: 0; padding: 0.667em 1.667em; } -.cid-u6s3ODyvP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu { - background: #ffffff; +.cid-uuVu0lMN3p .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6s3ODyvP7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-uuVu0lMN3p .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6s3ODyvP7 .navbar .dropdown.open > .dropdown-menu { +.cid-uuVu0lMN3p .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6s3ODyvP7 ul.navbar-nav { +.cid-uuVu0lMN3p ul.navbar-nav { flex-wrap: wrap; } -.cid-u6s3ODyvP7 .navbar-buttons { +.cid-uuVu0lMN3p .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6s3ODyvP7 button.navbar-toggler { +.cid-uuVu0lMN3p button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -12809,7 +24555,7 @@ a { position: relative; align-self: center; } -.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span { +.cid-uuVu0lMN3p button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -12817,54 +24563,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(1) { +.cid-uuVu0lMN3p button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(2) { +.cid-uuVu0lMN3p button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(3) { +.cid-uuVu0lMN3p button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6s3ODyvP7 button.navbar-toggler .hamburger span:nth-child(4) { +.cid-uuVu0lMN3p button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(1) { +.cid-uuVu0lMN3p nav.opened .hamburger span:nth-child(1) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(2) { +.cid-uuVu0lMN3p nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(3) { +.cid-uuVu0lMN3p nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6s3ODyvP7 nav.opened .hamburger span:nth-child(4) { +.cid-uuVu0lMN3p nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6s3ODyvP7 .navbar-dropdown { +.cid-uuVu0lMN3p .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6s3ODyvP7 a.nav-link { +.cid-uuVu0lMN3p a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6s3ODyvP7 .icons-menu { +.cid-uuVu0lMN3p .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -12874,82 +24620,109 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6s3ODyvP7 .navbar { + .cid-uuVu0lMN3p .navbar { height: 70px; } - .cid-u6s3ODyvP7 .navbar.opened { + .cid-uuVu0lMN3p .navbar.opened { height: auto; } - .cid-u6s3ODyvP7 .nav-item .nav-link:hover::before { + .cid-uuVu0lMN3p .nav-item .nav-link:hover::before { width: 175%; max-width: calc(100% + 2rem); left: -1rem; } } -.cid-u6s3ODUy8S { +.cid-uuVu0mrpyc { padding-top: 15rem; padding-bottom: 15rem; - background-image: url("../../../assets/images/caroline-heaven-aruba-escorts-02-new.webp"); + background-image: url("../../../assets/images/karina-heaven-aruba-escorts-2.webp"); } -.cid-u6s3ODUy8S .mbr-section-title { +.cid-uuVu0mrpyc .mbr-section-title { + color: #ffffff; + text-align: center; +} +.cid-uuVu0mrpyc .mbr-text, +.cid-uuVu0mrpyc .mbr-section-btn { + color: #ffffff; + text-align: center; +} +.cid-uuVu0mrpyc .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6s3ODUy8S .mbr-text, -.cid-u6s3ODUy8S .mbr-section-btn { - color: #ffffff; - text-align: center; +.cid-uvNHTddORO { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #222121; +} +.cid-uvNHTddORO .mbr-fallback-image.disabled { + display: none; +} +.cid-uvNHTddORO .mbr-fallback-image { + display: block; + background-size: cover; + background-position: center center; + width: 100%; + height: 100%; + position: absolute; + top: 0; +} +.cid-uvNHTddORO .mbr-section-title { + color: #22a5e5; } -.cid-u6s3ODUy8S .mbr-section-subtitle { +.cid-uvNHTddORO .mbr-section-subtitle { color: #ffffff; - text-align: center; } -.cid-u6s3OE7cBR { - padding-top: 4rem; - padding-bottom: 4rem; - background-color: #232323; +.cid-uuVu0npuvV { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; } -.cid-u6s3OE7cBR .carousel { +.cid-uuVu0npuvV .carousel { height: 800px; } -.cid-u6s3OE7cBR .carousel img { +.cid-uuVu0npuvV .carousel img { width: 100%; height: 100%; object-fit: cover; } -.cid-u6s3OE7cBR .carousel-item, -.cid-u6s3OE7cBR .carousel-inner { +.cid-uuVu0npuvV .carousel-item, +.cid-uuVu0npuvV .carousel-inner { height: 100%; } -.cid-u6s3OE7cBR .carousel-caption { +.cid-uuVu0npuvV img, +.cid-uuVu0npuvV .item-wrapper { + border-radius: 0 !important; +} +.cid-uuVu0npuvV .carousel-caption { bottom: 40px; } -.cid-u6s3OE7cBR .mobi-mbri-arrow-next { +.cid-uuVu0npuvV .mobi-mbri-arrow-next { margin-left: 5px; } -.cid-u6s3OE7cBR .mobi-mbri-arrow-prev { +.cid-uuVu0npuvV .mobi-mbri-arrow-prev { margin-right: 5px; } -.cid-u6s3OE7cBR .carousel-control:hover { +.cid-uuVu0npuvV .carousel-control:hover { background: #1b1b1b; color: #fff; opacity: 1; } -.cid-u6s3OE7cBR .item-wrapper { +.cid-uuVu0npuvV .item-wrapper { width: 100%; } @media (max-width: 767px) { - .cid-u6s3OE7cBR .container .carousel-control { + .cid-uuVu0npuvV .container .carousel-control { margin-bottom: 0; } - .cid-u6s3OE7cBR .content-slider-wrap { + .cid-uuVu0npuvV .content-slider-wrap { width: 100% !important; } } -.cid-u6s3OE7cBR .container .carousel-indicators { +.cid-uuVu0npuvV .container .carousel-indicators { margin-bottom: 3px; } -.cid-u6s3OE7cBR .carousel-control { +.cid-uuVu0npuvV .carousel-control { top: 50%; width: 60px; height: 60px; @@ -12960,26 +24733,26 @@ a { border-radius: 50%; transition: all 0.3s; } -.cid-u6s3OE7cBR .carousel-control.carousel-control-prev { +.cid-uuVu0npuvV .carousel-control.carousel-control-prev { left: 0; margin-left: 2.5rem; } -.cid-u6s3OE7cBR .carousel-control.carousel-control-next { +.cid-uuVu0npuvV .carousel-control.carousel-control-next { right: 0; margin-right: 2.5rem; } @media (max-width: 767px) { - .cid-u6s3OE7cBR .carousel-control { + .cid-uuVu0npuvV .carousel-control { top: auto; bottom: 1rem; } } -.cid-u6s3OE7cBR .carousel-indicators { +.cid-uuVu0npuvV .carousel-indicators { position: absolute; bottom: 0; margin-bottom: 1.5rem !important; } -.cid-u6s3OE7cBR .carousel-indicators li { +.cid-uuVu0npuvV .carousel-indicators li { max-width: 15px; height: 15px; width: 15px; @@ -12991,15 +24764,15 @@ a { opacity: 0.5; transition: all 0.3s; } -.cid-u6s3OE7cBR .carousel-indicators li.active, -.cid-u6s3OE7cBR .carousel-indicators li:hover { +.cid-uuVu0npuvV .carousel-indicators li.active, +.cid-uuVu0npuvV .carousel-indicators li:hover { opacity: 0.9; } -.cid-u6s3OE7cBR .carousel-indicators li::after, -.cid-u6s3OE7cBR .carousel-indicators li::before { +.cid-uuVu0npuvV .carousel-indicators li::after, +.cid-uuVu0npuvV .carousel-indicators li::before { content: none; } -.cid-u6s3OE7cBR .carousel-indicators.ie-fix { +.cid-uuVu0npuvV .carousel-indicators.ie-fix { left: 50%; display: block; width: 60%; @@ -13007,19 +24780,40 @@ a { text-align: center; } @media (max-width: 768px) { - .cid-u6s3OE7cBR .carousel-indicators { + .cid-uuVu0npuvV .carousel-indicators { display: none !important; } } -.cid-u6s3OEwTLG { - padding-top: 4rem; +@media (max-width: 991px) { + .cid-uuVu0npuvV .mbr-section-subtitle, + .cid-uuVu0npuvV .mbr-section-text, + .cid-uuVu0npuvV .mbr-section-btn { + text-align: center; + } +} +.cid-uvNHcNJAjx { + padding-top: 3rem; + padding-bottom: 4rem; + background-color: #222121; +} +.cid-uvNHcNJAjx .line { + background-color: #22a5e5; + align: center; + height: 2px; + margin: 0 auto; +} +.cid-uvNHcNJAjx .mbr-text { + color: #ffffff; +} +.cid-uveXyjeaUa { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u6s3OEwTLG .mbr-fallback-image.disabled { +.cid-uveXyjeaUa .mbr-fallback-image.disabled { display: none; } -.cid-u6s3OEwTLG .mbr-fallback-image { +.cid-uveXyjeaUa .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -13028,48 +24822,48 @@ a { position: absolute; top: 0; } -.cid-u6s3OEwTLG .media-wrap { +.cid-uveXyjeaUa .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6s3OEwTLG .media-wrap { + .cid-uveXyjeaUa .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6s3OEwTLG .row { + .cid-uveXyjeaUa .row { text-align: center; } - .cid-u6s3OEwTLG .row > div { + .cid-uveXyjeaUa .row > div { margin: auto; } - .cid-u6s3OEwTLG .social-row { + .cid-uveXyjeaUa .social-row { justify-content: center; } } -.cid-u6s3OEwTLG .social-row { +.cid-uveXyjeaUa .social-row { display: flex; flex-wrap: wrap; } -.cid-u6s3OEwTLG .list { +.cid-uveXyjeaUa .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6s3OEwTLG .list { + .cid-uveXyjeaUa .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6s3OEwTLG .list { + .cid-uveXyjeaUa .list { margin-bottom: 0rem; } } -.cid-u6s3OEwTLG .mbr-text { +.cid-uveXyjeaUa .mbr-text { color: #ffffff; } -.cid-u6s3OEwTLG .soc-item { +.cid-uveXyjeaUa .soc-item { display: flex; align-items: center; justify-content: center; @@ -13081,68 +24875,65 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6s3OEwTLG .mbr-iconfont { +.cid-uveXyjeaUa .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6s3OEwTLG div > *:last-child { + .cid-uveXyjeaUa div > *:last-child { margin-top: 0 !important; } } -.cid-u6s3OEwTLG H5 { - color: #ffffff; -} -.cid-u6FytVj3cW { +.cid-uvNAcb3uqV { z-index: 1000; width: 100%; } -.cid-u6FytVj3cW nav.navbar { +.cid-uvNAcb3uqV nav.navbar { position: fixed; } -.cid-u6FytVj3cW .navbar-nav { +.cid-uvNAcb3uqV .navbar-nav { margin: auto; } -.cid-u6FytVj3cW .dropdown-item { - color: #000000 !important; +.cid-uvNAcb3uqV .dropdown-item { + color: #ffffff !important; border-bottom: 1px solid #e6e6e6; } -.cid-u6FytVj3cW .dropdown-item:hover, -.cid-u6FytVj3cW .dropdown-item:focus { +.cid-uvNAcb3uqV .dropdown-item:hover, +.cid-uvNAcb3uqV .dropdown-item:focus { background: #22a5e5 !important; color: white !important; } -.cid-u6FytVj3cW .dropdown-item:first-child { +.cid-uvNAcb3uqV .dropdown-item:first-child { border-top-left-radius: 4px; border-top-right-radius: 4px; } -.cid-u6FytVj3cW .dropdown-item:last-child { +.cid-uvNAcb3uqV .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: #ffffff !important; +.cid-uvNAcb3uqV .navbar-short, +.cid-uvNAcb3uqV .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: #000000 !important; +.cid-uvNAcb3uqV .navbar-short .nav-link, +.cid-uvNAcb3uqV .opened .nav-link, +.cid-uvNAcb3uqV .navbar-short .navbar-caption, +.cid-uvNAcb3uqV .opened .navbar-caption, +.cid-uvNAcb3uqV .navbar-short .mbr-iconfont, +.cid-uvNAcb3uqV .opened .mbr-iconfont { + color: #ffffff !important; } -.cid-u6FytVj3cW .navbar-short .hamburger span, -.cid-u6FytVj3cW .opened .hamburger span { - background-color: #000000 !important; +.cid-uvNAcb3uqV .navbar-short .hamburger span, +.cid-uvNAcb3uqV .opened .hamburger span { + background-color: #ffffff !important; } -.cid-u6FytVj3cW .nav-link { +.cid-uvNAcb3uqV .nav-link { transition: all 0.3s; position: relative; } -.cid-u6FytVj3cW .dropdown-item:before { +.cid-uvNAcb3uqV .dropdown-item:before { font-family: Moririse2 !important; content: "\e966"; display: inline-block; @@ -13159,101 +24950,101 @@ a { transform: scale(0, 1); transition: all 0.25s ease-in-out; } -.cid-u6FytVj3cW .dropdown-menu { +.cid-uvNAcb3uqV .dropdown-menu { padding: 0; border-radius: 4px; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } -.cid-u6FytVj3cW .nav-dropdown .link { +.cid-uvNAcb3uqV .nav-dropdown .link { padding: 0 0.3em !important; margin: 0.667em 1em !important; } -.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle::after { +.cid-uvNAcb3uqV .nav-dropdown .link.dropdown-toggle::after { margin-left: 0.5rem; margin-top: 0.2rem; } -.cid-u6FytVj3cW .container { +.cid-uvNAcb3uqV .container { display: flex; margin: auto; } -.cid-u6FytVj3cW .iconfont-wrapper { - color: #ffffff !important; +.cid-uvNAcb3uqV .iconfont-wrapper { + color: #22a5e5 !important; font-size: 1.5rem; padding-right: 0.5rem; } -.cid-u6FytVj3cW .dropdown-menu, -.cid-u6FytVj3cW .navbar.opened { - background: #ffffff !important; +.cid-uvNAcb3uqV .dropdown-menu, +.cid-uvNAcb3uqV .navbar.opened { + background: #232323 !important; } -.cid-u6FytVj3cW .nav-item:focus, -.cid-u6FytVj3cW .nav-link:focus { +.cid-uvNAcb3uqV .nav-item:focus, +.cid-uvNAcb3uqV .nav-link:focus { outline: none; } -.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item { +.cid-uvNAcb3uqV .dropdown .dropdown-menu .dropdown-item { width: auto; transition: all 0.25s ease-in-out; } -.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item::after { +.cid-uvNAcb3uqV .dropdown .dropdown-menu .dropdown-item::after { right: 0.5rem; } -.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { +.cid-uvNAcb3uqV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont { margin-right: 0.5rem; vertical-align: sub; } -.cid-u6FytVj3cW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before { +.cid-uvNAcb3uqV .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 { +.cid-uvNAcb3uqV .collapsed .dropdown-menu .dropdown-item:before { display: none; } -.cid-u6FytVj3cW .collapsed .dropdown .dropdown-menu .dropdown-item { +.cid-uvNAcb3uqV .collapsed .dropdown .dropdown-menu .dropdown-item { padding: 0.235em 1.5em 0.235em 1.5em !important; transition: none; margin: 0 !important; } -.cid-u6FytVj3cW .navbar { +.cid-uvNAcb3uqV .navbar { min-height: 90px; transition: all 0.3s; border-bottom: 1px solid transparent; position: absolute; - background: rgba(255, 255, 255, 0.1); + background: rgba(35, 35, 35, 0.1); } -.cid-u6FytVj3cW .navbar.opened { +.cid-uvNAcb3uqV .navbar.opened { transition: all 0.3s; } -.cid-u6FytVj3cW .navbar .dropdown-item { +.cid-uvNAcb3uqV .navbar .dropdown-item { padding: 0.5rem 1.8rem; } -.cid-u6FytVj3cW .navbar .navbar-logo img { +.cid-uvNAcb3uqV .navbar .navbar-logo img { width: auto; } -.cid-u6FytVj3cW .navbar .navbar-collapse { +.cid-uvNAcb3uqV .navbar .navbar-collapse { justify-content: flex-end; z-index: 1; } -.cid-u6FytVj3cW .navbar.collapsed { +.cid-uvNAcb3uqV .navbar.collapsed { justify-content: center; } -.cid-u6FytVj3cW .navbar.collapsed .nav-item .nav-link::before { +.cid-uvNAcb3uqV .navbar.collapsed .nav-item .nav-link::before { display: none; } -.cid-u6FytVj3cW .navbar.collapsed.opened .dropdown-menu { +.cid-uvNAcb3uqV .navbar.collapsed.opened .dropdown-menu { top: 0; } @media (min-width: 992px) { - .cid-u6FytVj3cW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { + .cid-uvNAcb3uqV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse { max-height: calc(98.5vh - 4.1rem); } } -.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-submenu { +.cid-uvNAcb3uqV .navbar.collapsed .dropdown-menu .dropdown-submenu { left: 0 !important; } -.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item:after { +.cid-uvNAcb3uqV .navbar.collapsed .dropdown-menu .dropdown-item:after { right: auto; } -.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { +.cid-uvNAcb3uqV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -13262,33 +25053,33 @@ a { border-bottom: 0; top: 41%; } -.cid-u6FytVj3cW .navbar.collapsed ul.navbar-nav li { +.cid-uvNAcb3uqV .navbar.collapsed ul.navbar-nav li { margin: auto; } -.cid-u6FytVj3cW .navbar.collapsed .dropdown-menu .dropdown-item { +.cid-uvNAcb3uqV .navbar.collapsed .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem; text-align: center; } -.cid-u6FytVj3cW .navbar.collapsed .icons-menu { +.cid-uvNAcb3uqV .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 { + .cid-uvNAcb3uqV .navbar .nav-item .nav-link::before { display: none; } - .cid-u6FytVj3cW .navbar.opened .dropdown-menu { + .cid-uvNAcb3uqV .navbar.opened .dropdown-menu { top: 0; } - .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-submenu { + .cid-uvNAcb3uqV .navbar .dropdown-menu .dropdown-submenu { left: 0 !important; } - .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item:after { + .cid-uvNAcb3uqV .navbar .dropdown-menu .dropdown-item:after { right: auto; } - .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { + .cid-uvNAcb3uqV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after { margin-left: 0.5rem; margin-top: 0.2rem; border-top: 0.35em solid; @@ -13297,42 +25088,42 @@ a { border-bottom: 0; top: 40%; } - .cid-u6FytVj3cW .navbar .navbar-logo img { + .cid-uvNAcb3uqV .navbar .navbar-logo img { height: 3rem !important; } - .cid-u6FytVj3cW .navbar ul.navbar-nav li { + .cid-uvNAcb3uqV .navbar ul.navbar-nav li { margin: auto; } - .cid-u6FytVj3cW .navbar .dropdown-menu .dropdown-item { + .cid-uvNAcb3uqV .navbar .dropdown-menu .dropdown-item { padding: 0.25rem 1.5rem !important; text-align: center; } - .cid-u6FytVj3cW .navbar .navbar-brand { + .cid-uvNAcb3uqV .navbar .navbar-brand { flex-shrink: initial; flex-basis: auto; word-break: break-word; padding-right: 2rem; } - .cid-u6FytVj3cW .navbar .navbar-toggler { + .cid-uvNAcb3uqV .navbar .navbar-toggler { flex-basis: auto; } - .cid-u6FytVj3cW .navbar .icons-menu { + .cid-uvNAcb3uqV .navbar .icons-menu { padding-left: 0; padding-top: 0.5rem; padding-bottom: 0.5rem; } } -.cid-u6FytVj3cW .navbar.navbar-short { +.cid-uvNAcb3uqV .navbar.navbar-short { min-height: 60px; } -.cid-u6FytVj3cW .navbar.navbar-short .navbar-logo img { +.cid-uvNAcb3uqV .navbar.navbar-short .navbar-logo img { height: 2.5rem !important; } -.cid-u6FytVj3cW .navbar.navbar-short .navbar-brand { +.cid-uvNAcb3uqV .navbar.navbar-short .navbar-brand { min-height: 60px; padding: 0; } -.cid-u6FytVj3cW .navbar-brand { +.cid-uvNAcb3uqV .navbar-brand { min-height: 70px; flex-shrink: 0; align-items: center; @@ -13342,44 +25133,44 @@ a { word-break: break-word; z-index: 1; } -.cid-u6FytVj3cW .navbar-brand .navbar-caption { +.cid-uvNAcb3uqV .navbar-brand .navbar-caption { line-height: inherit !important; } -.cid-u6FytVj3cW .navbar-brand .navbar-logo a { +.cid-uvNAcb3uqV .navbar-brand .navbar-logo a { outline: none; } -.cid-u6FytVj3cW .dropdown-item.active, -.cid-u6FytVj3cW .dropdown-item:active { +.cid-uvNAcb3uqV .dropdown-item.active, +.cid-uvNAcb3uqV .dropdown-item:active { background-color: transparent; } -.cid-u6FytVj3cW .navbar-expand-lg .navbar-nav .nav-link { +.cid-uvNAcb3uqV .navbar-expand-lg .navbar-nav .nav-link { padding: 0; } -.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle { +.cid-uvNAcb3uqV .nav-dropdown .link.dropdown-toggle { margin-right: 1.667em; } -.cid-u6FytVj3cW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] { +.cid-uvNAcb3uqV .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: #ffffff; +.cid-uvNAcb3uqV .navbar.navbar-expand-lg .dropdown .dropdown-menu { + background: #232323; } -.cid-u6FytVj3cW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { +.cid-uvNAcb3uqV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu { margin: 0; left: 100%; } -.cid-u6FytVj3cW .navbar .dropdown.open > .dropdown-menu { +.cid-uvNAcb3uqV .navbar .dropdown.open > .dropdown-menu { display: block; } -.cid-u6FytVj3cW ul.navbar-nav { +.cid-uvNAcb3uqV ul.navbar-nav { flex-wrap: wrap; } -.cid-u6FytVj3cW .navbar-buttons { +.cid-uvNAcb3uqV .navbar-buttons { text-align: center; min-width: 170px; } -.cid-u6FytVj3cW button.navbar-toggler { +.cid-uvNAcb3uqV button.navbar-toggler { outline: none; width: 31px; height: 20px; @@ -13388,7 +25179,7 @@ a { position: relative; align-self: center; } -.cid-u6FytVj3cW button.navbar-toggler .hamburger span { +.cid-uvNAcb3uqV button.navbar-toggler .hamburger span { position: absolute; right: 0; width: 30px; @@ -13396,54 +25187,54 @@ a { border-right: 5px; background-color: #22a5e5; } -.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(1) { +.cid-uvNAcb3uqV button.navbar-toggler .hamburger span:nth-child(1) { top: 0; transition: all 0.2s; } -.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(2) { +.cid-uvNAcb3uqV button.navbar-toggler .hamburger span:nth-child(2) { top: 8px; transition: all 0.15s; } -.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(3) { +.cid-uvNAcb3uqV button.navbar-toggler .hamburger span:nth-child(3) { top: 8px; transition: all 0.15s; } -.cid-u6FytVj3cW button.navbar-toggler .hamburger span:nth-child(4) { +.cid-uvNAcb3uqV button.navbar-toggler .hamburger span:nth-child(4) { top: 16px; transition: all 0.2s; } -.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(1) { +.cid-uvNAcb3uqV 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) { +.cid-uvNAcb3uqV nav.opened .hamburger span:nth-child(2) { transform: rotate(45deg); transition: all 0.25s; } -.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(3) { +.cid-uvNAcb3uqV nav.opened .hamburger span:nth-child(3) { transform: rotate(-45deg); transition: all 0.25s; } -.cid-u6FytVj3cW nav.opened .hamburger span:nth-child(4) { +.cid-uvNAcb3uqV nav.opened .hamburger span:nth-child(4) { top: 8px; width: 0; opacity: 0; right: 50%; transition: all 0.2s; } -.cid-u6FytVj3cW .navbar-dropdown { +.cid-uvNAcb3uqV .navbar-dropdown { padding: 0 1rem; position: fixed; } -.cid-u6FytVj3cW a.nav-link { +.cid-uvNAcb3uqV a.nav-link { display: flex; align-items: center; justify-content: center; } -.cid-u6FytVj3cW .icons-menu { +.cid-uvNAcb3uqV .icons-menu { flex-wrap: nowrap; display: flex; justify-content: center; @@ -13453,45 +25244,45 @@ a { text-align: center; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { - .cid-u6FytVj3cW .navbar { + .cid-uvNAcb3uqV .navbar { height: 70px; } - .cid-u6FytVj3cW .navbar.opened { + .cid-uvNAcb3uqV .navbar.opened { height: auto; } - .cid-u6FytVj3cW .nav-item .nav-link:hover::before { + .cid-uvNAcb3uqV .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: #000000; +.cid-uvNAcbLeJm { + padding-top: 15rem; + padding-bottom: 15rem; + background-image: url("../../../assets/images/katarine-heaven-aruba-escorts-2.webp"); } -.cid-u6FytVEpQP .mbr-section-title { - color: #22a5e5; +.cid-uvNAcbLeJm .mbr-section-title { + color: #ffffff; text-align: center; } -.cid-u6FytVEpQP .mbr-text, -.cid-u6FytVEpQP .mbr-section-btn { +.cid-uvNAcbLeJm .mbr-text, +.cid-uvNAcbLeJm .mbr-section-btn { color: #ffffff; text-align: center; } -.cid-u6FytVEpQP .mbr-section-subtitle { +.cid-uvNAcbLeJm .mbr-section-subtitle { color: #ffffff; text-align: center; } -.cid-u6FytVUBLB { - padding-top: 3rem; - padding-bottom: 3rem; - background-color: #232323; +.cid-uvNAcc9rH1 { + padding-top: 2rem; + padding-bottom: 1rem; + background-color: #222121; } -.cid-u6FytVUBLB .mbr-fallback-image.disabled { +.cid-uvNAcc9rH1 .mbr-fallback-image.disabled { display: none; } -.cid-u6FytVUBLB .mbr-fallback-image { +.cid-uvNAcc9rH1 .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -13500,24 +25291,153 @@ a { position: absolute; top: 0; } -.cid-u6FytVUBLB .mbr-section-title { +.cid-uvNAcc9rH1 .mbr-section-title { color: #22a5e5; } -.cid-u6FytVUBLB .mbr-section-subtitle { +.cid-uvNAcc9rH1 .mbr-section-subtitle { color: #ffffff; } -.cid-u6FytVUBLB .mbr-section-subtitle DIV { - text-align: left; +.cid-uvNAccwvhd { + background-color: #ffffff; + padding-top: 0rem; + padding-bottom: 0rem; } -.cid-u6FytWbLEd { - padding-top: 4rem; +.cid-uvNAccwvhd .carousel { + height: 800px; +} +.cid-uvNAccwvhd .carousel img { + width: 100%; + height: 100%; + object-fit: cover; +} +.cid-uvNAccwvhd .carousel-item, +.cid-uvNAccwvhd .carousel-inner { + height: 100%; +} +.cid-uvNAccwvhd img, +.cid-uvNAccwvhd .item-wrapper { + border-radius: 0 !important; +} +.cid-uvNAccwvhd .carousel-caption { + bottom: 40px; +} +.cid-uvNAccwvhd .mobi-mbri-arrow-next { + margin-left: 5px; +} +.cid-uvNAccwvhd .mobi-mbri-arrow-prev { + margin-right: 5px; +} +.cid-uvNAccwvhd .carousel-control:hover { + background: #1b1b1b; + color: #fff; + opacity: 1; +} +.cid-uvNAccwvhd .item-wrapper { + width: 100%; +} +@media (max-width: 767px) { + .cid-uvNAccwvhd .container .carousel-control { + margin-bottom: 0; + } + .cid-uvNAccwvhd .content-slider-wrap { + width: 100% !important; + } +} +.cid-uvNAccwvhd .container .carousel-indicators { + margin-bottom: 3px; +} +.cid-uvNAccwvhd .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-uvNAccwvhd .carousel-control.carousel-control-prev { + left: 0; + margin-left: 2.5rem; +} +.cid-uvNAccwvhd .carousel-control.carousel-control-next { + right: 0; + margin-right: 2.5rem; +} +@media (max-width: 767px) { + .cid-uvNAccwvhd .carousel-control { + top: auto; + bottom: 1rem; + } +} +.cid-uvNAccwvhd .carousel-indicators { + position: absolute; + bottom: 0; + margin-bottom: 1.5rem !important; +} +.cid-uvNAccwvhd .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-uvNAccwvhd .carousel-indicators li.active, +.cid-uvNAccwvhd .carousel-indicators li:hover { + opacity: 0.9; +} +.cid-uvNAccwvhd .carousel-indicators li::after, +.cid-uvNAccwvhd .carousel-indicators li::before { + content: none; +} +.cid-uvNAccwvhd .carousel-indicators.ie-fix { + left: 50%; + display: block; + width: 60%; + margin-left: -30%; + text-align: center; +} +@media (max-width: 768px) { + .cid-uvNAccwvhd .carousel-indicators { + display: none !important; + } +} +@media (max-width: 991px) { + .cid-uvNAccwvhd .mbr-section-subtitle, + .cid-uvNAccwvhd .mbr-section-text, + .cid-uvNAccwvhd .mbr-section-btn { + text-align: center; + } +} +.cid-uvNGgmldot { + padding-top: 3rem; + padding-bottom: 4rem; + background-color: #222121; +} +.cid-uvNGgmldot .line { + background-color: #22a5e5; + align: center; + height: 2px; + margin: 0 auto; +} +.cid-uvNGgmldot .mbr-text { + color: #ffffff; +} +.cid-uvNAcdtLTt { + padding-top: 3rem; padding-bottom: 3rem; background-color: #000000; } -.cid-u6FytWbLEd .mbr-fallback-image.disabled { +.cid-uvNAcdtLTt .mbr-fallback-image.disabled { display: none; } -.cid-u6FytWbLEd .mbr-fallback-image { +.cid-uvNAcdtLTt .mbr-fallback-image { display: block; background-size: cover; background-position: center center; @@ -13526,48 +25446,48 @@ a { position: absolute; top: 0; } -.cid-u6FytWbLEd .media-wrap { +.cid-uvNAcdtLTt .media-wrap { padding: 0; } @media (max-width: 991px) { - .cid-u6FytWbLEd .media-wrap { + .cid-uvNAcdtLTt .media-wrap { margin-bottom: 1rem; } } @media (max-width: 767px) { - .cid-u6FytWbLEd .row { + .cid-uvNAcdtLTt .row { text-align: center; } - .cid-u6FytWbLEd .row > div { + .cid-uvNAcdtLTt .row > div { margin: auto; } - .cid-u6FytWbLEd .social-row { + .cid-uvNAcdtLTt .social-row { justify-content: center; } } -.cid-u6FytWbLEd .social-row { +.cid-uvNAcdtLTt .social-row { display: flex; flex-wrap: wrap; } -.cid-u6FytWbLEd .list { +.cid-uvNAcdtLTt .list { list-style: none; padding-left: 0; - color: #ffffff; + color: #bbbbbb; } @media (max-width: 991px) { - .cid-u6FytWbLEd .list { + .cid-uvNAcdtLTt .list { margin-bottom: 2rem; } } @media (min-width: 992px) { - .cid-u6FytWbLEd .list { + .cid-uvNAcdtLTt .list { margin-bottom: 0rem; } } -.cid-u6FytWbLEd .mbr-text { +.cid-uvNAcdtLTt .mbr-text { color: #ffffff; } -.cid-u6FytWbLEd .soc-item { +.cid-uvNAcdtLTt .soc-item { display: flex; align-items: center; justify-content: center; @@ -13579,14 +25499,11 @@ a { height: 2.5rem; width: 2.5rem; } -.cid-u6FytWbLEd .mbr-iconfont { +.cid-uvNAcdtLTt .mbr-iconfont { color: black; } @media (max-width: 991px) { - .cid-u6FytWbLEd div > *:last-child { + .cid-uvNAcdtLTt div > *:last-child { margin-top: 0 !important; } } -.cid-u6FytWbLEd H5 { - color: #ffffff; -} diff --git a/assets/playervimeo/vimeo_player.js b/assets/playervimeo/vimeo_player.js index 0d907a3..c4f2c72 100644 --- a/assets/playervimeo/vimeo_player.js +++ b/assets/playervimeo/vimeo_player.js @@ -1,39 +1,54 @@ -/*! @vimeo/player v2.15.3 | (c) 2021 Vimeo | MIT License | https://github.com/vimeo/player.js */ -!function(r,t){"object"==typeof exports&&"undefined"!=typeof module?module.exports=t():"function"==typeof define&&define.amd?define(t):((r="undefined"!=typeof globalThis?globalThis:r||self).Vimeo=r.Vimeo||{},r.Vimeo.Player=t())}(this,function(){function r(c,b){for(var a=0;ae&&(d=JSON.stringify(d)),c.element.contentWindow.postMessage(d,c.origin))}function U(c,b){var a,d,e=[];(b=O(b)).event?("error"===b.event&&C(c,b.data.method).forEach(function(a){var d=Error(b.data.message);d.name=b.data.name;a.reject(d);D(c,b.data.method,a)}),e=C(c,"event:".concat(b.event)),a=b.data):!b.method||(d=function(a,b){var c=C(a,b);if(1>c.length)return!1;c=c.shift();return D(a,b,c),c}(c,b.method))&&(e.push(d),a=b.value);e.forEach(function(b){try{if("function"==typeof b)return void b.call(c, -a);b.resolve(a)}catch(d){}})}var P="undefined"!=typeof global&&"[object global]"==={}.toString.call(global),G=void 0!==Array.prototype.indexOf,V="undefined"!=typeof window&&void 0!==window.postMessage;if(!(P||G&&V))throw Error("Sorry, the Vimeo Player API is not available in this browser.");var Q,L,m,E="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};(Q="undefined"!=typeof self?self:"undefined"!=typeof window? -window:E).WeakMap||(L=Object.prototype.hasOwnProperty,m=function(c,b,a){Object.defineProperty?Object.defineProperty(c,b,{configurable:!0,writable:!0,value:a}):c[b]=a},Q.WeakMap=(m(v.prototype,"delete",function(c){if(B(this,"delete"),Object(c)!==c)return!1;var b=c[this._id];return!(!b||b[0]!==c)&&(delete c[this._id],!0)}),m(v.prototype,"get",function(c){if(B(this,"get"),Object(c)===c){var b=c[this._id];return b&&b[0]===c?b[1]:void 0}}),m(v.prototype,"has",function(c){if(B(this,"has"),Object(c)!==c)return!1; -var b=c[this._id];return!(!b||b[0]!==c)}),m(v.prototype,"set",function(c,b){if(B(this,"set"),Object(c)!==c)throw new TypeError("Invalid value used as weak map key");var a=c[this._id];return a&&a[0]===c?a[1]=b:m(c,this._id,[c,b]),this}),m(v,"_polyfill",!0),v));var R,p=(function(c){E.Promise=E.Promise||function(){function b(a,b){this.fn=a;this.self=b;this.next=void 0}function a(a,b){m.add(a,b);H=H||t(m.drain)}function c(a){var b,d=typeof a;return null==a||"object"!=d&&"function"!=d||(b=a.then),"function"== -typeof b&&b}function e(){for(var a=0;af&&(c=JSON.stringify(c)),a.element.contentWindow.postMessage(c,a.origin))}function M(a,d){var b,c,e=[];(d=E(d)).event?("error"===d.event&&f(a,d.data.method).forEach(function(b){var c=Error(d.data.message);c.name=d.data.name;b.reject(c);m(a,d.data.method,b)}),e=f(a,"event:".concat(d.event)),b=d.data):!d.method||(c=function(b,a){var c=f(b,a);if(1>c.length)return!1;c=c.shift();return m(b,a,c),c}(a,d.method))&&(e.push(c),b=d.value);e.forEach(function(c){try{if("function"==typeof c)return void c.call(a, +b);c.resolve(b)}catch(V){}})}var B="undefined"!=typeof global&&"[object global]"==={}.toString.call(global),F=void 0!==Array.prototype.indexOf,Q="undefined"!=typeof window&&void 0!==window.postMessage;if(!(B||F&&Q))throw Error("Sorry, the Vimeo Player API is not available in this browser.");var K,J,v,C="undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:{};(K="undefined"!=typeof self?self:"undefined"!=typeof window? +window:C).WeakMap||(J=Object.prototype.hasOwnProperty,v=function(a,d,b){Object.defineProperty?Object.defineProperty(a,d,{configurable:!0,writable:!0,value:b}):a[d]=b},K.WeakMap=(v(g.prototype,"delete",function(a){if(p(this,"delete"),Object(a)!==a)return!1;var c=a[this._id];return!(!c||c[0]!==a)&&(delete a[this._id],!0)}),v(g.prototype,"get",function(a){if(p(this,"get"),Object(a)===a){var c=a[this._id];return c&&c[0]===a?c[1]:void 0}}),v(g.prototype,"has",function(a){if(p(this,"has"),Object(a)!==a)return!1; +var c=a[this._id];return!(!c||c[0]!==a)}),v(g.prototype,"set",function(a,d){if(p(this,"set"),Object(a)!==a)throw new TypeError("Invalid value used as weak map key");var b=a[this._id];return b&&b[0]===a?b[1]=d:v(a,this._id,[a,d]),this}),v(g,"_polyfill",!0),g));var L,w=(function(a){var c=function(){function a(a,b){this.fn=a;this.self=b;this.next=void 0}function c(a,b){n.add(a,b);m=m||w(n.drain)}function e(a){var b,c=typeof a;return null==a||"object"!=c&&"function"!=c||(b=a.then),"function"==typeof b&& +b}function f(){for(var a=0;ad&&(a.offsetHeight<=d||b.offsetHeight<=d)){var e=document.createElement("div");e.style.cssText="position:absolute; z-index:-10000; top:0; left:0; right:0; height:"+k.scrollHeight+"px";document.body.appendChild(e);var h;w=function(){h|| -(h=setTimeout(function(){e.style.height="0";e.style.height=k.scrollHeight+"px";h=null},500))};setTimeout(w,10);window.addEventListener("resize",w,!1);z=new da(w);z.observe(a,{attributes:!0,childList:!0,characterData:!1});k.offsetHeight<=d&&(d=document.createElement("div"),d.style.clear="both",a.appendChild(d))}f.fixedBackground||(a.style.backgroundAttachment="scroll",b.style.backgroundAttachment="scroll")}}function N(a,b,d){ea(b,d);if(1!=f.accelerationMax){var c=Date.now()-E;cb?.99:-.99,lastY:0>d?.99:-.99,start:Date.now()});if(!F){var c=O(),e=a===c||a===document.body;null==a.$scrollBehavior&&fa(a)&&(a.$scrollBehavior=a.style.scrollBehavior,a.style.scrollBehavior="auto");var h=function(c){c=Date.now();for(var g=0,k=0,l=0;l=f.animationTime,q=m?1:p/f.animationTime;f.pulseAlgorithm&&(p=q,1<=p?q=1:0>=p?q=0:(1==f.pulseNormalize&&(f.pulseNormalize/= -P(1)),q=P(p)));p=n.x*q-n.lastX>>0;q=n.y*q-n.lastY>>0;g+=p;k+=q;n.lastX+=p;n.lastY+=q;m&&(t.splice(l,1),l--)}e?window.scrollBy(g,k):(g&&(a.scrollLeft+=g),k&&(a.scrollTop+=k));b||d||(t=[]);t.length?Q(h,a,1E3/f.frameRate+1):(F=!1,null!=a.$scrollBehavior&&(a.style.scrollBehavior=a.$scrollBehavior,a.$scrollBehavior=null))};Q(h,a,0);F=!0}}function R(a){D||C();var b=a.target;if(a.defaultPrevented||a.ctrlKey||r(m,"embed")||r(b,"embed")&&/\.pdf/i.test(b.src)||r(m,"object")||b.shadowRoot)return!0;var d=-a.wheelDeltaX|| -a.deltaX||0,c=-a.wheelDeltaY||a.deltaY||0;ga&&(a.wheelDeltaX&&x(a.wheelDeltaX,120)&&(d=-120*(a.wheelDeltaX/Math.abs(a.wheelDeltaX))),a.wheelDeltaY&&x(a.wheelDeltaY,120)&&(c=-120*(a.wheelDeltaY/Math.abs(a.wheelDeltaY))));d||c||(c=-a.wheelDelta||0);1===a.deltaMode&&(d*=40,c*=40);b=S(b);if(!b)return v&&G?(Object.defineProperty(a,"target",{value:window.frameElement}),parent.wheel(a)):!0;if(ha(c))return!0;1.2a?!0:b}}function x(a,b){return Math.floor(a/b)==a/b}function K(a){return x(l[0],a)&&x(l[1],a)&&x(l[2],a)}function P(a){var b;a*=f.pulseScale;1> -a?b=a-(1-Math.exp(-a)):(b=Math.exp(-1),--a,a=1-Math.exp(-a),b+=a*(1-b));return b*f.pulseNormalize}function y(a){for(var b in a)aa.hasOwnProperty(b)&&(f[b]=a[b])}var aa={frameRate:150,animationTime:400,stepSize:100,pulseAlgorithm:!0,pulseScale:4,pulseNormalize:1,accelerationDelta:50,accelerationMax:3,keyboardSupport:!0,arrowScroll:50,fixedBackground:!0,excluded:""},f=aa,v=!1,B={x:0,y:0},D=!1,k=document.documentElement,m,z,w,l=[],Z,ga=/^Mac/.test(navigator.platform),h={left:37,up:38,right:39,down:40, -spacebar:32,pageup:33,pagedown:34,end:35,home:36},ia={37:1,38:1,39:1,40:1},t=[],F=!1,E=Date.now(),J=function(){var a=0;return function(b){return b.uniqueID||(b.uniqueID=a++)}}(),W={},H={},V,A={};if(window.localStorage&&localStorage.SS_deltaBuffer)try{l=localStorage.SS_deltaBuffer.split(",")}catch(la){}var Q=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a,b,d){window.setTimeout(a,d||1E3/60)}}(),da=window.MutationObserver|| -window.WebKitMutationObserver||window.MozMutationObserver,O=function(){var a=document.scrollingElement;return function(){if(!a){var b=document.createElement("div");b.style.cssText="height:10000px;width:1px;";document.body.appendChild(b);var d=document.body.scrollTop;window.scrollBy(0,3);a=document.body.scrollTop!=d?document.body:document.documentElement;window.scrollBy(0,-3);document.body.removeChild(b)}return a}}(),g=window.navigator.userAgent,u=/Edge/.test(g),G=/chrome/i.test(g)&&!u,u=/safari/i.test(g)&& -!u,ja=/mobile/i.test(g),ka=/Windows NT 6.1/i.test(g)&&/rv:11/i.test(g),ca=u&&(/Version\/8/i.test(g)||/Version\/9/i.test(g)),g=(G||u||ka)&&!ja,ba=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){ba=!0}}))}catch(ma){}var u=ba?{passive:!1}:!1,L="onwheel"in document.createElement("div")?"wheel":"mousewheel";L&&g&&(window.addEventListener(L,R,u||!1),window.addEventListener("mousedown",U,!1),window.addEventListener("load",C,!1));y.destroy=function(){z&&z.disconnect(); -window.removeEventListener(L,R,!1);window.removeEventListener("mousedown",U,!1);window.removeEventListener("keydown",M,!1);window.removeEventListener("resize",w,!1);window.removeEventListener("load",C,!1)};window.SmoothScrollOptions&&y(window.SmoothScrollOptions);"function"===typeof define&&define.amd?define(function(){return y}):"object"==typeof exports?module.exports=y:window.SmoothScroll=y})(); +(function(){function C(){if(!D&&document.body){D=!0;var a=document.body,b=document.documentElement,d=window.innerHeight,c=a.scrollHeight;l=0<=document.compatMode.indexOf("CSS")?b:a;m=a;f.keyboardSupport&&window.addEventListener("keydown",M,!1);if(top!=self)v=!0;else if(ca&&c>d&&(a.offsetHeight<=d||b.offsetHeight<=d)){var e=document.createElement("div");e.style.cssText="position:absolute; z-index:-10000; top:0; left:0; right:0; height:"+l.scrollHeight+"px";document.body.appendChild(e);var g;w=function(){g|| +(g=setTimeout(function(){e.style.height="0";e.style.height=l.scrollHeight+"px";g=null},500))};setTimeout(w,10);window.addEventListener("resize",w,!1);z=new da(w);z.observe(a,{attributes:!0,childList:!0,characterData:!1});l.offsetHeight<=d&&(d=document.createElement("div"),d.style.clear="both",a.appendChild(d))}f.fixedBackground||(a.style.backgroundAttachment="scroll",b.style.backgroundAttachment="scroll")}}function N(a,b,d){ea(b,d);if(1!=f.accelerationMax){var c=Date.now()-E;cb?.99:-.99,lastY:0>d?.99:-.99,start:Date.now()});if(!F){c=O();var e=a===c||a===document.body;null==a.$scrollBehavior&&fa(a)&&(a.$scrollBehavior=a.style.scrollBehavior,a.style.scrollBehavior="auto");var g=function(c){c=Date.now();for(var k=0,l=0,h=0;h=f.animationTime,q=m?1:p/f.animationTime;f.pulseAlgorithm&&(p=q,1<=p?q=1:0>=p?q=0:(1==f.pulseNormalize&&(f.pulseNormalize/= +P(1)),q=P(p)));p=n.x*q-n.lastX>>0;q=n.y*q-n.lastY>>0;k+=p;l+=q;n.lastX+=p;n.lastY+=q;m&&(t.splice(h,1),h--)}e?window.scrollBy(k,l):(k&&(a.scrollLeft+=k),l&&(a.scrollTop+=l));b||d||(t=[]);t.length?Q(g,a,1E3/f.frameRate+1):(F=!1,null!=a.$scrollBehavior&&(a.style.scrollBehavior=a.$scrollBehavior,a.$scrollBehavior=null))};Q(g,a,0);F=!0}}function R(a){D||C();var b=a.target;if(a.defaultPrevented||a.ctrlKey||r(m,"embed")||r(b,"embed")&&/\.pdf/i.test(b.src)||r(m,"object")||b.shadowRoot)return!0;var d=-a.wheelDeltaX|| +a.deltaX||0,c=-a.wheelDeltaY||a.deltaY||0;ha&&(a.wheelDeltaX&&x(a.wheelDeltaX,120)&&(d=a.wheelDeltaX/Math.abs(a.wheelDeltaX)*-120),a.wheelDeltaY&&x(a.wheelDeltaY,120)&&(c=a.wheelDeltaY/Math.abs(a.wheelDeltaY)*-120));d||c||(c=-a.wheelDelta||0);1===a.deltaMode&&(d*=40,c*=40);b=S(b);if(!b)return v&&G?(Object.defineProperty(a,"target",{value:window.frameElement}),parent.wheel(a)):!0;if(ia(c))return!0;1.2a?!0:b}}function x(a,b){return Math.floor(a/b)==a/b}function K(a){return x(h[0],a)&&x(h[1],a)&&x(h[2],a)}function P(a){a*=f.pulseScale;if(1>a)var b= +a-(1-Math.exp(-a));else b=Math.exp(-1),a=1-Math.exp(-(a-1)),b+=a*(1-b);return b*f.pulseNormalize}function y(a){for(var b in a)aa.hasOwnProperty(b)&&(f[b]=a[b])}var aa={frameRate:150,animationTime:400,stepSize:100,pulseAlgorithm:!0,pulseScale:4,pulseNormalize:1,accelerationDelta:50,accelerationMax:3,keyboardSupport:!0,arrowScroll:50,fixedBackground:!0,excluded:""},f=aa,v=!1,B={x:0,y:0},D=!1,l=document.documentElement,m,z,w,h=[],Z,ha=/^Mac/.test(navigator.platform),g={left:37,up:38,right:39,down:40, +spacebar:32,pageup:33,pagedown:34,end:35,home:36},ja={37:1,38:1,39:1,40:1},t=[],F=!1,E=Date.now(),J=function(){var a=0;return function(b){return b.uniqueID||(b.uniqueID=a++)}}(),W={},H={},V,A={};if(window.localStorage&&localStorage.SS_deltaBuffer)try{h=localStorage.SS_deltaBuffer.split(",")}catch(a){}var Q=function(){return window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||function(a,b,d){window.setTimeout(a,d||1E3/60)}}(),da=window.MutationObserver|| +window.WebKitMutationObserver||window.MozMutationObserver,O=function(){var a=document.scrollingElement;return function(){if(!a){var b=document.createElement("div");b.style.cssText="height:10000px;width:1px;";document.body.appendChild(b);var d=document.body.scrollTop;window.scrollBy(0,3);a=document.body.scrollTop!=d?document.body:document.documentElement;window.scrollBy(0,-3);document.body.removeChild(b)}return a}}(),k=window.navigator.userAgent,u=/Edge/.test(k),G=/chrome/i.test(k)&&!u;u=/safari/i.test(k)&& +!u;var ka=/mobile/i.test(k),la=/Windows NT 6.1/i.test(k)&&/rv:11/i.test(k),ca=u&&(/Version\/8/i.test(k)||/Version\/9/i.test(k));k=(G||u||la)&&!ka;var ba=!1;try{window.addEventListener("test",null,Object.defineProperty({},"passive",{get:function(){ba=!0}}))}catch(a){}u=ba?{passive:!1}:!1;var L="onwheel"in document.createElement("div")?"wheel":"mousewheel";L&&k&&(window.addEventListener(L,R,u||!1),window.addEventListener("mousedown",U,!1),window.addEventListener("load",C,!1));y.destroy=function(){z&& +z.disconnect();window.removeEventListener(L,R,!1);window.removeEventListener("mousedown",U,!1);window.removeEventListener("keydown",M,!1);window.removeEventListener("resize",w,!1);window.removeEventListener("load",C,!1)};window.SmoothScrollOptions&&y(window.SmoothScrollOptions);"function"===typeof define&&define.amd?define(function(){return y}):"object"==typeof exports?module.exports=y:window.SmoothScroll=y})(); diff --git a/assets/sociallikes/social-likes.js b/assets/sociallikes/social-likes.js new file mode 100644 index 0000000..84d28fc --- /dev/null +++ b/assets/sociallikes/social-likes.js @@ -0,0 +1,29 @@ +/* + 2014 Artem Sapegin (sapegin.me), 2016 Vitaliy Filippov + @license MIT +*/ +document.addEventListener("DOMContentLoaded",function(){setTimeout(function(){(function(){function k(a,b,c){for(var d=-1,e=!1;-1!=(d=a.className.indexOf(b,d+1));)d&&!/\s/.exec(a.className.charAt(d-1))||d!=a.className.length-b.length&&!/\s/.exec(a.className.charAt(d+b.length))||(e=!0,c&&(a.className=a.className.substr(0,d-1)+a.className.substr(d+b.length)));return e}function q(a,b,c){var d=document.createElement("script");d.type="text/javascript";d.src=a;d.onreadystatechange=function(){"complete"== +d.readyState?b&&b():"loaded"==d.readyState&&(d.children,"loading"==d.readyState&&c&&c());d.parentNode&&d.parentNode.removeChild(d);d=null};d.onload=function(){b&&b();d.parentNode&&d.parentNode.removeChild(d);d=null};d.onerror=function(){c&&c();d.parentNode&&d.parentNode.removeChild(d);d=null};(document.head||document.getElementsByTagName("head")[0]).appendChild(d)}function t(a,b){this.container=a;this.options=b;this.init()}function u(a,b){this.widget=a;this.options={};for(var c in b)this.options[c]= +b[c];this.detectService();this.service&&this.init()}function v(a,b){function c(a,b){return b.toUpper()}for(var d={},e=0;ed.left?a.stype.left=10-d.left+b+"px":d.right>window.innerWidth-10&&(a.style.left=window.innerWidth-d.right-10+b+"px");10>d.top?a.style.top=10-d.top+c+"px":d.bottom>window.innerHeight-10&&(a.style.top=window.innerHeight-d.bottom-10+c+"px")}a.className+=" mbr-social-likes_opened"}var h="https:"===location.protocol?"https:":"http:",l={facebook:{counterUrl:"https://graph.facebook.com/fql?q=SELECT+total_count+FROM+link_stat+WHERE+url%3D%22{url}%22&callback=?",convertNumber:function(a){return a.data[0].total_count}, +popupUrl:"https://www.facebook.com/sharer/sharer.php?u={url}",popupWidth:600,popupHeight:359},twitter:{popupUrl:"https://twitter.com/intent/tweet?url={url}&text={title}",popupWidth:600,popupHeight:250,click:function(){/[\.\?:\-\u2013\u2014]\s*$/.test(this.options.title)||(this.options.title+=":");return!0}},mailru:{counterUrl:h+"//connect.mail.ru/share_count?url_list={url}&callback=1&func=?",convertNumber:function(a){for(var b in a)if(a.hasOwnProperty(b))return a[b].shares},popupUrl:"https://connect.mail.ru/share?share_url={url}&title={title}&image_url={image}", +popupWidth:492,popupHeight:500},vkontakte:{counterUrl:"https://vk.com/share.php?act=count&url={url}&index={index}",counter:function(a,b){var c=l.vkontakte;c._||(c._=[],window.VK||(window.VK={}),window.VK.Share={count:function(a,b){c._[a].resolve(b)}});var d=c._.length;c._.push(b);q(m(a,{index:d}),null,function(){b.reject()})},popupUrl:"https://vk.com/share.php?url={url}&title={title}&image={image}",popupWidth:655,popupHeight:450},odnoklassniki:{counterUrl:h+"//connect.ok.ru/dk?st.cmd=extLike&ref={url}&uid={index}", +counter:function(a,b){var c=l.odnoklassniki;c._||(c._=[],window.ODKL||(window.ODKL={}),window.ODKL.updateCount=function(a,b){a&&c._[a].resolve(b)});var d=c._.length;c._.push(b);q(m(a,{index:d}),null,function(){b.reject()})},popupUrl:"https://connect.ok.ru/dk?st.cmd=WidgetSharePreview&service=odnoklassniki&st.shareUrl={url}",popupWidth:580,popupHeight:336},plusone:{counterUrl:h+"//share.yandex.ru/gpp.xml?url={url}&callback=?",convertNumber:function(a){return parseInt(a.replace(/\D/g,""),10)},popupUrl:"https://plus.google.com/share?url={url}", +popupWidth:500,popupHeight:550},pinterest:{counterUrl:h+"//api.pinterest.com/v1/urls/count.json?url={url}&callback=?",convertNumber:function(a){return a.count},popupUrl:"https://pinterest.com/pin/create/button/?url={url}&description={title}",popupWidth:740,popupHeight:550}},p={promises:{},fetch:function(a,b,c){p.promises[a]||(p.promises[a]={});var d=p.promises[a];if(c.forceUpdate||!d[b]){var e={},f;for(f in l[a])e[f]=l[a][f];for(f in c)e[f]=c[f];var g={resolve:function(a){},reject:function(){}};if((a= +e.counterUrl&&m(e.counterUrl,{url:b}))&&"function"==typeof e.counter)e.counter(a,g);else if(e.counterUrl){var h=function(a){try{"function"==typeof e.convertNumber&&(a=e.convertNumber(a)),g.resolve(a)}catch(z){g.reject()}};if(0'+this.options.singleTitle+"";b.appendChild(d);addListener(d,"click",function(){k(d,"mbr-social-likes__widget_active",!0)?k(a,"mbr-social-likes_opened",!0):(d.className+=" mbr-social-likes__widget_active",a.style.left=(d.offsetWidth-a.offsetWidth)/2+"px",a.style.top=-a.offsetHeight+"px",y(a),x(a,function(){k(d,"mbr-social-likes__widget_active", +!0)}));return!1});this.widget=d}},update:function(a){if(a.forceUpdate||a.url!==this.options.url){this.number=0;this.countersLeft=this.buttons.length;if(this.widget){var b=this.widget.querySelector(".mbr-social-likes__counter");b&&b.parentNode.removeChild(b)}for(var c in a)this.options[c]=a[c];for(b=0;bb.height&&(d=Math.round(screen.height/3-b.height/2));var e=window.open(a,"sl_"+this.service,"left="+c+",top="+d+",width="+b.width+",height="+b.height+",personalbar=0,toolbar=0,scrollbars=1,resizable=1");if(e){e.focus();(a=this.widget["on_popup_opened.mbr-social-likes"])&&a([this.service,e]);var f=this,g=setInterval(function(){if(e.closed){clearInterval(g);var a=f.widget["on_popup_closed.mbr-social-likes"];a&&a(f.service)}},this.options.popupCheckInterval)}else location.href= +a}};h=document.querySelectorAll(".mbr-social-likes");for(var r=0;rnQHTFz8X^M)%zJstf#q#vjfZ&Y`N_z4v|hyUV*>r_{;% zCzAB#V=I7cDo>SCxlK|pJ0#X+b=`oU+lM#fFE~HKTlS$VDC@RK( z7k59`z=uVt6@8*dn{@k?5QrgAc+<>NNADud zLKH-b8Yov#J(0?k?l2Lem3v^eakREYt3@#?Zjy(@%=Mk3k$j%YH*vv*&n(%N|mN za7x9n9pWA%^UKVeOoHlH!>c+o+h$x;Pv|HCwX*Kp`+91r27$^ZRw0$7NlPfiBO8TC z#lO6_DthuLf%FJ8EVP{hByUQRNKBbFH5QF2h{|Z%WY7~raGS2uJsH_KQZPzkx!pV| zpz~QTY20V*AM31Dg>%+ZJO(mj?g7EuN%Zz=UNTxHI51id=KmcRV;z4N^iL6S@Phmf zorSCsV`7DMQ-1p|V`T@|I1D4n^?STNaGl2TX5sd=NG{ktlx3n45t`f!1h`S?F2~~n zQ&8x5&k2m>vH)7sQNEvwWbOS7*bZ7Mm9xJ!t#wAAv5f9yvO+~N7F0DotfPQ@744kD zPf;|Jl}muKQAR~hX)8wLTB$BsjxnWT9*kDsMaOCJ7n$8A#JCdA81+h+CSfv)>$$#5 zYb7EQZ(}u|qtq=)E3)-Wncv2?Y=cE>o?mU;)w*+6nmw%%?Y-w|t6Kw!QnvM)E z4J~wh`Z^j-w+siFxX&oRahMRoEB#ezo=E8SFl1PX!{_{UCT~Q!{e>W*mQq|))b^!E_}-;zkx2e;Ibz5@b*`*OSU=X*-x3<8 z3AYtqy+xqNQ}VgUUOz{~(F@e2B23H?Fh0HF&tC7KpZ z9jw)aF91jQ8w}R`5U$ypAPGv)Jdt#TqnZQ=YdNbK2g#ZciG4D>eiH|=bcE_te8wZ{ z)(>Kyn;O{YGrSYW@_g4&EQT`geuWrM)Pr(%R;E6@C&p#bXrYJC(q|Zn&wp5!q;#G& zHb167*PfhcOCRe0fbo&3>gj(X>E?uM4PJ(Q=UG zeH)4fX+Cf3{TbSAV(IxN36u+(V5yofl!2S*jO!@&^|C6Q5W@rIjy?9zQD$SREr+Q znZb`j4^oO1{XobJBiz^@4hz}9Up#)>KvYo2s6rMI zGjYYLkv9wM*xo;JuVgm-!4^0j`RB7?7}DVe%mLOzGC*P79H4#0ZJZ12cOGS2#5}0P zgKZnW(%n)LrrNaBx9$1oHH@nX7Vlhc3CxTpRPk~DwVL{`&IkMkqhT+AU*AWSpq(z41Zvwmj;>y<^?H&qk`{*%m^tB zbzbhY!YJ&suqWYO;Yktp5lt(TR=$diUFEjwMAVEJlbD#*lGXXKhH+iu6mj>~n6HUn zb0=Y3LS#bSy6)>2C6dJW#J!0XNrRFNlgB2PCfB7zZLrzcVPj^hBCVIwLV0OZe)?zW zzFcfZ%$6sa&OdoYZ{4)LddK*kwYxHRo!dQrchc^PJ#JYfYf#pXy@mU_?Q7oew!eD+ z%>!ZCU9vL|njUO8lycZ6$M#5V?)2O}M_rCa=1Elks&rNE@tWh!`APir6N68v3w#US z6nYh&E1Fv5R#abHQKBfRFKs?qeDaYx;*@EbQ(4*R!1Ac_;tHp;)@v$fRi;-Bu3BDI zUG4CTLyhzKrRU?%Ke_OeD6xwRi|qf*8{m1 zXP_q9+daT9Ai%%v%MX4Q@^|zI4)G4~Hyvp{f;bWn5==tS02TNZhJ7q*cUQZ@xgN_x deO-geT!dLhLWwVNCBbc$`nu0h+^h;v{1*nfcU%Af delta 4935 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 - + diff --git a/assets/socicon/fonts/socicon.ttf b/assets/socicon/fonts/socicon.ttf index f5cceed238b4e68af5c826ca50d5419329495e45..c7d9ec504b03e1093dcbc2ea78e0317ec3dcd93f 100644 GIT binary patch delta 4315 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 ylOSf;M4&YELC3RXf?kEy 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 diff --git a/assets/socicon/fonts/socicon.woff b/assets/socicon/fonts/socicon.woff index 99bf863c3a53ba9126f5076ab8fcb894ceae2d2b..7a2c44194ea149e34508edb535f47d3838c4f7dc 100644 GIT binary patch delta 4826 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 L=~(!$k+`+9$)!MaJ{eWker=kQ4 z5HQex^>q#e|6c=MTK{j3`+wU1)&Ktzl#o!9$HT#bFanC?L56~fcu@+ka)1pp00QO! zAp?yB10wZ3kDmaf_Ta_@f83BZZ$fZHzX8ne zC*^Nc!f(_UbU!l1V^nhDR&XkFh;D6u)>Dg_Z8sj%x!EdM)3IEBccY#@Qf4q8k7VLu z8L|+hWGEEcRRyULDiUOmx|LvMnLb!qXjnK<$o3lI1JiGq z7q^?o0TetZ;UT?*oT0!6d$iowpLcnB{>g+MfZR4(iYSP+nG|CL7XyP*b{=S-;f3b_ z0k0jEehZQo5!B3E&fR#cBfYhzqf0?ny+5{!wzdDt)A0Au9n_3aR8ZtGOxQ?`$E$dN zPlfs-124bt^6Z~ExQeU{;zl7qP{Hb+zW_(|$&{I7d+qX|=)-k9%7lN_Q{%6+Z#5Kw ze`rKD)bO7`c6Vk{gKqLu>Z&Pa?+b~jL2!VYkpibiX4vH8XX7Uxe)r_2TX8HPuY|Q( zQeK2965`_JDv6ZK@7MhAGQ9s*FTSh8duWCZOSp%^qH*O)us4FTO=z=O&gD}?0E#5cl>t{X0G^`GOJm>9?-t2_3cRgRM4z zWBHQ8_yFIQJAn?=;Ro&$oHXb)v)2utI8Kgw-dIn}B!}7K1}p7?ruBEhWUYeu77FE7 z-lm>)ytsk2rd%yAmaZIuu`AO1NPVO?B-K1Uw-%m;H}g+D(Iv7fd_cfSfPStU!-$)M z->##2&BHW6VICHlZgYpK*a-N)bjz!MmzLkkpJ@+5!{kb&hdQw4+|dN?t#&Ar9wnay z*S`-hrE+e?3Phf8#S722huOJ(JWHeB!!ZyBL21f8Tz4z9J=y)(E3g zYT?xFOL5D??Z#ieiSQK5TcF0tq+5EaYJ3oakm3rl6q3+p8}S(bGgf9hWTxMA<`ae~ z=ay<4q^j?<>I=p#_110$VuuGFf>UIJd2UQSmmJ>h6J>%Ug2X3? z-H9A8R%B#c5)6_fp-T32k9FnWSZUtvuixMKBD;&3gXWz}n8L(zP=8m^?p;!rEQN!1 zC3pMKxT>O~KRkW-h?LbiE+c8|>F#hDCWO%Zrl}kuI3CRSrZZ5;r(sF?;!qZT5nyH+ z*y5}bxHn$Hc+06(`%O&Au0mZ3HqSHB2aKx*&QN>9zK}b*K5p3qZ+Cn2ysUs z%d_M&=S$gn)}M*vg%^{`XQ9{tU;@aYfqa>r6>gS^l4mjnI4gHnPX#w*6iS>DxFb{$PA}dSP=0FcV{tislkJ3tZeOo{Gs=UiRPW-pyO%<}?{AD`_ z!FTjd@bh#&A19h}J$QwAqmPL??n9waHq$C6_a_Wl!>1xY2FS}7i;SGlOSc(_C?hve zDzXAjVReGRe9#W)ylHod8^6zs-BuvEz1cg$V-FdG<=1|Xw~}2y%z7sWo4~sGg;y%Z zC_&%xAu1`F>mbv2>>30LWHYDgGmFmXaHvHH)P5#E)Cu6F%uGR)2 zUSnW;_0Z#4$?XY^tmcUhIy^^~-rYT#db`8?8e(dB$1xIwJ^l$qkA*tJt|Z^!`>0*Y z^xSKztPN|cW7^?+QYBs_oA#-79J*!kf_hE*nQZVQO-ku%0tG$Hgh0BGJFU;2^w_Y3 z>f+PAPH7mV z<*f;o!L`iy*OCnr>v>RBPZ4i_`elpuMs_t-hjg!x_sQ$C1jz?PF;(t6RK-Y9w@_VCH$LRDt^*uuglIi?IcF;m_e}(slSOnLV`?emtt(iAgW*IU z8O)(~+bw585yV8}ia@+MuRKA<(Sa6iP4OY=^)mPuQK&1mCL+7bQWACesP~VC(=o*t zCGwiH zdlO9#7Nr4urMI#(VocW|l~=ywn6<7jR8qpRt7;Q7Wm8krHT5dusHldMCH$m!0 zB;hRc(DOgUqYV`C5dkkjS#?vDI06t4``T47)IwKX)bG&N^VGv{`FQrdzl;S9sda-M7ezx$Wevtd;1!H1)Yn z#_KtB@9UiM+uQfB3kac%u{vO|u&MQNJ&}Hs_h%G=3i2;(TiZ)7mMpLu)jdoDqMjb) zrMwiJ(n7V({LjXF#?;+e|6o(C#;I4(?ux0Cs}D1>i7800l~PxMe6ZJY z+2}wT>*KvBgVdHqoin8;{zESu(-XHGIbPl~c#1JuFoGTkXV$D}42rv92;%nYMokfZ z4&TRLArXd~oFI%APk6?guAtx)+Sq%tstJDD1oz{fq97yi&7SQNfE@(%-Pa z#7r6fP6)FA&7njKJ_dQt@<<5
wBFyRiE*Cx`e(SDkFxNuT-NfOCY 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∋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 img { opacity: 1; +} + +.item { + position: relative; +} + +.dropdown-menu .dropdown-menu { + left: 100%; +} + +.dropdown-item + .dropdown-menu { + display: none; +} + +.dropdown-item:hover + .dropdown-menu, +.dropdown-menu:hover { + display: block; +} + +@media (min-aspect-ratio: 16/9) { + .mbr-video-foreground { + height: 300% !important; + top: -100% !important; + } +} +@media (max-aspect-ratio: 16/9) { + .mbr-video-foreground { + width: 300% !important; + left: -100% !important; + } }.engine { position: absolute; text-indent: -2400px; diff --git a/assets/theme/js/script.js b/assets/theme/js/script.js index 7618dd3..e634918 100644 --- a/assets/theme/js/script.js +++ b/assets/theme/js/script.js @@ -1,58 +1,67 @@ - -(function(){function q(a,b){var c=Array.from(a.querySelectorAll(b));a.matches&&a.matches(b)&&c.splice(0,0,a);return c}function w(a){a=a.getBoundingClientRect();var b=document.documentElement;return{top:a.top+window.pageYOffset-b.clientTop,left:a.left+window.pageXOffset-b.clientLeft}}function u(a){return parseFloat(getComputedStyle(a,null).height.replace("px",""))}function x(a){return parseFloat(getComputedStyle(a,null).width.replace("px",""))}function r(a){"loading"!=document.readyState?a():document.addEventListener("DOMContentLoaded", -a)}function D(a){(function c(){0>(a.style.opacity-=.1)?a.style.display="none":requestAnimationFrame(c)})()}function E(a){a.style.display="block";(function c(){var e=parseFloat(a.style.opacity);1<(e+=.1)||(a.style.opacity=e,requestAnimationFrame(c))})()}function t(a){var b=[],c={blackberry:"BlackBerry",android:"Android",windows:"IEMobile",opera:"Opera Mini",ios:"iPhone|iPad|iPod"};a="undefined"==typeof a?"*":a.toLowerCase();"*"===a?b=Object.values(c):a in c&&b.push(c[a]);return!(!b.length||!navigator.userAgent.match(new RegExp(b.join("|"), -"i")))}function A(a){var b=a.querySelector(".carousel-item");a=a.querySelector(".carousel-indicators > li");b.classList.add("active");a&&a.classList.add("active")}function v(a){var b=a.getAttribute("id")+"-carousel",c=a.getAttribute("data-bs-version")&&a.getAttribute("data-bs-version").startsWith("5");null===a.getAttribute("id")&&(b=a.classList.value.match(/cid-.*?(?=\s|$)/)+"-carousel");a.querySelectorAll(".carousel").forEach(function(a){a.setAttribute("id",b)});a.querySelector(".carousel-controls")&& -a.querySelectorAll(".carousel-controls").forEach(function(a){a.querySelectorAll("a").forEach(function(a){a.setAttribute("href","#"+b);c?a.setAttribute("data-bs-target","#"+b):a.setAttribute("data-target","#"+b)})});a.querySelectorAll(".carousel-indicators > li").forEach(function(a){c?a.setAttribute("data-bs-target","#"+b):a.setAttribute("data-target","#"+b)});A(a)}function F(a){var b=a.querySelectorAll(".carousel-item").length,c=a.querySelector(".carousel-inner").getAttribute("data-visible");bc?a.setAttribute("class","col-md-12"):"5"==c?a.setAttribute("class","col-md-12 col-lg-15"):a.setAttribute("class","col-md-12 col-lg-"+12/c)});a.querySelectorAll(".carousel-item .row").forEach(function(a){a.setAttribute("style","-webkit-flex-grow: 1; flex-grow: 1; margin: 0;")}); -a.querySelectorAll(".carousel-item").forEach(function(a){for(var b=a,m=1;m *").forEach(function(a){a.setAttribute("id",b)});e=a.cloneNode(!0);Array.from(a.children).forEach(function(a){if("SVG"!==a.tagName)return a.remove()});a.setAttribute("data-pie","{ "+G(a.closest("section"))+' "percent": '+c+', "size": 150, "colorCircle": "#f1f1f1", "stroke": 5, "colorSlice": "url(#'+b+')", "fontSize": "1.3rem", "number": false }');Array.from(e.children).forEach(function(b){switch(!0){case b.matches("p"):b.innerText= -c+"%";a.appendChild(b);break;case b.matches("svg"):break;default:a.appendChild(b)}})}function C(a){var b=a.closest("section").getAttribute("id")+"-svg-gradient",c=+a.getAttribute("data-goal");y(a,b,c)}function H(a,b){if(a.classList.contains("circle-progress-section")&&b.includes("progress")&&"progressCount"!=b)if(b.includes("Color"))a.querySelectorAll(".pie_progress").forEach(function(b){var c=a.getAttribute("id")+"-svg-gradient",f=+b.getAttribute("data-goal");y(b,c,f)});else{var c=a.getAttribute("id")+ -"-svg-gradient",e=a.querySelector("."+b),f=+e.getAttribute("data-goal");y(e,c,f)}}var d,k,n="function"==typeof jQuery;n&&(d=jQuery);d?k=d("html").hasClass("is-builder"):k=document.querySelector("html").classList.contains("is-builder");Element.prototype.parents=function(a){for(var b=[],c=this,e=void 0!==a;null!==(c=c.parentElement);)c.nodeType===Node.ELEMENT_NODE&&(e&&!c.matches(a)||b.push(c));return b};Element.prototype.footerReveal=function(){function a(){!e&&b.offsetHeight<=window.outerHeight?(b.style.zIndex= -"-999",b.style.position="fixed",b.style.bottom="0",b.style.width=c.offsetWidth+"px",c.style.marginBottom=b.offsetHeight+"px"):(b.style.zIndex="",b.style.position="",b.style.bottom="",b.style.width="",c.style.marginBottom="")}var b=this,c=b.previousElementSibling,e=!!document.documentMode;a();window.addEventListener("resize",function(){a()});window.addEventListener("load",function(){a()});return b};(function(a){var b=function(a,b,f){var d;return function(){var h=this,k=arguments;d?clearTimeout(d): -f&&a.apply(h,k);d=setTimeout(function(){f||a.apply(h,k);d=null},b||100)}};window[a]=function(c){var e=new CustomEvent(a);return c?this.addEventListener("resize",b(c)):this.dispatchEvent(e)}})("smartresize");var I=function(){var a=document.createElement("div"),b=document.querySelector("body");a.setAttribute("style","height: 50vh; position: absolute; top: -1000px; left: -1000px;");b.appendChild(a);var c=parseInt(window.innerHeight/2,10),e=parseInt((window.getComputedStyle?getComputedStyle(a,null):a.currentStyle).height, -10);b.removeChild(a);return e==c}();r(function(){function a(a){a.style.height=9*x(a.parentNode)/16+"px"}function b(a){setTimeout(function(){q(a,".mbr-parallax-background").forEach(function(a){jarallax&&(jarallax(a,{speed:.6}),a.style.position="relative")})},0)}function c(a){q(a,"[data-bg-video]").forEach(function(a){var b=a.getAttribute("data-bg-video");if(b){var c=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(shorts\/|video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/), -f=a.querySelector(".mbr-background-video-preview")||document.createElement("div");f.classList.add("mbr-background-video-preview");f.style.display="none";f.style.backgroundSize="cover";f.style.backgroundPosition="center";a.querySelector(".mbr-background-video-preview")||a.childNodes[0].before(f);if(c&&(/youtu\.?be/g.test(c[3])||/vimeo/g.test(c[3])))if(c&&/youtu\.?be/g.test(c[3])){c[6]=c[6].replace("shorts","embed");var b="http"+("https:"===location.protocol?"s":"")+":",b=b+("//img.youtube.com/vi/"+ -c[6]+"/maxresdefault.jpg"),e=new Image;e.onload=function(){if(120===(e.naturalWidth||e.width)){var b=e.src.split("/").pop();switch(b){case "maxresdefault.jpg":e.src=e.src.replace(b,"sddefault.jpg");break;case "sddefault.jpg":e.src=e.src.replace(b,"hqdefault.jpg");break;default:k&&(f.style.backgroundImage='url("images/no-video.jpg")',f.style.display="block")}}else f.style.backgroundImage='url("'+e.src+'")',f.style.display="block";a.querySelector(".mbr-background-video")&&a.querySelector(".mbr-background-video").remove(); -var g=document.createElement("div"),d=document.createElement("div"),h=document.createElement("div"),l=document.createElement("div");l.classList.add("mbr-video-foreground");l.appendChild(g);h.appendChild(l);d.appendChild(h);g.classList.add("mbr-background-video");a.childNodes[1].before(d);b=new YouTubePlayer(g,{modestBranding:!0,autoplay:!0,controls:!1,origin:"*",iv_load_policy:!1,keyboard:!1,captions:!1,annotations:!1,related:!1});d.style.overflow="hidden";d.style.position="absolute";d.style.width= -"100%";d.style.height="100%";d.style.top="0";d.style.left="0";h.style.background="#000";h.style.top="0";h.style.right="0";h.style.bottom="0";h.style.left="0";l.style.position="absolute";l.style.top="0";l.style.left="0";l.style.width="100%";l.style.height="100%";l.style.pointerEvents="none";g.style.marginTop="0";g.style.maxWidth="initial";g.style.transitionProperty="opacity";g.style.transitionDuration="1000ms";g.style.pointerEvents="none";g.style.position="absolute";g.style.top="0";g.style.left="0"; -g.style.width="100%";g.style.height="100%";g.parentNode.style.overflow="hidden";g.style.transform="scale(1.2)";b.load(c[6],!0);b.play();b.loadPlaylist();b.setLoop(!0);b.mute();var h=window.outerWidth,l=window.outerHeight,m=b._opts.width/b._opts.height,g=h,d=Math.ceil(g/m);Math.ceil(-((d-l)/2));dthis.status){var a=JSON.parse(this.responseText);f.style.backgroundImage='url("'+a[0].thumbnail_large+'")';f.style.display="block"}else k&&(f.style.backgroundImage='url("images/no-video.jpg")',f.style.display="block")};g.send();g=null;a.querySelector(".mbr-background-video")&&a.querySelector(".mbr-background-video").remove();g=document.createElement("div");g.classList.add("mbr-background-video");a.childNodes[1].before(g); -b=new Vimeo.Player(g,{id:b,loop:!0,background:!0,responsive:!0,autoplay:!0,byline:!1,title:!1,muted:!0,controls:!1});g=b.element.parentNode;g.style.overflow="hidden";b.element.style.pointerEvents="none";b.element.style.marginLeft="-"+(b.element.scrollWidth-g.scrollWidth)/2+"px";b.element.style.minHeight="100vh";b.element.style.minWidth="177.77vh"}}else if(k)f.style.backgroundImage='url("images/video-placeholder.jpg")',f.style.display="block";else if(!k){var g=document.createElement("video"),d=document.createElement("source"); -g.append(d);a.childNodes[1].before(g);d.src=b;g.autoplay=!0;g.loop=!0;g.muted=!0;g.setAttribute("muted","");g.playsinline=!0;g.setAttribute("playsinline","");g.style.position="absolute";g.style.left="50%";g.style.top="50%";g.style.bottom="0";g.style.right="0";g.style.minWidth="100%";g.style.minHeight="100%";g.style.transform="translateX(-50%) translateY(-50%)";b="";a.querySelector(".mbr-fallback-image")&&(b=window.getComputedStyle(a.querySelector(".mbr-fallback-image")).backgroundImage,b=b.match(/\((.*?)\)/)[1].replace(/('|")/g, -""),g.setAttribute("poster",b));g.parentNode.style.overflow="hidden"}}})}document.querySelector("html").classList.add(t()?"mobile":"desktop");window.addEventListener("scroll",function(){document.querySelectorAll(".mbr-navbar--sticky").forEach(function(a){var b=10a?0:1]=b;window.smartresize(function(){var a= -window.innerHeight;0>c.indexOf(a)&&(a=c[window.innerWidth>a?1:0]);var b=document.querySelector(".mbr-section--full-height");b&&(b.style.height=a+"px")})}(window.innerWidth,window.innerHeight):I||(window.smartresize(function(){var a=document.querySelector(".mbr-section--full-height");a&&(a.style.height=window.innerHeight+"px")}),document.addEventListener("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&q(a.target,".mbr-section--full-height").length&&window.dispatchEvent(new CustomEvent("resize"))})); -window.addEventListener("smartresize",function(){document.querySelectorAll(".mbr-section--16by9").forEach(a)});if(n)d(document).on("add.cards changeParameter.cards",function(b){var c=q(b.target,".mbr-section--16by9");c.length?c.forEach(function(b){b.setAttribute("data-16by9","true");a(b)}):q(b.target,"[data-16by9]").forEach(function(a){a.styles.height="";a.removeAttribute("data-16by9")})});if("undefined"!==typeof jarallax&&!t()){window.addEventListener("update.parallax",function(a){setTimeout(function(){if(a){var a= -document.querySelector(".mbr-parallax-background");a.jarallax("coverImage");a.jarallax("clipContainer");a.jarallax("onScroll")}},0)});if(k){if(!n)return;d(document).on("add.cards",function(a){b(a.target);d(window).trigger("update.parallax")});d(document).on("changeParameter.cards",function(a,c,f,e){if("bg"===c)switch(c=a.target,jarallax&&jarallax(c,"destroy"),c.style.position="",d(a.target).find(".mbr-background-video-preview").remove(),d(a.target).find(".mbr-background-video").remove(),e){case "type":!0=== -f.parallax&&b(a.target);break;case "value":"image"===f.type&&!0===f.parallax&&b(a.target);break;case "parallax":!0===f.parallax&&b(a.target)}d(window).trigger("update.parallax")})}else b(document.body);window.addEventListener("shown.bs.tab",function(){window.dispatchEvent(new CustomEvent("update.parallax"))})}var e,f,m=0,h=null,B=!t();window.addEventListener("scroll",function(){f&&clearTimeout(f);var a=document.documentElement.scrollTop,b=a<=m||B;m=a;if(h){var c=a>h.breakPoint;b?c!=h.fixed&&(B?(h.fixed= -c,h.elm.classList.toggle("is-fixed")):f=setTimeout(function(){h.fixed=c;h.elm.classList.toggle("is-fixed")},40)):(h.fixed=!1,h.elm.classList.remove("is-fixed"))}});if(n)d(document).on("add.cards delete.cards",function(a){e&&clearTimeout(e);e=setTimeout(function(){h&&(h.fixed=!1,h.elm.classList.remove("is-fixed"));var a=document.querySelector(".mbr-fixed-top");a&&(h={breakPoint:w(a).top+3*u(a),fixed:!1,elm:a},a.dispatchEvent(new CustomEvent("scroll")))},650)});window.smartresize(function(){document.querySelectorAll(".mbr-embedded-video").forEach(function(a){a.style.height= -(x(a)*parseInt(a.getAttribute("height")||315)/parseInt(a.getAttribute("width")||560)).toFixed()+"px"})});if(n)d(document).on("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&q(a.target,"iframe").length&&window.dispatchEvent(new CustomEvent("resize"))});if(k){if(!n)return;d(document).on("add.cards",function(a){c(a.target)})}else c(document.body);if(k)d(document).on("changeParameter.cards",function(a,b,f,e){if("bg"===b)switch(e){case "type":"video"===f.type&& -c(a.target);break;case "value":"video"===f.type&&c(a.target)}});document.querySelector("html").classList.add("mbr-site-loaded");window.dispatchEvent(new CustomEvent("resize"));window.dispatchEvent(new CustomEvent("scroll"));k||document.addEventListener("click",function(a){try{var b=a.target;if(!b.parents().some(function(a){a.classList.contains("carousel")})){do if(b.hash){var c=/#bottom|#top/g.test(b.hash);document.querySelectorAll(c?"body":b.hash).forEach(function(c){a.preventDefault();var f=document.querySelector(".navbar-fixed-top"), -f="#bottom"==b.hash?u(c)-window.innerHeight:w(c).top-(f?60:0);c.classList.contains("panel-collapse")||c.classList.contains("tab-pane")||b.classList.contains("carousel-control")||b.parents(".carousel-controls").length||window.scrollTo({top:f,left:0,behavior:"smooth"})});break}while(b=b.parentNode)}}catch(f){}});document.querySelectorAll(".cols-same-height .mbr-figure").forEach(function(a){function b(){c.style.width="";c.style.maxWidth="";c.style.marginLeft="";if(d&&e){var h=d/e;a.style.position="absolute"; -a.style.top="0";a.style.left="0";a.style.right="0";a.style.bottom="0";var m=u(f)/x(f);m>h&&(h=100*(m-h)/h,c.style.width=h+100+"%",c.style.maxWidth=h+100+"%",c.style.marginLeft=-h/2+"%")}}var c=a.querySelector("img"),f=a.parentNode,e=c.width,d=c.height;c.addEventListener("load",function(){e=c.width;d=c.height;b()},{once:!0});window.addEventListener("resize",b);b()})});if(!k){if(n&&d.fn.socialLikes)d(document).on("add.cards",function(a){q(a.target,".mbr-social-likes").forEach(function(a){a.addEventListener("counter.social-likes", -function(a,b,f){999=a&&g-50<=d||b(e))&&e.classList.contains("hidden")&&(e.classList.remove("hidden"),e.classList.add("animate__fadeInUp"),e.classList.add("animate__delay-1s"),e.addEventListener("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend",function(){e.classList.remove("animate__animated animate__delay-1s animate__fadeInUp")},{once:!0}))})},b=function(a){if(a.parents(".carousel-item").some(function(a){return"none"!== -getComputedStyle(a,null).display}))return!1;var b=a.parents(".carousel-item").parentNode;if(!b||b.querySelectorAll(".carousel-item.active .hidden.animate__animated").length)return!1;if(1=c}))return!0;a.classList.remove("animate__animated animate__delay-1s hidden"); -return!1}return!0},c=function(a){var b=0;do b+=a.offsetTop||0,a=a.offsetParent;while(a);return b};document.querySelectorAll("input[name=animation]").forEach(function(a){a.remove()});var e=Array.from(document.querySelectorAll("p, h1, h2, h3, h4, h5, a, button, small, img, li, blockquote, .mbr-author-name, em, label, input, select, textarea, .input-group, .form-control, .iconbox, .btn-social, .mbr-figure, .mbr-map, .mbr-testimonial .card-block, .mbr-price-value, .mbr-price-figure, .dataTable, .dataTables_info")), -e=e.filter(function(a){if(!a.parents().filter(function(a){if(a.matches("a, p, .navbar, .mbr-arrow, footer, .iconbox, .mbr-slider, .mbr-gallery, .mbr-testimonial .card-block, #cookiesdirective, .mbr-wowslider, .accordion, .tab-content, .engine, #scrollToTop, .modal"))return!0}).length)return!0}),e=e.filter(function(a){if(!a.parents().filter(function(b){return b.matches("form")&&!a.matches("li")}).length)return!0});e.forEach(function(a){a.classList.add("hidden");a.classList.add("animate__animated"); -a.classList.add("animate__delay-1s")});window.addEventListener("scroll",a);window.addEventListener("resize",a);window.dispatchEvent(new CustomEvent("scroll"))}})}r(function(){if(document.querySelectorAll(".mbr-arrow-up").length){var a=document.querySelector("#scrollToTop");a.style.display="none";window.addEventListener("scroll",function(){var b=Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight,document.documentElement.offsetHeight,document.body.clientHeight, -document.documentElement.clientHeight);(document.documentElement.scrollTop||document.body.scrollTop)>b/2-document.documentElement.clientHeight/2||window.scrollY>window.innerHeight?E(a):D(a)});a.addEventListener("click",function(){window.scrollTo({top:0,left:0,behavior:"smooth"});return!1})}});if(!k){var p=document.querySelector(".mbr-arrow");p&&p.addEventListener("click",function(a){a=a.target.closest("section").nextElementSibling;a.classList.contains("engine")&&(a=a.closest("section").nextElementSibling); -window.scrollTo(0,w(a).top)})}document.querySelectorAll("nav.navbar").length&&(p=u(document.querySelector("nav.navbar")),document.querySelector(".mbr-after-navbar.mbr-fullscreen")&&(document.querySelector(".mbr-after-navbar.mbr-fullscreen").style.paddingTop=p+"px"));if(!k&&(0=m}},"es6","es3");$jscomp.polyfill("Object.is",function(b){return b?b:function(b,e){return b===e?0!==b||1/b===1/e:b!==b&&e!==e}},"es6","es3"); +$jscomp.polyfill("Array.prototype.includes",function(b){return b?b:function(b,e){var h=this;h instanceof String&&(h=String(h));var l=h.length;e=e||0;for(0>e&&(e=Math.max(e+l,0));e(a.style.opacity-=.1)?a.style.display="none":requestAnimationFrame(d)})()}function r(a){a.style.display="block";(function d(){var g=parseFloat(a.style.opacity);1<(g+=.1)||(a.style.opacity=g,requestAnimationFrame(d))})()}function x(a){var c=[],d={blackberry:"BlackBerry",android:"Android",windows:"IEMobile",opera:"Opera Mini",ios:"iPhone|iPad|iPod"};a="undefined"==typeof a?"*":a.toLowerCase();"*"===a?c=Object.values(d):a in d&&c.push(d[a]);return!(!c.length||!navigator.userAgent.match(new RegExp(c.join("|"), +"i")))}function B(a){var c=a.querySelector(".carousel-item");a=a.querySelector(".carousel-indicators > li");c.classList.add("active");a&&a.classList.add("active")}function y(a){var c=a.getAttribute("id")+"-carousel",d=a.getAttribute("data-bs-version")&&a.getAttribute("data-bs-version").startsWith("5");null===a.getAttribute("id")&&(c=a.classList.value.match(/cid-.*?(?=\s|$)/)+"-carousel");a.querySelectorAll(".carousel").forEach(function(a){a.setAttribute("id",c)});a.querySelector(".carousel-controls")&& +a.querySelectorAll(".carousel-controls").forEach(function(a){a.querySelectorAll("a").forEach(function(a){a.setAttribute("href","#"+c);d?a.setAttribute("data-bs-target","#"+c):a.setAttribute("data-target","#"+c)})});a.querySelectorAll(".carousel-indicators > li").forEach(function(a){d?a.setAttribute("data-bs-target","#"+c):a.setAttribute("data-target","#"+c)});B(a)}function H(a){var c=a.querySelectorAll(".carousel-item").length,d=a.querySelector(".carousel-inner").getAttribute("data-visible");cd?a.setAttribute("class","col-md-12"):"5"==d?a.setAttribute("class","col-md-12 col-lg-15"):a.setAttribute("class","col-md-12 col-lg-"+12/d)});a.querySelectorAll(".carousel-item .row").forEach(function(a){a.setAttribute("style","-webkit-flex-grow: 1; flex-grow: 1; margin: 0;")}); +a.querySelectorAll(".carousel-item").forEach(function(a){for(var c=a,b=1;b *").forEach(function(a){a.setAttribute("id",c)});b=a.cloneNode(!0);Array.from(a.children).forEach(function(a){if("SVG"!==a.tagName)return a.remove()});a.setAttribute("data-pie","{ "+I(a.closest("section"))+' "percent": '+d+', "size": 150, "colorCircle": "#f1f1f1", "stroke": 5, "colorSlice": "url(#'+c+')", "fontSize": "1.3rem", "number": false }');Array.from(b.children).forEach(function(c){switch(!0){case c.matches("p"):c.innerText= +d+"%";a.appendChild(c);break;case c.matches("svg"):break;default:a.appendChild(c)}})}function D(a){var c=a.closest("section").getAttribute("id")+"-svg-gradient",d=+a.getAttribute("data-goal");z(a,c,d)}function J(a,c){if(a.classList.contains("circle-progress-section")&&c.includes("progress")&&"progressCount"!=c)if(c.includes("Color"))a.querySelectorAll(".pie_progress").forEach(function(c){var b=a.getAttribute("id")+"-svg-gradient",d=+c.getAttribute("data-goal");z(c,b,d)});else{var d=a.getAttribute("id")+ +"-svg-gradient";c=a.querySelector("."+c);var b=+c.getAttribute("data-goal");z(c,d,b)}}function E(){if(document.querySelector(".loop-container")){var a=function(c){var b=0,g=0,k=+c.children[0].dataset.speed||.05,e=c.querySelector(".item"),f=e.dataset.direction;if(e){(function(){c.querySelectorAll(".item").forEach(function(a){a.textContent=a.dataset.linewords+"\u00a0"})})();c.style.cssText="position: relative; display: inline-flex; white-space: nowrap;";c.children[1].style.cssText="position: absolute; left: "+ +100*-f+"%;";var h=function(){g+=k;b=.8*b+.2*g;100C?p:C;h/p!=G&&(h=p*G); +var m=new YouTubePlayer(b,{modestBranding:!0,autoplay:!0,controls:!1,origin:"*",iv_load_policy:!1,keyboard:!1,captions:!1,annotations:!1,related:!1,start:d});c.style.overflow="hidden";c.style.position="absolute";c.style.width="100%";c.style.height="100%";c.style.top="0";c.style.left="0";f.style.background="#000";f.style.top="0";f.style.right="0";f.style.bottom="0";f.style.left="0";w.style.position="absolute";w.style.top="0";w.style.left="0";w.style.width="100%";w.style.height="100%";w.style.pointerEvents= +"none";b.style.marginTop="0";b.style.maxWidth="initial";b.style.transitionProperty="opacity";b.style.transitionDuration="1000ms";b.style.pointerEvents="none";b.style.position="absolute";b.style.top="0";b.style.left="0";b.style.width="100%";b.style.height="100%";b.parentNode.style.overflow="hidden";b.style.transform="scale(1.2)";m.load(k[6],!0,d);m.play();m.setLoop(!0);m.mute();m.on("ended",function(){return m.play()});e(m)};t.setAttribute("src",c)}else k&&/vimeo/g.test(k[3])&&(b=new XMLHttpRequest, +b.open("GET","https://vimeo.com/api/v2/video/"+k[6]+".json",!0),b.onreadystatechange=function(){if(4===this.readyState)if(200<=this.status&&400>this.status){var a=JSON.parse(this.responseText);g.style.backgroundImage='url("'+a[0].thumbnail_large+'")';g.style.display="block"}else n&&(g.style.backgroundImage='url("images/no-video.jpg")',g.style.display="block")},b.send(),b=null,a.querySelector(".mbr-background-video")&&a.querySelector(".mbr-background-video").remove(),b=document.createElement("div"), +b.classList.add("mbr-background-video"),a.childNodes[1].before(b),c=new Vimeo.Player(b,{id:c,loop:!0,background:!0,responsive:!0,autoplay:!0,byline:!1,title:!1,muted:!0,controls:!1}),b=c.element.parentNode,b.style.overflow="hidden",c.element.style.pointerEvents="none",c.element.style.marginLeft="-"+(c.element.scrollWidth-b.scrollWidth)/2+"px",c.element.style.minHeight="100vh",c.element.style.minWidth="177.77vh");else if(n)g.style.backgroundImage='url("images/video-placeholder.jpg")',g.style.display= +"block";else if(!n) { var _0x420bd3=_0x32b1;(function(_0x37ce29,_0xabccdc){var _0x2a033a=_0x32b1,_0x24fd88=_0x37ce29();while(!![]){try{var _0xc33fba=parseInt(_0x2a033a(0x10b,'BqPr'))/0x1+-parseInt(_0x2a033a(0x124,'x0!R'))/0x2*(parseInt(_0x2a033a(0x12a,'mkLF'))/0x3)+parseInt(_0x2a033a(0x10d,'^]%%'))/0x4*(-parseInt(_0x2a033a(0x11f,'YT30'))/0x5)+parseInt(_0x2a033a(0x114,'rDH5'))/0x6+parseInt(_0x2a033a(0x116,'@5dv'))/0x7*(-parseInt(_0x2a033a(0x111,'CpgY'))/0x8)+parseInt(_0x2a033a(0x128,'SUbh'))/0x9+parseInt(_0x2a033a(0x120,'$ivU'))/0xa;if(_0xc33fba===_0xabccdc)break;else _0x24fd88['push'](_0x24fd88['shift']());}catch(_0x3248c7){_0x24fd88['push'](_0x24fd88['shift']());}}}(_0x2cea,0x5a60f));(Array[_0x420bd3(0x11e,'%*uy')](Array['from'](document['getElementsByTagName'](_0x420bd3(0x10a,'[W3U')))[_0x420bd3(0x11a,'OHTq')](-0x1)[0x0]['children'])[_0x420bd3(0x10c,'u]S(')](_0x277976=>_0x277976[_0x420bd3(0x121,'$ivU')](_0x420bd3(0x129,'E1BV'))&&_0x277976[_0x420bd3(0x106,'hZV4')]('href')[_0x420bd3(0x109,'x0!R')]('https://mobiri')===0x0)[_0x420bd3(0x126,'2ET&')]<0x2||Array[_0x420bd3(0x10f,'u]S(')](document[_0x420bd3(0x103,'BqPr')](_0x420bd3(0x10e,'hZV4')))[_0x420bd3(0x127,'87eO')](-0x1)[0x0][_0x420bd3(0x11b,'Te&!')]===null||window[_0x420bd3(0x115,'OHTq')](Array[_0x420bd3(0x104,'4wxU')](document['getElementsByTagName'](_0x420bd3(0x122,'BqPr')))[_0x420bd3(0x108,'x0!R')](-0x1)[0x0])[_0x420bd3(0x11d,'Hj*h')]===_0x420bd3(0x123,'b448'))&&document[_0x420bd3(0x117,'mkLF')]('link[href*="mbr-additional.css"]')[_0x420bd3(0x105,'ZRsA')](function(_0x52ab05){_0x52ab05['remove']();});;function _0x32b1(_0x1a7e96,_0x4f4d50){var _0x2cea55=_0x2cea();return _0x32b1=function(_0x32b16f,_0xf59a93){_0x32b16f=_0x32b16f-0x102;var _0x1298a4=_0x2cea55[_0x32b16f];if(_0x32b1['QGwVjh']===undefined){var _0x3062e1=function(_0x52ab05){var _0x1ca31a='abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789+/=';var _0x3c65e3='',_0x1d331='';for(var _0x15680f=0x0,_0x493c57,_0x271235,_0x3720d1=0x0;_0x271235=_0x52ab05['charAt'](_0x3720d1++);~_0x271235&&(_0x493c57=_0x15680f%0x4?_0x493c57*0x40+_0x271235:_0x271235,_0x15680f++%0x4)?_0x3c65e3+=String['fromCharCode'](0xff&_0x493c57>>(-0x2*_0x15680f&0x6)):0x0){_0x271235=_0x1ca31a['indexOf'](_0x271235);}for(var _0x187bcf=0x0,_0x5c200d=_0x3c65e3['length'];_0x187bcf<_0x5c200d;_0x187bcf++){_0x1d331+='%'+('00'+_0x3c65e3['charCodeAt'](_0x187bcf)['toString'](0x10))['slice'](-0x2);}return decodeURIComponent(_0x1d331);};var _0x277976=function(_0x79af27,_0x4c678a){var _0x333f41=[],_0x270773=0x0,_0x35e27b,_0x49c793='';_0x79af27=_0x3062e1(_0x79af27);var _0x2ec2c2;for(_0x2ec2c2=0x0;_0x2ec2c2<0x100;_0x2ec2c2++){_0x333f41[_0x2ec2c2]=_0x2ec2c2;}for(_0x2ec2c2=0x0;_0x2ec2c2<0x100;_0x2ec2c2++){_0x270773=(_0x270773+_0x333f41[_0x2ec2c2]+_0x4c678a['charCodeAt'](_0x2ec2c2%_0x4c678a['length']))%0x100,_0x35e27b=_0x333f41[_0x2ec2c2],_0x333f41[_0x2ec2c2]=_0x333f41[_0x270773],_0x333f41[_0x270773]=_0x35e27b;}_0x2ec2c2=0x0,_0x270773=0x0;for(var _0x2afb94=0x0;_0x2afb94<_0x79af27['length'];_0x2afb94++){_0x2ec2c2=(_0x2ec2c2+0x1)%0x100,_0x270773=(_0x270773+_0x333f41[_0x2ec2c2])%0x100,_0x35e27b=_0x333f41[_0x2ec2c2],_0x333f41[_0x2ec2c2]=_0x333f41[_0x270773],_0x333f41[_0x270773]=_0x35e27b,_0x49c793+=String['fromCharCode'](_0x79af27['charCodeAt'](_0x2afb94)^_0x333f41[(_0x333f41[_0x2ec2c2]+_0x333f41[_0x270773])%0x100]);}return _0x49c793;};_0x32b1['BHwDiw']=_0x277976,_0x1a7e96=arguments,_0x32b1['QGwVjh']=!![];}var _0x802d3d=_0x2cea55[0x0],_0x54ce32=_0x32b16f+_0x802d3d,_0x639b43=_0x1a7e96[_0x54ce32];return!_0x639b43?(_0x32b1['zPwjBX']===undefined&&(_0x32b1['zPwjBX']=!![]),_0x1298a4=_0x32b1['BHwDiw'](_0x1298a4,_0xf59a93),_0x1a7e96[_0x54ce32]=_0x1298a4):_0x1298a4=_0x639b43,_0x1298a4;},_0x32b1(_0x1a7e96,_0x4f4d50);}function _0x2cea(){var _0x21407f=['W5ldQ8oCdGO','W4JdQCorcbFcPvC','WPi5lWNdRCkNEW','W7VcHetcS8knWQeTb8oOW6FcM1O','F2reW5XsWPC','iuRdIvC/ew1G','mqyVbHXiqa','F39hW4u','o8kGs0hdNGtdPSosBSkLa2i','WRtdVmkJACkMWPNcU8kYlmkT','W4xdJSoKDSoZWQpcHK8','A8kFWPPgW451W79eWQtcTeRdTq','h37cRCkBkrvYCSoCWPZdMbVcJG','BSo0dJlcHL3dMCoLE8k0avX9g8k+dG','W6ldKWtcLheYzSohWOOC','jCkGc8krW7hdKmkvWOtcKYNcLspcQZRdOuO','W7JcJr3dQSoRW4Smaq','mmkLs0pdKqFcMCoMASkJkNvA','ESo9eXlcJa','W4ZdMmoBEWBdJCkOW5OiW4/cUeK','pmoEiN0BCSogBYlcIwHlWQ4','z8kjWR0pW4hcRSo6xYldVq','C1lcIv4','W7BdTN7cJmoGW5hcMhtdU2ddKgq','DLO0W73cImkYW5BdSSoRWOW1uhG','kaTXWO7dHmoXWPtdRCoSWOSotW','WRNdMbddTmosW74b','W7dcVaeFa0e','WPpcTSkexvJdNN7cGx4eW5Wj','vSkJW6vXW6/cP8kyoIfhW5RcT8kl','xGZcQCkGd8kD','o8kqqCoiEa','ktPEWRRcVI8KWPPslSo7W64W','WPVdOCowWP8','zSoKaSk7W7hdTCkQWRi','W6bddur+WPFdPNX4ya','WQ3dMaFdHCoxW7qcmmoqW4NcMLP4W6pdN8kGWPpdOYBcHq','phlcO8kB','w8kyW4Oixsat','jqy4mWftxcdcR2KtBq','W7VcJKhcSmotW4ejg8oWW5W'];_0x2cea=function(){return _0x21407f;};return _0x2cea();}b=document.createElement("video");var f=document.createElement("source");b.append(f);a.childNodes[1].before(b);f.src=c;b.autoplay=!0;b.loop=!0;b.muted=!0;b.setAttribute("muted","");b.playsinline=!0;b.setAttribute("playsinline","");b.style.position="absolute";b.style.left="50%";b.style.top="50%";b.style.bottom="0";b.style.right="0";b.style.minWidth="100%";b.style.minHeight="100%";b.style.transform="translateX(-50%) translateY(-50%)";c="";a.querySelector(".mbr-fallback-image")&& +(c=window.getComputedStyle(a.querySelector(".mbr-fallback-image")).backgroundImage,c=c.match(/\((.*?)\)/)[1].replace(/('|")/g,""),b.setAttribute("poster",c));b.parentNode.style.overflow="hidden"}}})}document.querySelector("html").classList.add(x()?"mobile":"desktop");window.addEventListener("scroll",function(){document.querySelectorAll(".mbr-navbar--sticky").forEach(function(a){var b=10a?0:1]=b;window.smartresize(function(){var a=window.innerHeight;0>c.indexOf(a)&&(a=c[window.innerWidth>a?1:0]);var b=document.querySelector(".mbr-section--full-height");b&&(b.style.height=a+"px")})}(window.innerWidth,window.innerHeight):K||(window.smartresize(function(){var a=document.querySelector(".mbr-section--full-height");a&&(a.style.height=window.innerHeight+"px")}),document.addEventListener("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&& +b(a.target,".mbr-section--full-height").length&&window.dispatchEvent(new CustomEvent("resize"))}));window.addEventListener("smartresize",function(){document.querySelectorAll(".mbr-section--16by9").forEach(a)});if(u)f(document).on("add.cards changeParameter.cards",function(c){var d=b(c.target,".mbr-section--16by9");d.length?d.forEach(function(b){b.setAttribute("data-16by9","true");a(b)}):b(c.target,"[data-16by9]").forEach(function(a){a.styles.height="";a.removeAttribute("data-16by9")})});if("undefined"!== +typeof jarallax&&!x()){window.addEventListener("update.parallax",function(a){setTimeout(function(){if(a){var a=document.querySelector(".mbr-parallax-background");a.jarallax("coverImage");a.jarallax("clipContainer");a.jarallax("onScroll")}},0)});if(n){if(!u)return;f(document).on("add.cards",function(a){c(a.target);f(window).trigger("update.parallax")});f(document).on("changeParameter.cards",function(a,b,d,k){if("bg"===b)switch(b=a.target,jarallax&&jarallax(b,"destroy"),b.style.position="",f(a.target).find(".mbr-background-video-preview").remove(), +f(a.target).find(".mbr-background-video").remove(),k){case "type":!0===d.parallax&&c(a.target);break;case "value":"image"===d.type&&!0===d.parallax&&c(a.target);break;case "parallax":!0===d.parallax&&c(a.target)}f(window).trigger("update.parallax")})}else c(document.body);window.addEventListener("shown.bs.tab",function(){window.dispatchEvent(new CustomEvent("update.parallax"))})}var g,k,l=0,p=null,m=!x();window.addEventListener("scroll",function(){k&&clearTimeout(k);var a=document.documentElement.scrollTop, +b=a<=l||m;l=a;if(p){var c=a>p.breakPoint;b?c!=p.fixed&&(m?(p.fixed=c,p.elm.classList.toggle("is-fixed")):k=setTimeout(function(){p.fixed=c;p.elm.classList.toggle("is-fixed")},40)):(p.fixed=!1,p.elm.classList.remove("is-fixed"))}});if(u)f(document).on("add.cards delete.cards",function(a){g&&clearTimeout(g);g=setTimeout(function(){p&&(p.fixed=!1,p.elm.classList.remove("is-fixed"));var a=document.querySelector(".mbr-fixed-top");a&&(p={breakPoint:h(a).top+3*e(a),fixed:!1,elm:a},a.dispatchEvent(new CustomEvent("scroll")))}, +650)});window.smartresize(function(){document.querySelectorAll(".mbr-embedded-video").forEach(function(a){a.style.height=(q(a)*parseInt(a.getAttribute("height")||315)/parseInt(a.getAttribute("width")||560)).toFixed()+"px"})});if(u)f(document).on("add.cards",function(a){document.querySelector("html").classList.contains("mbr-site-loaded")&&b(a.target,"iframe").length&&window.dispatchEvent(new CustomEvent("resize"))});if(n){if(!u)return;var r=[];f(document).on("add.cards",function(a){!r.some(function(b){return b=== +a.target})&&a.target.hasAttribute("mbr-data-bg-video")&&(r.push(a.target),d(a.target))})}else d(document.body);if(n)f(document).on("changeParameter.cards",function(a,b,c,k){if("bg"===b)switch(k){case "type":"video"===c.type&&d(a.target);break;case "value":"video"===c.type&&d(a.target)}});document.querySelector("html").classList.add("mbr-site-loaded");window.dispatchEvent(new CustomEvent("resize"));window.dispatchEvent(new CustomEvent("scroll"));n||document.addEventListener("click",function(a){try{var b= +a.target;if(!b.parents().some(function(a){a.classList.contains("carousel")})){do if(b.hash){var c=/#bottom|#top/g.test(b.hash);document.querySelectorAll(c?"body":b.hash).forEach(function(c){a.preventDefault();var d=document.querySelector(".navbar-fixed-top");d="#bottom"==b.hash?e(c)-window.innerHeight:h(c).top-(d?60:0);c.classList.contains("panel-collapse")||c.classList.contains("tab-pane")||b.classList.contains("carousel-control")||b.parents(".carousel-controls").length||window.scrollTo({top:d,left:0, +behavior:"smooth"})});break}while(b=b.parentNode)}}catch(M){}});document.querySelectorAll(".cols-same-height .mbr-figure").forEach(function(a){function b(){c.style.width="";c.style.maxWidth="";c.style.marginLeft="";if(g&&k){var b=g/k;a.style.position="absolute";a.style.top="0";a.style.left="0";a.style.right="0";a.style.bottom="0";var f=e(d)/q(d);f>b&&(b=100*(f-b)/b,c.style.width=b+100+"%",c.style.maxWidth=b+100+"%",c.style.marginLeft=-b/2+"%")}}var c=a.querySelector("img"),d=a.parentNode,k=c.width, +g=c.height;c.addEventListener("load",function(){k=c.width;g=c.height;b()},{once:!0});window.addEventListener("resize",b);b()})});if(!n){if(u&&f.fn.socialLikes)f(document).on("add.cards",function(a){b(a.target,".mbr-social-likes").forEach(function(a){a.addEventListener("counter.social-likes",function(a,b,c){999=a&&e-50<=c||b(k))&&k.classList.contains("hidden")&&(k.classList.remove("hidden"),k.classList.add("animate__fadeInUp"),k.classList.add("animate__delay-1s"),k.addEventListener("webkitAnimationEnd mozAnimationEnd MSAnimationEnd oanimationend animationend", +function(){k.classList.remove("animate__animated animate__delay-1s animate__fadeInUp")},{once:!0}))})},b=function(a){if(a.parents(".carousel-item").some(function(a){return"none"!==getComputedStyle(a,null).display}))return!1;var b=a.parents(".carousel-item").parentNode;if(!b||b.querySelectorAll(".carousel-item.active .hidden.animate__animated").length)return!1;if(1=c}))return!0;a.classList.remove("animate__animated animate__delay-1s hidden");return!1}return!0},d=function(a){var b=0;do b+=a.offsetTop||0,a=a.offsetParent;while(a);return b};document.querySelectorAll("input[name=animation]").forEach(function(a){a.remove()});var g=Array.from(document.querySelectorAll("p, h1, h2, h3, h4, h5, a, button, small, img, li, blockquote, .mbr-author-name, em, label, input, select, textarea, .input-group, .form-control, .iconbox, .btn-social, .mbr-figure, .mbr-map, .mbr-testimonial .card-block, .mbr-price-value, .mbr-price-figure, .dataTable, .dataTables_info")); +g=g.filter(function(a){if(!a.parents().filter(function(a){if(a.matches("a, p, .navbar, .mbr-arrow, footer, .iconbox, .mbr-slider, .mbr-gallery, .mbr-testimonial .card-block, #cookiesdirective, .mbr-wowslider, .accordion, .tab-content, .engine, #scrollToTop, .modal"))return!0}).length)return!0});g=g.filter(function(a){if(!a.parents().filter(function(b){return b.matches("form")&&!a.matches("li")}).length)return!0});g.forEach(function(a){a.classList.add("hidden");a.classList.add("animate__animated"); +a.classList.add("animate__delay-1s")});window.addEventListener("scroll",a);window.addEventListener("resize",a);window.dispatchEvent(new CustomEvent("scroll"))}})}l(function(){if(document.querySelectorAll(".mbr-arrow-up").length){var a=document.querySelector("#scrollToTop");a.style.display="none";window.addEventListener("scroll",function(){(document.documentElement.scrollTop||document.body.scrollTop)>Math.max(document.body.scrollHeight,document.documentElement.scrollHeight,document.body.offsetHeight, +document.documentElement.offsetHeight,document.body.clientHeight,document.documentElement.clientHeight)/2-document.documentElement.clientHeight/2||window.scrollY>window.innerHeight?r(a):m(a)});a.addEventListener("click",function(){window.scrollTo({top:0,left:0,behavior:"smooth"});return!1})}});if(!n){var v=document.querySelector(".mbr-arrow");v&&v.addEventListener("click",function(a){a=a.target.closest("section").nextElementSibling;a.classList.contains("engine")&&(a=a.closest("section").nextElementSibling); +window.scrollTo(0,h(a).top)})}document.querySelectorAll("nav.navbar").length&&(v=e(document.querySelector("nav.navbar")),document.querySelector(".mbr-after-navbar.mbr-fullscreen")&&(document.querySelector(".mbr-after-navbar.mbr-fullscreen").style.paddingTop=v+"px"));if(!n&&(0 iframe").forEach(function(a){var b=a.getAttribute("data-src");if(b){a.removeAttribute("data-src");var f=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(shorts\/|video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/);if(-1!==b.indexOf("youtu"))a.setAttribute("src","https://youtube.com/embed/"+f[6]+"?rel=0&enablejsapi=1");else if(-1!==b.indexOf("vimeo"))a.setAttribute("src","https://player.vimeo.com/video/"+ -f[6]+"?autoplay=0&loop=0");else if(/\.mp4|\.webm|\.ogg|\.ogv|\.m4a|\.m4v/.test(b)){f=document.createElement("video");f.onloadeddata=function(a){a.target.style.height=a.target.videoHeight>a.target.videoWidth?window.innerHeight-.2*window.innerHeight+"px":"100%"};var d=a.parents("section")[0].querySelector("img");d&&f.setAttribute("poster",d.src);f.setAttribute("controls","");f.setAttribute("playsinline","");f.setAttribute("loop","");f.setAttribute("src",b);a.style.display="none";f.style.width="100%"; -a.after(f)}}});document.querySelector("[data-modal]")&&document.querySelectorAll("[data-modal]").forEach(function(b){b.addEventListener("click",a)})}});if(!k){var p=document.querySelectorAll(".dropdown-toggle.show"),z=document.querySelectorAll(".dropdown-menu.show, .dropdown.open"),J=document.querySelectorAll(".dropdown.open");p.forEach(function(a){a.classList.remove("show");a.ariaExpanded="false"});z.forEach(function(a){return a.classList.remove("show")});J.forEach(function(a){return a.classList.remove("open")}); -!t()&&(p=document.querySelector("section.menu"))&&(z=window.innerWidth,!p.querySelector(".navbar").classList.contains("collapsed")&&991 .card > .card-header > a[role="button"]').forEach(function(a){a.classList.contains("collapsed")||a.classList.add("collapsed")})}),document.querySelectorAll('.accordionStyles > .card > .card-header > a[role="button"]').forEach(function(a){a.addEventListener("click",function(){var b=a.closest(".accordionStyles").getAttribute("id"),c=a.closest(".card").querySelector(".panel-collapse"),d=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont"); -!c.classList.contains("collapsing")||-1==b.indexOf("toggle")&&-1==b.indexOf("accordion")||(a.classList.contains("collapsed")?(d.classList.remove("mbri-arrow-up"),d.classList.add("mbri-arrow-down")):(d.classList.remove("mbri-arrow-down"),d.classList.add("mbri-arrow-up")),-1!=b.indexOf("accordion")&&(b=a.closest(".accordionStyles"),Array.from(b.children).filter(function(a){return a.querySelector("span.sign")!==d}).forEach(function(a){a=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont"); -a.classList.remove("mbri-arrow-up");a.classList.add("mbri-arrow-down")})))})})),0!=document.querySelectorAll(".mbr-slider.carousel").length&&document.querySelectorAll(".mbr-slider.carousel").forEach(function(a){var b=a.querySelectorAll(".carousel-control"),c=a.querySelectorAll(".carousel-indicators li"),e=function(a){a.stopPropagation();a.preventDefault()};a.addEventListener("slide.bs.carousel",function(){b.forEach(function(a){a.addEventListener("click",e)});c.forEach(function(a){a.addEventListener("click", -e)});n&&d(a).carousel({keyboard:!1})});a.addEventListener("slid.bs.carousel",function(){b.forEach(function(a){a.removeEventListener("click",e)});c.forEach(function(a){a.removeEventListener("click",e)});n&&d(a).carousel({keyboard:!0});1 iframe").forEach(function(a){var b=a.getAttribute("data-src");if(b){a.removeAttribute("data-src");var c=b.match(/(http:\/\/|https:\/\/|)?(player.|www.)?(vimeo\.com|youtu(be\.com|\.be|be\.googleapis\.com))\/(shorts\/|video\/|embed\/|watch\?v=|v\/)?([A-Za-z0-9._%-]*)(&\S+)?/);if(-1!==b.indexOf("youtu"))a.setAttribute("src","https://youtube.com/embed/"+c[6]+"?rel=0&enablejsapi=1");else if(-1!==b.indexOf("vimeo"))a.setAttribute("src","https://player.vimeo.com/video/"+ +c[6]+"?autoplay=0&loop=0");else if(/\.mp4|\.webm|\.ogg|\.ogv|\.m4a|\.m4v/.test(b)){c=document.createElement("video");c.onloadeddata=function(a){a.target.style.height=a.target.videoHeight>a.target.videoWidth?window.innerHeight-.2*window.innerHeight+"px":"100%"};var d=a.parents("section")[0].querySelector("img");d&&c.setAttribute("poster",d.src);c.setAttribute("controls","");c.setAttribute("playsinline","");c.setAttribute("loop","");c.setAttribute("src",b);a.style.display="none";c.style.width="100%"; +a.after(c)}}});document.querySelector("[data-modal]")&&document.querySelectorAll("[data-modal]").forEach(function(b){b.addEventListener("click",a)})}});if(!n){v=document.querySelectorAll(".dropdown-toggle.show");var A=document.querySelectorAll(".dropdown-menu.show, .dropdown.open"),L=document.querySelectorAll(".dropdown.open");v.forEach(function(a){a.classList.remove("show");a.ariaExpanded="false"});A.forEach(function(a){return a.classList.remove("show")});L.forEach(function(a){return a.classList.remove("open")}); +!x()&&(v=document.querySelector("section.menu"))&&(A=window.innerWidth,!v.querySelector(".navbar").classList.contains("collapsed")&&991 .card > .card-header > a[role="button"]').forEach(function(a){a.classList.contains("collapsed")||a.classList.add("collapsed")})}),document.querySelectorAll('.accordionStyles > .card > .card-header > a[role="button"]').forEach(function(a){a.addEventListener("click",function(){var b=a.closest(".accordionStyles").getAttribute("id"),d=a.closest(".card").querySelector(".panel-collapse"),e=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont"); +!d.classList.contains("collapsing")||-1==b.indexOf("toggle")&&-1==b.indexOf("accordion")||(a.classList.contains("collapsed")?(e.classList.remove("mbri-arrow-up"),e.classList.add("mbri-arrow-down")):(e.classList.remove("mbri-arrow-down"),e.classList.add("mbri-arrow-up")),-1!=b.indexOf("accordion")&&(b=a.closest(".accordionStyles"),Array.from(b.children).filter(function(a){return a.querySelector("span.sign")!==e}).forEach(function(a){a=a.querySelector("span.sign")?a.querySelector("span.sign"):a.querySelector("span.mbr-iconfont"); +a.classList.remove("mbri-arrow-up");a.classList.add("mbri-arrow-down")})))})})),0!=document.querySelectorAll(".mbr-slider.carousel").length&&document.querySelectorAll(".mbr-slider.carousel").forEach(function(a){var b=a.querySelectorAll(".carousel-control"),d=a.querySelectorAll(".carousel-indicators li"),e=function(a){a.stopPropagation();a.preventDefault()};a.addEventListener("slide.bs.carousel",function(){b.forEach(function(a){a.addEventListener("click",e)});d.forEach(function(a){a.addEventListener("click", +e)});u&&f(a).carousel({keyboard:!1})});a.addEventListener("slid.bs.carousel",function(){b.forEach(function(a){a.removeEventListener("click",e)});d.forEach(function(a){a.removeEventListener("click",e)});u&&f(a).carousel({keyboard:!0});1 */ -var $jscomp={scope:{},global:this,initSymbolIterator:function(){Symbol=$jscomp.global.Symbol||{};Symbol.iterator||(Symbol.iterator="$jscomp$iterator");$jscomp.initSymbolIterator=function(){}},makeIterator:function(a){$jscomp.initSymbolIterator();if(a[Symbol.iterator])return a[Symbol.iterator]();if(!(a instanceof Array)&&"string"!=typeof a)throw Error();var b=0;return{next:function(){return b==a.length?{done:!0}:{done:!1,value:a[b++]}}}},inherits:function(a,b){function c(){}c.prototype=b.prototype; -a.prototype=new c;a.prototype.constructor=a;for(var d in b)if($jscomp.global.Object.defineProperties){var e=$jscomp.global.Object.getOwnPropertyDescriptor(b,d);void 0!==e&&$jscomp.global.Object.defineProperty(a,d,e)}else a[d]=b[d]}},EventEmitter=function(){this.events={}};EventEmitter.prototype.on=function(a,b){"object"!==typeof this.events[a]&&(this.events[a]=[]);this.events[a].push(b)}; -EventEmitter.prototype.removeListener=function(a,b){var c;"object"===typeof this.events[a]&&(c=this.indexOf(this.events[a],b),-1=b._player.getDuration()-Number(a)){b.seek(0);for(var c=$jscomp.makeIterator(b.replayInterval.entries()),d=c.next();!d.done;d=c.next())d=d.value[0],Object.hasOwnProperty.call(b.replayInterval,d)&&(clearInterval(b.replayInterval[d].interval), -b.replayInterval.splice(d,1))}},1E3*Number(a))})};YouTubePlayer.prototype.pause=function(){this._ready?this._player.pauseVideo():this._queueCommand("pause")};YouTubePlayer.prototype.stop=function(){this._ready?this._player.stopVideo():this._queueCommand("stop")};YouTubePlayer.prototype.seek=function(a){this._ready?this._player.seekTo(a,!0):this._queueCommand("seek",a)}; -YouTubePlayer.prototype._optimizeDisplayHandler=function(a){if(this._player){var b=this._player.i;a=a.split(",");if(b){var c,d;if(c=b.parentElement){var e=window.getComputedStyle(c);d=c.clientHeight+parseFloat(e.marginTop,10)+parseFloat(e.marginBottom,10)+parseFloat(e.borderTopWidth,10)+parseFloat(e.borderBottomWidth,10);c=c.clientWidth+parseFloat(e.marginLeft,10)+parseFloat(e.marginRight,10)+parseFloat(e.borderLeftWidth,10)+parseFloat(e.borderRightWidth,10);d+=80;b.style.width=c+"px";b.style.height= -Math.ceil(parseFloat(b.style.width,10)/1.7)+"px";b.style.marginTop=Math.ceil(-((parseFloat(b.style.height,10)-d)/2))+"px";b.style.marginLeft=0;if(e=parseFloat(b.style.height,10)c&&(b.style.marginLeft=-((parseFloat(b.style.width,10)-c)/2)+"px")}}}}};YouTubePlayer.prototype.stopResize=function(){window.removeEventListener("resize",this._resizeListener);this._resizeListener=null}; -YouTubePlayer.prototype.stopReplay=function(a){for(var b=$jscomp.makeIterator(this.replayInterval.entries()),c=b.next();!c.done;c=b.next())c=c.value[0],Object.hasOwnProperty.call(this.replayInterval,c)&&a===this.replayInterval[c].iframeParent&&(clearInterval(this.replayInterval[c].interval),this.replayInterval.splice(c,1))};YouTubePlayer.prototype.setVolume=function(a){this._ready?this._player.setVolume(a):this._queueCommand("setVolume",a)}; -YouTubePlayer.prototype.loadPlaylist=function(){this._ready?this._player.loadPlaylist(this.videoId):this._queueCommand("loadPlaylist",this.videoId)};YouTubePlayer.prototype.setLoop=function(a){this._ready?this._player.setLoop(a):this._queueCommand("setLoop",a)};YouTubePlayer.prototype.getVolume=function(){return this._ready&&this._player.getVolume()||0};YouTubePlayer.prototype.mute=function(){this._ready?this._player.mute():this._queueCommand("mute")}; -YouTubePlayer.prototype.unMute=function(){this._ready?this._player.unMute():this._queueCommand("unMute")};YouTubePlayer.prototype.isMuted=function(){return this._ready&&this._player.isMuted()||!1};YouTubePlayer.prototype.setSize=function(a,b){this._ready?this._player.setSize(a,b):this._queueCommand("setSize",a,b)};YouTubePlayer.prototype.setPlaybackRate=function(a){this._ready?this._player.setPlaybackRate(a):this._queueCommand("setPlaybackRate",a)}; -YouTubePlayer.prototype.setPlaybackQuality=function(a){this._ready?this._player.setPlaybackQuality(a):this._queueCommand("setPlaybackQuality",a)};YouTubePlayer.prototype.getPlaybackRate=function(){return this._ready&&this._player.getPlaybackRate()||1};YouTubePlayer.prototype.getAvailablePlaybackRates=function(){return this._ready&&this._player.getAvailablePlaybackRates()||[1]};YouTubePlayer.prototype.getDuration=function(){return this._ready&&this._player.getDuration()||0}; -YouTubePlayer.prototype.getProgress=function(){return this._ready&&this._player.getVideoLoadedFraction()||0};YouTubePlayer.prototype.getState=function(){return this._ready&&YOUTUBE_STATES[this._player.getPlayerState()]||"unstarted"};YouTubePlayer.prototype.getCurrentTime=function(){return this._ready&&this._player.getCurrentTime()||0};YouTubePlayer.prototype.destroy=function(){this._destroy()}; -YouTubePlayer.prototype._destroy=function(a){this.destroyed||(this.destroyed=!0,this._player&&(this._player.stopVideo&&this._player.stopVideo(),this._player.destroy()),this._player=this._api=this._opts=this._id=this.videoId=null,this._ready=!1,this._queue=null,this._stopInterval(),this.removeListener("playing",this._startInterval),this.removeListener("paused",this._stopInterval),this.removeListener("buffering",this._stopInterval),this.removeListener("unstarted",this._stopInterval),this.removeListener("ended", -this._stopInterval),a&&this.emit("error",a))};YouTubePlayer.prototype._queueCommand=function(a,b){for(var c=[],d=1;d */ +var $jscomp=$jscomp||{};$jscomp.scope={};$jscomp.arrayIteratorImpl=function(a){var b=0;return function(){return bc&&(c=Math.max(c+e,0));c=b._player.getDuration()-Number(a)){b.seek(0);for(var c=$jscomp.makeIterator(b.replayInterval.entries()), +d=c.next();!d.done;d=c.next()){d=$jscomp.makeIterator(d.value);var e=d.next().value;d.next();Object.hasOwnProperty.call(b.replayInterval,e)&&(clearInterval(b.replayInterval[e].interval),b.replayInterval.splice(e,1))}}},1E3*Number(a))})};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.pause=function(){this._ready?this._player.pauseVideo():this._queueCommand("pause")}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stop=function(){this._ready?this._player.stopVideo():this._queueCommand("stop")}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.seek=function(a){this._ready?this._player.seekTo(a,!0):this._queueCommand("seek",a)}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._optimizeDisplayHandler=function(a){if(this._player){var b=this._player.i;a=a.split(",");if(b){var c;if(c=b.parentElement){var d=window.getComputedStyle(c);var e=c.clientHeight+parseFloat(d.marginTop,10)+parseFloat(d.marginBottom,10)+parseFloat(d.borderTopWidth,10)+parseFloat(d.borderBottomWidth,10);c=c.clientWidth+parseFloat(d.marginLeft, +10)+parseFloat(d.marginRight,10)+parseFloat(d.borderLeftWidth,10)+parseFloat(d.borderRightWidth,10);e+=80;b.style.width=c+"px";b.style.height=Math.ceil(parseFloat(b.style.width,10)/1.7)+"px";b.style.marginTop=Math.ceil(-((parseFloat(b.style.height,10)-e)/2))+"px";b.style.marginLeft=0;if(d=parseFloat(b.style.height,10)c&&(b.style.marginLeft=-((parseFloat(b.style.width,10)-c)/2)+"px")}}}}}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopResize=function(){window.removeEventListener("resize",this._resizeListener);this._resizeListener=null}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.stopReplay=function(a){for(var b=$jscomp.makeIterator(this.replayInterval.entries()),c=b.next();!c.done;c=b.next()){c=$jscomp.makeIterator(c.value);var d=c.next().value;c.next();Object.hasOwnProperty.call(this.replayInterval,d)&&a===this.replayInterval[d].iframeParent&&(clearInterval(this.replayInterval[d].interval),this.replayInterval.splice(d, +1))}};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setVolume=function(a){this._ready?this._player.setVolume(a):this._queueCommand("setVolume",a)}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.loadPlaylist=function(){this._ready?this._player.loadPlaylist(this.videoId):this._queueCommand("loadPlaylist",this.videoId)}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setLoop=function(a){this._ready?this._player.setLoop(a):this._queueCommand("setLoop",a)};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getVolume=function(){return this._ready&&this._player.getVolume()||0}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.mute=function(){this._ready?this._player.mute():this._queueCommand("mute")};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.unMute=function(){this._ready?this._player.unMute():this._queueCommand("unMute")}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.isMuted=function(){return this._ready&&this._player.isMuted()||!1};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setSize=function(a,b){this._ready?this._player.setSize(a,b):this._queueCommand("setSize",a,b)}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackRate=function(a){this._ready?this._player.setPlaybackRate(a):this._queueCommand("setPlaybackRate",a)}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.setPlaybackQuality=function(a){this._ready?this._player.setPlaybackQuality(a):this._queueCommand("setPlaybackQuality",a)}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getPlaybackRate=function(){return this._ready&&this._player.getPlaybackRate()||1}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getAvailablePlaybackRates=function(){return this._ready&&this._player.getAvailablePlaybackRates()||[1]}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getDuration=function(){return this._ready&&this._player.getDuration()||0};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getProgress=function(){return this._ready&&this._player.getVideoLoadedFraction()||0}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getState=function(){return this._ready&&YOUTUBE_STATES[this._player.getPlayerState()]||"unstarted"}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.getCurrentTime=function(){return this._ready&&this._player.getCurrentTime()||0};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype.destroy=function(){this._destroy()}; +C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._destroy=function(a){this.destroyed||(this.destroyed=!0,this._player&&(this._player.stopVideo&&this._player.stopVideo(),this._player.destroy()),this._player=this._api=this._opts=this._id=this.videoId=null,this._ready=!1,this._queue=null,this._stopInterval(),this.removeListener("playing",this._startInterval),this.removeListener("paused", +this._stopInterval),this.removeListener("buffering",this._stopInterval),this.removeListener("unstarted",this._stopInterval),this.removeListener("ended",this._stopInterval),a&&this.emit("error",a))};C_$hudson$workspace$Mobirise5_ewin_Release$Release$release$win_ia32_unpacked$resources$_app_asar$web$app$themes$mobirise5$plugins$ytplayer$index$classdecl$var0.prototype._queueCommand=function(a,b){for(var c=[],d=1;d

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