.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-4 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 1.76rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.54rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.175rem + (1.5 - 1.175) * ((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: 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))));
  }
  .display-7 {
    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))));
  }
}
/* 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: #cc91bd !important;
}
.bg-success {
  background-color: #3d076e !important;
}
.bg-info {
  background-color: #7a3cb2 !important;
}
.bg-warning {
  background-color: #f6f6ef !important;
}
.bg-danger {
  background-color: #aa5a9e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #cc91bd !important;
  border-color: #cc91bd !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: #b15699 !important;
  border-color: #b15699 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b15699 !important;
  border-color: #b15699 !important;
}
.btn-secondary,
.btn-secondary: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-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.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-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #7a3cb2 !important;
  border-color: #7a3cb2 !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: #4e2671 !important;
  border-color: #4e2671 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #4e2671 !important;
  border-color: #4e2671 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3d076e !important;
  border-color: #3d076e !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: #10021c !important;
  border-color: #10021c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #10021c !important;
  border-color: #10021c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #939353 !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: #5c5c34 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #939353 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #aa5a9e !important;
  border-color: #aa5a9e !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: #723b6a !important;
  border-color: #723b6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #723b6a !important;
  border-color: #723b6a !important;
}
.btn-white,
.btn-white:active {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  color: #939353 !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: #5c5c34 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #939353 !important;
  background-color: #d7d7b8 !important;
  border-color: #d7d7b8 !important;
}
.btn-black,
.btn-black:active {
  background-color: #181817 !important;
  border-color: #181817 !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: #cc91bd;
  color: #cc91bd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b15699 !important;
  background-color: transparent!important;
  border-color: #b15699 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #cc91bd !important;
  border-color: #cc91bd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #7a3cb2;
  color: #7a3cb2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #4e2671 !important;
  background-color: transparent!important;
  border-color: #4e2671 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #7a3cb2 !important;
  border-color: #7a3cb2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3d076e;
  color: #3d076e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #10021c !important;
  background-color: transparent!important;
  border-color: #10021c !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3d076e !important;
  border-color: #3d076e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f6f6ef;
  color: #f6f6ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #d7d7b8 !important;
  background-color: transparent!important;
  border-color: #d7d7b8 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #939353 !important;
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #aa5a9e;
  color: #aa5a9e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #723b6a !important;
  background-color: transparent!important;
  border-color: #723b6a !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #aa5a9e !important;
  border-color: #aa5a9e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #181817;
  color: #181817;
}
.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: #181817 !important;
  border-color: #181817 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f6f6ef;
  color: #f6f6ef;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d7d7b8 !important;
  background-color: transparent!important;
  border-color: #d7d7b8 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #939353 !important;
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
}
.text-primary {
  color: #cc91bd !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #3d076e !important;
}
.text-info {
  color: #7a3cb2 !important;
}
.text-warning {
  color: #f6f6ef !important;
}
.text-danger {
  color: #aa5a9e !important;
}
.text-white {
  color: #f6f6ef !important;
}
.text-black {
  color: #181817 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #a94e92 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #08010e !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #462266 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #d1d1ae !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #683661 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d1d1ae !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: #cc91bd;
}
.nav-tabs .nav-link:not(.active) {
  color: #181817;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7a3cb2;
}
.alert-warning {
  background-color: #f6f6ef;
}
.alert-danger {
  background-color: #aa5a9e;
}
.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: #cc91bd;
  border-color: #cc91bd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #cc91bd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7f0fe6;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b993db;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #d5aecf;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Playfair Display', 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: #cc91bd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display', 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: #cc91bd;
}
/* 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: #cc91bd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #cc91bd;
}
.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: #cc91bd;
  border-bottom-color: #cc91bd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #cc91bd !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: #000000 !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='%23cc91bd' %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-duration: .3s;
  transition: 0.3s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1914px;
  padding: 0 2rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 575px) {
  .container {
    padding: 0 1rem;
  }
}
.row {
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 1rem;
  padding-right: 1rem;
}
.mbr-section-btn .btn {
  min-width: 80px;
  min-height: 60px;
  padding: 26px 42px;
  border-radius: 10em !important;
  border-width: 1px;
  font-weight: 500;
  box-shadow: none !important;
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-white-outline:hover {
  background-color: #cc91bd !important;
  border-color: #cc91bd !important;
  color: #181817 !important;
}
.mbr-section-btn .btn-black-outline:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #cc91bd !important;
}
.mbr-section-btn .btn-primary {
  color: #181817 !important;
}
.mbr-section-btn .btn-primary:hover {
  background-color: #181817 !important;
  border-color: #181817 !important;
  color: #cc91bd !important;
}
b,
strong {
  font-weight: 900 !important;
}
body.scaled > .template .app-component > .app-component-content > section .mbr-fullscreen {
  min-height: 20vh !important;
  height: auto !important;
}
html:not(.is-main-interface) body[data-bs-padding-right]:not(.rounded-canvas) {
  overflow-y: visible !important;
  padding-right: 0 !important;
}
.cid-uxkcvszUum {
  z-index: 1000;
  width: 100%;
}
.cid-uxkcvszUum nav.navbar {
  position: fixed;
}
.cid-uxkcvszUum .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uxkcvszUum .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-uxkcvszUum .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxkcvszUum .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxkcvszUum .dropdown-item:hover,
.cid-uxkcvszUum .dropdown-item:focus {
  background: #cc91bd !important;
  color: white !important;
}
.cid-uxkcvszUum .dropdown-item:hover span {
  color: white;
}
.cid-uxkcvszUum .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxkcvszUum .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxkcvszUum .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxkcvszUum .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxkcvszUum .nav-link {
  position: relative;
}
.cid-uxkcvszUum .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxkcvszUum .container {
    flex-wrap: nowrap;
  }
}
.cid-uxkcvszUum .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxkcvszUum .dropdown-menu,
.cid-uxkcvszUum .navbar.opened {
  background: #ffffff !important;
}
.cid-uxkcvszUum .nav-item:focus,
.cid-uxkcvszUum .nav-link:focus {
  outline: none;
}
.cid-uxkcvszUum .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxkcvszUum .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxkcvszUum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxkcvszUum .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxkcvszUum .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxkcvszUum .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxkcvszUum .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uxkcvszUum .navbar.opened {
  transition: all 0.3s;
}
.cid-uxkcvszUum .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxkcvszUum .navbar .navbar-logo img {
  width: auto;
}
.cid-uxkcvszUum .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxkcvszUum .navbar.collapsed {
  justify-content: center;
}
.cid-uxkcvszUum .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxkcvszUum .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxkcvszUum .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxkcvszUum .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxkcvszUum .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-uxkcvszUum .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxkcvszUum .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxkcvszUum .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxkcvszUum .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxkcvszUum .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxkcvszUum .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxkcvszUum .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxkcvszUum .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-uxkcvszUum .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxkcvszUum .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxkcvszUum .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxkcvszUum .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxkcvszUum .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxkcvszUum .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxkcvszUum .navbar.navbar-short {
  min-height: 80px;
}
.cid-uxkcvszUum .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uxkcvszUum .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxkcvszUum .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxkcvszUum .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxkcvszUum .dropdown-item.active,
.cid-uxkcvszUum .dropdown-item:active {
  background-color: transparent;
}
.cid-uxkcvszUum .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxkcvszUum .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxkcvszUum .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxkcvszUum .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxkcvszUum .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxkcvszUum .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxkcvszUum ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxkcvszUum .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxkcvszUum button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxkcvszUum button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181817;
}
.cid-uxkcvszUum button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxkcvszUum button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkcvszUum button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxkcvszUum button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxkcvszUum nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkcvszUum nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxkcvszUum nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxkcvszUum nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxkcvszUum .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxkcvszUum a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxkcvszUum .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-uxkcvszUum .navbar {
    height: 70px;
  }
  .cid-uxkcvszUum .navbar.opened {
    height: auto;
  }
  .cid-uxkcvszUum .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxkywbDfTm {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/travelers-camels-near-dubai-skyline-twilight-generate-ai-2000x1143.webp");
}
.cid-uxkywbDfTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkywbDfTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxkywbDfTm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxkywbDfTm .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxkywbDfTm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxkywbDfTm .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxkywbDfTm .container {
    padding: 0 24px;
  }
}
.cid-uxkywbDfTm .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uxkywbDfTm .content-wrapper {
    padding: 0;
  }
}
.cid-uxkywbDfTm .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uxkywbDfTm .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uxkywbDfTm .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uxkywbDfTm .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxkywbDfTm .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxkywbDfTm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxkywbDfTm .mbr-section-title {
  color: #ffffff;
}
.cid-uxkywbDfTm .mbr-desc,
.cid-uxkywbDfTm .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxkywbDfTm .mbr-text,
.cid-uxkywbDfTm .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxkywbDfTm .mbr-section-title,
.cid-uxkywbDfTm .mbr-section-btn {
  text-align: center;
}
.cid-uxkcvtNxex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6ef;
}
.cid-uxkcvtNxex .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkcvtNxex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxkcvtNxex .grid-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 3fr 6fr;
  grid-template-columns: 3fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uxkcvtNxex .grid-container {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uxkcvtNxex .mbr-section-title {
  color: #aa5a9e;
}
.cid-uxkcvtNxex .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uxkcvtNxex .list {
  width: 100%;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uxkcvtNxex .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uxkcvtNxex .list li:not(:first-child) {
  margin-top: 1rem;
}
.cid-uxkcvtNxex .list li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-uxkcvtNxex .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uxkcvtNxex .list a:hover {
  color: #cc91bd !important;
  line-height: inherit !important;
}
.cid-uxkcvtNxex .second-list DIV {
  text-align: left;
}
.cid-uxkcvtNxex .second-list {
  color: #000000;
}
.cid-uxkcvu3Jcz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #181817;
}
.cid-uxkcvu3Jcz .img-bg-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-uxkcvu3Jcz .img-bg-container {
    min-height: 560px;
  }
}
@media (max-width: 767px) {
  .cid-uxkcvu3Jcz .img-bg-container {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uxkcvu3Jcz .img-bg-container {
    padding: 1rem;
  }
}
.cid-uxkcvu3Jcz .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../assets/images/y2s-1-1567x1045.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
}
.cid-uxkcvu3Jcz .img-bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 0 100%, rgba(24, 24, 23, 0.9) 38%, rgba(24, 24, 23, 0.5));
}
.cid-uxkcvu3Jcz .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uxkcvu3Jcz .mbr-section-title {
  color: #aa5a9e;
  margin-bottom: 1rem;
}
.cid-uxkcvu3Jcz .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 1rem;
}
.cid-uxkcvu3Jcz .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uxlhUctj4D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uxlhUctj4D .mbr-media {
  position: relative;
}
.cid-uxlhUctj4D .mbr-media img {
  width: 101%;
  object-fit: cover;
}
.cid-uxlhUctj4D a:hover {
  background-image: none !important;
}
.cid-uxlhUctj4D .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uxlhUctj4D .card-wrapper {
  border: 1px solid #cc91bd;
  padding: 0;
  overflow: hidden;
}
.cid-uxlhUctj4D .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
  color: #cc91bd;
}
.cid-uxlhUctj4D .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uxlhUctj4D .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uxlhUctj4D .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uxlhUctj4D .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uxlhUctj4D .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uxlhUctj4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlhUctj4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlhUctj4D .mbr-section-title {
  color: #221b35;
}
.cid-uxkcvujzPj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxkcvujzPj [class^='socicon-']:before,
.cid-uxkcvujzPj [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uxkcvujzPj .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #cc91bd;
  transition: all 0.3s;
  border-color: #cc91bd;
}
.cid-uxkcvujzPj .btn-social:hover {
  background: #cc91bd;
}
.cid-uxkcvujzPj .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uxkcvujzPj .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uxkcvujzPj .mbr-section-title {
  color: #2e6b75;
}
.cid-uxkcvujzPj .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uxkcvujzPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxkcvujzPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxkcvujzPj .mbr-section-title,
.cid-uxkcvujzPj .mbr-social-likes {
  color: #aa5a9e;
}
.cid-uxkcvuCHcP {
  background-color: #181817;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-uxkcvuCHcP .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-uxkcvuCHcP .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-uxkcvuCHcP .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #242423;
  min-height: 500px;
  padding-right: 3rem;
}
@media (max-width: 991px) {
  .cid-uxkcvuCHcP .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-uxkcvuCHcP .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-uxkcvuCHcP .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uxkcvuCHcP .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-uxkcvuCHcP .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-uxkcvuCHcP .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-uxkcvuCHcP .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-uxkcvuCHcP .col-img {
  position: absolute;
  top: 50%;
  right: 0;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  transform: rotate(5deg) translateY(-50%);
  left: 0;
  transform: rotate(-5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-uxkcvuCHcP .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-uxkcvuCHcP .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-uxkcvuCHcP .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uxkcvuCHcP .mbr-section-title,
.cid-uxkcvuCHcP .mbr-section-btn {
  color: #aa5a9e;
}
.cid-uxl9UQEZHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #15171a;
}
.cid-uxl9UQEZHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxl9UQEZHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxl9UQEZHi .items-wrapper {
  justify-content: flex-end;
}
.cid-uxl9UQEZHi .items-wrapper .card {
  justify-content: center;
}
.cid-uxl9UQEZHi .content-wrapper {
  padding-right: 120px;
}
@media (max-width: 1440px) {
  .cid-uxl9UQEZHi .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxl9UQEZHi .content-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
  }
}
.cid-uxl9UQEZHi .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxl9UQEZHi .content-wrapper .mbr-section-title span {
  background: linear-gradient(170deg, #f96e47, #fb9578);
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.cid-uxl9UQEZHi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxl9UQEZHi .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uxl9UQEZHi .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxl9UQEZHi .image-wrapper {
  display: grid;
  grid-template-columns: .5fr 1fr;
  gap: 16px;
}
@media (max-width: 992px) {
  .cid-uxl9UQEZHi .image-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uxl9UQEZHi .image-wrapper .item {
    margin-bottom: 16px;
  }
  .cid-uxl9UQEZHi .image-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxl9UQEZHi .image-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
.cid-uxl9UQEZHi .mbr-section-title {
  color: #ffffff;
}
.cid-uxl9UQEZHi .mbr-text {
  color: #b9b9b9;
}
.cid-uxl9UQEZHi .mbr-section-title,
.cid-uxl9UQEZHi .mbr-section-btn {
  color: #aa5a9e;
}
.cid-uxle8IPa5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxle8IPa5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxle8IPa5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxle8IPa5B .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxle8IPa5B .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxle8IPa5B .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxle8IPa5B .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxle8IPa5B .container {
    padding: 0 24px;
  }
}
.cid-uxle8IPa5B .content-wrapper {
  display: flex;
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
  background-color: #fbfaf9;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uxle8IPa5B .content-wrapper {
    display: block;
  }
}
.cid-uxle8IPa5B .content-wrapper .content-wrap {
  width: 50%;
  padding: 150px 64px;
}
@media (max-width: 1440px) {
  .cid-uxle8IPa5B .content-wrapper .content-wrap {
    padding: 150px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uxle8IPa5B .content-wrapper .content-wrap {
    width: 100%;
    padding: 24px 24px 32px;
  }
}
.cid-uxle8IPa5B .content-wrapper .content-wrap .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ffffff;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #ffffff;
}
.cid-uxle8IPa5B .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxle8IPa5B .content-wrapper .content-wrap .mbr-text {
  opacity: .5;
  margin-bottom: 22px;
}
.cid-uxle8IPa5B .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uxle8IPa5B .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uxle8IPa5B .content-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxle8IPa5B .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uxle8IPa5B .mbr-section-title {
  color: #18212d;
}
.cid-uxle8IPa5B .mbr-desc {
  color: #18212d;
}
.cid-uxle8IPa5B .mbr-text {
  color: #000000;
}
.cid-uxlhbBlRzP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff1e2;
}
.cid-uxlhbBlRzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxlhbBlRzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxlhbBlRzP .content-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxlhbBlRzP .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxlhbBlRzP .content-wrapper .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uxlhbBlRzP .content-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uxlhbBlRzP .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uxlhbBlRzP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uxlhbBlRzP .content-wrapper .title-wrapper .mbr-section-title span {
  color: #cc91bd;
}
.cid-uxlhbBlRzP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxlhbBlRzP .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxlhbBlRzP .image-wrapper img {
    height: 350px;
  }
}
.cid-uxlhbBlRzP .mbr-section-title {
  color: #404349;
}
.cid-uxlhbBlRzP .mbr-desc {
  color: #b19a7c;
}
.cid-uxlhbBlRzP .mbr-text {
  color: #404349;
}
.cid-uxkcvvtLgM {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-uxkcvvtLgM .mbr-text {
  color: #f6f6ef;
}
.cid-uwVnDA8OqY {
  z-index: 1000;
  width: 100%;
}
.cid-uwVnDA8OqY nav.navbar {
  position: fixed;
}
.cid-uwVnDA8OqY .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uwVnDA8OqY .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-uwVnDA8OqY .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uwVnDA8OqY .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uwVnDA8OqY .dropdown-item:hover,
.cid-uwVnDA8OqY .dropdown-item:focus {
  background: #cc91bd !important;
  color: white !important;
}
.cid-uwVnDA8OqY .dropdown-item:hover span {
  color: white;
}
.cid-uwVnDA8OqY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uwVnDA8OqY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uwVnDA8OqY .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uwVnDA8OqY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uwVnDA8OqY .nav-link {
  position: relative;
}
.cid-uwVnDA8OqY .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uwVnDA8OqY .container {
    flex-wrap: nowrap;
  }
}
.cid-uwVnDA8OqY .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uwVnDA8OqY .dropdown-menu,
.cid-uwVnDA8OqY .navbar.opened {
  background: #ffffff !important;
}
.cid-uwVnDA8OqY .nav-item:focus,
.cid-uwVnDA8OqY .nav-link:focus {
  outline: none;
}
.cid-uwVnDA8OqY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uwVnDA8OqY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uwVnDA8OqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uwVnDA8OqY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uwVnDA8OqY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uwVnDA8OqY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uwVnDA8OqY .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uwVnDA8OqY .navbar.opened {
  transition: all 0.3s;
}
.cid-uwVnDA8OqY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uwVnDA8OqY .navbar .navbar-logo img {
  width: auto;
}
.cid-uwVnDA8OqY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uwVnDA8OqY .navbar.collapsed {
  justify-content: center;
}
.cid-uwVnDA8OqY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uwVnDA8OqY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uwVnDA8OqY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uwVnDA8OqY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uwVnDA8OqY .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-uwVnDA8OqY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uwVnDA8OqY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uwVnDA8OqY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uwVnDA8OqY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uwVnDA8OqY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uwVnDA8OqY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uwVnDA8OqY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uwVnDA8OqY .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-uwVnDA8OqY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uwVnDA8OqY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uwVnDA8OqY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uwVnDA8OqY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uwVnDA8OqY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uwVnDA8OqY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uwVnDA8OqY .navbar.navbar-short {
  min-height: 80px;
}
.cid-uwVnDA8OqY .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uwVnDA8OqY .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uwVnDA8OqY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uwVnDA8OqY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uwVnDA8OqY .dropdown-item.active,
.cid-uwVnDA8OqY .dropdown-item:active {
  background-color: transparent;
}
.cid-uwVnDA8OqY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uwVnDA8OqY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uwVnDA8OqY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uwVnDA8OqY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uwVnDA8OqY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uwVnDA8OqY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uwVnDA8OqY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uwVnDA8OqY .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uwVnDA8OqY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uwVnDA8OqY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181817;
}
.cid-uwVnDA8OqY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uwVnDA8OqY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwVnDA8OqY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uwVnDA8OqY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uwVnDA8OqY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwVnDA8OqY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uwVnDA8OqY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uwVnDA8OqY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uwVnDA8OqY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uwVnDA8OqY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uwVnDA8OqY .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-uwVnDA8OqY .navbar {
    height: 70px;
  }
  .cid-uwVnDA8OqY .navbar.opened {
    height: auto;
  }
  .cid-uwVnDA8OqY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxFNv3kude {
  display: flex;
  background-image: url("../../../assets/images/purplesky.fw-1920x1280.webp");
}
.cid-uxFNv3kude .mbr-overlay {
  background-color: #000000;
  opacity: 0.2;
}
.cid-uxFNv3kude .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFNv3kude .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-uxFNv3kude .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uxFNv3kude {
    align-items: flex-end;
  }
  .cid-uxFNv3kude .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uxFNv3kude .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uxFNv3kude {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uxFNv3kude .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uxFNv3kude .content-wrap {
    width: 100%;
  }
}
.cid-uxFNv3kude .mbr-section-subtitle,
.cid-uxFNv3kude .line {
  color: #ffffff;
}
.cid-uxFNv3kude .mbr-text,
.cid-uxFNv3kude .mbr-section-btn {
  text-align: right;
}
.cid-uxqbZpJd7i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uxqbZpJd7i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxqbZpJd7i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxqbZpJd7i .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uxqbZpJd7i .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uxqbZpJd7i .container {
    padding: 0 25px;
  }
}
.cid-uxqbZpJd7i .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxqbZpJd7i .image-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uxqbZpJd7i .image-wrapper img {
  height: 570px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uxqbZpJd7i .image-wrapper img {
    height: 350px;
  }
}
.cid-uxqbZpJd7i .content-wrapper {
  margin-left: 40px;
}
@media (max-width: 992px) {
  .cid-uxqbZpJd7i .content-wrapper {
    margin: 0;
  }
}
.cid-uxqbZpJd7i .content-wrapper .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 8px;
  background-color: #cc91bd;
  padding: 2px 4px 0;
}
.cid-uxqbZpJd7i .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uxqbZpJd7i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxqbZpJd7i .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uxqbZpJd7i .content-wrapper .contacts-wrap {
  margin-top: 30px;
}
.cid-uxqbZpJd7i .content-wrapper .contacts-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uxqbZpJd7i .content-wrapper .contacts-wrap .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxqbZpJd7i .content-wrapper .contacts-wrap .list .item-wrap {
  margin-bottom: 10px;
}
.cid-uxqbZpJd7i .content-wrapper .contacts-wrap .list .item-wrap:hover,
.cid-uxqbZpJd7i .content-wrapper .contacts-wrap .list .item-wrap:focus {
  text-decoration: underline;
}
.cid-uxqbZpJd7i .content-wrapper .social-wrap {
  margin-top: 30px;
}
.cid-uxqbZpJd7i .content-wrapper .social-wrap .mbr-section-subtitle {
  margin-bottom: 16px;
}
.cid-uxqbZpJd7i .content-wrapper .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uxqbZpJd7i .content-wrapper .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uxqbZpJd7i .content-wrapper .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #7a3cb2;
}
.cid-uxqbZpJd7i .content-wrapper .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #2f2e30;
}
.cid-uxqbZpJd7i .mbr-section-title {
  color: #2f2e30;
}
.cid-uxqbZpJd7i .mbr-desc {
  color: #2f2e30;
}
.cid-uxqbZpJd7i .mbr-text {
  color: #f6f6ef;
}
.cid-uxqbZpJd7i .mbr-section-subtitle {
  color: #2f2e30;
}
.cid-uxqbZpJd7i .list {
  color: #2f2e30;
}
.cid-uxqbZpJd7i .mbr-section-title,
.cid-uxqbZpJd7i .mbr-section-btn {
  color: #f6f6ef;
}
.cid-uxqbZpJd7i .list,
.cid-uxqbZpJd7i .item-wrap {
  color: #f6f6ef;
}
.cid-tjiNdY0GAS {
  background-color: #181817;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiNdY0GAS .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiNdY0GAS .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cid-tjiNdY0GAS .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background-color: #242423;
  min-height: 500px;
  padding-left: 3rem;
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .img-bg-container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiNdY0GAS .img-bg-container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tjiNdY0GAS .col-text {
  width: 40% !important;
  padding: 0 !important;
  margin-right: auto;
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .col-text {
    width: 100% !important;
    margin-bottom: 3rem;
  }
}
.cid-tjiNdY0GAS .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiNdY0GAS .mbr-section-title {
  color: #FACB1D;
  margin-bottom: 1rem;
}
.cid-tjiNdY0GAS .mbr-text {
  color: #f6f6ef;
  margin-bottom: 1rem;
  max-width: 365px;
  margin-right: auto;
}
.cid-tjiNdY0GAS .col-img {
  position: absolute;
  top: 50%;
  height: 110%;
  width: 50% !important;
  padding: 0 !important;
  right: 0;
  transform: rotate(5deg) translateY(-50%);
}
@media (max-width: 991px) {
  .cid-tjiNdY0GAS .col-img {
    height: auto;
    width: 100% !important;
    position: static;
    transform: rotate(5deg) translateY(0);
  }
}
.cid-tjiNdY0GAS .image-wrapper {
  width: 100%;
  height: 100%;
}
.cid-tjiNdY0GAS .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tjiNdY0GAS .mbr-section-title,
.cid-tjiNdY0GAS .mbr-section-btn {
  color: #aa5a9e;
}
.cid-tjiMzrhKjX {
  background-color: #181817;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.cid-tjiMzrhKjX .container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.cid-tjiMzrhKjX .row {
  width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .row {
    margin-top: auto;
  }
}
.cid-tjiMzrhKjX .img-bg-container {
  flex-grow: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .img-bg-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.cid-tjiMzrhKjX .img-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 80% 60%, rgba(24, 24, 23, 0.95) 14%, transparent 71%), url("../../../assets/images/whatsapp-image-2024-12-15-4t-8.12.43-pm-1600x1200.webp");
  background-position: 0 0, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}
.cid-tjiMzrhKjX .col-text {
  padding-right: 8.33333333% !important;
  padding-left: 8.33333333% !important;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .col-text {
    padding: 0 !important;
  }
}
.cid-tjiMzrhKjX .text-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
}
.cid-tjiMzrhKjX .mbr-section-title {
  color: #cc91bd;
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .cid-tjiMzrhKjX .mbr-section-title {
    margin-bottom: 1rem;
  }
}
.cid-tjiMzrhKjX .mbr-text {
  color: #f6f6ef;
  opacity: 0.8;
  margin-bottom: 2.4rem;
}
@media (max-width: 991px) {
  .cid-tjiMzrhKjX .mbr-text {
    margin-bottom: 2rem;
  }
}
@media (max-width: 575px) {
  .cid-tjiMzrhKjX .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-tjiLgmAQ4J {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #000000;
}
.cid-tjiLgmAQ4J .mbr-text {
  color: #f6f6ef;
}
.cid-uxB40VuL5J {
  z-index: 1000;
  width: 100%;
}
.cid-uxB40VuL5J nav.navbar {
  position: fixed;
}
.cid-uxB40VuL5J .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uxB40VuL5J .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-uxB40VuL5J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxB40VuL5J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxB40VuL5J .dropdown-item:hover,
.cid-uxB40VuL5J .dropdown-item:focus {
  background: #cc91bd !important;
  color: white !important;
}
.cid-uxB40VuL5J .dropdown-item:hover span {
  color: white;
}
.cid-uxB40VuL5J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxB40VuL5J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxB40VuL5J .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxB40VuL5J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxB40VuL5J .nav-link {
  position: relative;
}
.cid-uxB40VuL5J .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxB40VuL5J .container {
    flex-wrap: nowrap;
  }
}
.cid-uxB40VuL5J .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxB40VuL5J .dropdown-menu,
.cid-uxB40VuL5J .navbar.opened {
  background: #ffffff !important;
}
.cid-uxB40VuL5J .nav-item:focus,
.cid-uxB40VuL5J .nav-link:focus {
  outline: none;
}
.cid-uxB40VuL5J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxB40VuL5J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxB40VuL5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxB40VuL5J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxB40VuL5J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxB40VuL5J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxB40VuL5J .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uxB40VuL5J .navbar.opened {
  transition: all 0.3s;
}
.cid-uxB40VuL5J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxB40VuL5J .navbar .navbar-logo img {
  width: auto;
}
.cid-uxB40VuL5J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxB40VuL5J .navbar.collapsed {
  justify-content: center;
}
.cid-uxB40VuL5J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxB40VuL5J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxB40VuL5J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxB40VuL5J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxB40VuL5J .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-uxB40VuL5J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxB40VuL5J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxB40VuL5J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxB40VuL5J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxB40VuL5J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxB40VuL5J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxB40VuL5J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxB40VuL5J .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-uxB40VuL5J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxB40VuL5J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxB40VuL5J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxB40VuL5J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxB40VuL5J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxB40VuL5J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxB40VuL5J .navbar.navbar-short {
  min-height: 80px;
}
.cid-uxB40VuL5J .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uxB40VuL5J .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxB40VuL5J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxB40VuL5J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxB40VuL5J .dropdown-item.active,
.cid-uxB40VuL5J .dropdown-item:active {
  background-color: transparent;
}
.cid-uxB40VuL5J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxB40VuL5J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxB40VuL5J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxB40VuL5J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxB40VuL5J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxB40VuL5J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxB40VuL5J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxB40VuL5J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxB40VuL5J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxB40VuL5J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181817;
}
.cid-uxB40VuL5J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxB40VuL5J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB40VuL5J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxB40VuL5J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxB40VuL5J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB40VuL5J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxB40VuL5J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxB40VuL5J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxB40VuL5J .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxB40VuL5J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxB40VuL5J .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-uxB40VuL5J .navbar {
    height: 70px;
  }
  .cid-uxB40VuL5J .navbar.opened {
    height: auto;
  }
  .cid-uxB40VuL5J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxB40VWEac {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cocktail-table-2000x1121.webp");
}
.cid-uxB40VWEac .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB40VWEac .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB40VWEac .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxB40VWEac .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxB40VWEac .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxB40VWEac .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxB40VWEac .container {
    padding: 0 24px;
  }
}
.cid-uxB40VWEac .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uxB40VWEac .content-wrapper {
    padding: 0;
  }
}
.cid-uxB40VWEac .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uxB40VWEac .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uxB40VWEac .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uxB40VWEac .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxB40VWEac .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxB40VWEac .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxB40VWEac .mbr-section-title {
  color: #ffffff;
}
.cid-uxB40VWEac .mbr-desc,
.cid-uxB40VWEac .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxB40VWEac .mbr-text,
.cid-uxB40VWEac .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxB40VWEac .mbr-section-title,
.cid-uxB40VWEac .mbr-section-btn {
  text-align: center;
}
.cid-uxB40WjaE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6ef;
}
.cid-uxB40WjaE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB40WjaE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB40WjaE6 .grid-container {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -ms-grid-columns: 3fr 6fr;
  grid-template-columns: 3fr 6fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .cid-uxB40WjaE6 .grid-container {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.cid-uxB40WjaE6 .mbr-section-title {
  color: #aa5a9e;
}
.cid-uxB40WjaE6 .mbr-section-subtitle {
  color: #000000;
  margin-top: 1rem;
}
.cid-uxB40WjaE6 .list {
  width: 100%;
  list-style: none;
  padding-left: 40px;
  margin-bottom: 0;
  color: #f6f6ef;
  transition: 0.3s all;
}
.cid-uxB40WjaE6 .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  transition: 0.3s all;
}
.cid-uxB40WjaE6 .list li:not(:first-child) {
  margin-top: 1rem;
}
.cid-uxB40WjaE6 .list li:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -20px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-uxB40WjaE6 .list a {
  color: inherit !important;
  line-height: inherit !important;
  font-weight: inherit !important;
  transition: 0.3s all;
}
.cid-uxB40WjaE6 .list a:hover {
  color: #cc91bd !important;
  line-height: inherit !important;
}
.cid-uxB40WjaE6 .second-list DIV {
  text-align: left;
}
.cid-uxB40WjaE6 .second-list {
  color: #000000;
}
.cid-uxB40XDPNf {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxB40XDPNf [class^='socicon-']:before,
.cid-uxB40XDPNf [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uxB40XDPNf .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #cc91bd;
  transition: all 0.3s;
  border-color: #cc91bd;
}
.cid-uxB40XDPNf .btn-social:hover {
  background: #cc91bd;
}
.cid-uxB40XDPNf .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uxB40XDPNf .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uxB40XDPNf .mbr-section-title {
  color: #2e6b75;
}
.cid-uxB40XDPNf .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uxB40XDPNf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxB40XDPNf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxB40XDPNf .mbr-section-title,
.cid-uxB40XDPNf .mbr-social-likes {
  color: #aa5a9e;
}
.cid-uxF5xbsmnK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uxF5xbsmnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxF5xbsmnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxF5xbsmnK .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxF5xbsmnK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxF5xbsmnK .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uxF5xbsmnK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uxF5xbsmnK .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxF5xbsmnK .image-wrapper img {
    height: 350px;
  }
}
.cid-uxF5xbsmnK .mbr-section-title {
  color: #191c25;
}
.cid-uxF5xbsmnK .mbr-text {
  color: #191c25;
}
.cid-uxB40ZIGFm {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-uxB40ZIGFm .mbr-text {
  color: #f6f6ef;
}
.cid-uxF7LPFXoh {
  z-index: 1000;
  width: 100%;
}
.cid-uxF7LPFXoh nav.navbar {
  position: fixed;
}
.cid-uxF7LPFXoh .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uxF7LPFXoh .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-uxF7LPFXoh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxF7LPFXoh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxF7LPFXoh .dropdown-item:hover,
.cid-uxF7LPFXoh .dropdown-item:focus {
  background: #cc91bd !important;
  color: white !important;
}
.cid-uxF7LPFXoh .dropdown-item:hover span {
  color: white;
}
.cid-uxF7LPFXoh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxF7LPFXoh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxF7LPFXoh .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxF7LPFXoh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxF7LPFXoh .nav-link {
  position: relative;
}
.cid-uxF7LPFXoh .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxF7LPFXoh .container {
    flex-wrap: nowrap;
  }
}
.cid-uxF7LPFXoh .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxF7LPFXoh .dropdown-menu,
.cid-uxF7LPFXoh .navbar.opened {
  background: #ffffff !important;
}
.cid-uxF7LPFXoh .nav-item:focus,
.cid-uxF7LPFXoh .nav-link:focus {
  outline: none;
}
.cid-uxF7LPFXoh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxF7LPFXoh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxF7LPFXoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxF7LPFXoh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxF7LPFXoh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxF7LPFXoh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxF7LPFXoh .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uxF7LPFXoh .navbar.opened {
  transition: all 0.3s;
}
.cid-uxF7LPFXoh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxF7LPFXoh .navbar .navbar-logo img {
  width: auto;
}
.cid-uxF7LPFXoh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxF7LPFXoh .navbar.collapsed {
  justify-content: center;
}
.cid-uxF7LPFXoh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxF7LPFXoh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxF7LPFXoh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxF7LPFXoh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxF7LPFXoh .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-uxF7LPFXoh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxF7LPFXoh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxF7LPFXoh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxF7LPFXoh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxF7LPFXoh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxF7LPFXoh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxF7LPFXoh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxF7LPFXoh .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-uxF7LPFXoh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxF7LPFXoh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxF7LPFXoh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxF7LPFXoh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxF7LPFXoh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxF7LPFXoh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxF7LPFXoh .navbar.navbar-short {
  min-height: 80px;
}
.cid-uxF7LPFXoh .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uxF7LPFXoh .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxF7LPFXoh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxF7LPFXoh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxF7LPFXoh .dropdown-item.active,
.cid-uxF7LPFXoh .dropdown-item:active {
  background-color: transparent;
}
.cid-uxF7LPFXoh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxF7LPFXoh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxF7LPFXoh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxF7LPFXoh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxF7LPFXoh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxF7LPFXoh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxF7LPFXoh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxF7LPFXoh .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxF7LPFXoh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxF7LPFXoh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181817;
}
.cid-uxF7LPFXoh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxF7LPFXoh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxF7LPFXoh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxF7LPFXoh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxF7LPFXoh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxF7LPFXoh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxF7LPFXoh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxF7LPFXoh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxF7LPFXoh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxF7LPFXoh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxF7LPFXoh .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-uxF7LPFXoh .navbar {
    height: 70px;
  }
  .cid-uxF7LPFXoh .navbar.opened {
    height: auto;
  }
  .cid-uxF7LPFXoh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxFfExRpTR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/feedin-1600x1200.webp");
}
.cid-uxFfExRpTR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFfExRpTR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFfExRpTR .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxFfExRpTR .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxFfExRpTR .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxFfExRpTR .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxFfExRpTR .container {
    padding: 0 24px;
  }
}
.cid-uxFfExRpTR .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uxFfExRpTR .content-wrapper {
    padding: 0;
  }
}
.cid-uxFfExRpTR .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uxFfExRpTR .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uxFfExRpTR .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uxFfExRpTR .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxFfExRpTR .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxFfExRpTR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxFfExRpTR .mbr-section-title {
  color: #ffffff;
}
.cid-uxFfExRpTR .mbr-desc,
.cid-uxFfExRpTR .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxFfExRpTR .mbr-text,
.cid-uxFfExRpTR .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxFfExRpTR .mbr-section-title,
.cid-uxFfExRpTR .mbr-section-btn {
  text-align: center;
}
.cid-uxFgcltlNI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxFgcltlNI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFgcltlNI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFgcltlNI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxFgcltlNI .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uxFgcltlNI .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uxFgcltlNI .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uxFgcltlNI .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uxFgcltlNI .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uxFgcltlNI .btn-wrapper {
  margin-top: -2%;
}
.cid-uxFgcltlNI .mbr-section-title {
  color: #000000;
}
.cid-uxFgcltlNI .item-title {
  color: #000000;
}
.cid-uxFgcltlNI .item-text {
  color: #000000;
}
.cid-uxFgLpq7n8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-uxFgLpq7n8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFgLpq7n8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFgLpq7n8 .items-wrapper {
  margin: 0 -5px;
}
.cid-uxFgLpq7n8 .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uxFgLpq7n8 .item {
    margin-bottom: 16px;
  }
  .cid-uxFgLpq7n8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uxFgLpq7n8 .item:nth-child(2n) .item-wrapper .item-img img {
  transform: none;
}
.cid-uxFgLpq7n8 .item .item-wrapper {
  height: 100%;
}
.cid-uxFgLpq7n8 .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transform: rotate(8deg);
}
@media (max-width: 992px) {
  .cid-uxFgLpq7n8 .item .item-wrapper .item-img img {
    transform: none;
  }
}
.cid-uxF7LSsRay {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uxF7LSsRay [class^='socicon-']:before,
.cid-uxF7LSsRay [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uxF7LSsRay .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #cc91bd;
  transition: all 0.3s;
  border-color: #cc91bd;
}
.cid-uxF7LSsRay .btn-social:hover {
  background: #cc91bd;
}
.cid-uxF7LSsRay .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uxF7LSsRay .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uxF7LSsRay .mbr-section-title {
  color: #2e6b75;
}
.cid-uxF7LSsRay .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uxF7LSsRay .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxF7LSsRay .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxF7LSsRay .mbr-section-title,
.cid-uxF7LSsRay .mbr-social-likes {
  color: #aa5a9e;
}
.cid-uxFhGS3mWv {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uxFhGS3mWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFhGS3mWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFhGS3mWv .items-wrapper {
  justify-content: flex-end;
}
.cid-uxFhGS3mWv .items-wrapper .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uxFhGS3mWv .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uxFhGS3mWv .content-wrapper .mbr-desc {
  margin-bottom: 16px;
}
.cid-uxFhGS3mWv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uxFhGS3mWv .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uxFhGS3mWv .content-wrap {
  position: relative;
  padding: 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uxFhGS3mWv .content-wrap {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrap {
    display: block;
    padding: 0;
  }
}
.cid-uxFhGS3mWv .content-wrap .image-wrapper {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrap .image-wrapper {
    margin-bottom: 16px;
  }
}
.cid-uxFhGS3mWv .content-wrap .image-wrapper img {
  height: 612px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uxFhGS3mWv .content-wrap .image-wrap {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrap .image-wrap {
    position: static;
    width: auto;
  }
}
.cid-uxFhGS3mWv .content-wrap .image-wrap img {
  position: absolute;
  right: 0;
  width: 270px;
  height: 365px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxFhGS3mWv .content-wrap .image-wrap img {
    position: static;
    height: 350px;
    width: 100%;
  }
}
.cid-uxFhGS3mWv .mbr-desc {
  color: #272b2e;
}
.cid-uxFhGS3mWv .mbr-section-title {
  color: #272b2e;
}
.cid-uxFhGS3mWv .mbr-text,
.cid-uxFhGS3mWv .text-wrapper {
  color: #272b2e;
}
.cid-uxFiZoZXfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f2;
}
.cid-uxFiZoZXfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFiZoZXfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFiZoZXfT .row {
  position: relative;
  z-index: 2;
}
.cid-uxFiZoZXfT .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uxFiZoZXfT .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uxFiZoZXfT .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uxFiZoZXfT .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uxFiZoZXfT .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uxFiZoZXfT .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uxFiZoZXfT .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uxFiZoZXfT .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uxFiZoZXfT .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uxFiZoZXfT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uxFiZoZXfT .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uxFiZoZXfT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxFiZoZXfT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxFiZoZXfT .mbr-section-title {
  color: #212529;
}
.cid-uxFiZoZXfT .mbr-text {
  color: #51565c;
}
.cid-uxFiZoZXfT .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uxFGzrAtyQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e9e6;
}
.cid-uxFGzrAtyQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFGzrAtyQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFGzrAtyQ .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uxFGzrAtyQ .content-wrapper {
    margin-bottom: 35px;
  }
}
.cid-uxFGzrAtyQ .content-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxFGzrAtyQ .content-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uxFGzrAtyQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uxFGzrAtyQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uxFGzrAtyQ .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uxFGzrAtyQ .content-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-uxFGzrAtyQ .image-wrapper {
  padding-left: 30px;
}
@media (max-width: 992px) {
  .cid-uxFGzrAtyQ .image-wrapper {
    padding-left: 0;
  }
}
.cid-uxFGzrAtyQ .image-wrapper img {
  height: 540px;
  object-fit: cover;
  border-radius: 0 16rem;
}
@media (max-width: 992px) {
  .cid-uxFGzrAtyQ .image-wrapper img {
    height: 350px;
    border-radius: 0 8rem;
  }
}
.cid-uxFGzrAtyQ .mbr-section-title {
  color: #000000;
}
.cid-uxFGzrAtyQ .mbr-desc {
  color: #000000;
}
.cid-uxFGzrAtyQ .mbr-text {
  color: #000000;
}
.cid-uxFIpldiZG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uxFIpldiZG .mbr-overlay {
  background-color: #2c2c2c;
  opacity: 0.4;
}
.cid-uxFIpldiZG .mbr-section-head {
  margin-bottom: 3rem;
}
.cid-uxFIpldiZG .mbr-section-title {
  color: #aa5a9e;
}
.cid-uxFIpldiZG .mbr-section-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uxFIpldiZG .mbr-section-subtitle {
  color: #f6f6ef;
  margin-top: 1rem;
}
.cid-uxFIpldiZG .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-uxFIpldiZG form {
  width: 100%;
}
.cid-uxFIpldiZG form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uxFIpldiZG form p {
  color: #f6f6ef;
}
.cid-uxFIpldiZG form .mbr-section-btn {
  margin-top: 1rem;
  text-align: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
}
.cid-uxFIpldiZG form .mbr-section-btn .btn {
  min-width: 150px;
  min-height: 40px;
  padding: 6px 12px;
}
.cid-uxFIpldiZG form .form-group {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
.cid-uxFIpldiZG form .form-control {
  height: 40px;
  border: 1px solid #FFFFFF !important;
  background: #FFFFFF;
  box-shadow: none !important;
  border-radius: 0 !important;
  margin-bottom: 0;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #181817;
  font-weight: 400;
}
.cid-uxFIpldiZG form .form-control::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form .form-control::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form .form-control:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form .form-control:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form select {
  color: #bbbbbb !important;
}
.cid-uxFIpldiZG form textarea {
  height: 200px !important;
  resize: none;
}
.cid-uxFIpldiZG form textarea::-webkit-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uxFIpldiZG form textarea::-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uxFIpldiZG form textarea:-moz-placeholder {
  color: #bbbbbb !important;
}
.cid-uxFIpldiZG form textarea:-ms-input-placeholder {
  color: #bbbbbb !important;
}
.cid-uxFIpldiZG form input,
.cid-uxFIpldiZG form textarea {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.cid-uxFIpldiZG form input:active,
.cid-uxFIpldiZG form textarea:active,
.cid-uxFIpldiZG form input:focus,
.cid-uxFIpldiZG form textarea:focus {
  background-color: #f6f6ef !important;
  border-color: #f6f6ef !important;
  outline: none !important;
  outline-offset: -1px;
  box-shadow: 0 0 5px #cacaca !important;
}
.cid-uxFIpldiZG form input:active::-webkit-input-placeholder,
.cid-uxFIpldiZG form textarea:active::-webkit-input-placeholder,
.cid-uxFIpldiZG form input:focus::-webkit-input-placeholder,
.cid-uxFIpldiZG form textarea:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form input:active::-moz-placeholder,
.cid-uxFIpldiZG form textarea:active::-moz-placeholder,
.cid-uxFIpldiZG form input:focus::-moz-placeholder,
.cid-uxFIpldiZG form textarea:focus::-moz-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form input:active:-moz-placeholder,
.cid-uxFIpldiZG form textarea:active:-moz-placeholder,
.cid-uxFIpldiZG form input:focus:-moz-placeholder,
.cid-uxFIpldiZG form textarea:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form input:active:-ms-input-placeholder,
.cid-uxFIpldiZG form textarea:active:-ms-input-placeholder,
.cid-uxFIpldiZG form input:focus:-ms-input-placeholder,
.cid-uxFIpldiZG form textarea:focus:-ms-input-placeholder {
  color: #bbbbbb;
}
.cid-uxFIpldiZG form .row {
  margin-left: -5px !important;
  margin-right: -5px !important;
}
.cid-uxFIpldiZG form .row [class*=col] {
  padding-left: 5px !important;
  padding-right: 5px !important;
}
.cid-uxFIpldiZG form label {
  width: 100%;
  color: #f6f6ef;
  margin-bottom: 0.4rem;
}
.cid-uxFIpldiZG form .form-check-input {
  border-color: #bbbbbb !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uxFIpldiZG form .form-check-input:focus,
.cid-uxFIpldiZG form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #181817 !important;
}
.cid-uxFIpldiZG form .form-check-input:checked {
  border-color: #181817 !important;
  background-color: #FACB1D !important;
}
.cid-uxF7LVaQzL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-uxF7LVaQzL .mbr-text {
  color: #f6f6ef;
}
.cid-uxFRRA45z8 {
  z-index: 1000;
  width: 100%;
}
.cid-uxFRRA45z8 nav.navbar {
  position: fixed;
}
.cid-uxFRRA45z8 .navbar-logo {
  margin-right: 1rem !important;
}
.cid-uxFRRA45z8 .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-uxFRRA45z8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uxFRRA45z8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uxFRRA45z8 .dropdown-item:hover,
.cid-uxFRRA45z8 .dropdown-item:focus {
  background: #cc91bd !important;
  color: white !important;
}
.cid-uxFRRA45z8 .dropdown-item:hover span {
  color: white;
}
.cid-uxFRRA45z8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uxFRRA45z8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uxFRRA45z8 .nav-dropdown .link {
  padding: 0 1.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uxFRRA45z8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uxFRRA45z8 .nav-link {
  position: relative;
}
.cid-uxFRRA45z8 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uxFRRA45z8 .container {
    flex-wrap: nowrap;
  }
}
.cid-uxFRRA45z8 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uxFRRA45z8 .dropdown-menu,
.cid-uxFRRA45z8 .navbar.opened {
  background: #ffffff !important;
}
.cid-uxFRRA45z8 .nav-item:focus,
.cid-uxFRRA45z8 .nav-link:focus {
  outline: none;
}
.cid-uxFRRA45z8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uxFRRA45z8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uxFRRA45z8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uxFRRA45z8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uxFRRA45z8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uxFRRA45z8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uxFRRA45z8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: rgba(255, 255, 255, 0.8);
}
.cid-uxFRRA45z8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uxFRRA45z8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uxFRRA45z8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uxFRRA45z8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uxFRRA45z8 .navbar.collapsed {
  justify-content: center;
}
.cid-uxFRRA45z8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uxFRRA45z8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uxFRRA45z8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uxFRRA45z8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uxFRRA45z8 .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-uxFRRA45z8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uxFRRA45z8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uxFRRA45z8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uxFRRA45z8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uxFRRA45z8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uxFRRA45z8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uxFRRA45z8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uxFRRA45z8 .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-uxFRRA45z8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uxFRRA45z8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uxFRRA45z8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uxFRRA45z8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uxFRRA45z8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uxFRRA45z8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uxFRRA45z8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-uxFRRA45z8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-uxFRRA45z8 .navbar-brand {
  min-height: 80px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uxFRRA45z8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uxFRRA45z8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uxFRRA45z8 .dropdown-item.active,
.cid-uxFRRA45z8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uxFRRA45z8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uxFRRA45z8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uxFRRA45z8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uxFRRA45z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uxFRRA45z8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uxFRRA45z8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uxFRRA45z8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uxFRRA45z8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uxFRRA45z8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uxFRRA45z8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #181817;
}
.cid-uxFRRA45z8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uxFRRA45z8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxFRRA45z8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uxFRRA45z8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uxFRRA45z8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxFRRA45z8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uxFRRA45z8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uxFRRA45z8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uxFRRA45z8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uxFRRA45z8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uxFRRA45z8 .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-uxFRRA45z8 .navbar {
    height: 70px;
  }
  .cid-uxFRRA45z8 .navbar.opened {
    height: auto;
  }
  .cid-uxFRRA45z8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uxFRRCuVqg {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/purplesky-1-1920x1280.webp");
}
.cid-uxFRRCuVqg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFRRCuVqg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFRRCuVqg .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uxFRRCuVqg .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxFRRCuVqg .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uxFRRCuVqg .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uxFRRCuVqg .container {
    padding: 0 24px;
  }
}
.cid-uxFRRCuVqg .content-wrapper {
  padding: 150px 0;
}
@media (max-width: 992px) {
  .cid-uxFRRCuVqg .content-wrapper {
    padding: 0;
  }
}
.cid-uxFRRCuVqg .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  margin-bottom: 16px;
  border-radius: 500px;
  z-index: 1;
}
.cid-uxFRRCuVqg .content-wrapper .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  border: 1px solid #ffffff;
  opacity: .12;
  pointer-events: none;
}
.cid-uxFRRCuVqg .content-wrapper .desc-wrapper .mbr-desc::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 500px;
  background-color: #ffffff;
  opacity: .09;
  pointer-events: none;
}
.cid-uxFRRCuVqg .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uxFRRCuVqg .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 45%;
  opacity: .5;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uxFRRCuVqg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uxFRRCuVqg .mbr-section-title {
  color: #ffffff;
}
.cid-uxFRRCuVqg .mbr-desc,
.cid-uxFRRCuVqg .desc-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxFRRCuVqg .mbr-text,
.cid-uxFRRCuVqg .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uxFRRCuVqg .mbr-section-title,
.cid-uxFRRCuVqg .mbr-section-btn {
  text-align: center;
}
.cid-uxFTdQRYdg .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-uxFTdQRYdg .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uxFTdQRYdg .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uxFTdQRYdg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uxFTdQRYdg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uxFSxlf015 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f6f6ef;
}
.cid-uxFSxlf015 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFSxlf015 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uxFSxlf015 .container {
    padding: 0 30px;
  }
}
.cid-uxFSxlf015 .items .item {
  margin-bottom: 60px;
}
.cid-uxFSxlf015 .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uxFSxlf015 .items .item {
    margin-bottom: 30px;
  }
}
.cid-uxFSxlf015 .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-uxFSxlf015 .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uxFSxlf015 .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-uxFSxlf015 .dragArea.row {
  margin: 0;
}
.cid-uxFSxlf015 .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-uxFSxlf015 .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uxFSxlf015 .dragArea.row .form-group .form-control {
  background-color: #ededed;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-uxFSxlf015 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uxFSxlf015 .dragArea.row .form-group .form-control:hover,
.cid-uxFSxlf015 .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-uxFSxlf015 .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uxFSxlf015 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uxFSxlf015 .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uxFSxlf015 .mbr-section-title {
  color: #000000;
}
.cid-uxFSxlf015 .card-title {
  color: #000000;
}
.cid-uxFSxlf015 .list {
  color: #000000;
}
.cid-uxFSxlf015 .mbr-text {
  color: #000000;
}
.cid-uxFSxlf015 label {
  color: #000000;
}
.cid-uxFRRDACYm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uxFRRDACYm [class^='socicon-']:before,
.cid-uxFRRDACYm [class*=' socicon-']:before {
  line-height: 55px;
}
.cid-uxFRRDACYm .btn-social {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  width: 55px;
  height: 55px;
  line-height: 55px;
  padding: 0;
  position: relative;
  cursor: pointer;
  color: #cc91bd;
  transition: all 0.3s;
  border-color: #cc91bd;
}
.cid-uxFRRDACYm .btn-social:hover {
  background: #cc91bd;
}
.cid-uxFRRDACYm .btn-social:hover i.socicon {
  color: #ffffff !important;
}
.cid-uxFRRDACYm .btn-social:hover span {
  color: #ffffff !important;
}
.cid-uxFRRDACYm .mbr-section-title {
  color: #2e6b75;
}
.cid-uxFRRDACYm .mbr-social-likes {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.cid-uxFRRDACYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uxFRRDACYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uxFRRDACYm .mbr-section-title,
.cid-uxFRRDACYm .mbr-social-likes {
  color: #aa5a9e;
}
.cid-uxFRREJm2C {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #181817;
}
.cid-uxFRREJm2C .mbr-text {
  color: #f6f6ef;
}
