.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Alfa Slab One', display;
  font-size: 7.8rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 9.75rem;
}
.display-2 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 5.4rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 6.75rem;
}
.display-4 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 2rem;
}
.display-5 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2.8rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-7 {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 2.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 6.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 5.46rem;
    font-size: calc( 3.38rem + (7.8 - 3.38) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (3.38rem + (7.8 - 3.38) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.54rem + (5.4 - 2.54) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.63rem + (2.8 - 1.63) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2760fd !important;
}
.bg-success {
  background-color: #e983f2 !important;
}
.bg-info {
  background-color: #f5f5f5 !important;
}
.bg-warning {
  background-color: #c492e8 !important;
}
.bg-danger {
  background-color: #fb7bbd !important;
}
.btn-primary .mbr-iconfont {
  background-color: #ffffff;
  color: #2760fd;
}
.btn-primary,
.btn-primary:active {
  background-color: #2760fd !important;
  border-color: #2760fd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #5a85fd !important;
  border-color: #5a85fd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #5a85fd !important;
  border-color: #5a85fd !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #676767;
  color: #e6e6e6;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
  color: #676767 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #676767 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info .mbr-iconfont {
  background-color: #767676;
  color: #f5f5f5;
}
.btn-info,
.btn-info:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #767676 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success .mbr-iconfont {
  background-color: #ffffff;
  color: #e983f2;
}
.btn-success,
.btn-success:active {
  background-color: #e983f2 !important;
  border-color: #e983f2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f1b1f7 !important;
  border-color: #f1b1f7 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f1b1f7 !important;
  border-color: #f1b1f7 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #ffffff;
  color: #c492e8;
}
.btn-warning,
.btn-warning:active {
  background-color: #c492e8 !important;
  border-color: #c492e8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #dbbcf1 !important;
  border-color: #dbbcf1 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #dbbcf1 !important;
  border-color: #dbbcf1 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #fb7bbd;
}
.btn-danger,
.btn-danger:active {
  background-color: #fb7bbd !important;
  border-color: #fb7bbd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fdacd6 !important;
  border-color: #fdacd6 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fdacd6 !important;
  border-color: #fdacd6 !important;
}
.btn-white .mbr-iconfont {
  background-color: #757b62;
  color: #eff0ec;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #0f0f0f;
}
.btn-black,
.btn-black:active {
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #292929 !important;
  border-color: #292929 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #292929 !important;
  border-color: #292929 !important;
}
.btn-primary-outline .mbr-iconfont {
  background-color: #2760fd;
  color: #ffffff;
}
.btn-primary-outline span::after {
  background-color: #2760fd;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2760fd;
  color: #2760fd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2760fd !important;
  background-color: transparent !important;
  border-color: #2760fd !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2760fd !important;
  border-color: #2760fd !important;
}
.btn-secondary-outline .mbr-iconfont {
  background-color: #e6e6e6;
  color: #676767;
}
.btn-secondary-outline span::after {
  background-color: #e6e6e6;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e6e6e6;
  color: #e6e6e6;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e6e6e6 !important;
  background-color: transparent !important;
  border-color: #e6e6e6 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #676767 !important;
  background-color: #e6e6e6 !important;
  border-color: #e6e6e6 !important;
}
.btn-info-outline .mbr-iconfont {
  background-color: #f5f5f5;
  color: #767676;
}
.btn-info-outline span::after {
  background-color: #f5f5f5;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f5f5f5;
  color: #f5f5f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #f5f5f5 !important;
  background-color: transparent !important;
  border-color: #f5f5f5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-success-outline .mbr-iconfont {
  background-color: #e983f2;
  color: #ffffff;
}
.btn-success-outline span::after {
  background-color: #e983f2;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e983f2;
  color: #e983f2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e983f2 !important;
  background-color: transparent !important;
  border-color: #e983f2 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #e983f2 !important;
  border-color: #e983f2 !important;
}
.btn-warning-outline .mbr-iconfont {
  background-color: #c492e8;
  color: #ffffff;
}
.btn-warning-outline span::after {
  background-color: #c492e8;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #c492e8;
  color: #c492e8;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c492e8 !important;
  background-color: transparent !important;
  border-color: #c492e8 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c492e8 !important;
  border-color: #c492e8 !important;
}
.btn-danger-outline .mbr-iconfont {
  background-color: #fb7bbd;
  color: #ffffff;
}
.btn-danger-outline span::after {
  background-color: #fb7bbd;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fb7bbd;
  color: #fb7bbd;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #fb7bbd !important;
  background-color: transparent !important;
  border-color: #fb7bbd !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #fb7bbd !important;
  border-color: #fb7bbd !important;
}
.btn-black-outline .mbr-iconfont {
  background-color: #0f0f0f;
  color: #ffffff;
}
.btn-black-outline span::after {
  background-color: #0f0f0f;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #0f0f0f;
  color: #0f0f0f;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #0f0f0f !important;
  background-color: transparent !important;
  border-color: #0f0f0f !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #0f0f0f !important;
  border-color: #0f0f0f !important;
}
.btn-white-outline .mbr-iconfont {
  background-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline span::after {
  background-color: #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa !important;
  background-color: transparent !important;
  border-color: #fafafa !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2760fd !important;
}
.text-secondary {
  color: #e6e6e6 !important;
}
.text-success {
  color: #e983f2 !important;
}
.text-info {
  color: #f5f5f5 !important;
}
.text-warning {
  color: #c492e8 !important;
}
.text-danger {
  color: #fb7bbd !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #0f0f0f !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0233bc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b3b3b3 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d927e8 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c2c2c2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #963ed6 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #f8188b !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  transition: 0.2s;
  position: relative;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2760fd;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f5f5f5;
}
.alert-warning {
  background-color: #c492e8;
}
.alert-danger {
  background-color: #fb7bbd;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2760fd;
  border-color: #2760fd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #2760fd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f1f5ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 300;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.5rem;
}
.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: #2760fd !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Host Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 300;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.5rem;
}
blockquote {
  border-color: #2760fd;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .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: #2760fd;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2760fd;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2760fd;
  border-bottom-color: #2760fd;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2760fd !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #e6e6e6 !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='%232760fd' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 8px 42px;
  font-weight: 300;
  min-height: 62px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 24px;
  }
}
.mbr-section-btn .btn .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 100%;
  font-size: 22px;
  margin-left: 24px;
  margin-right: -32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont {
    margin-left: 12px;
    margin-right: -14px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  margin-left: 34px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont {
    margin-left: 24px;
  }
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn .btn-white-outline {
  border: none !important;
  padding: 0;
  min-height: auto;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont,
.mbr-section-btn .btn-success-outline .mbr-iconfont,
.mbr-section-btn .btn-info-outline .mbr-iconfont,
.mbr-section-btn .btn-warning-outline .mbr-iconfont,
.mbr-section-btn .btn-danger-outline .mbr-iconfont,
.mbr-section-btn .btn-black-outline .mbr-iconfont,
.mbr-section-btn .btn-white-outline .mbr-iconfont {
  padding: 0;
  margin-right: 0;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline .mbr-iconfont,
  .mbr-section-btn .btn-secondary-outline .mbr-iconfont,
  .mbr-section-btn .btn-success-outline .mbr-iconfont,
  .mbr-section-btn .btn-info-outline .mbr-iconfont,
  .mbr-section-btn .btn-warning-outline .mbr-iconfont,
  .mbr-section-btn .btn-danger-outline .mbr-iconfont,
  .mbr-section-btn .btn-black-outline .mbr-iconfont,
  .mbr-section-btn .btn-white-outline .mbr-iconfont {
    margin-right: 0;
  }
}
.mbr-section-btn .btn-primary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-secondary-outline .mbr-iconfont::after,
.mbr-section-btn .btn-success-outline .mbr-iconfont::after,
.mbr-section-btn .btn-info-outline .mbr-iconfont::after,
.mbr-section-btn .btn-warning-outline .mbr-iconfont::after,
.mbr-section-btn .btn-danger-outline .mbr-iconfont::after,
.mbr-section-btn .btn-black-outline .mbr-iconfont::after,
.mbr-section-btn .btn-white-outline .mbr-iconfont::after {
  display: none !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn .btn-white-outline:focus {
  text-decoration-color: inherit;
}
.item-wrap {
  border-radius: 100px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uOXwmLoPJx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uOXwmLoPJx nav.navbar {
  position: fixed;
}
.cid-uOXwmLoPJx .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-uOXwmLoPJx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOXwmLoPJx .dropdown-item {
  border: none !important;
  background: #f5d2ea !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover,
.cid-uOXwmLoPJx .dropdown-item:focus {
  background: #f5d2ea !important;
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .dropdown-item:hover span {
  color: white;
}
.cid-uOXwmLoPJx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOXwmLoPJx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOXwmLoPJx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOXwmLoPJx .nav-link {
  position: relative;
}
.cid-uOXwmLoPJx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uOXwmLoPJx .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOXwmLoPJx .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOXwmLoPJx .dropdown-menu,
.cid-uOXwmLoPJx .navbar.opened {
  background: #f5d2ea !important;
}
.cid-uOXwmLoPJx .nav-item:focus,
.cid-uOXwmLoPJx .nav-link:focus {
  outline: none;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOXwmLoPJx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOXwmLoPJx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOXwmLoPJx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOXwmLoPJx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5d2ea;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXwmLoPJx .navbar.opened {
  transition: all 0.3s;
}
.cid-uOXwmLoPJx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOXwmLoPJx .navbar .navbar-logo img {
  width: auto;
}
.cid-uOXwmLoPJx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOXwmLoPJx .navbar.collapsed {
  justify-content: center;
}
.cid-uOXwmLoPJx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOXwmLoPJx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOXwmLoPJx .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-uOXwmLoPJx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOXwmLoPJx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOXwmLoPJx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOXwmLoPJx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOXwmLoPJx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOXwmLoPJx .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-uOXwmLoPJx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOXwmLoPJx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOXwmLoPJx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOXwmLoPJx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOXwmLoPJx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOXwmLoPJx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOXwmLoPJx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOXwmLoPJx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOXwmLoPJx .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-caption:hover,
.cid-uOXwmLoPJx .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOXwmLoPJx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOXwmLoPJx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uOXwmLoPJx .dropdown-item.active,
.cid-uOXwmLoPJx .dropdown-item:active {
  background-color: transparent;
}
.cid-uOXwmLoPJx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOXwmLoPJx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5d2ea;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOXwmLoPJx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOXwmLoPJx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOXwmLoPJx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOXwmLoPJx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uOXwmLoPJx .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOXwmLoPJx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uOXwmLoPJx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOXwmLoPJx button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5d2ea !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7bbd;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOXwmLoPJx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOXwmLoPJx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOXwmLoPJx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uOXwmLoPJx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOXwmLoPJx .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-uOXwmLoPJx .navbar {
    height: 70px;
  }
  .cid-uOXwmLoPJx .navbar.opened {
    height: auto;
  }
  .cid-uOXwmLoPJx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOXwmLoPJx .navbar-nav {
  margin: 0 auto;
}
.cid-uOXwmLoPJx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOXwmLoPJx .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uOXwmLoPJx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOXwmLoPJx .nav-item .nav-link:hover,
.cid-uOXwmLoPJx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uOXwmLoPJx .nav-item .nav-link:hover::after,
.cid-uOXwmLoPJx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOXwmLoPJx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOXwmLoPJx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOXwmLoPJx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uOXwmLoPJx .navbar {
  justify-content: flex-start !important;
}
.cid-uOXwmLoPJx .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-uOXwmLoPJx .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uOXwmLoPJx .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uOXwmLoPJx .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uOXwmLoPJx .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uOXwmLoPJx .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uOXwmLoPJx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOXwmLoPJx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOXwmLoPJx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOXwmLoPJx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOXwmLoPJx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOXwmLoPJx .content-wrap {
  min-height: 110px;
}
.cid-uOXwmVqrjY {
  background-image: url("https://r.mobirisesite.com/1853213/assets/images/background2-h_mfu5d6e4.jpg");
}
.cid-uOXwmVqrjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwmVqrjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwmVqrjY .content-wrapper .mbr-label {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOXwmVqrjY .content-wrapper .mbr-label {
    margin-bottom: 40px;
  }
}
.cid-uOXwmVqrjY .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOXwmVqrjY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 14px;
}
@media (max-width: 1440px) {
  .cid-uOXwmVqrjY .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uOXwmVqrjY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOXwmVqrjY .mbr-label {
  color: #ffffff;
}
.cid-uOXwmVqrjY .mbr-section-title {
  color: #ffffff;
}
.cid-uOXwmVqrjY .mbr-text {
  color: #ffffff;
}
.cid-uXt86ZGPpG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXt86ZGPpG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt86ZGPpG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt86ZGPpG .items-wrapper {
  margin: 0 -2px;
}
.cid-uXt86ZGPpG .items-wrapper .card {
  padding: 0 2px;
}
.cid-uXt86ZGPpG .item {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item {
    margin-bottom: 20px;
  }
}
.cid-uXt86ZGPpG .item:last-child {
  margin-bottom: 0;
}
.cid-uXt86ZGPpG .item:hover .item-wrapper .item-title .title-wrapper .iconfont-wrapper .mbr-iconfont,
.cid-uXt86ZGPpG .item:focus .item-wrapper .item-title .title-wrapper .iconfont-wrapper .mbr-iconfont {
  color: #0f0f0f;
}
.cid-uXt86ZGPpG .item:hover .item-wrapper .item-title .item-img img,
.cid-uXt86ZGPpG .item:focus .item-wrapper .item-title .item-img img {
  opacity: 1;
}
.cid-uXt86ZGPpG .item .item-wrapper {
  height: 100%;
}
.cid-uXt86ZGPpG .item .item-wrapper .item-title {
  margin-bottom: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  padding: 32px 64px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .item-title {
    flex-direction: column-reverse;
    margin-bottom: 2px;
    padding: 20px;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .item-title .title-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .item-title .title-wrapper {
    display: block;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .item-title .title-wrapper .card-title {
  margin-bottom: 0;
}
.cid-uXt86ZGPpG .item .item-wrapper .item-title .title-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 55px;
  display: inline-flex;
  color: #e6e6e6;
  margin-left: 50px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .item-title .title-wrapper .iconfont-wrapper .mbr-iconfont {
    margin-left: 0;
    margin-top: 14px;
  }
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .item-title .item-img {
    width: 100%;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .item-title .item-img img {
  width: 240px;
  height: 180px;
  object-fit: cover;
  transition: all .3s ease;
  opacity: 0;
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .item-title .item-img img {
    margin-left: 0;
    width: 100%;
    height: 300px;
    margin-bottom: 40px;
    opacity: 1;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .card-box {
    grid-template-columns: 1fr;
    gap: 2px;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .text-wrapper {
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .card-box .text-wrapper {
    padding: 20px;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .text-wrapper .card-text {
  margin-bottom: 0;
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
  margin-top: 54px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .card-box .text-wrapper .mbr-section-btn {
    margin-top: 14px;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .text-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .tags-wrapper {
  background-color: #ffffff;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .card-box .tags-wrapper {
    padding: 20px;
  }
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  transition: all .3s ease;
}
.cid-uXt86ZGPpG .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
  display: inline-block;
  padding: 8px 32px;
  border: 1px solid #e6e6e6;
  margin: 0 14px 14px 0;
}
@media (max-width: 992px) {
  .cid-uXt86ZGPpG .item .item-wrapper .card-box .tags-wrapper .list .item-wrap {
    padding: 8px 24px;
    margin: 0 10px 10px 0;
  }
}
.cid-uXt86ZGPpG .btn-wrapper {
  margin-top: 0%;
}
.cid-uXt86ZGPpG .card-title {
  color: #0f0f0f;
}
.cid-uXt86ZGPpG .card-text {
  color: #666666;
}
.cid-uXt86ZGPpG .list {
  color: #0f0f0f;
}
.cid-uXt86ZGPpG .card-text,
.cid-uXt86ZGPpG .mbr-section-btn {
  color: #000000;
}
.cid-uOXwqxdzKo {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #f5f5f5;
}
.cid-uOXwqxdzKo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwqxdzKo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwqxdzKo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXwqxdzKo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOXwqxdzKo .items-wrapper {
  margin: 0 -75px;
}
.cid-uOXwqxdzKo .items-wrapper .item {
  padding: 0 75px;
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uOXwqxdzKo .items-wrapper .item {
    margin-bottom: 40px;
  }
  .cid-uOXwqxdzKo .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 0;
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uOXwqxdzKo .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uOXwqxdzKo .mbr-section-title {
  color: #0f0f0f;
}
.cid-uOXwqxdzKo .card-number {
  color: #0f0f0f;
}
.cid-uOXwqxdzKo .card-title {
  color: #666666;
}
.cid-uXt83isPT7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXt83isPT7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXt83isPT7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXt83isPT7 .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXt83isPT7 .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uXt83isPT7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXt83isPT7 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #bababa;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #0f0f0f !important;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXt83isPT7 .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cid-uXt83isPT7 .mbr-section-title {
  color: #666666;
}
.cid-uXt83isPT7 label {
  color: #0f0f0f;
}
.cid-uOXwnpoPGJ {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #e6e6e6;
}
.cid-uOXwnpoPGJ .item:focus,
.cid-uOXwnpoPGJ span:focus {
  outline: none;
}
.cid-uOXwnpoPGJ .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uOXwnpoPGJ .item {
  color: #0f0f0f;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uOXwnpoPGJ .item {
    min-height: 45px;
  }
}
.cid-uOXwuMUrau {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uOXwuMUrau .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwuMUrau .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwuMUrau .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper {
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .content-wrapper .item {
    margin-bottom: 40px;
  }
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper {
  display: flex;
  align-items: center;
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper {
    margin-top: 40px;
  }
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .border-wrap {
    display: none;
  }
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .social-wrap {
    padding: 0;
    flex-wrap: wrap;
  }
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: translateY(-5px);
}
.cid-uOXwuMUrau .card-wrapper .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #ffffff;
  background-color: #0f0f0f;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
  margin: 10px;
  border-radius: 4px;
}
.cid-uOXwuMUrau .card-wrapper .image-wrapper {
  width: 45%;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .image-wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
.cid-uOXwuMUrau .card-wrapper .image-wrapper .image-wrap {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uOXwuMUrau .card-wrapper .image-wrapper .image-wrap {
    height: 300px;
  }
}
.cid-uOXwuMUrau .card-wrapper .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOXwuMUrau .card-title {
  color: #666666;
}
.cid-uOXwuMUrau .card-text {
  color: #0f0f0f;
}
.cid-uOXwwRwwP9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0f0f;
}
.cid-uOXwwRwwP9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOXwwRwwP9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOXwwRwwP9 .row {
  justify-content: space-between;
}
.cid-uOXwwRwwP9 .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uOXwwRwwP9 .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uOXwwRwwP9 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOXwwRwwP9 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uOXwwRwwP9 .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uOXwwRwwP9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOXwwRwwP9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOXwwRwwP9 .nav-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uOXwwRwwP9 .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uOXwwRwwP9 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOXwwRwwP9 .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOXwwRwwP9 .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 40px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uOXwwRwwP9 .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uOXwwRwwP9 .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOXwwRwwP9 .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uOXwwRwwP9 .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uOXwwRwwP9 .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uOXwwRwwP9 .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uOXwwRwwP9 .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uOXwwRwwP9 .mbr-label {
  color: #ffffff;
}
.cid-uOXwwRwwP9 .mbr-section-title {
  color: #ffffff;
}
.cid-uOXwwRwwP9 .mbr-text {
  color: #ffffff;
}
.cid-uOXwwRwwP9 .list {
  color: #ffffff;
}
#custom-html-c {
  /* Type valid CSS here */
}
#custom-html-c div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-c p {
  font-size: 60px;
  color: #777;
}
.cid-uXuuKPJWY1 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-uXuuKPJWY1 .wrapper {
    padding: 0 6rem;
  }
}
.cid-uXuuKPJWY1 .item-img {
  height: 500px;
  position: relative;
}
.cid-uXuuKPJWY1 .item-img img {
  object-fit: cover;
  height: 100%;
}
.cid-uXuuKPJWY1 .title-block {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.cid-uXuuKPJWY1 .item-img:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.cid-uXuuKPJWY1 .item-img:hover img {
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
  opacity: 0.2;
}
.cid-uXuuKPJWY1 .new {
  transform: rotate(-90deg);
  position: absolute;
  padding: 0.5rem 2rem;
  top: 27px;
  right: -10px;
  background-color: #000000;
  color: #ba9b67;
}
.cid-uXuuKPJWY1 img,
.cid-uXuuKPJWY1 .item-img {
  transition: all 0.7s;
  width: 100%;
}
.cid-uXuuKPJWY1 .item:focus,
.cid-uXuuKPJWY1 span:focus {
  outline: none;
}
.cid-uXuuKPJWY1 .item {
  cursor: pointer;
  padding-bottom: 32px;
}
.cid-uXuuKPJWY1 .item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uXuuKPJWY1 .item-title {
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.cid-uXuuKPJWY1 .item-content {
  text-align: center;
}
@media (max-width: 690px) {
  .cid-uXuuKPJWY1 .item {
    padding-bottom: 20px;
  }
}
.cid-uXuuKPJWY1 .mbr-section-subtitle {
  color: #9a948d;
}
.cid-uXuuKPJWY1 .text,
.cid-uXuuKPJWY1 .link {
  color: #ba9b67;
}
.cid-uXuuKPJWY1 .price {
  color: #9a948d;
}
#custom-html-d {
  /* Type valid CSS here */
}
#custom-html-d div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-d p {
  font-size: 60px;
  color: #777;
}
.cid-uXuuM3SWuF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXuuM3SWuF h2,
.cid-uXuuM3SWuF h4,
.cid-uXuuM3SWuF h3,
.cid-uXuuM3SWuF h6,
.cid-uXuuM3SWuF p,
.cid-uXuuM3SWuF ul {
  margin: 0;
}
.cid-uXuuM3SWuF ul {
  padding: 0;
  list-style-type: none;
}
.cid-uXuuM3SWuF .heading {
  margin-bottom: 37px;
}
.cid-uXuuM3SWuF .mbr-section-title {
  color: #000000;
}
.cid-uXuuM3SWuF .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uXuuM3SWuF .cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .cid-uXuuM3SWuF .cards {
    justify-content: center;
  }
}
.cid-uXuuM3SWuF .card {
  width: 25%;
  padding: 37px 50px 66px;
  justify-content: space-between;
}
.cid-uXuuM3SWuF .card:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .cid-uXuuM3SWuF .card {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uXuuM3SWuF .card {
    width: 50%;
    padding: 37px 13% 66px;
  }
}
@media (max-width: 1024px) {
  .cid-uXuuM3SWuF .card {
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uXuuM3SWuF .card {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .cid-uXuuM3SWuF .card {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-uXuuM3SWuF .mbr-card-title {
  color: #000000;
}
.cid-uXuuM3SWuF .mbr-card-subtitle {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uXuuM3SWuF .list {
  margin-top: 22px;
  color: #6b6b6b;
}
.cid-uXuuM3SWuF .mbr-card-text {
  margin: 10px 0;
}
.cid-uXuuM3SWuF .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-uXuuM3SWuF .mbr-card-btn {
  margin-top: 25px;
}
.cid-uXuuM3SWuF .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
#custom-html-e {
  /* Type valid CSS here */
}
#custom-html-e div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-e p {
  font-size: 60px;
  color: #777;
}
.cid-uXuuNBefYr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fffdf7;
}
.cid-uXuuNBefYr .mbr-overlay {
  z-index: 1;
}
.cid-uXuuNBefYr .main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.cid-uXuuNBefYr .time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.cid-uXuuNBefYr .price-text {
  color: #3d3d3d;
}
.cid-uXuuNBefYr .price-text span {
  text-decoration: line-through;
}
.cid-uXuuNBefYr .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 32px;
  min-height: 700px;
  position: relative;
}
.cid-uXuuNBefYr .marker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}
.cid-uXuuNBefYr .marker-container p {
  line-height: normal !important;
  padding-top: 8px;
  width: 100%;
}
.cid-uXuuNBefYr .marker-container p span {
  padding: 8px 18px 6px;
  background-color: #cae1f4;
}
.cid-uXuuNBefYr .first-container {
  border-bottom: 1px solid #7F8678;
}
@media (min-width: 992px) {
  .cid-uXuuNBefYr .first-container {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.cid-uXuuNBefYr .item-img {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
}
.cid-uXuuNBefYr .item-img .img {
  max-height: 365px;
  margin-bottom: 24px;
  overflow: hidden;
}
.cid-uXuuNBefYr .item-img img {
  object-fit: cover;
  height: 365px;
  transition: 1.16s;
  transform: scale(1);
  min-width: 100%;
  transform-style: preserve-3d;
}
.cid-uXuuNBefYr .item-img:hover img {
  transform: scale(1.5);
}
.cid-uXuuNBefYr .item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
}
@media (max-width: 575px) {
  .cid-uXuuNBefYr .item-info {
    flex-wrap: wrap;
  }
}
.cid-uXuuNBefYr .link-wrap {
  margin-right: auto;
}
.cid-uXuuNBefYr .emerging-underline-link {
  color: #3d3d3d;
}
.cid-uXuuNBefYr .mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.cid-uXuuNBefYr .btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.cid-uXuuNBefYr .btn-black-outline {
  border: 1px solid #000000;
}
.cid-uXuuNBefYr .btn-black-outline:hover {
  border: 1px solid #000000;
  background: #000000 !important;
  color: #ffffff !important;
}
#custom-html-f {
  /* Type valid CSS here */
}
#custom-html-f div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-f p {
  font-size: 60px;
  color: #777;
}
.cid-uXuuOGAwEH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uXuuOGAwEH .item-wrapper {
  position: relative;
}
.cid-uXuuOGAwEH .features-image {
  padding-top: 45px;
}
.cid-uXuuOGAwEH .features-image:first-child {
  padding-top: 0px;
}
.cid-uXuuOGAwEH .features-image:nth-child(2) {
  padding-top: 0px;
}
.cid-uXuuOGAwEH .features-image:nth-child(3) {
  padding-top: 0px;
}
.cid-uXuuOGAwEH .features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .cid-uXuuOGAwEH .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .cid-uXuuOGAwEH .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .cid-uXuuOGAwEH .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.cid-uXuuOGAwEH .card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.cid-uXuuOGAwEH .card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.cid-uXuuOGAwEH .name {
  margin-top: 27px;
  color: #111213;
}
.cid-uXuuOGAwEH .price {
  margin-top: 1px;
  color: #111213;
}
.cid-uXuuOGAwEH .mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.cid-uXuuOGAwEH .mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.cid-uXuuOGAwEH .inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.cid-uXuuOGAwEH .item-img:hover .inner {
  transform: scale(1.1, 1.1);
}
.cid-uXuuOGAwEH .mbr-iconfont::before {
  font-size: 14px;
}
.cid-uXuuOGAwEH .tag1 {
  background-color: #111213;
}
.cid-uXuuOGAwEH .tag2 {
  background-color: #3f37c9;
}
.cid-uXuuOGAwEH .tag3 {
  background-color: #f2f2f2;
}
.cid-uXuuOGAwEH .tag4 {
  background-color: #111213;
}
.cid-uXuuOGAwEH .desc1,
.cid-uXuuOGAwEH .iconfont-wrapper {
  color: #ffffff;
}
#custom-html-g {
  /* Type valid CSS here */
}
#custom-html-g div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-g p {
  font-size: 60px;
  color: #777;
}
.cid-uXuuLorxr2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uXuuLorxr2 h2,
.cid-uXuuLorxr2 h4,
.cid-uXuuLorxr2 h3,
.cid-uXuuLorxr2 h6,
.cid-uXuuLorxr2 p,
.cid-uXuuLorxr2 ul {
  margin: 0;
}
.cid-uXuuLorxr2 ul {
  padding: 0;
  list-style-type: none;
}
.cid-uXuuLorxr2 .heading {
  margin-bottom: 37px;
}
.cid-uXuuLorxr2 .mbr-section-title {
  color: #000000;
}
.cid-uXuuLorxr2 .mbr-section-subtitle {
  color: #6b6b6b;
}
.cid-uXuuLorxr2 .cards {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1201px) {
  .cid-uXuuLorxr2 .cards {
    justify-content: center;
  }
}
.cid-uXuuLorxr2 .card {
  width: 25%;
  padding: 37px 50px 66px;
  justify-content: space-between;
}
.cid-uXuuLorxr2 .card:last-child {
  margin-right: 0;
}
@media (max-width: 1440px) {
  .cid-uXuuLorxr2 .card {
    padding-right: 0;
  }
}
@media (max-width: 1200px) {
  .cid-uXuuLorxr2 .card {
    width: 50%;
    padding: 37px 13% 66px;
  }
}
@media (max-width: 1024px) {
  .cid-uXuuLorxr2 .card {
    padding-left: 40px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .cid-uXuuLorxr2 .card {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 400px) {
  .cid-uXuuLorxr2 .card {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.cid-uXuuLorxr2 .mbr-card-title {
  color: #000000;
}
.cid-uXuuLorxr2 .mbr-card-subtitle {
  color: #6b6b6b;
  margin: 10px 0;
}
.cid-uXuuLorxr2 .list {
  margin-top: 22px;
  color: #6b6b6b;
}
.cid-uXuuLorxr2 .mbr-card-text {
  margin: 10px 0;
}
.cid-uXuuLorxr2 .mbr-card-text::before {
  content: "* ";
  display: inline;
}
.cid-uXuuLorxr2 .mbr-card-btn {
  margin-top: 25px;
}
.cid-uXuuLorxr2 .btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
.cid-uXujpyPP5x {
  z-index: 1;
}
.cid-uXujq6XmaU {
  z-index: 1;
}
.cid-uXujqxBrAj {
  z-index: 1;
}
.cid-uXujqXe0KT {
  z-index: 1;
}
.cid-uXu0UrM0qq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uXu0UrM0qq nav.navbar {
  position: fixed;
}
.cid-uXu0UrM0qq .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-uXu0UrM0qq .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uXu0UrM0qq .dropdown-item {
  border: none !important;
  background: #f5d2ea !important;
}
.cid-uXu0UrM0qq .dropdown-item:hover,
.cid-uXu0UrM0qq .dropdown-item:focus {
  background: #f5d2ea !important;
  color: #0f0f0f !important;
}
.cid-uXu0UrM0qq .dropdown-item:hover span {
  color: white;
}
.cid-uXu0UrM0qq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uXu0UrM0qq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uXu0UrM0qq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uXu0UrM0qq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uXu0UrM0qq .nav-link {
  position: relative;
}
.cid-uXu0UrM0qq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
.cid-uXu0UrM0qq .iconfont-wrapper {
  color: #0f0f0f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uXu0UrM0qq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uXu0UrM0qq .dropdown-menu,
.cid-uXu0UrM0qq .navbar.opened {
  background: #f5d2ea !important;
}
.cid-uXu0UrM0qq .nav-item:focus,
.cid-uXu0UrM0qq .nav-link:focus {
  outline: none;
}
.cid-uXu0UrM0qq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uXu0UrM0qq .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uXu0UrM0qq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uXu0UrM0qq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uXu0UrM0qq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uXu0UrM0qq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uXu0UrM0qq .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f5d2ea;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uXu0UrM0qq .navbar.opened {
  transition: all 0.3s;
}
.cid-uXu0UrM0qq .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uXu0UrM0qq .navbar .navbar-logo img {
  width: auto;
}
.cid-uXu0UrM0qq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uXu0UrM0qq .navbar.collapsed {
  justify-content: center;
}
.cid-uXu0UrM0qq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uXu0UrM0qq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uXu0UrM0qq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uXu0UrM0qq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uXu0UrM0qq .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-uXu0UrM0qq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uXu0UrM0qq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uXu0UrM0qq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uXu0UrM0qq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uXu0UrM0qq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uXu0UrM0qq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uXu0UrM0qq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uXu0UrM0qq .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-uXu0UrM0qq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uXu0UrM0qq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uXu0UrM0qq .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uXu0UrM0qq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uXu0UrM0qq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uXu0UrM0qq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uXu0UrM0qq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uXu0UrM0qq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uXu0UrM0qq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uXu0UrM0qq .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uXu0UrM0qq .navbar-brand .navbar-caption:hover,
.cid-uXu0UrM0qq .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uXu0UrM0qq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uXu0UrM0qq .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uXu0UrM0qq .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #0f0f0f !important;
}
.cid-uXu0UrM0qq .dropdown-item.active,
.cid-uXu0UrM0qq .dropdown-item:active {
  background-color: transparent;
}
.cid-uXu0UrM0qq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uXu0UrM0qq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uXu0UrM0qq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uXu0UrM0qq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f5d2ea;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uXu0UrM0qq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uXu0UrM0qq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uXu0UrM0qq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uXu0UrM0qq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uXu0UrM0qq ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 20px !important;
  }
}
.cid-uXu0UrM0qq .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uXu0UrM0qq .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
@media (max-width: 575px) {
  .cid-uXu0UrM0qq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uXu0UrM0qq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f5d2ea !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uXu0UrM0qq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #fb7bbd;
}
.cid-uXu0UrM0qq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uXu0UrM0qq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXu0UrM0qq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uXu0UrM0qq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uXu0UrM0qq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXu0UrM0qq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uXu0UrM0qq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uXu0UrM0qq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uXu0UrM0qq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uXu0UrM0qq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uXu0UrM0qq .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-uXu0UrM0qq .navbar {
    height: 70px;
  }
  .cid-uXu0UrM0qq .navbar.opened {
    height: auto;
  }
  .cid-uXu0UrM0qq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uXu0UrM0qq .navbar-nav {
  margin: 0 auto;
}
.cid-uXu0UrM0qq .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uXu0UrM0qq .nav-item .nav-link {
  padding: 0 !important;
  margin: 6px 17px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 300;
  border-radius: 3rem;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uXu0UrM0qq .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uXu0UrM0qq .nav-item .nav-link:hover,
.cid-uXu0UrM0qq .nav-item .nav-link:focus {
  background-color: transparent;
  color: #0f0f0f !important;
  text-decoration-color: #0f0f0f;
}
.cid-uXu0UrM0qq .nav-item .nav-link:hover::after,
.cid-uXu0UrM0qq .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uXu0UrM0qq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uXu0UrM0qq .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uXu0UrM0qq .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-uXu0UrM0qq .navbar {
  justify-content: flex-start !important;
}
.cid-uXu0UrM0qq .navbar.opened {
  min-height: 100vh !important;
  justify-content: flex-start !important;
}
.cid-uXu0UrM0qq .navbar-collapse {
  padding: 20px 0 5rem;
}
.cid-uXu0UrM0qq .navbar-collapse .navbar-nav {
  width: 100%;
  margin-bottom: 40px;
}
.cid-uXu0UrM0qq .navbar-collapse .nav-item {
  width: 100%;
  margin: 0;
}
.cid-uXu0UrM0qq .navbar-collapse .nav-item:not(:first-child) {
  border-top: 1px solid transparent;
}
.cid-uXu0UrM0qq .navbar-collapse .nav-item .nav-link {
  padding: 14px !important;
  justify-content: center;
  margin: 0 !important;
  margin-bottom: 4px !important;
}
@media (max-width: 991px) {
  .cid-uXu0UrM0qq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uXu0UrM0qq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uXu0UrM0qq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uXu0UrM0qq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uXu0UrM0qq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uXu0UrM0qq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uXu0UrM0qq .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uXu0UrM0qq .content-wrap {
  min-height: 110px;
}
.cid-uXubYuE8sh {
  display: flex;
  padding-top: 165px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #f5d2ea, #83d4f2);
}
@media (min-width: 768px) {
  .cid-uXubYuE8sh {
    align-items: flex-start;
  }
  .cid-uXubYuE8sh .row {
    justify-content: flex-start;
  }
}
.cid-uXubYuE8sh .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-uXubYuE8sh .mbr-text,
.cid-uXubYuE8sh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-uXubYuE8sh .mbr-section-title,
.cid-uXubYuE8sh .line {
  color: #232323;
}
.cid-uXubYuE8sh h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-uXubYuE8sh h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-uXubYuE8sh .mbr-section-subtitle,
.cid-uXubYuE8sh .align {
  text-align: left;
  color: #232323;
}
.cid-uXu0R3eGV6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXu0R3eGV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXu0R3eGV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXu0R3eGV6 .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXu0R3eGV6 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 85%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uXu0R3eGV6 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXu0R3eGV6 .mbr-label {
  color: #666666;
}
.cid-uXu0R3eGV6 .mbr-text {
  color: #0f0f0f;
}
.cid-uXuaVeHNNx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXuaVeHNNx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXuaVeHNNx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXuaVeHNNx .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXuaVeHNNx .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uXuaVeHNNx .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uXuaVeHNNx .mbr-section-title {
  color: #0f0f0f;
}
.cid-uXuaVeHNNx .card-title {
  color: #0f0f0f;
}
.cid-uXuaVeHNNx .card-text {
  color: #666666;
}
.cid-uXudS8VKJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXudS8VKJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXudS8VKJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXudS8VKJD .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXudS8VKJD .items-wrapper .item {
  margin-bottom: 4px;
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .items-wrapper .item {
    margin-bottom: 2px;
  }
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  background-color: #ffffff;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper .card-box {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .items-wrapper .item .item-wrapper .card-box {
    padding: 20px;
    width: 100%;
  }
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 14px;
  transition: all .3s ease;
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .items-wrapper .item .item-wrapper .item-img {
    padding: 0 20px 20px;
    width: 100%;
  }
}
.cid-uXudS8VKJD .items-wrapper .item .item-wrapper .item-img img {
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-uXudS8VKJD .items-wrapper .item .item-wrapper .card_2 {
    padding: 20px 20px 0;
  }
}
.cid-uXudS8VKJD .mbr-section-title {
  color: #0f0f0f;
}
.cid-uXudS8VKJD .card-title {
  color: #0f0f0f;
}
.cid-uXudS8VKJD .card-text {
  color: #666666;
}
.cid-uXueTfpZ84 {
  background-image: url("https://r.mobirisesite.com/1853213/assets/images/background2.jpg?rnd=1761040825710");
}
.cid-uXueTfpZ84 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXueTfpZ84 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXueTfpZ84 .card {
  justify-content: center;
}
.cid-uXueTfpZ84 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXueTfpZ84 .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uXueTfpZ84 .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uXueTfpZ84 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uXueTfpZ84 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uXueTfpZ84 .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uXueTfpZ84 .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uXueTfpZ84 .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uXueTfpZ84 .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uXueTfpZ84 .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uXueTfpZ84 .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uXueTfpZ84 .mbr-section-title {
  color: #f24d4a;
}
.cid-uXueTfpZ84 .mbr-text {
  color: #f24d4a;
}
.cid-uXueUmOlbs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5d2ea;
}
.cid-uXueUmOlbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXueUmOlbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXueUmOlbs .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXueUmOlbs .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uXueUmOlbs .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXueUmOlbs .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #bababa;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #0f0f0f !important;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXueUmOlbs .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cid-uXueUmOlbs .mbr-section-title {
  color: #666666;
}
.cid-uXueUmOlbs label {
  color: #0f0f0f;
}
.cid-uXuftiSrJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0f0f;
}
.cid-uXuftiSrJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXuftiSrJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXuftiSrJJ .row {
  justify-content: space-between;
}
.cid-uXuftiSrJJ .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uXuftiSrJJ .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uXuftiSrJJ .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXuftiSrJJ .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXuftiSrJJ .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uXuftiSrJJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXuftiSrJJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXuftiSrJJ .nav-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uXuftiSrJJ .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uXuftiSrJJ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXuftiSrJJ .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXuftiSrJJ .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 40px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXuftiSrJJ .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uXuftiSrJJ .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXuftiSrJJ .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXuftiSrJJ .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uXuftiSrJJ .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uXuftiSrJJ .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uXuftiSrJJ .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uXuftiSrJJ .mbr-label {
  color: #ffffff;
}
.cid-uXuftiSrJJ .mbr-section-title {
  color: #ffffff;
}
.cid-uXuftiSrJJ .mbr-text {
  color: #ffffff;
}
.cid-uXuftiSrJJ .list {
  color: #ffffff;
}
.cid-uXukmzlWCG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-uXukmzlWCG .mbr-section-title,
.cid-uXukmzlWCG .mbr-section-subtitle {
  text-align: center;
}
.cid-uXukmzlWCG .mbr-section-subtitle {
  margin-bottom: 60px;
  text-align: center;
  color: #ffffff;
}
.cid-uXukmzlWCG .card {
  border-radius: 0;
  margin-bottom: 2rem;
  border-bottom: 1px solid #41392e;
}
.cid-uXukmzlWCG .reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uXukmzlWCG .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uXukmzlWCG .reverse {
    margin-top: 3rem;
  }
}
@media (min-width: 992px) {
  .cid-uXukmzlWCG .right {
    padding-right: 91px;
  }
  .cid-uXukmzlWCG .left {
    padding-left: 91px;
  }
  .cid-uXukmzlWCG .wrapper {
    padding: 0 98px;
  }
  .cid-uXukmzlWCG .reverse {
    margin-top: 80px;
  }
}
@media (min-width: 1400px) {
  .cid-uXukmzlWCG .right {
    padding-left: 145px;
  }
  .cid-uXukmzlWCG .left {
    padding-right: 145px;
  }
}
.cid-uXukmzlWCG .card-title {
  letter-spacing: .035em;
  color: #de8f1b;
}
.cid-uXukmzlWCG .mbr-section-subtitle,
.cid-uXukmzlWCG .mbr-text {
  color: #9A948D;
}
.cid-uXukmzlWCG .cost {
  text-align: right;
  color: #de8f1b;
}
.cid-uXukmzlWCG .mbr-section-title {
  color: #de8f1b;
}
.cid-uXukmzlWCG .mbr-text {
  color: #ffffff;
}
.cid-uXujSpH9ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXujSpH9ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXujSpH9ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXujSpH9ab .card-wrapper {
  display: flex;
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXujSpH9ab .card-wrapper {
    padding: 20px;
    display: block;
  }
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper {
  display: inline-flex;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uXujSpH9ab .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .title-wrapper {
  width: 100%;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXujSpH9ab .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 20px;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 20px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e6e6e6 !important;
  border-radius: 0 !important;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
    margin-bottom: 20px;
  }
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #bababa;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #0f0f0f !important;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uXujSpH9ab .card-wrapper .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.cid-uXujSpH9ab .mbr-section-title {
  color: #666666;
}
.cid-uXujSpH9ab label {
  color: #0f0f0f;
}
.cid-uXujUKjgp5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f5f5f5;
}
.cid-uXujUKjgp5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXujUKjgp5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXujUKjgp5 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXujUKjgp5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uXujUKjgp5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uXujUKjgp5 .embla__slide:last-child .slide-content .item-wrapper {
  border-right: none;
}
.cid-uXujUKjgp5 .embla__slide .slide-content {
  width: 100%;
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  padding: 64px;
  border-right: 4px solid #f5f5f5;
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper {
    border-right: 2px solid #f5f5f5;
  }
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .title-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: inherit;
    margin-bottom: 20px;
  }
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
  width: 100%;
  padding-right: 14px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-title {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
  min-width: 200px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .title-wrap .card-number {
    min-width: auto;
    width: 100%;
  }
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-uXujUKjgp5 .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uXujUKjgp5 .embla__button--next,
.cid-uXujUKjgp5 .embla__button--prev {
  display: flex;
}
.cid-uXujUKjgp5 .embla__button {
  top: 0;
  width: 44px;
  height: 44px;
  font-size: 22px;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  display: none;
}
.cid-uXujUKjgp5 .embla__button:hover {
  background-color: #ffffff !important;
  color: #0f0f0f !important;
}
.cid-uXujUKjgp5 .embla__button:disabled {
  opacity: .6 !important;
  background-color: #0f0f0f !important;
  color: #ffffff !important;
}
.cid-uXujUKjgp5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-uXujUKjgp5 .embla__button.embla__button--next {
  left: 64px;
}
.cid-uXujUKjgp5 .embla {
  position: relative;
  width: 100%;
  height: 100%;
}
.cid-uXujUKjgp5 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uXujUKjgp5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uXujUKjgp5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uXujUKjgp5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uXujUKjgp5 .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uXujUKjgp5 .card-title {
  color: #0f0f0f;
}
.cid-uXujUKjgp5 .card-number {
  color: #0f0f0f;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uXujUKjgp5 .card-number {
    text-align: left;
  }
}
.cid-uXujUKjgp5 .card-text {
  color: #666666;
}
.cid-uXujTao7ff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
.cid-uXujTao7ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXujTao7ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXujTao7ff .card-wrapper {
  padding: 64px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uXujTao7ff .card-wrapper {
    padding: 20px;
  }
}
.cid-uXujTao7ff .card-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uXujTao7ff .card-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uXujTao7ff .card-wrapper .google-map iframe {
  height: 715px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-uXujTao7ff .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-uXujTao7ff .mbr-section-title {
  color: #0f0f0f;
  text-align: center;
}
.cid-uXujQ0Ybck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0f0f0f;
}
.cid-uXujQ0Ybck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXujQ0Ybck .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uXujQ0Ybck .row {
  justify-content: space-between;
}
.cid-uXujQ0Ybck .content-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uXujQ0Ybck .content-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uXujQ0Ybck .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXujQ0Ybck .content-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-uXujQ0Ybck .content-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uXujQ0Ybck .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uXujQ0Ybck .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uXujQ0Ybck .nav-wrapper {
  margin-bottom: 240px;
}
@media (max-width: 1440px) {
  .cid-uXujQ0Ybck .nav-wrapper {
    margin-bottom: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uXujQ0Ybck .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uXujQ0Ybck .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uXujQ0Ybck .nav-wrapper .nav-wrap .list .item-wrap {
  width: fit-content;
  position: relative;
  padding: 6px 0;
  margin-bottom: 40px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uXujQ0Ybck .nav-wrapper .nav-wrap .list .item-wrap {
    margin-bottom: 20px;
  }
}
.cid-uXujQ0Ybck .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uXujQ0Ybck .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-uXujQ0Ybck .nav-wrapper .nav-wrap .list .item-wrap:focus {
  text-decoration-color: #ffffff;
}
.cid-uXujQ0Ybck .nav-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uXujQ0Ybck .nav-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uXujQ0Ybck .mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-uXujQ0Ybck .mbr-label {
  color: #ffffff;
}
.cid-uXujQ0Ybck .mbr-section-title {
  color: #ffffff;
}
.cid-uXujQ0Ybck .mbr-text {
  color: #ffffff;
}
.cid-uXujQ0Ybck .list {
  color: #ffffff;
}
@primaryColor: #2760FD;
@secondaryColor: #e6e6e6;
@successColor: #e983f2;
@infoColor: #f5f5f5;
@warningColor: #c492e8;
@dangerColor: #fb7bbd;
@mainFont: Host Grotesk;
@display1Font: 'Alfa Slab One', display;
@display1Size: 7.8;
@display2Font: 'Host Grotesk', sans-serif;
@display2Size: 5.4;
@display5Font: 'Host Grotesk', sans-serif;
@display5Size: 2.8;
@display7Font: 'Host Grotesk', sans-serif;
@display7Size: 2;
@display4Font: 'Host Grotesk', sans-serif;
@display4Size: 1.6;
@isRoundedImages: false;
@isRoundedButtons: true;
@isLargeButtons: false;
@isGhostButtonBorder: true;
@underlinedLinks: true;
@isAnimatedOnScroll: true;
@isScrollToTopButton: false;
@isPublish: true;

.cid-uXuuVjlNsx {
@fullScreen: true;
@fullWidth: true;
@paddingTop: 3;
@paddingBottom: 3;
@textWidth: 9;
@showTitle: true;
@showSubtitle: false;
@spacing: true;
@showNew: false;
@showText: true;
@showName: true;
@showPrice: true;
@uname__14: "https://e.mobirise.com/wellnessm5/components/_images/background1.jpg";
@uname__15: true;
@uname__16: #000000;
@bg-value: #000000;
@bg-type: "color";
@bg-color-value: #000000;
@bg-parallax: false;
@overlay: true;
@overlayColor: #121212;
@overlayOpacity: 0.7;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
& when (@fullWidth) {
  .wrapper {
    @media (min-width: 1400px) {
      padding: 0 6rem;
    }
  }
}
.item-img {
  height: 500px;
  position: relative;
  img {
    object-fit: cover;
    height: 100%;
  }
}
.title-block {
  top: 50%;
  left: 50%;
  position: absolute;
  opacity: 0;
  transform: translate(-50%, -20%);
  transition: 700ms cubic-bezier(0.17, 0.67, 0, 1.01);
}
.item-img:hover .title-block {
  opacity: 1;
  transform: translate(-50%, -50%);
}
.item-img:hover {
  img {
    filter: brightness(100%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
    box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.9);
    opacity: 0.2;
  }
}
.new {
  transform: rotate(-90deg);
  position: absolute;
  padding: 0.5rem 2rem;
  top: 27px;
  right: -10px;
  background-color: #000000;
  color: #ba9b67;
}
img, .item-img {
  transition: all 0.7s;
  width: 100%;
}
.item:focus, span:focus {
  outline: none;
}
.item {
  cursor: pointer;
  padding-bottom: 32px;
}
& when not (@spacing) {
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .item {
    padding: 0;
    margin: 0;
  }
}
.item-wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.item-title {
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}
.item-content {
  text-align: center;
}
& when not (@showPrice) {
  .item-title {
    margin-bottom: 10px;
  }
}
@media (max-width: 690px) {
  .item {
    padding-bottom: 20px;
  }
}
.mbr-section-subtitle {
  color: #9a948d;
}
.text, .link {
  color: #ba9b67;
}
.price {
  color: #9a948d;
}
.mbr-section-title {
  color: #ffffff;
}
.mbr-text, .mbr-section-btn {
  color: #e983f2;
}
.text {
  color: #eca948;
}
}

#custom-html-y {
/* Type valid CSS here */

div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
p {
  font-size: 60px;
  color: #777;
}}

.cid-uYfpGiNLcP {
@paddingTop: 5;
@paddingBottom: 5;
@linesTitle: "title1";
@direction1: "1";
@contentColor_1: #121212;
@contentBG_1: #f5d2ea;
@showLine2: true;
@direction2: "-1";
@contentColor_2: #f5d2ea;
@contentBG_2: #121212;
@speed: 0.02;
@uname__14: "https://e.mobirise.com/neuralm5/components/_images/background1.jpg";
@uname__15: false;
@uname__16: #121212;
@bg-value: #121212;
@bg-type: "color";
@bg-color-value: #121212;
@bg-parallax: false;
@overlay: true;
@overlayColor: #fff7ee;
@overlayOpacity: 0.7;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
@min-height: 90px;
@min-height-small: @min-height / 2;
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.item:focus, span:focus {
  outline: none;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.item {
  color: @contentColor;
  min-height: @min-height;
  @media (max-width: 768px) {
    min-height: @min-height-small;
  }
  padding: 20px 0;
}
overflow: hidden;
.content-wrap_1 {
  transform: rotate(2deg);
  background-color: @contentBG_1;
}
.content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: @contentBG_2;
  @media (max-width: 992px) {
    margin-top: -1rem;
  }
}
.container_1 {
  background-color: @contentBG_1;
  .item_1 {
    color: @contentColor_1;
    background-color: @contentBG_1;
  }
}
.container_2 {
  background-color: @contentBG_2;
  .item_2 {
    color: @contentColor_2;
    background-color: @contentBG_2;
  }
}
}

.cid-uXuuVpqBFp {
@sliderId: "v0fNIJWrYt";
@paddingTop: 0;
@paddingBottom: 0;
@showImgTitle: true;
@showImgText: true;
@showLinks: true;
@showButton: true;
@show1Marker: true;
@show2Marker: true;
@MarkerColor: #cae1f4;
@uname__10: "https://e.mobirise.com/journalm5/components/_images/background3.jpg";
@uname__11: false;
@uname__12: #fffdf7;
@bg-value: #fffdf7;
@bg-type: "color";
@bg-color-value: #fffdf7;
@bg-parallax: false;
@overlay: true;
@overlayColor: #fffdf7;
@overlayOpacity: 0.3;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.mbr-overlay {
  z-index: 1;
}
.main-container {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #7F8678;
  border-top: 1px solid #7F8678;
  margin-top: -1px;
  position: relative;
  z-index: 2;
}
.time-text {
  color: #3d3d3d;
  margin-right: auto;
}
.price-text {
  color: #3d3d3d;
  span {
    text-decoration: line-through;
  }
}
.img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px 32px;
  min-height: 700px;
  position: relative;
}
.marker-container {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  & p {
    line-height: normal !important;
    padding-top: 8px;
    width: 100%;
    & span {
      padding: 8px 18px 6px;
      background-color: @MarkerColor;
    }
  }
}
.first-container {
  border-bottom: 1px solid #7F8678;
  @media (min-width: 992px) {
    border-right: 1px solid #7F8678;
    border-bottom: none;
  }
}
.item-img {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  overflow: hidden;
  height: auto;
  margin: auto 0;
  .img {
    max-height: 365px;
    margin-bottom: 24px;
    overflow: hidden;
  }
  & img {
    object-fit: cover;
    height: 365px;
    transition: 1.16s;
    transform: scale(1);
    min-width: 100%;
    transform-style: preserve-3d;
  }
  &:hover {
    & img {
      transform: scale(1.5);
    }
  }
}
.item-info {
  display: flex;
  align-items: flex-end;
  width: 100%;
  @media (max-width: 575px) {
    flex-wrap: wrap;
  }
}
.link-wrap {
  margin-right: auto;
}
.emerging-underline-link {
  color: #3d3d3d;
}
.mbr-section-btn {
  text-align: right;
  margin-bottom: -9.6px;
}
.btn {
  padding: 3px 22px;
  border-radius: 20px;
  min-height: 38px;
}
.btn-black-outline {
  border: 1px solid #000000;
  &:hover {
    border: 1px solid #000000;
    background: #000000 !important;
    color: #ffffff !important;
  }
}
}

.cid-uXuuVrFVXG {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@showTag1: true;
@showTag2: true;
@showTag3: false;
@showTag4: true;
@cardBg1: #111213;
@cardBg2: #3f37c9;
@cardBg3: #f2f2f2;
@cardBg4: #111213;
@showSubtitle: true;
@showTitle: true;
@uname__13: "https://e.mobirise.com/jewelrym5/components/_images/background1.jpg";
@uname__14: #ffffff;
@bg-value: #ffffff;
@bg-type: "color";
@bg-color-value: #ffffff;
@bg-parallax: false;
@overlay: true;
@overlayColor: #ffffff;
@overlayOpacity: 0.3;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.item-wrapper {
  position: relative;
}
.features-image {
  padding-top: 45px;
}
.features-image:first-child {
  padding-top: 0px;
}
.features-image:nth-child(2) {
  padding-top: 0px;
}
.features-image:nth-child(3) {
  padding-top: 0px;
}
.features-image:nth-child(4) {
  padding-top: 0px;
}
@media (max-width: 990px) {
  .features-image:nth-child(3) {
    padding-top: 45px;
  }
  .features-image:nth-child(4) {
    padding-top: 45px;
  }
}
@media (max-width: 574px) {
  .features-image:nth-child(2) {
    padding-top: 45px;
  }
}
.card {
  padding: 0px 10px;
  width: auto;
  border-radius: 0;
}
.card.align-center {
  position: absolute;
  left: 20px;
  top: 20px;
}
.name {
  margin-top: 27px;
  color: #111213;
}
.price {
  margin-top: 1px;
  color: #111213;
}
.mbr-section-subtitle {
  color: #111213;
  text-align: center;
  margin-bottom: 60px;
}
.mbr-section-title {
  text-align: center;
  color: #b18161;
  padding-bottom: 20px;
  margin: auto;
  text-transform: uppercase;
}
.inner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.item-img:hover {
  .inner {
    transform: scale(1.1, 1.1);
  }
}
.mbr-iconfont::before {
  font-size: 14px;
}
.tag1 {
  background-color: @cardBg1;
}
.tag2 {
  background-color: @cardBg2;
}
.tag3 {
  background-color: @cardBg3;
}
.tag4 {
  background-color: @cardBg4;
}
.desc1, .iconfont-wrapper {
  color: #ffffff;
}
}

.cid-uYfidGVcLJ {
@paddingTop: 5;
@paddingBottom: 5;
@linesTitle: "title1";
@direction1: "1";
@contentColor_1: #121212;
@contentBG_1: #f5d2ea;
@showLine2: true;
@direction2: "-1";
@contentColor_2: #ffffff;
@contentBG_2: #121212;
@speed: 0.02;
@uname__14: "https://e.mobirise.com/neuralm5/components/_images/background1.jpg";
@uname__15: false;
@uname__16: #121212;
@bg-value: #121212;
@bg-type: "color";
@bg-color-value: #121212;
@bg-parallax: false;
@overlay: true;
@overlayColor: #fff7ee;
@overlayOpacity: 0.7;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
overflow: hidden;
@min-height: 90px;
@min-height-small: @min-height / 2;
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
  & when (@overlay) {
    .mbr-overlay {
      background: @overlayColor;
      opacity: @overlayOpacity;
    }
  }
}
.item:focus, span:focus {
  outline: none;
}
.container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}
.item {
  padding: 20px 0;
  min-height: @min-height;
  @media (max-width: 768px) {
    min-height: @min-height-small;
  }
}
.content-wrap_1 {
  transform: rotate(2deg);
  background-color: @contentBG_1;
}
.content-wrap_2 {
  transform: rotate(-2deg);
  margin-top: -3rem;
  background-color: @contentBG_2;
  @media (max-width: 992px) {
    margin-top: -1rem;
  }
}
.container_1 {
  background-color: @contentBG_1;
  .item_1 {
    color: @contentColor_1;
    background-color: @contentBG_1;
  }
}
.container_2 {
  background-color: @contentBG_2;
  .item_2 {
    color: @contentColor_2;
    background-color: @contentBG_2;
  }
}
}

.cid-uXuuVtQlHF {
@fullWidth: true;
@paddingTop: 6;
@paddingBottom: 6;
@showTitle: true;
@showSubtitle: true;
@cardAmount: "4";
@alignCards: "justify-content-start";
@showCardTitle: true;
@showCardSubtitle: true;
@showCardText: true;
@showCardButton: true;
@uname__12: "https://r.mobirisesite.com/1853213/assets/images/gfdf67e5be5c1b20debaf864a2308-h_mg600zbl.jpg";
@uname__13: #ffffff;
@bg-value: "https://r.mobirisesite.com/1853213/assets/images/gfdf67e5be5c1b20debaf864a2308-h_mg600zbl.jpg";
@bg-type: "image";
@bg-color-value: #ffffff;
@bg-parallax: false;
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.5;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = "color") {
  background-color: @bg-value;
}
& when (@bg-type = "image") {
  background-image: url(../../../@bg-value);
}
h2, h4, h3, h6, p, ul {
  margin: 0;
}
ul {
  padding: 0;
  list-style-type: none;
}
.heading {
  margin-bottom: 37px;
}
.mbr-section-title {
  color: #000000;
}
.mbr-section-subtitle {
  color: #121212;
}
.cards {
  display: flex;
  flex-wrap: wrap;
  @media (min-width: 1201px) {
    justify-content: center;
  }
}
.card {
  width: 25%;
  padding: 37px 50px 66px;
  justify-content: space-between;
  &:last-child {
    margin-right: 0;
  }
  @media (max-width: 1440px) {
    padding-right: 0;
  }
  @media (max-width: 1200px) {
    width: 50%;
    padding: 37px 13% 66px;
  }
  @media (max-width: 1024px) {
    padding-left: 40px;
    padding-right: 10px;
  }
  @media (max-width: 767px) {
    width: 100%;
    padding-right: 0;
  }
  @media (max-width: 400px) {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.mbr-card-title {
  color: #000000;
  text-align: center;
}
.mbr-card-subtitle {
  color: #6b6b6b;
  margin: 10px 0;
}
.list {
  margin-top: 22px;
  color: #6b6b6b;
}
.mbr-card-text {
  margin: 10px 0;
  &::before {
    content: "* ";
    display: inline;
  }
}
.mbr-card-btn {
  margin-top: 25px;
}
.btn {
  padding: 0.7rem 1rem;
  width: 200px;
}
}

.cid-uYfilvSJBH {
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showTitle: true;
@containerBg: #ffffff;
@inputColor: #bababa;
@border: #e6e6e6;
@activeColor: #0f0f0f;
@uname__11: "https://e.mobirise.com/patternm5/components/form01/../_images/background1.jpg";
@uname__12: false;
@uname__13: #f5f5f5;
@bg-value: #f5f5f5;
@bg-type: "color";
@bg-color-value: #f5f5f5;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/patternm5/components/form01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #ffffff;
@overlayOpacity: 0.8;

padding-top: (@paddingTop * 1rem);
padding-bottom: (@paddingBottom * 1rem);
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.card-wrapper {
  display: flex;
  padding: 64px;
  background-color: @containerBg;
  @media (max-width: 992px) {
    padding: 20px;
    display: block;
  }
  .content-wrapper {
    display: inline-flex;
    width: 65%;
    @media (max-width: 992px) {
      width: 100%;
    }
    .title-wrapper {
      width: 100%;
    }
    .mbr-section-title {
      margin-bottom: 60px;
      @media (max-width: 992px) {
        margin-bottom: 40px;
      }
    }
    .form-wrapper {
      .dragArea.row {
        margin: 0;
        .form-group {
          margin-bottom: 0 !important;
          .form-control-label {
            width: 100%;
            margin-bottom: 20px;
          }
          .form-control {
            background-color: transparent;
            padding: 0 0 20px 0;
            box-shadow: none;
            border: none !important;
            border-bottom: 1px solid @border !important;
            border-radius: 0 !important;
            margin-bottom: 40px;
            @media (max-width: 992px) {
              margin-bottom: 20px;
            }
            &::placeholder {
              color: @inputColor;
            }
            &:hover, &:focus {
              box-shadow: none;
              border: none !important;
              border-bottom: 1px solid @activeColor !important;
            }
          }
          .form-check {
            padding-left: 2.1em;
            .form-check-input {
              background-color: @border;
              border-color: @border;
            }
          }
        }
      }
    }
  }
}
.mbr-section-title {
  color: #666666;
}
label {
  color: #0f0f0f;
}
}

.cid-uYfijSr2E7 {
@fullScreen: false;
@fullWidth: true;
@paddingTop: 5;
@paddingBottom: 5;
@reverseContent: false;
@showLabel: true;
@showTitle: true;
@showText: true;
@showNav: true;
@activeColor: #ffffff;
@showButtons: true;
@showCopy: true;
@uname__13: "https://e.mobirise.com/patternm5/components/footer01/../_images/background1.jpg";
@uname__14: false;
@uname__15: #0f0f0f;
@bg-value: #0f0f0f;
@bg-type: "color";
@bg-color-value: #0f0f0f;
@bg-parallax: false;
@fallBackImage: "https://e.mobirise.com/patternm5/components/footer01/../_images/background1.jpg";
@overlay: false;
@overlayColor: #0f0f0f;
@overlayOpacity: 0.8;

& when not (@fullScreen) {
  padding-top: (@paddingTop * 1rem);
  padding-bottom: (@paddingBottom * 1rem);
}
& when (@bg-type = 'color') {
  background-color: @bg-value;
}
& when (@bg-type = 'image') {
  background-image: url(../../../@bg-value);
}
.mbr-fallback-image.disabled {
  display: none;
}
.mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  & when (@bg-type = 'video') {
    background-image: url(../../../@fallBackImage);
  }
}
.row {
  justify-content: space-between;
}
.content-wrapper {
  margin-bottom: 240px;
  @media (max-width: 1440px) {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    margin-bottom: 40px;
  }
  .mbr-label {
    margin-bottom: 20px;
  }
  .mbr-section-title {
    margin-bottom: 20px;
  }
  .text-wrapper {
    .mbr-text {
      display: inline-block;
      width: 70%;
      margin-bottom: 0;
      @media (max-width: 992px) {
        width: 100%;
      }
    }
  }
}
.nav-wrapper {
  margin-bottom: 240px;
  @media (max-width: 1440px) {
    margin-bottom: 100px;
  }
  @media (max-width: 992px) {
    margin-bottom: 40px;
  }
  .nav-wrap {
    .list {
      padding: 0;
      margin: 0;
      list-style-type: none;
      display: inline-flex;
      flex-direction: column;
      .item-wrap {
        width: fit-content;
        position: relative;
        padding: 6px 0;
        margin-bottom: 40px;
        text-decoration: underline;
        text-decoration-color: transparent;
        transition: all 0.3s ease-in-out;
        @media (max-width: 992px) {
          margin-bottom: 20px;
        }
        &:last-child {
          margin-bottom: 0;
        }
        &:hover, &:focus {
          text-decoration-color: @activeColor;
        }
      }
    }
  }
  .mbr-section-btn {
    margin-top: 30px;
    @media (max-width: 992px) {
      margin-top: 10px;
    }
  }
}
.mbr-copy {
  margin-bottom: 0;
  color: #ffffff;
}
.mbr-label {
  color: #ffffff;
}
.mbr-section-title {
  color: #ffffff;
}
.mbr-text {
  color: #ffffff;
}
.list {
  color: #ffffff;
}
}
