.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff0800 !important;
}
.bg-success {
  background-color: #ff0800 !important;
}
.bg-info {
  background-color: #353535 !important;
}
.bg-warning {
  background-color: #161616 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff0800 !important;
  border-color: #ff0800 !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: #a80500 !important;
  border-color: #a80500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #a80500 !important;
  border-color: #a80500 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff0800 !important;
  border-color: #ff0800 !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: #a80500 !important;
  border-color: #a80500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #a80500 !important;
  border-color: #a80500 !important;
}
.btn-info,
.btn-info:active {
  background-color: #353535 !important;
  border-color: #353535 !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: #0a0a0a !important;
  border-color: #0a0a0a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff0800 !important;
  border-color: #ff0800 !important;
  color: #ffffff !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: #ffffff !important;
  background-color: #a80500 !important;
  border-color: #a80500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #a80500 !important;
  border-color: #a80500 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #161616 !important;
  border-color: #161616 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff0800;
  color: #ff0800;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a80500 !important;
  background-color: transparent!important;
  border-color: #a80500 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0800 !important;
  border-color: #ff0800 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff0800;
  color: #ff0800;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80500 !important;
  background-color: transparent!important;
  border-color: #a80500 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0800 !important;
  border-color: #ff0800 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #353535;
  color: #353535;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0a0a0a !important;
  background-color: transparent!important;
  border-color: #0a0a0a !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff0800;
  color: #ff0800;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a80500 !important;
  background-color: transparent!important;
  border-color: #a80500 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff0800 !important;
  border-color: #ff0800 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #161616;
  color: #161616;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff0800 !important;
}
.text-secondary {
  color: #ff0800 !important;
}
.text-success {
  color: #ff0800 !important;
}
.text-info {
  color: #353535 !important;
}
.text-warning {
  color: #161616 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #990500 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990500 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #990500 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #020202 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff0800;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #353535;
}
.alert-warning {
  background-color: #161616;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff0800;
  border-color: #ff0800;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff0800;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcecc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffcecc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8a8a8;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c9c9c9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff0800 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #ff0800;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff0800;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff0800;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff0800;
  border-bottom-color: #ff0800;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff0800 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff0800 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff0800' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sHTHqH6nDh {
  z-index: 1000;
  width: 100%;
}
.cid-sHTHqH6nDh nav.navbar {
  position: fixed;
}
.cid-sHTHqH6nDh .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-sHTHqH6nDh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHTHqH6nDh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHTHqH6nDh .dropdown-item:hover,
.cid-sHTHqH6nDh .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-sHTHqH6nDh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHTHqH6nDh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHTHqH6nDh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHTHqH6nDh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHTHqH6nDh .nav-link {
  position: relative;
}
.cid-sHTHqH6nDh .container {
  display: flex;
  margin: auto;
}
.cid-sHTHqH6nDh .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHTHqH6nDh .dropdown-menu,
.cid-sHTHqH6nDh .navbar.opened {
  background: #232323 !important;
}
.cid-sHTHqH6nDh .nav-item:focus,
.cid-sHTHqH6nDh .nav-link:focus {
  outline: none;
}
.cid-sHTHqH6nDh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHTHqH6nDh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHTHqH6nDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHTHqH6nDh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHTHqH6nDh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHTHqH6nDh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHTHqH6nDh .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-sHTHqH6nDh .navbar.opened {
  transition: all 0.3s;
}
.cid-sHTHqH6nDh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHTHqH6nDh .navbar .navbar-logo img {
  width: auto;
}
.cid-sHTHqH6nDh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHTHqH6nDh .navbar.collapsed {
  justify-content: center;
}
.cid-sHTHqH6nDh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHTHqH6nDh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHTHqH6nDh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHTHqH6nDh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHTHqH6nDh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHTHqH6nDh .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-sHTHqH6nDh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHTHqH6nDh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHTHqH6nDh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHTHqH6nDh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHTHqH6nDh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHTHqH6nDh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHTHqH6nDh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHTHqH6nDh .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-sHTHqH6nDh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHTHqH6nDh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHTHqH6nDh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHTHqH6nDh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHTHqH6nDh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHTHqH6nDh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHTHqH6nDh .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHTHqH6nDh .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHTHqH6nDh .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHTHqH6nDh .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-sHTHqH6nDh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHTHqH6nDh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHTHqH6nDh .dropdown-item.active,
.cid-sHTHqH6nDh .dropdown-item:active {
  background-color: transparent;
}
.cid-sHTHqH6nDh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHTHqH6nDh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHTHqH6nDh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHTHqH6nDh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sHTHqH6nDh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHTHqH6nDh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHTHqH6nDh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHTHqH6nDh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHTHqH6nDh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHTHqH6nDh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sHTHqH6nDh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHTHqH6nDh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHTHqH6nDh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHTHqH6nDh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHTHqH6nDh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHTHqH6nDh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHTHqH6nDh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHTHqH6nDh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHTHqH6nDh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHTHqH6nDh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHTHqH6nDh .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-sHTHqH6nDh .navbar {
    height: 70px;
  }
  .cid-sHTHqH6nDh .navbar.opened {
    height: auto;
  }
  .cid-sHTHqH6nDh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHTJodMuUs {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../images/silk-2264-1440x900.jpg");
}
.cid-sHTJodMuUs .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHTJodMuUs .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-sHTJodMuUs .mbr-section-title {
  color: #ffffff;
}
.cid-sHTJodMuUs .mbr-text,
.cid-sHTJodMuUs .mbr-section-btn {
  color: #ffffff;
}
.cid-sHTNOGWaEV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #161616;
}
.cid-sHTNOGWaEV .mbr-section-title {
  color: #fe5252;
}
.cid-sHTNOGWaEV .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tewt884VdA {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-tewt884VdA .video-wrapper iframe {
  width: 100%;
}
.cid-tewt884VdA .mbr-section-title,
.cid-tewt884VdA .mbr-section-subtitle,
.cid-tewt884VdA .mbr-text {
  text-align: center;
}
.cid-tewt884VdA .mbr-section-title {
  color: #ff0800;
}
.cid-tewt884VdA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tewt884VdA .mbr-text {
  color: #ffffff;
}
.cid-tewo0kvnBd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-tewo0kvnBd .mbr-section-title {
  color: #e43f3f;
}
.cid-tewo0kvnBd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLApiE7YST {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #161616;
}
@media (max-width: 991px) {
  .cid-tLApiE7YST .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tLApiE7YST .row {
  flex-direction: row-reverse;
}
.cid-tLApiE7YST img {
  width: 100%;
}
.cid-sJLcm5B7hf {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #161616;
}
.cid-sJLcm5B7hf .mbr-section-title {
  color: #e43f3f;
}
.cid-sJLcm5B7hf .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sJVTcv6XEL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-sJVTcv6XEL [class^="socicon-"]:before,
.cid-sJVTcv6XEL [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sJVTcv6XEL .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ffffff;
  border-width: 2px;
  transition: all .3s;
  border-color: #ffffff;
}
.cid-sJVTcv6XEL .btn-social:hover {
  background: #ffffff;
}
.cid-sJVTcv6XEL .btn-social:hover i.socicon {
  color: #000000 !important;
}
.cid-sJVTcv6XEL .mbr-section-title,
.cid-sJVTcv6XEL .mbr-social-likes {
  color: #ffffff;
}
.cid-tLq6tP0OYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #161616;
}
.cid-tLq6tP0OYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLq6tP0OYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLq6tP0OYQ .mbr-section-title {
  color: #e43f3f;
}
.cid-tLq6tP0OYQ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLq6upiPV2 {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #161616;
}
.cid-tLq6upiPV2 .form-control {
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tLq6upiPV2 .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tLq6upiPV2 input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLq6upiPV2 input::-moz-placeholder {
  color: #ffffff;
}
.cid-tLq6upiPV2 textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLq6upiPV2 textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-tLq6upiPV2 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLq6upiPV2 .mbr-section-title {
  color: #e700b4;
}
.cid-tLq6upiPV2 LABEL {
  color: #ffffff;
}
.cid-tLq6upiPV2 H2 {
  color: #e43f3f;
}
.cid-sNnURu4qLV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sNnURu4qLV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNnURu4qLV .row {
    text-align: center;
  }
  .cid-sNnURu4qLV .row > div {
    margin: auto;
  }
  .cid-sNnURu4qLV .social-row {
    justify-content: center;
  }
}
.cid-sNnURu4qLV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNnURu4qLV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 0rem;
  }
}
.cid-sNnURu4qLV .mbr-text {
  color: #ffffff;
}
.cid-sNnURu4qLV .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-sNnURu4qLV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNnURu4qLV H5 {
  color: #fe5252;
}
.cid-sNnURu4qLV .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sHTVgCxOFM {
  z-index: 1000;
  width: 100%;
}
.cid-sHTVgCxOFM nav.navbar {
  position: fixed;
}
.cid-sHTVgCxOFM .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-sHTVgCxOFM .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sHTVgCxOFM .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sHTVgCxOFM .dropdown-item:hover,
.cid-sHTVgCxOFM .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-sHTVgCxOFM .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sHTVgCxOFM .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sHTVgCxOFM .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sHTVgCxOFM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sHTVgCxOFM .nav-link {
  position: relative;
}
.cid-sHTVgCxOFM .container {
  display: flex;
  margin: auto;
}
.cid-sHTVgCxOFM .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sHTVgCxOFM .dropdown-menu,
.cid-sHTVgCxOFM .navbar.opened {
  background: #232323 !important;
}
.cid-sHTVgCxOFM .nav-item:focus,
.cid-sHTVgCxOFM .nav-link:focus {
  outline: none;
}
.cid-sHTVgCxOFM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sHTVgCxOFM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHTVgCxOFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHTVgCxOFM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHTVgCxOFM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHTVgCxOFM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHTVgCxOFM .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-sHTVgCxOFM .navbar.opened {
  transition: all 0.3s;
}
.cid-sHTVgCxOFM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sHTVgCxOFM .navbar .navbar-logo img {
  width: auto;
}
.cid-sHTVgCxOFM .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sHTVgCxOFM .navbar.collapsed {
  justify-content: center;
}
.cid-sHTVgCxOFM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHTVgCxOFM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHTVgCxOFM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sHTVgCxOFM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHTVgCxOFM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHTVgCxOFM .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-sHTVgCxOFM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHTVgCxOFM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sHTVgCxOFM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sHTVgCxOFM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sHTVgCxOFM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHTVgCxOFM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHTVgCxOFM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHTVgCxOFM .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-sHTVgCxOFM .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHTVgCxOFM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sHTVgCxOFM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sHTVgCxOFM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHTVgCxOFM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHTVgCxOFM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sHTVgCxOFM .navbar.navbar-short {
  min-height: 60px;
}
.cid-sHTVgCxOFM .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHTVgCxOFM .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHTVgCxOFM .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-sHTVgCxOFM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHTVgCxOFM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHTVgCxOFM .dropdown-item.active,
.cid-sHTVgCxOFM .dropdown-item:active {
  background-color: transparent;
}
.cid-sHTVgCxOFM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHTVgCxOFM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sHTVgCxOFM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sHTVgCxOFM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sHTVgCxOFM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHTVgCxOFM .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sHTVgCxOFM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHTVgCxOFM .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHTVgCxOFM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHTVgCxOFM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sHTVgCxOFM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHTVgCxOFM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHTVgCxOFM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHTVgCxOFM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHTVgCxOFM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHTVgCxOFM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHTVgCxOFM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHTVgCxOFM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHTVgCxOFM .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHTVgCxOFM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sHTVgCxOFM .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-sHTVgCxOFM .navbar {
    height: 70px;
  }
  .cid-sHTVgCxOFM .navbar.opened {
    height: auto;
  }
  .cid-sHTVgCxOFM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHTVgDvnQb {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../images/lipstixxx-escort-aruba-header.webp");
}
.cid-sHTVgDvnQb .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sHTVgDvnQb .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-sHTVgDvnQb .mbr-section-title {
  color: #ffffff;
}
.cid-sHTVgDvnQb .mbr-text,
.cid-sHTVgDvnQb .mbr-section-btn {
  color: #ffffff;
}
.cid-sNNPV5aQK8 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sNNPV5aQK8 .mbr-section-title {
  color: #fe5252;
}
.cid-sNNPV5aQK8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sKgs5xg2r3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #161616;
}
.cid-sKgs5xg2r3 [class^="socicon-"]:before,
.cid-sKgs5xg2r3 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgs5xg2r3 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #fe5252;
  border-width: 2px;
  transition: all .3s;
  border-color: #fe5252;
}
.cid-sKgs5xg2r3 .btn-social:hover {
  background: #fe5252;
}
.cid-sKgs5xg2r3 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sKgs5xg2r3 .mbr-section-title,
.cid-sKgs5xg2r3 .mbr-social-likes {
  color: #ffffff;
}
.cid-sKgoxAF0C8 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #161616;
}
.cid-sKgoxAF0C8 .mbr-section-title {
  color: #fe5252;
}
.cid-sKgoxAF0C8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sNnURu4qLV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sNnURu4qLV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNnURu4qLV .row {
    text-align: center;
  }
  .cid-sNnURu4qLV .row > div {
    margin: auto;
  }
  .cid-sNnURu4qLV .social-row {
    justify-content: center;
  }
}
.cid-sNnURu4qLV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNnURu4qLV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 0rem;
  }
}
.cid-sNnURu4qLV .mbr-text {
  color: #ffffff;
}
.cid-sNnURu4qLV .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-sNnURu4qLV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNnURu4qLV H5 {
  color: #fe5252;
}
.cid-sNnURu4qLV .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sJUAqmRMmq {
  z-index: 1000;
  width: 100%;
}
.cid-sJUAqmRMmq nav.navbar {
  position: fixed;
}
.cid-sJUAqmRMmq .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-sJUAqmRMmq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sJUAqmRMmq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sJUAqmRMmq .dropdown-item:hover,
.cid-sJUAqmRMmq .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-sJUAqmRMmq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sJUAqmRMmq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sJUAqmRMmq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sJUAqmRMmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sJUAqmRMmq .nav-link {
  position: relative;
}
.cid-sJUAqmRMmq .container {
  display: flex;
  margin: auto;
}
.cid-sJUAqmRMmq .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sJUAqmRMmq .dropdown-menu,
.cid-sJUAqmRMmq .navbar.opened {
  background: #232323 !important;
}
.cid-sJUAqmRMmq .nav-item:focus,
.cid-sJUAqmRMmq .nav-link:focus {
  outline: none;
}
.cid-sJUAqmRMmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sJUAqmRMmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sJUAqmRMmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sJUAqmRMmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sJUAqmRMmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sJUAqmRMmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sJUAqmRMmq .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-sJUAqmRMmq .navbar.opened {
  transition: all 0.3s;
}
.cid-sJUAqmRMmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sJUAqmRMmq .navbar .navbar-logo img {
  width: auto;
}
.cid-sJUAqmRMmq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sJUAqmRMmq .navbar.collapsed {
  justify-content: center;
}
.cid-sJUAqmRMmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sJUAqmRMmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sJUAqmRMmq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sJUAqmRMmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sJUAqmRMmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sJUAqmRMmq .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-sJUAqmRMmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sJUAqmRMmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sJUAqmRMmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sJUAqmRMmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sJUAqmRMmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sJUAqmRMmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sJUAqmRMmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sJUAqmRMmq .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-sJUAqmRMmq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sJUAqmRMmq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sJUAqmRMmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sJUAqmRMmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sJUAqmRMmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sJUAqmRMmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sJUAqmRMmq .navbar.navbar-short {
  min-height: 60px;
}
.cid-sJUAqmRMmq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sJUAqmRMmq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sJUAqmRMmq .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-sJUAqmRMmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sJUAqmRMmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sJUAqmRMmq .dropdown-item.active,
.cid-sJUAqmRMmq .dropdown-item:active {
  background-color: transparent;
}
.cid-sJUAqmRMmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sJUAqmRMmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sJUAqmRMmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sJUAqmRMmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sJUAqmRMmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sJUAqmRMmq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sJUAqmRMmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sJUAqmRMmq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sJUAqmRMmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sJUAqmRMmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sJUAqmRMmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sJUAqmRMmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJUAqmRMmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sJUAqmRMmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sJUAqmRMmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJUAqmRMmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sJUAqmRMmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sJUAqmRMmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sJUAqmRMmq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sJUAqmRMmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sJUAqmRMmq .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-sJUAqmRMmq .navbar {
    height: 70px;
  }
  .cid-sJUAqmRMmq .navbar.opened {
    height: auto;
  }
  .cid-sJUAqmRMmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sJUAqnUM6M {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../images/lipstixxx-escort-aruba-header.webp");
}
.cid-sJUAqnUM6M .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sJUAqnUM6M .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-sJUAqnUM6M .mbr-section-title {
  color: #ffffff;
}
.cid-sJUAqnUM6M .mbr-text,
.cid-sJUAqnUM6M .mbr-section-btn {
  color: #ffffff;
}
.cid-sNxX4yj0YH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sNxX4yj0YH .mbr-section-title {
  color: #ff0800;
}
.cid-sNxX4yj0YH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sJUAqpgmCv {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sJUAqpgmCv .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sJUAqpgmCv .row {
  flex-direction: row-reverse;
}
.cid-sJUAqpgmCv img {
  width: 100%;
}
.cid-sNxXpeK2Bx {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sNxXpeK2Bx .mbr-section-title {
  color: #ff0800;
}
.cid-sNxXpeK2Bx .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSq8XOKnpu {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tSq8XOKnpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq8XOKnpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSq8XOKnpu .mbr-section-title {
  color: #ff0800;
}
.cid-tSq8XOKnpu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSq62MU4gP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tSq62MU4gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSq62MU4gP .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-tSq62MU4gP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSq62MU4gP .row {
  flex-direction: row-reverse;
}
.cid-tSq62MU4gP img {
  width: 100%;
}
.cid-sKgsn0WtNE {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sKgsn0WtNE [class^="socicon-"]:before,
.cid-sKgsn0WtNE [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sKgsn0WtNE .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #e43f3f;
  border-width: 2px;
  transition: all .3s;
  border-color: #e43f3f;
}
.cid-sKgsn0WtNE .btn-social:hover {
  background: #e43f3f;
}
.cid-sKgsn0WtNE .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sKgsn0WtNE .mbr-section-title,
.cid-sKgsn0WtNE .mbr-social-likes {
  color: #ffffff;
}
.cid-sNnURu4qLV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sNnURu4qLV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNnURu4qLV .row {
    text-align: center;
  }
  .cid-sNnURu4qLV .row > div {
    margin: auto;
  }
  .cid-sNnURu4qLV .social-row {
    justify-content: center;
  }
}
.cid-sNnURu4qLV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNnURu4qLV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 0rem;
  }
}
.cid-sNnURu4qLV .mbr-text {
  color: #ffffff;
}
.cid-sNnURu4qLV .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-sNnURu4qLV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNnURu4qLV H5 {
  color: #fe5252;
}
.cid-sNnURu4qLV .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sNnL8HjaYk {
  z-index: 1000;
  width: 100%;
}
.cid-sNnL8HjaYk nav.navbar {
  position: fixed;
}
.cid-sNnL8HjaYk .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-sNnL8HjaYk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNnL8HjaYk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNnL8HjaYk .dropdown-item:hover,
.cid-sNnL8HjaYk .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-sNnL8HjaYk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNnL8HjaYk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNnL8HjaYk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNnL8HjaYk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNnL8HjaYk .nav-link {
  position: relative;
}
.cid-sNnL8HjaYk .container {
  display: flex;
  margin: auto;
}
.cid-sNnL8HjaYk .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNnL8HjaYk .dropdown-menu,
.cid-sNnL8HjaYk .navbar.opened {
  background: #232323 !important;
}
.cid-sNnL8HjaYk .nav-item:focus,
.cid-sNnL8HjaYk .nav-link:focus {
  outline: none;
}
.cid-sNnL8HjaYk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNnL8HjaYk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNnL8HjaYk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNnL8HjaYk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNnL8HjaYk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNnL8HjaYk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNnL8HjaYk .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-sNnL8HjaYk .navbar.opened {
  transition: all 0.3s;
}
.cid-sNnL8HjaYk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNnL8HjaYk .navbar .navbar-logo img {
  width: auto;
}
.cid-sNnL8HjaYk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNnL8HjaYk .navbar.collapsed {
  justify-content: center;
}
.cid-sNnL8HjaYk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNnL8HjaYk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNnL8HjaYk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sNnL8HjaYk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNnL8HjaYk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNnL8HjaYk .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-sNnL8HjaYk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNnL8HjaYk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNnL8HjaYk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNnL8HjaYk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNnL8HjaYk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNnL8HjaYk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNnL8HjaYk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNnL8HjaYk .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-sNnL8HjaYk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNnL8HjaYk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNnL8HjaYk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNnL8HjaYk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNnL8HjaYk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNnL8HjaYk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNnL8HjaYk .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNnL8HjaYk .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNnL8HjaYk .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNnL8HjaYk .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-sNnL8HjaYk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNnL8HjaYk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNnL8HjaYk .dropdown-item.active,
.cid-sNnL8HjaYk .dropdown-item:active {
  background-color: transparent;
}
.cid-sNnL8HjaYk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNnL8HjaYk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNnL8HjaYk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNnL8HjaYk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sNnL8HjaYk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNnL8HjaYk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNnL8HjaYk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNnL8HjaYk .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNnL8HjaYk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNnL8HjaYk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sNnL8HjaYk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNnL8HjaYk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNnL8HjaYk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNnL8HjaYk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNnL8HjaYk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNnL8HjaYk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNnL8HjaYk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNnL8HjaYk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNnL8HjaYk .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNnL8HjaYk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNnL8HjaYk .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-sNnL8HjaYk .navbar {
    height: 70px;
  }
  .cid-sNnL8HjaYk .navbar.opened {
    height: auto;
  }
  .cid-sNnL8HjaYk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNnL8Ienjc {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../images/lipstixxx-escort-aruba-header.webp");
}
.cid-sNnL8Ienjc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNnL8Ienjc .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-sNnL8Ienjc .mbr-section-title {
  color: #ffffff;
}
.cid-sNnL8Ienjc .mbr-text,
.cid-sNnL8Ienjc .mbr-section-btn {
  color: #ffffff;
}
.cid-tk9CNNtSO8 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tk9CNNtSO8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tk9CNNtSO8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tk9CNNtSO8 .mbr-section-title {
  color: #ffffff;
}
.cid-tk9CNNtSO8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tlTpaf4o0d {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-tlTpaf4o0d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tlTpaf4o0d .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-tlTpaf4o0d .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tlTpaf4o0d .row {
  flex-direction: row-reverse;
}
.cid-tlTpaf4o0d img {
  width: 100%;
}
.cid-tLq3SoXQQ8 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #161616;
}
.cid-tLq3SoXQQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLq3SoXQQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLq3SoXQQ8 .mbr-section-title {
  color: #e43f3f;
}
.cid-tLq3SoXQQ8 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLq3C02GPs {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #161616;
}
.cid-tLq3C02GPs .form-control {
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tLq3C02GPs .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tLq3C02GPs input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLq3C02GPs input::-moz-placeholder {
  color: #ffffff;
}
.cid-tLq3C02GPs textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLq3C02GPs textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-tLq3C02GPs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLq3C02GPs .mbr-section-title {
  color: #e700b4;
}
.cid-tLq3C02GPs LABEL {
  color: #ffffff;
}
.cid-tLq3C02GPs H2 {
  color: #e43f3f;
}
.cid-sNnURu4qLV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sNnURu4qLV .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNnURu4qLV .row {
    text-align: center;
  }
  .cid-sNnURu4qLV .row > div {
    margin: auto;
  }
  .cid-sNnURu4qLV .social-row {
    justify-content: center;
  }
}
.cid-sNnURu4qLV .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNnURu4qLV .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNnURu4qLV .list {
    margin-bottom: 0rem;
  }
}
.cid-sNnURu4qLV .mbr-text {
  color: #ffffff;
}
.cid-sNnURu4qLV .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-sNnURu4qLV .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sNnURu4qLV div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNnURu4qLV H5 {
  color: #fe5252;
}
.cid-sNnURu4qLV .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-sNhX8xkPb6 {
  z-index: 1000;
  width: 100%;
}
.cid-sNhX8xkPb6 nav.navbar {
  position: fixed;
}
.cid-sNhX8xkPb6 .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-sNhX8xkPb6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-sNhX8xkPb6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-sNhX8xkPb6 .dropdown-item:hover,
.cid-sNhX8xkPb6 .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-sNhX8xkPb6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-sNhX8xkPb6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-sNhX8xkPb6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-sNhX8xkPb6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sNhX8xkPb6 .nav-link {
  position: relative;
}
.cid-sNhX8xkPb6 .container {
  display: flex;
  margin: auto;
}
.cid-sNhX8xkPb6 .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-sNhX8xkPb6 .dropdown-menu,
.cid-sNhX8xkPb6 .navbar.opened {
  background: #232323 !important;
}
.cid-sNhX8xkPb6 .nav-item:focus,
.cid-sNhX8xkPb6 .nav-link:focus {
  outline: none;
}
.cid-sNhX8xkPb6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sNhX8xkPb6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sNhX8xkPb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sNhX8xkPb6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sNhX8xkPb6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sNhX8xkPb6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sNhX8xkPb6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-sNhX8xkPb6 .navbar.opened {
  transition: all 0.3s;
}
.cid-sNhX8xkPb6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-sNhX8xkPb6 .navbar .navbar-logo img {
  width: auto;
}
.cid-sNhX8xkPb6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sNhX8xkPb6 .navbar.collapsed {
  justify-content: center;
}
.cid-sNhX8xkPb6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sNhX8xkPb6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sNhX8xkPb6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-sNhX8xkPb6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sNhX8xkPb6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sNhX8xkPb6 .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-sNhX8xkPb6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sNhX8xkPb6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-sNhX8xkPb6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sNhX8xkPb6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sNhX8xkPb6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sNhX8xkPb6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sNhX8xkPb6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sNhX8xkPb6 .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-sNhX8xkPb6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sNhX8xkPb6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sNhX8xkPb6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sNhX8xkPb6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sNhX8xkPb6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sNhX8xkPb6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sNhX8xkPb6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-sNhX8xkPb6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sNhX8xkPb6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sNhX8xkPb6 .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-sNhX8xkPb6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sNhX8xkPb6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sNhX8xkPb6 .dropdown-item.active,
.cid-sNhX8xkPb6 .dropdown-item:active {
  background-color: transparent;
}
.cid-sNhX8xkPb6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sNhX8xkPb6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sNhX8xkPb6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sNhX8xkPb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-sNhX8xkPb6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sNhX8xkPb6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sNhX8xkPb6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sNhX8xkPb6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sNhX8xkPb6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sNhX8xkPb6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-sNhX8xkPb6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sNhX8xkPb6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNhX8xkPb6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sNhX8xkPb6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sNhX8xkPb6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNhX8xkPb6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sNhX8xkPb6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sNhX8xkPb6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sNhX8xkPb6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sNhX8xkPb6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sNhX8xkPb6 .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-sNhX8xkPb6 .navbar {
    height: 70px;
  }
  .cid-sNhX8xkPb6 .navbar.opened {
    height: auto;
  }
  .cid-sNhX8xkPb6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sNhX8xTAGA {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../images/lipstixxx-escort-aruba-header.webp");
}
.cid-sNhX8xTAGA .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sNhX8xTAGA .image-wrap img {
    display: block;
    margin: auto;
    width: 90%;
  }
}
.cid-sNhX8xTAGA .mbr-section-title {
  color: #ffffff;
}
.cid-sNhX8xTAGA .mbr-text,
.cid-sNhX8xTAGA .mbr-section-btn {
  color: #ffffff;
}
.cid-sNhX8yjPEM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-sNhX8yjPEM .mbr-section-title {
  color: #ff0800;
}
.cid-sNhX8yjPEM .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sNhX8yJPbx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
@media (max-width: 991px) {
  .cid-sNhX8yJPbx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sNhX8yJPbx .row {
  flex-direction: row-reverse;
}
.cid-sNhX8yJPbx img {
  width: 100%;
}
.cid-sNhX8A4i3J {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-sNhX8A4i3J .mbr-section-title {
  color: #ff0800;
}
.cid-sNhX8A4i3J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSqraty4Ok {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tSqraty4Ok .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSqraty4Ok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tSqraty4Ok .mbr-section-title {
  color: #ff0800;
}
.cid-tSqraty4Ok .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tSqrhzx9c6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tSqrhzx9c6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tSqrhzx9c6 .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-tSqrhzx9c6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tSqrhzx9c6 .row {
  flex-direction: row-reverse;
}
.cid-tSqrhzx9c6 img {
  width: 100%;
}
.cid-sNhX8zBuYO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #232323;
}
.cid-sNhX8zBuYO [class^="socicon-"]:before,
.cid-sNhX8zBuYO [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-sNhX8zBuYO .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #fe5252;
  border-width: 2px;
  transition: all .3s;
  border-color: #fe5252;
}
.cid-sNhX8zBuYO .btn-social:hover {
  background: #fe5252;
}
.cid-sNhX8zBuYO .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-sNhX8zBuYO .mbr-section-title,
.cid-sNhX8zBuYO .mbr-social-likes {
  color: #ffffff;
}
.cid-sNhX8AyvhZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sNhX8AyvhZ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-sNhX8AyvhZ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sNhX8AyvhZ .row {
    text-align: center;
  }
  .cid-sNhX8AyvhZ .row > div {
    margin: auto;
  }
  .cid-sNhX8AyvhZ .social-row {
    justify-content: center;
  }
}
.cid-sNhX8AyvhZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sNhX8AyvhZ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sNhX8AyvhZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sNhX8AyvhZ .list {
    margin-bottom: 0rem;
  }
}
.cid-sNhX8AyvhZ .mbr-text {
  color: #ffffff;
}
.cid-sNhX8AyvhZ .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-sNhX8AyvhZ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-sNhX8AyvhZ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-sNhX8AyvhZ H5 {
  color: #fe5252;
}
.cid-sNhX8AyvhZ .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLqbeN2EAb {
  z-index: 1000;
  width: 100%;
}
.cid-tLqbeN2EAb nav.navbar {
  position: fixed;
}
.cid-tLqbeN2EAb .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-tLqbeN2EAb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLqbeN2EAb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLqbeN2EAb .dropdown-item:hover,
.cid-tLqbeN2EAb .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-tLqbeN2EAb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLqbeN2EAb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLqbeN2EAb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLqbeN2EAb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLqbeN2EAb .nav-link {
  position: relative;
}
.cid-tLqbeN2EAb .container {
  display: flex;
  margin: auto;
}
.cid-tLqbeN2EAb .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLqbeN2EAb .dropdown-menu,
.cid-tLqbeN2EAb .navbar.opened {
  background: #232323 !important;
}
.cid-tLqbeN2EAb .nav-item:focus,
.cid-tLqbeN2EAb .nav-link:focus {
  outline: none;
}
.cid-tLqbeN2EAb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLqbeN2EAb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLqbeN2EAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLqbeN2EAb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLqbeN2EAb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLqbeN2EAb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLqbeN2EAb .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-tLqbeN2EAb .navbar.opened {
  transition: all 0.3s;
}
.cid-tLqbeN2EAb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLqbeN2EAb .navbar .navbar-logo img {
  width: auto;
}
.cid-tLqbeN2EAb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLqbeN2EAb .navbar.collapsed {
  justify-content: center;
}
.cid-tLqbeN2EAb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLqbeN2EAb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLqbeN2EAb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLqbeN2EAb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLqbeN2EAb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLqbeN2EAb .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-tLqbeN2EAb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLqbeN2EAb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLqbeN2EAb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLqbeN2EAb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLqbeN2EAb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLqbeN2EAb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLqbeN2EAb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLqbeN2EAb .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-tLqbeN2EAb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLqbeN2EAb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLqbeN2EAb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLqbeN2EAb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLqbeN2EAb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLqbeN2EAb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLqbeN2EAb .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLqbeN2EAb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLqbeN2EAb .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLqbeN2EAb .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-tLqbeN2EAb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLqbeN2EAb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLqbeN2EAb .dropdown-item.active,
.cid-tLqbeN2EAb .dropdown-item:active {
  background-color: transparent;
}
.cid-tLqbeN2EAb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLqbeN2EAb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLqbeN2EAb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLqbeN2EAb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tLqbeN2EAb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLqbeN2EAb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLqbeN2EAb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLqbeN2EAb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLqbeN2EAb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLqbeN2EAb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tLqbeN2EAb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLqbeN2EAb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLqbeN2EAb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLqbeN2EAb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLqbeN2EAb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLqbeN2EAb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLqbeN2EAb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLqbeN2EAb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLqbeN2EAb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLqbeN2EAb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLqbeN2EAb .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-tLqbeN2EAb .navbar {
    height: 70px;
  }
  .cid-tLqbeN2EAb .navbar.opened {
    height: auto;
  }
  .cid-tLqbeN2EAb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLqbeNI0o2 {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-image: url("../../images/lipstixxx-escort-aruba-header.webp");
}
.cid-tLqbeNI0o2 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLqbeNI0o2 .image-wrap img {
    display: block;
    margin: auto;
    width: 70%;
  }
}
.cid-tLqbeNI0o2 .mbr-section-title {
  color: #ffffff;
}
.cid-tLqbeNI0o2 .mbr-text,
.cid-tLqbeNI0o2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tLqbeOd5Xs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLqbeOd5Xs .mbr-section-title {
  color: #fe5252;
}
.cid-tLqbeOd5Xs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLqbeODehC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLqbeODehC .mbr-section-title {
  color: #e43f3f;
}
.cid-tLqbeODehC .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLqbeP6SRk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-tLqbeP6SRk .mbr-section-title {
  color: #ff0800;
}
.cid-tLqbeP6SRk .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLqbePxOz9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #232323;
}
.cid-tLqbePxOz9 [class^="socicon-"]:before,
.cid-tLqbePxOz9 [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-tLqbePxOz9 .btn-social {
  font-size: 32px;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #ff6666;
  border-width: 2px;
  transition: all .3s;
  border-color: #ff6666;
}
.cid-tLqbePxOz9 .btn-social:hover {
  background: #ff6666;
}
.cid-tLqbePxOz9 .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-tLqbePxOz9 .mbr-section-title,
.cid-tLqbePxOz9 .mbr-social-likes {
  color: #ffffff;
}
.cid-tLqbePX9v0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLqbePX9v0 .video-wrapper iframe {
  width: 100%;
}
.cid-tLqbePX9v0 .mbr-section-title,
.cid-tLqbePX9v0 .mbr-section-subtitle,
.cid-tLqbePX9v0 .mbr-text {
  text-align: center;
}
.cid-tLqbePX9v0 .mbr-section-title {
  color: #ff0800;
}
.cid-tLqbePX9v0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLqbeQAUxu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
}
.cid-tLqbeQAUxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLqbeQAUxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLqbeQAUxu .mbr-section-title {
  color: #ff0800;
}
.cid-tLqbeQAUxu .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLqbeR1tKp {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-tLqbeR1tKp .form-control {
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tLqbeR1tKp .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tLqbeR1tKp input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLqbeR1tKp input::-moz-placeholder {
  color: #ffffff;
}
.cid-tLqbeR1tKp textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLqbeR1tKp textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-tLqbeR1tKp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLqbeR1tKp .mbr-section-title {
  color: #e700b4;
}
.cid-tLqbeR1tKp LABEL {
  color: #ffffff;
}
.cid-tLqbeR1tKp H2 {
  color: #e43f3f;
}
.cid-tLqbeRGWSS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLqbeRGWSS .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLqbeRGWSS .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLqbeRGWSS .row {
    text-align: center;
  }
  .cid-tLqbeRGWSS .row > div {
    margin: auto;
  }
  .cid-tLqbeRGWSS .social-row {
    justify-content: center;
  }
}
.cid-tLqbeRGWSS .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLqbeRGWSS .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLqbeRGWSS .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLqbeRGWSS .list {
    margin-bottom: 0rem;
  }
}
.cid-tLqbeRGWSS .mbr-text {
  color: #ffffff;
}
.cid-tLqbeRGWSS .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-tLqbeRGWSS .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tLqbeRGWSS div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tLqbeRGWSS H5 {
  color: #fe5252;
}
.cid-tLqbeRGWSS .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLtNpboG5O {
  z-index: 1000;
  width: 100%;
}
.cid-tLtNpboG5O nav.navbar {
  position: fixed;
}
.cid-tLtNpboG5O .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-tLtNpboG5O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLtNpboG5O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLtNpboG5O .dropdown-item:hover,
.cid-tLtNpboG5O .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-tLtNpboG5O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLtNpboG5O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLtNpboG5O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLtNpboG5O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLtNpboG5O .nav-link {
  position: relative;
}
.cid-tLtNpboG5O .container {
  display: flex;
  margin: auto;
}
.cid-tLtNpboG5O .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLtNpboG5O .dropdown-menu,
.cid-tLtNpboG5O .navbar.opened {
  background: #232323 !important;
}
.cid-tLtNpboG5O .nav-item:focus,
.cid-tLtNpboG5O .nav-link:focus {
  outline: none;
}
.cid-tLtNpboG5O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLtNpboG5O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLtNpboG5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLtNpboG5O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLtNpboG5O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLtNpboG5O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLtNpboG5O .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-tLtNpboG5O .navbar.opened {
  transition: all 0.3s;
}
.cid-tLtNpboG5O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLtNpboG5O .navbar .navbar-logo img {
  width: auto;
}
.cid-tLtNpboG5O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLtNpboG5O .navbar.collapsed {
  justify-content: center;
}
.cid-tLtNpboG5O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLtNpboG5O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLtNpboG5O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLtNpboG5O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLtNpboG5O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLtNpboG5O .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-tLtNpboG5O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLtNpboG5O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLtNpboG5O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLtNpboG5O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLtNpboG5O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLtNpboG5O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLtNpboG5O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLtNpboG5O .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-tLtNpboG5O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLtNpboG5O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLtNpboG5O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLtNpboG5O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLtNpboG5O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLtNpboG5O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLtNpboG5O .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLtNpboG5O .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLtNpboG5O .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLtNpboG5O .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-tLtNpboG5O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLtNpboG5O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLtNpboG5O .dropdown-item.active,
.cid-tLtNpboG5O .dropdown-item:active {
  background-color: transparent;
}
.cid-tLtNpboG5O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLtNpboG5O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLtNpboG5O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLtNpboG5O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tLtNpboG5O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLtNpboG5O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLtNpboG5O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLtNpboG5O .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLtNpboG5O button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLtNpboG5O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tLtNpboG5O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLtNpboG5O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLtNpboG5O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLtNpboG5O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLtNpboG5O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLtNpboG5O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLtNpboG5O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLtNpboG5O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLtNpboG5O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLtNpboG5O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLtNpboG5O .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-tLtNpboG5O .navbar {
    height: 70px;
  }
  .cid-tLtNpboG5O .navbar.opened {
    height: auto;
  }
  .cid-tLtNpboG5O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLEmlJeDQ3 {
  overflow: hidden !important;
  background-image: url("../../images/escorts-available-in-aruba-1440x921.jpg");
}
.cid-tLEmlJeDQ3 .container-fluid {
  padding: 0 3rem;
}
.cid-tLEmlJeDQ3 .animated-element {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLEmlJeDQ3 .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLEmlJeDQ3 .mbr-section-title {
  color: #fe5252;
}
.cid-tLEmu42zpt {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #1e1d1d;
}
.cid-tLEmu42zpt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEmu42zpt .mbr-section-title {
  color: #ffffff;
}
.cid-tLEsgtpCS9 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1e1d1d;
  overflow: hidden;
}
.cid-tLEsgtpCS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEsgtpCS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEsgtpCS9 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tLEsgtpCS9 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tLEsgtpCS9 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tLEsgtpCS9 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tLEsgtpCS9 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tLEsgtpCS9 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tLEsgtpCS9 .mbr-section-head {
  width: 100%;
}
.cid-tLEsgtpCS9 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLEsgtpCS9 .mbr-section-title {
    text-align: center;
  }
}
.cid-tLEsgtpCS9 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tLEsgtpCS9 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tLEsgtpCS9 .card-row {
  align-items: stretch;
}
.cid-tLEsgtpCS9 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tLEsgtpCS9 .item {
    margin-top: 30px;
  }
}
.cid-tLEsgtpCS9 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #232323);
  box-shadow: 10px 10px 19px #101010, -10px -10px 19px #101010;
}
@media (max-width: 575px) {
  .cid-tLEsgtpCS9 .item-wrapper {
    padding: 20px;
  }
}
.cid-tLEsgtpCS9 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tLEsgtpCS9 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tLEsgtpCS9 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #191b1f, #191b1f);
  opacity: 0;
  transition: .4s all;
}
.cid-tLEsgtpCS9 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tLEsgtpCS9 .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tLEsgtpCS9 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tLEsgtpCS9 .card-title {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tLEsgtpCS9 .card-title {
    margin-bottom: 10px;
  }
}
.cid-tLEsgtpCS9 .card-text {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-tLEsgtpCS9 .card-text a {
  transition: .4s all;
}
.cid-tLEsgtpCS9 .card-text a:hover {
  color: #ff0800 !important;
}
.cid-tLEmBc5Ldk {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #1e1d1d;
  overflow: hidden;
}
.cid-tLEmBc5Ldk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tLEmBc5Ldk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tLEmBc5Ldk .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-tLEmBc5Ldk .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-tLEmBc5Ldk .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-tLEmBc5Ldk .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-tLEmBc5Ldk .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-tLEmBc5Ldk .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-tLEmBc5Ldk .mbr-section-head {
  width: 100%;
}
.cid-tLEmBc5Ldk .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLEmBc5Ldk .mbr-section-title {
    text-align: center;
  }
}
.cid-tLEmBc5Ldk .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-tLEmBc5Ldk .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-tLEmBc5Ldk .card-row {
  align-items: stretch;
}
.cid-tLEmBc5Ldk .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-tLEmBc5Ldk .item {
    margin-top: 30px;
  }
}
.cid-tLEmBc5Ldk .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #000000, #232323);
  box-shadow: 10px 10px 19px #101010, -10px -10px 19px #101010;
}
@media (max-width: 575px) {
  .cid-tLEmBc5Ldk .item-wrapper {
    padding: 20px;
  }
}
.cid-tLEmBc5Ldk .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-tLEmBc5Ldk .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-tLEmBc5Ldk .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #191b1f, #191b1f);
  opacity: 0;
  transition: .4s all;
}
.cid-tLEmBc5Ldk .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-tLEmBc5Ldk .item-img img {
  width: 100%;
  aspect-ratio: 1.36;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-tLEmBc5Ldk .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-tLEmBc5Ldk .card-title {
  position: relative;
  z-index: 5;
  color: #ff83f2;
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-tLEmBc5Ldk .card-title {
    margin-bottom: 10px;
  }
}
.cid-tLEmBc5Ldk .card-text {
  position: relative;
  z-index: 5;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-tLEmBc5Ldk .card-text a {
  transition: .4s all;
}
.cid-tLEmBc5Ldk .card-text a:hover {
  color: #ff0800 !important;
}
.cid-tLEmuTTwFF {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1e1d1d;
}
.cid-tLEmuTTwFF .mbr-section-subtitle {
  color: #ff0800;
}
.cid-tLEmuTTwFF .mbr-section-title {
  color: #ffffff;
}
.cid-tLEnPBAKYS {
  padding-top: 0px;
  padding-bottom: 45px;
  background-color: #1e1d1d;
}
.cid-tLEnPBAKYS .form-control {
  color: #ffffff !important;
  border: none;
  border-radius: 0 !important;
  background-color: transparent;
  padding: .5rem 0rem;
  border-bottom: 1px solid #ffffff;
}
.cid-tLEnPBAKYS .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-tLEnPBAKYS input::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLEnPBAKYS input::-moz-placeholder {
  color: #ffffff;
}
.cid-tLEnPBAKYS textarea::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-tLEnPBAKYS textarea::-moz-placeholder {
  color: #ffffff;
}
.cid-tLEnPBAKYS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tLEnPBAKYS .mbr-section-title {
  color: #e700b4;
}
.cid-tLEnPBAKYS LABEL {
  color: #ffffff;
}
.cid-tLEnPBAKYS H2 {
  color: #ff0800;
}
.cid-tLtNpg3YKN {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLtNpg3YKN .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLtNpg3YKN .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLtNpg3YKN .row {
    text-align: center;
  }
  .cid-tLtNpg3YKN .row > div {
    margin: auto;
  }
  .cid-tLtNpg3YKN .social-row {
    justify-content: center;
  }
}
.cid-tLtNpg3YKN .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLtNpg3YKN .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLtNpg3YKN .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLtNpg3YKN .list {
    margin-bottom: 0rem;
  }
}
.cid-tLtNpg3YKN .mbr-text {
  color: #ffffff;
}
.cid-tLtNpg3YKN .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-tLtNpg3YKN .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tLtNpg3YKN div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tLtNpg3YKN H5 {
  color: #fe5252;
}
.cid-tLtNpg3YKN .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLKTGScp5X {
  z-index: 1000;
  width: 100%;
}
.cid-tLKTGScp5X nav.navbar {
  position: fixed;
}
.cid-tLKTGScp5X .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-tLKTGScp5X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLKTGScp5X .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLKTGScp5X .dropdown-item:hover,
.cid-tLKTGScp5X .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-tLKTGScp5X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLKTGScp5X .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLKTGScp5X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLKTGScp5X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLKTGScp5X .nav-link {
  position: relative;
}
.cid-tLKTGScp5X .container {
  display: flex;
  margin: auto;
}
.cid-tLKTGScp5X .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLKTGScp5X .dropdown-menu,
.cid-tLKTGScp5X .navbar.opened {
  background: #232323 !important;
}
.cid-tLKTGScp5X .nav-item:focus,
.cid-tLKTGScp5X .nav-link:focus {
  outline: none;
}
.cid-tLKTGScp5X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLKTGScp5X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLKTGScp5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLKTGScp5X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLKTGScp5X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLKTGScp5X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLKTGScp5X .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-tLKTGScp5X .navbar.opened {
  transition: all 0.3s;
}
.cid-tLKTGScp5X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLKTGScp5X .navbar .navbar-logo img {
  width: auto;
}
.cid-tLKTGScp5X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLKTGScp5X .navbar.collapsed {
  justify-content: center;
}
.cid-tLKTGScp5X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLKTGScp5X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLKTGScp5X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLKTGScp5X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLKTGScp5X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLKTGScp5X .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-tLKTGScp5X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLKTGScp5X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLKTGScp5X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLKTGScp5X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLKTGScp5X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLKTGScp5X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLKTGScp5X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLKTGScp5X .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-tLKTGScp5X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLKTGScp5X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLKTGScp5X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLKTGScp5X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLKTGScp5X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLKTGScp5X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLKTGScp5X .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLKTGScp5X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLKTGScp5X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLKTGScp5X .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-tLKTGScp5X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLKTGScp5X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLKTGScp5X .dropdown-item.active,
.cid-tLKTGScp5X .dropdown-item:active {
  background-color: transparent;
}
.cid-tLKTGScp5X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLKTGScp5X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLKTGScp5X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLKTGScp5X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tLKTGScp5X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLKTGScp5X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLKTGScp5X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLKTGScp5X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLKTGScp5X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLKTGScp5X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tLKTGScp5X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLKTGScp5X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLKTGScp5X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLKTGScp5X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLKTGScp5X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLKTGScp5X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLKTGScp5X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLKTGScp5X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLKTGScp5X .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLKTGScp5X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLKTGScp5X .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-tLKTGScp5X .navbar {
    height: 70px;
  }
  .cid-tLKTGScp5X .navbar.opened {
    height: auto;
  }
  .cid-tLKTGScp5X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLKTGSUKPm {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../images/lipstixxx-escort-aruba-header.webp");
}
.cid-tLKTGSUKPm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tLKTGSUKPm .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-tLKTGSUKPm .mbr-section-title {
  color: #ffffff;
}
.cid-tLKTGSUKPm .mbr-text,
.cid-tLKTGSUKPm .mbr-section-btn {
  color: #ffffff;
}
.cid-tLKUSdjux1 {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #161616;
}
.cid-tLKUSdjux1 .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLKUSdjux1 .mbr-section-title {
  color: #ffffff;
}
.cid-tLKUChYhvy {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #161616;
}
.cid-tLKUChYhvy .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tLKUChYhvy .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tLKUChYhvy .list-group-item {
  padding: .75rem 0rem;
}
.cid-tLKUChYhvy .plan-subtitle {
  color: #000000;
}
.cid-tLKUChYhvy .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-tLKUChYhvy .price-term .term {
  display: inline-block;
  background: #ebebeb;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tLKUChYhvy .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tLKUChYhvy .plan .mbr-overlay {
  background: #f9f9f9;
  opacity: 1;
}
.cid-tLKUChYhvy .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tLKUChYhvy .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tLKUChYhvy .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tLKUChYhvy .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tLKUChYhvy .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tLKUChYhvy .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tLKUChYhvy .plan {
    margin-bottom: 30px;
  }
}
.cid-tLKUChYhvy .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tLKUChYhvy .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tLKUChYhvy .plan-title {
  color: #fb5cea;
}
.cid-tLKUChYhvy .price-figure {
  color: #232323;
}
.cid-tLKUChYhvy .price-term {
  color: #767676;
  text-align: center;
}
.cid-tLKUChYhvy LI {
  color: #767676;
}
.cid-tLKUChYhvy .plan-price {
  color: #e700b4;
}
.cid-tLKUChYhvy DIV {
  color: #ffffff;
}
.cid-tLKUChYhvy .mbr-section-btn,
.cid-tLKUChYhvy .list-group {
  color: #767676;
}
.cid-tLKUEviHaZ {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #161616;
}
.cid-tLKUEviHaZ .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tLKUEviHaZ .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tLKUEviHaZ .list-group-item {
  padding: .75rem 0rem;
}
.cid-tLKUEviHaZ .plan-subtitle {
  color: #000000;
}
.cid-tLKUEviHaZ .mbr-text {
  margin: 15px 0 0 0;
  color: #767676;
}
.cid-tLKUEviHaZ .price-term .term {
  display: inline-block;
  background: #ebebeb;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tLKUEviHaZ .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tLKUEviHaZ .plan .mbr-overlay {
  background: #f9f9f9;
  opacity: 1;
}
.cid-tLKUEviHaZ .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tLKUEviHaZ .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tLKUEviHaZ .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tLKUEviHaZ .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tLKUEviHaZ .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tLKUEviHaZ .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tLKUEviHaZ .plan {
    margin-bottom: 30px;
  }
}
.cid-tLKUEviHaZ .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tLKUEviHaZ .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tLKUEviHaZ .plan-title {
  color: #fb5cea;
}
.cid-tLKUEviHaZ .price-figure {
  color: #232323;
}
.cid-tLKUEviHaZ .price-term {
  color: #767676;
  text-align: center;
}
.cid-tLKUEviHaZ LI {
  color: #767676;
}
.cid-tLKUEviHaZ .plan-price {
  color: #e700b4;
}
.cid-tLKUEviHaZ DIV {
  color: #ffffff;
}
.cid-tLKUEviHaZ .mbr-section-btn,
.cid-tLKUEviHaZ .list-group {
  color: #767676;
}
.cid-tLKUWow1xA {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #161616;
}
.cid-tLKUWow1xA .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLKUWow1xA .mbr-section-title {
  color: #ffffff;
}
.cid-tLKWCdMI2t {
  padding-top: 15px;
  padding-bottom: 45px;
  background-color: #161616;
}
.cid-tLKWCdMI2t .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLKWCdMI2t .mbr-section-title {
  color: #ffffff;
}
.cid-tLKTGV8hDJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLKTGV8hDJ .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLKTGV8hDJ .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLKTGV8hDJ .row {
    text-align: center;
  }
  .cid-tLKTGV8hDJ .row > div {
    margin: auto;
  }
  .cid-tLKTGV8hDJ .social-row {
    justify-content: center;
  }
}
.cid-tLKTGV8hDJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLKTGV8hDJ .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLKTGV8hDJ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLKTGV8hDJ .list {
    margin-bottom: 0rem;
  }
}
.cid-tLKTGV8hDJ .mbr-text {
  color: #ffffff;
}
.cid-tLKTGV8hDJ .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-tLKTGV8hDJ .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tLKTGV8hDJ div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tLKTGV8hDJ H5 {
  color: #fe5252;
}
.cid-tLKTGV8hDJ .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLYnmuIWAs {
  z-index: 1000;
  width: 100%;
}
.cid-tLYnmuIWAs nav.navbar {
  position: fixed;
}
.cid-tLYnmuIWAs .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-tLYnmuIWAs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLYnmuIWAs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLYnmuIWAs .dropdown-item:hover,
.cid-tLYnmuIWAs .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-tLYnmuIWAs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLYnmuIWAs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLYnmuIWAs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLYnmuIWAs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLYnmuIWAs .nav-link {
  position: relative;
}
.cid-tLYnmuIWAs .container {
  display: flex;
  margin: auto;
}
.cid-tLYnmuIWAs .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLYnmuIWAs .dropdown-menu,
.cid-tLYnmuIWAs .navbar.opened {
  background: #232323 !important;
}
.cid-tLYnmuIWAs .nav-item:focus,
.cid-tLYnmuIWAs .nav-link:focus {
  outline: none;
}
.cid-tLYnmuIWAs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLYnmuIWAs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLYnmuIWAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLYnmuIWAs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLYnmuIWAs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLYnmuIWAs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLYnmuIWAs .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-tLYnmuIWAs .navbar.opened {
  transition: all 0.3s;
}
.cid-tLYnmuIWAs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLYnmuIWAs .navbar .navbar-logo img {
  width: auto;
}
.cid-tLYnmuIWAs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLYnmuIWAs .navbar.collapsed {
  justify-content: center;
}
.cid-tLYnmuIWAs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLYnmuIWAs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLYnmuIWAs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLYnmuIWAs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLYnmuIWAs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLYnmuIWAs .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-tLYnmuIWAs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLYnmuIWAs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLYnmuIWAs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLYnmuIWAs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLYnmuIWAs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLYnmuIWAs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLYnmuIWAs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLYnmuIWAs .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-tLYnmuIWAs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLYnmuIWAs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLYnmuIWAs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLYnmuIWAs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLYnmuIWAs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLYnmuIWAs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLYnmuIWAs .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLYnmuIWAs .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLYnmuIWAs .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLYnmuIWAs .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-tLYnmuIWAs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLYnmuIWAs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLYnmuIWAs .dropdown-item.active,
.cid-tLYnmuIWAs .dropdown-item:active {
  background-color: transparent;
}
.cid-tLYnmuIWAs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLYnmuIWAs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLYnmuIWAs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLYnmuIWAs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tLYnmuIWAs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLYnmuIWAs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLYnmuIWAs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLYnmuIWAs .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLYnmuIWAs button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLYnmuIWAs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tLYnmuIWAs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLYnmuIWAs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLYnmuIWAs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLYnmuIWAs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLYnmuIWAs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLYnmuIWAs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLYnmuIWAs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLYnmuIWAs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLYnmuIWAs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLYnmuIWAs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLYnmuIWAs .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-tLYnmuIWAs .navbar {
    height: 70px;
  }
  .cid-tLYnmuIWAs .navbar.opened {
    height: auto;
  }
  .cid-tLYnmuIWAs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLYo2qL3xP {
  overflow: hidden !important;
  background-color: #232323;
}
.cid-tLYo2qL3xP .container-fluid {
  padding: 0 3rem;
}
.cid-tLYo2qL3xP .animated-element {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLYo2qL3xP .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLYo0t2iab {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLYo0t2iab .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLYo0t2iab .mbr-section-title DIV {
  text-align: left;
}
.cid-tLYnmyiIkq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLYnmyiIkq .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLYnmyiIkq .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLYnmyiIkq .row {
    text-align: center;
  }
  .cid-tLYnmyiIkq .row > div {
    margin: auto;
  }
  .cid-tLYnmyiIkq .social-row {
    justify-content: center;
  }
}
.cid-tLYnmyiIkq .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLYnmyiIkq .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLYnmyiIkq .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLYnmyiIkq .list {
    margin-bottom: 0rem;
  }
}
.cid-tLYnmyiIkq .mbr-text {
  color: #ffffff;
}
.cid-tLYnmyiIkq .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-tLYnmyiIkq .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tLYnmyiIkq div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tLYnmyiIkq H5 {
  color: #fe5252;
}
.cid-tLYnmyiIkq .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLYrnDVjkG {
  z-index: 1000;
  width: 100%;
}
.cid-tLYrnDVjkG nav.navbar {
  position: fixed;
}
.cid-tLYrnDVjkG .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-tLYrnDVjkG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tLYrnDVjkG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tLYrnDVjkG .dropdown-item:hover,
.cid-tLYrnDVjkG .dropdown-item:focus {
  background: #ff0800 !important;
  color: white !important;
}
.cid-tLYrnDVjkG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tLYrnDVjkG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tLYrnDVjkG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tLYrnDVjkG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tLYrnDVjkG .nav-link {
  position: relative;
}
.cid-tLYrnDVjkG .container {
  display: flex;
  margin: auto;
}
.cid-tLYrnDVjkG .iconfont-wrapper {
  color: #ffffff !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tLYrnDVjkG .dropdown-menu,
.cid-tLYrnDVjkG .navbar.opened {
  background: #232323 !important;
}
.cid-tLYrnDVjkG .nav-item:focus,
.cid-tLYrnDVjkG .nav-link:focus {
  outline: none;
}
.cid-tLYrnDVjkG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tLYrnDVjkG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tLYrnDVjkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tLYrnDVjkG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tLYrnDVjkG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tLYrnDVjkG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tLYrnDVjkG .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  position: absolute;
  background: rgba(35, 35, 35, 0.2);
}
.cid-tLYrnDVjkG .navbar.opened {
  transition: all 0.3s;
}
.cid-tLYrnDVjkG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tLYrnDVjkG .navbar .navbar-logo img {
  width: auto;
}
.cid-tLYrnDVjkG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tLYrnDVjkG .navbar.collapsed {
  justify-content: center;
}
.cid-tLYrnDVjkG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tLYrnDVjkG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tLYrnDVjkG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tLYrnDVjkG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tLYrnDVjkG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tLYrnDVjkG .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-tLYrnDVjkG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tLYrnDVjkG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tLYrnDVjkG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tLYrnDVjkG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tLYrnDVjkG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tLYrnDVjkG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tLYrnDVjkG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tLYrnDVjkG .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-tLYrnDVjkG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tLYrnDVjkG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tLYrnDVjkG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tLYrnDVjkG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tLYrnDVjkG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tLYrnDVjkG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tLYrnDVjkG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tLYrnDVjkG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tLYrnDVjkG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tLYrnDVjkG .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-tLYrnDVjkG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tLYrnDVjkG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tLYrnDVjkG .dropdown-item.active,
.cid-tLYrnDVjkG .dropdown-item:active {
  background-color: transparent;
}
.cid-tLYrnDVjkG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tLYrnDVjkG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tLYrnDVjkG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tLYrnDVjkG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-tLYrnDVjkG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tLYrnDVjkG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tLYrnDVjkG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tLYrnDVjkG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tLYrnDVjkG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tLYrnDVjkG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tLYrnDVjkG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tLYrnDVjkG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLYrnDVjkG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tLYrnDVjkG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tLYrnDVjkG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLYrnDVjkG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tLYrnDVjkG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tLYrnDVjkG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tLYrnDVjkG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tLYrnDVjkG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tLYrnDVjkG .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-tLYrnDVjkG .navbar {
    height: 70px;
  }
  .cid-tLYrnDVjkG .navbar.opened {
    height: auto;
  }
  .cid-tLYrnDVjkG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tLYrnEzkcO {
  overflow: hidden !important;
  background-color: #232323;
}
.cid-tLYrnEzkcO .container-fluid {
  padding: 0 3rem;
}
.cid-tLYrnEzkcO .animated-element {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tLYrnEzkcO .container-fluid {
    padding: 0 1rem;
  }
}
.cid-tLYrLAx4nd {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-tLYrLAx4nd .mbr-section-subtitle {
  color: #e43f3f;
}
.cid-tLYrLAx4nd .mbr-section-title DIV {
  text-align: left;
}
.cid-tLYrnFYHa6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-tLYrnFYHa6 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tLYrnFYHa6 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tLYrnFYHa6 .row {
    text-align: center;
  }
  .cid-tLYrnFYHa6 .row > div {
    margin: auto;
  }
  .cid-tLYrnFYHa6 .social-row {
    justify-content: center;
  }
}
.cid-tLYrnFYHa6 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tLYrnFYHa6 .list {
  list-style: none;
  padding-left: 0;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-tLYrnFYHa6 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tLYrnFYHa6 .list {
    margin-bottom: 0rem;
  }
}
.cid-tLYrnFYHa6 .mbr-text {
  color: #ffffff;
}
.cid-tLYrnFYHa6 .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-tLYrnFYHa6 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tLYrnFYHa6 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tLYrnFYHa6 H5 {
  color: #fe5252;
}
.cid-tLYrnFYHa6 .mbr-section-subtitle {
  color: #e43f3f;
}
