.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #fdf9fa;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 10rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 12.5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.55rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.9375rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.75rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 5.9375rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 2rem;
}
/* ---- 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: 8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7rem;
    font-size: calc( 4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.1499999999999995rem + (10 - 4.1499999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.44rem;
    font-size: calc( 2.5925rem + (5.55 - 2.5925) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.5925rem + (5.55 - 2.5925) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 3.8rem;
    font-size: calc( 2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.3125rem + (4.75 - 2.3125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #d1b3c4 !important;
}
.bg-success {
  background-color: #6de4ad !important;
}
.bg-info {
  background-color: #5bdcf6 !important;
}
.bg-warning {
  background-color: #ffd452 !important;
}
.bg-danger {
  background-color: #e56c77 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d1b3c4 !important;
  border-color: #d1b3c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #e4d3dd !important;
  border-color: #e4d3dd !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e4d3dd !important;
  border-color: #e4d3dd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #735d78 !important;
  border-color: #735d78 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #8e7494 !important;
  border-color: #8e7494 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #8e7494 !important;
  border-color: #8e7494 !important;
}
.btn-info,
.btn-info:active {
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
  color: #04414e !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #8be6f9 !important;
  border-color: #8be6f9 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #04414e !important;
  background-color: #8be6f9 !important;
  border-color: #8be6f9 !important;
}
.btn-success,
.btn-success:active {
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
  color: #0d452b !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #98ecc5 !important;
  border-color: #98ecc5 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #0d452b !important;
  background-color: #98ecc5 !important;
  border-color: #98ecc5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
  color: #523e00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe185 !important;
  border-color: #ffe185 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #523e00 !important;
  background-color: #ffe185 !important;
  border-color: #ffe185 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ed979f !important;
  border-color: #ed979f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ed979f !important;
  border-color: #ed979f !important;
}
.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,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #d1b3c4;
  color: #d1b3c4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #b07d9a !important;
  background-color: transparent !important;
  border-color: #b07d9a !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d1b3c4 !important;
  border-color: #d1b3c4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #735d78;
  color: #735d78;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #443747 !important;
  background-color: transparent !important;
  border-color: #443747 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #735d78 !important;
  border-color: #735d78 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #5bdcf6;
  color: #5bdcf6;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0dc8ed !important;
  background-color: transparent !important;
  border-color: #0dc8ed !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #04414e !important;
  background-color: #5bdcf6 !important;
  border-color: #5bdcf6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #6de4ad;
  color: #6de4ad;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #27d384 !important;
  background-color: transparent !important;
  border-color: #27d384 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0d452b !important;
  background-color: #6de4ad !important;
  border-color: #6de4ad !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd452;
  color: #ffd452;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fabc00 !important;
  background-color: transparent !important;
  border-color: #fabc00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #523e00 !important;
  background-color: #ffd452 !important;
  border-color: #ffd452 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e56c77;
  color: #e56c77;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d52636 !important;
  background-color: transparent !important;
  border-color: #d52636 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e56c77 !important;
  border-color: #e56c77 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d1b3c4 !important;
}
.text-secondary {
  color: #735d78 !important;
}
.text-success {
  color: #6de4ad !important;
}
.text-info {
  color: #5bdcf6 !important;
}
.text-warning {
  color: #ffd452 !important;
}
.text-danger {
  color: #e56c77 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ab7393 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3c303f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #25c67c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cbbdf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ebb100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c82332 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d1b3c4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #5bdcf6;
}
.alert-warning {
  background-color: #ffd452;
}
.alert-danger {
  background-color: #e56c77;
}
.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: #d1b3c4;
  border-color: #d1b3c4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d1b3c4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #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: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2rem;
}
.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: #d1b3c4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2rem;
}
blockquote {
  border-color: #d1b3c4;
}
/* 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: #d1b3c4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d1b3c4;
}
.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: #d1b3c4;
  border-bottom-color: #d1b3c4;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #d1b3c4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #735d78 !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='%23d1b3c4' %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,
.mbr-section-btn-main .btn {
  padding: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: .5em;
}
.cid-uVa2QWEpY7 {
  background-color: transparent;
}
.cid-uVa2QWEpY7 .navbar-dropdown {
  background-color: #fdf9fa !important;
  padding: 0;
}
.cid-uVa2QWEpY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdf9fa !important;
  background: #fdf9fa;
}
.cid-uVa2QWEpY7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uVa2QWEpY7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uVa2QWEpY7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uVa2QWEpY7 .menu_box .navbar.opened,
  .cid-uVa2QWEpY7 .menu_box .navbar-collapse {
    background-color: #fdf9fa !important;
    transition: all 0s ease 0s;
  }
}
.cid-uVa2QWEpY7 .navbar-dropdown {
  position: relative !important;
}
.cid-uVa2QWEpY7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uVa2QWEpY7 .btn:hover {
  box-shadow: none;
}
.cid-uVa2QWEpY7 .nav-item {
  margin: 0 5px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cid-uVa2QWEpY7 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uVa2QWEpY7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uVa2QWEpY7 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uVa2QWEpY7 .nav-item .nav-link:hover,
.cid-uVa2QWEpY7 .nav-item .nav-link:focus {
  background-color: #735d78 !important;
  color: #ffffff !important;
}
.cid-uVa2QWEpY7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uVa2QWEpY7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uVa2QWEpY7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uVa2QWEpY7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uVa2QWEpY7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uVa2QWEpY7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uVa2QWEpY7 .offcanvas_box {
    display: none;
  }
}
.cid-uVa2QWEpY7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uVa2QWEpY7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uVa2QWEpY7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uVa2QWEpY7 .container {
  display: flex;
  margin: auto;
}
.cid-uVa2QWEpY7 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uVa2QWEpY7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uVa2QWEpY7 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uVa2QWEpY7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uVa2QWEpY7 .navbar-nav {
    margin: 0;
  }
}
.cid-uVa2QWEpY7 .dropdown-menu,
.cid-uVa2QWEpY7 .navbar.opened {
  background-color: false !important;
}
.cid-uVa2QWEpY7 .nav-item:focus,
.cid-uVa2QWEpY7 .nav-link:focus {
  outline: none;
}
.cid-uVa2QWEpY7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uVa2QWEpY7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVa2QWEpY7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uVa2QWEpY7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uVa2QWEpY7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uVa2QWEpY7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uVa2QWEpY7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uVa2QWEpY7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uVa2QWEpY7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uVa2QWEpY7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uVa2QWEpY7 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uVa2QWEpY7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uVa2QWEpY7 .navbar.collapsed {
  justify-content: center;
}
.cid-uVa2QWEpY7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uVa2QWEpY7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uVa2QWEpY7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uVa2QWEpY7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uVa2QWEpY7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uVa2QWEpY7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uVa2QWEpY7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uVa2QWEpY7 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uVa2QWEpY7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uVa2QWEpY7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uVa2QWEpY7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uVa2QWEpY7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uVa2QWEpY7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uVa2QWEpY7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uVa2QWEpY7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uVa2QWEpY7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uVa2QWEpY7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uVa2QWEpY7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uVa2QWEpY7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uVa2QWEpY7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uVa2QWEpY7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uVa2QWEpY7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uVa2QWEpY7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uVa2QWEpY7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uVa2QWEpY7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uVa2QWEpY7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uVa2QWEpY7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uVa2QWEpY7 .dropdown-item.active,
.cid-uVa2QWEpY7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uVa2QWEpY7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uVa2QWEpY7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uVa2QWEpY7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uVa2QWEpY7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVa2QWEpY7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uVa2QWEpY7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uVa2QWEpY7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdf9fa;
  background: #fdf9fa;
}
.cid-uVa2QWEpY7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uVa2QWEpY7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uVa2QWEpY7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVa2QWEpY7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uVa2QWEpY7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uVa2QWEpY7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVa2QWEpY7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uVa2QWEpY7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uVa2QWEpY7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uVa2QWEpY7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uVa2QWEpY7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uVa2QWEpY7 .navbar {
    height: 70px;
  }
  .cid-uVa2QWEpY7 .navbar.opened {
    height: auto;
  }
  .cid-uVa2QWEpY7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uVa2QWEpY7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uVa2QWEpY7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uVa2QWEpY7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 200px;
}
.cid-uVa2QWEpY7 .navbar-caption:hover {
  color: #735d78;
}
@media (min-width: 992px) {
  .cid-uVa2QWEpY7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uVa2QWEpY7 .text_widget {
  margin-bottom: 32px;
}
.cid-uVa2QWEpY7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uVa2QWEpY7 .text_widget a:hover,
.cid-uVa2QWEpY7 .text_widget a:focus {
  opacity: 0.8;
}
.cid-uVa2QWEpY7 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uVa2QWEpY7 .navbar-caption {
  color: #000000;
}
.cid-uVa2QWEpY7 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uVa2QWEpY7 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uVa2QWEpY7 .navigation-wrapper {
    display: block;
  }
}
.cid-uVa2QWEpY7 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uVa2QWEpY7 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uVa2QWEpY7 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 1;
  border-radius: 100vw !important;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uVa2QWEpY7 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uVa2QWEpY7 .mbr-section-subtitle,
.cid-uVa2QWEpY7 .text_widget,
.cid-uVa2QWEpY7 .mbr-section-btn {
  text-align: center;
}
.cid-uVa2QWEpY7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uVa2QWEpY7 .nav-link,
.cid-uVa2QWEpY7 .dropdown-item {
  color: #000000;
}
.cid-uVa2QXeffF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1523380677598-64d85d015339.jpeg");
}
.cid-uVa2QXeffF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2QXeffF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2QXeffF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QXeffF .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QXeffF .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QXeffF .container {
    padding: 0 20px;
  }
}
.cid-uVa2QXeffF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVa2QXeffF .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uVa2QXeffF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVa2QXeffF .image-wrapper img {
  height: 650px;
  width: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVa2QXeffF .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa2QXeffF .mbr-section-title {
  color: #ffffff;
}
.cid-uVa2QXeffF .mbr-text {
  color: #ffffff;
}
.cid-uVa2QXeffF .mbr-section-title,
.cid-uVa2QXeffF .mbr-section-btn {
  color: #50212F;
}
.cid-uVa2QXeffF .mbr-text,
.cid-uVa2QXeffF .text-wrapper {
  color: #50212F;
}
.cid-uVa2QXmE9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2QXmE9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2QXmE9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2QXmE9j .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QXmE9j .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QXmE9j .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QXmE9j .container {
    padding: 0 20px;
  }
}
.cid-uVa2QXmE9j .row {
  position: relative;
  margin: 0 -20px;
}
.cid-uVa2QXmE9j .item {
  padding: 0 20px;
  margin-bottom: 40px;
}
.cid-uVa2QXmE9j .item .item-wrapper .item-img {
  height: 1000px;
  position: relative;
  padding: 30px 38px;
}
@media (max-width: 992px) {
  .cid-uVa2QXmE9j .item .item-wrapper .item-img {
    padding: 24px 30px;
    height: 450px;
  }
}
.cid-uVa2QXmE9j .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem !important;
  object-fit: cover;
}
.cid-uVa2QXmE9j .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem !important;
  background-color: #e8c2ca;
  poimter-events: none;
  z-index: 1;
  opacity: 0.7;
}
.cid-uVa2QXmE9j .item .item-wrapper .item-img .item-content {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.cid-uVa2QXmE9j .item .item-wrapper .item-img .item-content .item-title {
  position: sticky;
  z-index: 2;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
}
.cid-uVa2QXmE9j .item-title {
  color: #000000;
}
.cid-uVa2QXOL4L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2QXOL4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2QXOL4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2QXOL4L .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QXOL4L .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QXOL4L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QXOL4L .container {
    padding: 0 20px;
  }
}
.cid-uVa2QXOL4L .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVa2QXOL4L .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2QXOL4L .content-wrapper .mbr-section-title span {
  opacity: 0.5;
}
.cid-uVa2QXOL4L .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVa2QXOL4L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVa2QXOL4L .mbr-section-title {
  color: #0f1d07;
}
.cid-uVa2QXOL4L .mbr-text {
  color: #0f1d07;
}
.cid-uVa2QXOL4L .mbr-section-title,
.cid-uVa2QXOL4L .mbr-section-btn {
  color: #50212F;
}
.cid-uVa2QXOL4L .mbr-text,
.cid-uVa2QXOL4L .text-wrapper {
  color: #000000;
}
.cid-uVa2QY71sY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fae2ef;
}
.cid-uVa2QY71sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2QY71sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2QY71sY .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QY71sY .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QY71sY .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QY71sY .container {
    padding: 0 20px;
  }
}
.cid-uVa2QY71sY .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-uVa2QY71sY .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2QY71sY .title-wrapper .mbr-section-title span {
  color: #7d41d1;
}
.cid-uVa2QY71sY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 120px 200px;
}
@media (max-width: 1200px) {
  .cid-uVa2QY71sY .items-wrapper {
    gap: 80px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QY71sY .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 80px;
  }
}
@media (max-width: 768px) {
  .cid-uVa2QY71sY .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVa2QY71sY .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVa2QY71sY .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 20px;
  }
}
.cid-uVa2QY71sY .items-wrapper .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVa2QY71sY .items-wrapper .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 20px;
}
.cid-uVa2QY71sY .items-wrapper .item .item-wrapper .card-box .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uVa2QY71sY .mbr-section-title {
  color: #4B223C;
}
.cid-uVa2QY71sY .item-title {
  color: #4B223C;
}
.cid-uVa2QY71sY .list {
  color: #070035;
}
.cid-uVa2QY71sY .list,
.cid-uVa2QY71sY .item-wrap {
  color: #4B223C;
}
.cid-uVa2QYyau5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2QYyau5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2QYyau5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2QYyau5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QYyau5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QYyau5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QYyau5 .container {
    padding: 0 20px;
  }
}
.cid-uVa2QYyau5 .row {
  justify-content: center;
}
.cid-uVa2QYyau5 .content-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uVa2QYyau5 .content-wrapper {
    display: block;
  }
}
.cid-uVa2QYyau5 .content-wrapper .card {
  justify-content: center;
}
.cid-uVa2QYyau5 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVa2QYyau5 .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVa2QYyau5 .content-wrapper .image-wrapper img {
  height: 530px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uVa2QYyau5 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa2QYyau5 .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 200px;
}
@media (max-width: 1440px) {
  .cid-uVa2QYyau5 .content-wrapper .content-wrap {
    padding-left: 100px;
  }
}
@media (max-width: 1199px) {
  .cid-uVa2QYyau5 .content-wrapper .content-wrap {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QYyau5 .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uVa2QYyau5 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uVa2QYyau5 .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uVa2QYyau5 .mbr-section-title {
  color: #502130;
}
.cid-uVa2QYyau5 .mbr-text {
  color: #502130;
}
.cid-uVa2QYOaAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2QYOaAo .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QYOaAo .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QYOaAo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QYOaAo .container {
    padding: 0 20px;
  }
}
.cid-uVa2QYOaAo .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 495px;
  max-width: 495px;
}
.cid-uVa2QYOaAo .embla__slide:nth-child(2n) {
  min-width: 620px;
  max-width: 620px;
}
@media (max-width: 767px) {
  .cid-uVa2QYOaAo .embla__slide:nth-child(2n) {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVa2QYOaAo .embla__slide:nth-child(2n) .slide-content .item-wrapper .item-img img {
  height: 350px;
}
@media (max-width: 767px) {
  .cid-uVa2QYOaAo .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVa2QYOaAo .embla__slide .slide-content {
  width: 100%;
}
.cid-uVa2QYOaAo .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVa2QYOaAo .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uVa2QYOaAo .embla__slide .slide-content .item-wrapper .item-img img {
  height: 495px;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uVa2QYOaAo .embla__button--next,
.cid-uVa2QYOaAo .embla__button--prev {
  display: flex;
}
.cid-uVa2QYOaAo .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !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;
  display: none;
}
.cid-uVa2QYOaAo .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVa2QYOaAo .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uVa2QYOaAo .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uVa2QYOaAo .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uVa2QYOaAo .embla {
  position: relative;
  width: 100%;
}
.cid-uVa2QYOaAo .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVa2QYOaAo .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVa2QYOaAo .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVa2QYOaAo .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVa2QZaoFO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2QZaoFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2QZaoFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2QZaoFO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2QZaoFO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QZaoFO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2QZaoFO .container {
    padding: 0 20px;
  }
}
.cid-uVa2QZaoFO .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1300px) {
  .cid-uVa2QZaoFO .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1200px) {
  .cid-uVa2QZaoFO .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uVa2QZaoFO .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: flex-end;
  position: relative;
  border-radius: 20px;
  height: 550px;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 20px !important;
  object-fit: cover;
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 100vw;
  background-color: #ffffff;
}
@media (max-width: 425px) {
  .cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap {
    padding: 10px;
    border-radius: 20px;
    display: block;
  }
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-name {
  border-radius: 100vw;
  background-color: #b59299;
  margin-bottom: 0;
  padding: 15px 24px;
  min-width: 120px;
}
.cid-uVa2QZaoFO .items-wrapper .item .item-wrapper .item-img .item-content .content-wrap .item-role {
  padding: 15px 12px;
  margin-bottom: 0;
}
.cid-uVa2QZaoFO .item-name {
  color: #000000;
}
.cid-uVa2QZaoFO .item-role {
  color: #FFFFFF;
}
.cid-uVa2QZaoFO .item-content,
.cid-uVa2QZaoFO .item-name,
.cid-uVa2QZaoFO .item-role {
  text-align: center;
}
.cid-uVa2QZaoFO .item-name,
.cid-uVa2QZaoFO .item-content {
  color: #000000;
}
.cid-uVa2QZaoFO .item-role,
.cid-uVa2QZaoFO .item-content {
  color: #000000;
}
.cid-uVa2R07BGZ {
  background-image: url("../../../assets/images/photo-1544441893-675973e31985.jpeg");
}
.cid-uVa2R07BGZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R07BGZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R07BGZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R07BGZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R07BGZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R07BGZ .container {
    padding: 0 20px;
  }
}
.cid-uVa2R093Z2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2R093Z2 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R093Z2 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R093Z2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R093Z2 .container {
    padding: 0 20px;
  }
}
.cid-uVa2R093Z2 .row {
  justify-content: center;
}
.cid-uVa2R093Z2 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVa2R093Z2 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVa2R093Z2 .embla__slide .slide-content {
  width: 100%;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: 0.5;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uVa2R093Z2 .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
}
.cid-uVa2R093Z2 .embla__button--next,
.cid-uVa2R093Z2 .embla__button--prev {
  display: flex;
}
.cid-uVa2R093Z2 .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uVa2R093Z2 .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uVa2R093Z2 .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uVa2R093Z2 .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uVa2R093Z2 .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uVa2R093Z2 .embla {
    padding-bottom: 6rem;
  }
}
.cid-uVa2R093Z2 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVa2R093Z2 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVa2R093Z2 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVa2R093Z2 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVa2R093Z2 .item-name {
  color: #ffffff;
}
.cid-uVa2R093Z2 .item-role {
  color: #ffffff;
}
.cid-uVa2R093Z2 .item-text {
  color: #000000;
}
.cid-uVa2R093Z2 .item-name,
.cid-uVa2R093Z2 .item-img {
  color: #000000;
}
.cid-uVa2R093Z2 .item-role,
.cid-uVa2R093Z2 .item-img {
  color: #000000;
}
.cid-uVa2R093Z2 .item-name,
.cid-uVa2R093Z2 .name-wrapper {
  color: #000000;
}
.cid-uVa2R093Z2 .item-role,
.cid-uVa2R093Z2 .name-wrapper {
  color: #000000;
}
.cid-uVa2R0q13g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R0q13g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R0q13g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R0q13g .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R0q13g .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R0q13g .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R0q13g .container {
    padding: 0 20px;
  }
}
.cid-uVa2R0q13g .title-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVa2R0q13g .title-wrapper {
    display: block;
  }
}
.cid-uVa2R0q13g .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .cid-uVa2R0q13g .title-wrapper .mbr-section-title {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uVa2R0q13g .title-wrapper .mbr-section-title span {
  color: #fd589e;
}
.cid-uVa2R0q13g .title-wrapper .mbr-section-btn .btn {
  padding: 30px 40px;
  min-width: 465px;
}
@media (max-width: 992px) {
  .cid-uVa2R0q13g .title-wrapper .mbr-section-btn .btn {
    margin-right: 0;
    min-width: auto;
  }
}
.cid-uVa2R0q13g .mbr-section-title {
  color: #38001b;
}
.cid-uVa2R0q13g .mbr-section-title,
.cid-uVa2R0q13g .mbr-section-btn {
  color: #50212F;
}
.cid-uVa2R0t0UM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R0t0UM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R0t0UM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R0t0UM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R0t0UM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R0t0UM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R0t0UM .container {
    padding: 0 20px;
  }
}
.cid-uVa2R0t0UM .title-wrapper .mbr-section-title {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVa2R0t0UM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R0t0UM .content-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uVa2R0t0UM .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
    height: auto;
  }
}
.cid-uVa2R0t0UM .content-wrapper .text-wrapper {
  margin-bottom: 64px;
}
.cid-uVa2R0t0UM .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uVa2R0t0UM .content-wrapper .items-wrapper .item:first-child .item-wrapper .card-box {
  padding-top: 0;
}
.cid-uVa2R0t0UM .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: grid;
  align-items: center;
  grid-template-columns: 50% 50%;
  gap: 8px;
  padding: 40px 0;
  border-bottom: 1px solid #502130;
}
@media (max-width: 992px) {
  .cid-uVa2R0t0UM .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    padding: 30px 0;
  }
}
.cid-uVa2R0t0UM .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-number {
  margin-bottom: 0;
}
.cid-uVa2R0t0UM .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-uVa2R0t0UM .image-wrapper img {
  height: 1200px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uVa2R0t0UM .image-wrapper img {
    height: 450px;
  }
}
.cid-uVa2R0t0UM .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uVa2R0t0UM .mbr-section-title {
  color: #502130;
}
.cid-uVa2R0t0UM .mbr-text {
  color: #0f1d07;
}
.cid-uVa2R0t0UM .item-number {
  color: #502130;
}
.cid-uVa2R0t0UM .item-desc {
  color: #502130;
}
.cid-uVa2R0t0UM .mbr-text,
.cid-uVa2R0t0UM .mbr-section-btn {
  color: #502130;
}
.cid-uVa2R0D4BU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uVa2R0D4BU .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R0D4BU .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R0D4BU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R0D4BU .container {
    padding: 0 20px;
  }
}
.cid-uVa2R0D4BU .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVa2R0D4BU .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R0D4BU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 767px) {
  .cid-uVa2R0D4BU .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVa2R0D4BU .embla__slide .slide-content {
  width: 100%;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 490px;
  margin-bottom: 20px;
  padding: 20px;
}
@media (max-width: 768px) {
  .cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px !important;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_1,
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_2,
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_3 {
  display: inline-flex;
  padding: 14px 15px;
  margin-bottom: 0;
  border-radius: 100vw;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_1 {
  background-color: #fce0e6;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_2 {
  background-color: #fae2ef;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-img .title-wrap .item-title_3 {
  background-color: #f4e3f7;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-content .item-date {
  margin-bottom: 20px;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVa2R0D4BU .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: 0.5;
}
.cid-uVa2R0D4BU .embla__button--next,
.cid-uVa2R0D4BU .embla__button--prev {
  display: flex;
}
.cid-uVa2R0D4BU .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #0f1d07 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uVa2R0D4BU .embla__button:hover {
  background-color: #90f188 !important;
}
.cid-uVa2R0D4BU .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uVa2R0D4BU .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uVa2R0D4BU .embla {
  position: relative;
  width: 100%;
}
.cid-uVa2R0D4BU .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uVa2R0D4BU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVa2R0D4BU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVa2R0D4BU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVa2R0D4BU .mbr-section-title {
  color: #502130;
}
.cid-uVa2R0D4BU .item-title {
  color: #ffffff;
}
.cid-uVa2R0D4BU .item-date {
  color: #502130;
}
.cid-uVa2R0D4BU .item-text {
  color: #0f1d07;
}
.cid-uVa2R0D4BU .item-title,
.cid-uVa2R0D4BU .title-wrap {
  color: #000000;
}
.cid-uVa2R0D4BU .item-text,
.cid-uVa2R0D4BU .mbr-section-btn {
  color: #502130;
}
.cid-uVa2R0D4BU .item-title_1,
.cid-uVa2R0D4BU .title-wrap {
  color: #000000;
}
.cid-uVa2R0D4BU .item-title_2,
.cid-uVa2R0D4BU .title-wrap {
  color: #000000;
}
.cid-uVa2R0D4BU .item-title_3,
.cid-uVa2R0D4BU .title-wrap {
  color: #000000;
}
.cid-uVa2R12QXI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fde1e9;
}
.cid-uVa2R12QXI .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R12QXI .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R12QXI .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R12QXI .container {
    padding: 0 20px;
  }
}
.cid-uVa2R12QXI .text-wrapper .mbr-text {
  margin-bottom: 120px;
  padding: 0 120px;
}
@media (max-width: 992px) {
  .cid-uVa2R12QXI .text-wrapper .mbr-text {
    margin-bottom: 40px;
    padding: 0;
  }
}
.cid-uVa2R12QXI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 250px;
  max-width: 250px;
}
@media (max-width: 767px) {
  .cid-uVa2R12QXI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVa2R12QXI .embla__slide .slide-content {
  width: 100%;
}
.cid-uVa2R12QXI .embla__slide .slide-content .item-wrapper .item-img {
  display: flex;
  justify-content: center;
}
.cid-uVa2R12QXI .embla__slide .slide-content .item-wrapper .item-img img {
  height: 160px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uVa2R12QXI .embla__button--next,
.cid-uVa2R12QXI .embla__button--prev {
  display: flex;
}
.cid-uVa2R12QXI .embla__button {
  top: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !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;
  display: none;
}
.cid-uVa2R12QXI .embla__button:hover {
  background-color: #7d41d1 !important;
}
.cid-uVa2R12QXI .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uVa2R12QXI .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uVa2R12QXI .embla {
  position: relative;
  width: 100%;
}
.cid-uVa2R12QXI .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVa2R12QXI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVa2R12QXI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVa2R12QXI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVa2R12QXI .mbr-text {
  color: #50212F;
  text-align: center;
}
.cid-uVa2R18nM8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: transparent;
}
.cid-uVa2R18nM8 .item:focus,
.cid-uVa2R18nM8 span:focus {
  outline: none;
}
.cid-uVa2R18nM8 .item {
  cursor: pointer;
}
.cid-uVa2R18nM8 .grid-container {
  grid-row-gap: 24px;
}
.cid-uVa2R18nM8 .grid-container-1,
.cid-uVa2R18nM8 .grid-container-2,
.cid-uVa2R18nM8 .grid-container-3 {
  gap: 0 24px;
}
.cid-uVa2R18nM8 .mbr-section-title {
  margin-bottom: 80px;
  text-align: center;
  color: #38001b;
}
@media (max-width: 992px) {
  .cid-uVa2R18nM8 .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R18nM8 .content-head {
  max-width: 800px;
}
.cid-uVa2R18nM8 .container,
.cid-uVa2R18nM8 .container-fluid {
  overflow: hidden;
}
.cid-uVa2R18nM8 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uVa2R18nM8 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uVa2R18nM8 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 490px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uVa2R18nM8 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-uVa2R18nM8 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uVa2R18nM8 .grid-container-1,
.cid-uVa2R18nM8 .grid-container-2,
.cid-uVa2R18nM8 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uVa2R18nM8 .grid-container-1 {
  align-items: flex-end;
}
.cid-uVa2R18nM8 .grid-container-2 {
  align-items: flex-start;
}
.cid-uVa2R1dv1W {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R1dv1W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1dv1W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1dv1W .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1dv1W .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1dv1W .row {
  justify-content: center;
}
.cid-uVa2R1dv1W .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #e8c2ca;
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uVa2R1dv1W .content-wrapper .card {
  justify-content: center;
}
.cid-uVa2R1dv1W .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVa2R1dv1W .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa2R1dv1W .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1dv1W .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uVa2R1dv1W .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uVa2R1dv1W .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uVa2R1dv1W .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1dv1W .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #fff5fd;
}
.cid-uVa2R1dv1W .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVa2R1dv1W .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
}
.cid-uVa2R1dv1W .mbr-section-title {
  color: #000000;
}
.cid-uVa2R1dv1W .mbr-text {
  color: #ffffff;
}
.cid-uVa2R1dv1W .mbr-desc {
  color: #0f1d07;
}
.cid-uVa2R1dv1W .mbr-desc,
.cid-uVa2R1dv1W .desc-wrapper {
  color: #000000;
}
.cid-uVa2R1dv1W .mbr-text,
.cid-uVa2R1dv1W .mbr-section-btn {
  color: #000000;
}
.cid-uVa2R1jRgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2R1jRgU .item:focus,
.cid-uVa2R1jRgU span:focus {
  outline: none;
}
.cid-uVa2R1jRgU .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uVa2R1jRgU .content-head {
  max-width: 800px;
}
.cid-uVa2R1jRgU .loop-container {
  padding-top: 10px;
  margin-bottom: 0.5rem;
}
.cid-uVa2R1jRgU .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uVa2R1jRgU .item {
    min-height: 45px;
  }
}
.cid-uVa2R1pmkZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R1pmkZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1pmkZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1pmkZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1pmkZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1pmkZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1pmkZ .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1pmkZ .row {
  justify-content: center;
}
.cid-uVa2R1pmkZ .content-wrapper {
  display: flex;
  padding: 50px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVa2R1pmkZ .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uVa2R1pmkZ .content-wrapper .card {
  justify-content: space-between;
}
.cid-uVa2R1pmkZ .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVa2R1pmkZ .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVa2R1pmkZ .content-wrapper .image-wrapper img {
  height: 800px;
  object-fit: cover;
  border-radius: 2rem !important;
}
@media (max-width: 992px) {
  .cid-uVa2R1pmkZ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa2R1pmkZ .content-wrapper .content-wrap {
  width: 50%;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uVa2R1pmkZ .content-wrapper .content-wrap {
    width: 100%;
    padding-left: 0;
  }
}
.cid-uVa2R1pmkZ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 40px;
  line-height: 1;
}
.cid-uVa2R1pmkZ .content-wrapper .content-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uVa2R1pmkZ .content-wrapper .content-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uVa2R1pmkZ .mbr-text {
  color: #50212F;
}
.cid-uVa2R1pmkZ .mbr-name {
  color: #FFFFFF;
}
.cid-uVa2R1pmkZ .mbr-role {
  color: #FFFFFF;
}
.cid-uVa2R1rKhJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R1rKhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1rKhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1rKhJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1rKhJ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1rKhJ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1rKhJ .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1rKhJ .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
  line-height: 1;
}
@media (max-width: 992px) {
  .cid-uVa2R1rKhJ .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1rKhJ .title-wrapper .mbr-section-title span {
  color: #7d41d1;
}
.cid-uVa2R1rKhJ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 10px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1rKhJ .items-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1rKhJ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-uVa2R1rKhJ .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVa2R1rKhJ .items-wrapper .item .item-wrapper .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 20px;
  height: 350px;
}
@media (max-width: 768px) {
  .cid-uVa2R1rKhJ .items-wrapper .item .item-wrapper .item-img {
    height: 250px;
  }
}
.cid-uVa2R1rKhJ .items-wrapper .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-color: #e8c2ca;
  border-radius: 20px;
}
.cid-uVa2R1rKhJ .items-wrapper .item .item-wrapper .item-img img {
  position: relative;
  z-index: 1;
  height: 160px;
  border-radius: 0 !important;
  object-fit: contain;
}
.cid-uVa2R1rKhJ .mbr-section-title {
  color: #502130;
}
.cid-uVa2R1touG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2R1touG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1touG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1touG .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1touG .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1touG .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1touG .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1touG .row {
  justify-content: center;
}
.cid-uVa2R1touG .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fff5fd;
}
@media (max-width: 992px) {
  .cid-uVa2R1touG .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1touG .panel-group .card {
  border-radius: 20px !important;
  background-color: #fdf9fa;
  margin-top: 40px;
  padding: 50px;
}
.cid-uVa2R1touG .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uVa2R1touG .panel-group .card {
    padding: 20px;
  }
}
.cid-uVa2R1touG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uVa2R1touG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uVa2R1touG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uVa2R1touG .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 20px;
}
.cid-uVa2R1touG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uVa2R1touG .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uVa2R1touG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uVa2R1touG .mbr-desc {
  color: #ffffff;
}
.cid-uVa2R1touG .panel-title-edit {
  color: #000000;
}
.cid-uVa2R1touG .panel-text {
  color: #000000;
}
.cid-uVa2R1touG .mbr-desc,
.cid-uVa2R1touG .desc-wrapper {
  color: #000000;
}
.cid-uVa2R1wv2P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2R1wv2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1wv2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1wv2P .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1wv2P .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1wv2P .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1wv2P .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1wv2P .row {
  position: relative;
  margin: 0;
}
.cid-uVa2R1wv2P .row .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2rem !important;
  padding: 0;
}
.cid-uVa2R1wv2P .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2rem !important;
  background-color: #fce0e6;
  pointer-events: none;
  z-index: 1;
  opacity: 0.85;
}
.cid-uVa2R1wv2P .row .card {
  justify-content: flex-end;
  z-index: 2;
}
.cid-uVa2R1wv2P .title-wrapper {
  position: sticky;
  bottom: 0;
  padding: 30px 0 30px 22px;
}
@media (max-width: 992px) {
  .cid-uVa2R1wv2P .title-wrapper {
    padding: 24px 14px;
  }
}
.cid-uVa2R1wv2P .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uVa2R1wv2P .mbr-figure {
  padding: 190px 0;
  position: relative;
  z-index: 5;
}
@media (max-width: 992px) {
  .cid-uVa2R1wv2P .mbr-figure {
    padding: 40px 0;
  }
}
.cid-uVa2R1wv2P .mbr-figure iframe {
  border-radius: 20px !important;
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uVa2R1wv2P .mbr-figure iframe {
    height: 350px;
  }
}
.cid-uVa2R1wv2P .mbr-figure .app-video-wrapper img {
  object-fit: cover;
  border-radius: 20px !important;
  height: 720px;
}
@media (max-width: 992px) {
  .cid-uVa2R1wv2P .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uVa2R1wv2P .mbr-section-title {
  color: #000000;
}
.cid-uVa2R1wv2P .mbr-section-title {
  color: #000000;
}
.cid-uVa2R1yshf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R1yshf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1yshf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1yshf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1yshf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1yshf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1yshf .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1yshf .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVa2R1yshf .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVa2R1yshf .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uVa2R1yshf .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uVa2R1yshf .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uVa2R1yshf .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uVa2R1yshf .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uVa2R1yshf .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uVa2R1yshf .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVa2R1yshf .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #fde1e9;
}
.cid-uVa2R1yshf .item .item-wrapper .content-wrap .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVa2R1yshf .mbr-section-title {
  color: #000000;
}
.cid-uVa2R1yshf .item-title {
  color: #0f1d07;
}
.cid-uVa2R1yshf .item-price {
  color: #0f1d07;
}
.cid-uVa2R1yshf .item-text {
  color: #000000;
}
.cid-uVa2R1yshf .item-title,
.cid-uVa2R1yshf .mbr-section-btn {
  color: #000000;
}
.cid-uVa2R1yshf .item-price,
.cid-uVa2R1yshf .price-wrapper {
  color: #000000;
}
.cid-uVa2R1DYTr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fde1e9;
}
.cid-uVa2R1DYTr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1DYTr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1DYTr .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1DYTr .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1DYTr .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1DYTr .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1DYTr .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fbc8d6;
}
@media (max-width: 992px) {
  .cid-uVa2R1DYTr .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1DYTr .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVa2R1DYTr .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1DYTr .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uVa2R1DYTr .mbr-section-title {
  color: #50212F;
}
.cid-uVa2R1DYTr .mbr-desc {
  color: #38001b;
}
.cid-uVa2R1DYTr .mbr-desc,
.cid-uVa2R1DYTr .desc-wrapper {
  color: #000000;
}
.cid-uVa2R1EJu4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2R1EJu4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1EJu4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1EJu4 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1EJu4 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1EJu4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1EJu4 .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1EJu4 .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uVa2R1EJu4 .text-wrapper .mbr-text span {
  color: #7d41d1;
}
.cid-uVa2R1EJu4 .mbr-text {
  color: #000000;
}
.cid-uVa2R1GD9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R1GD9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1GD9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1GD9d .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1GD9d .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1GD9d .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1GD9d .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1GD9d .row {
  justify-content: center;
}
.cid-uVa2R1GD9d .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVa2R1GD9d .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1GD9d .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVa2R1GD9d .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uVa2R1GD9d .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uVa2R1GD9d .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVa2R1GD9d .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVa2R1GD9d .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uVa2R1GD9d .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #50212f;
  display: inline-flex;
}
.cid-uVa2R1GD9d .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #50212f;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uVa2R1GD9d .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uVa2R1GD9d .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uVa2R1GD9d .mbr-section-title {
  color: #50212F;
}
.cid-uVa2R1GD9d .mbr-text {
  color: #38001b;
}
.cid-uVa2R1GD9d .item-title {
  color: #38001b;
}
.cid-uVa2R1GD9d .item-text {
  color: #50212F;
}
.cid-uVa2R1GD9d .mbr-text,
.cid-uVa2R1GD9d .text-wrapper {
  color: #50212F;
}
.cid-uVa2R1GD9d .item-title,
.cid-uVa2R1GD9d .icon-wrapper {
  color: #50212F;
}
.cid-uVa2R1IhRM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e8c2ca;
}
.cid-uVa2R1IhRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1IhRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1IhRM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1IhRM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1IhRM .row {
  justify-content: center;
}
.cid-uVa2R1IhRM .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #fce0e6;
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uVa2R1IhRM .content-wrapper .card {
  justify-content: center;
}
.cid-uVa2R1IhRM .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVa2R1IhRM .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
  padding: 0 60px 0 200px;
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .content-wrapper .content-wrap {
    padding: 0;
  }
}
@media (max-width: 1440px) {
  .cid-uVa2R1IhRM .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uVa2R1IhRM .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1IhRM .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-control {
  padding: 20px;
  border: none !important;
  box-shadow: none;
  border-radius: 20px !important;
  background-color: #ffffff;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-control:hover,
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
  border-radius: 0;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .mbr-section-btn {
  width: 100%;
  margin-top: 20px;
}
.cid-uVa2R1IhRM .content-wrapper .content-wrap .dragArea.row .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uVa2R1IhRM .mbr-section-title {
  color: #ffffff;
}
.cid-uVa2R1IhRM .mbr-text {
  color: #ffffff;
}
.cid-uVa2R1IhRM label {
  color: #ffffff;
}
.cid-uVa2R1IhRM .mbr-section-title,
.cid-uVa2R1IhRM .mbr-section-btn {
  color: #50212F;
}
.cid-uVa2R1MaDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fce0e6;
}
.cid-uVa2R1MaDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1MaDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1MaDh .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1MaDh .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1MaDh .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1MaDh .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1MaDh .row {
  justify-content: center;
}
.cid-uVa2R1MaDh .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVa2R1MaDh .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uVa2R1MaDh .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVa2R1MaDh .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #50212f;
  display: inline-flex;
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #50212f;
  opacity: 0.2;
  margin-bottom: 20px;
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uVa2R1MaDh .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 20px;
  line-height: 1.6;
}
.cid-uVa2R1MaDh .mbr-section-title {
  color: #50212F;
}
.cid-uVa2R1MaDh .mbr-text {
  color: #38001b;
}
.cid-uVa2R1MaDh .item-title {
  color: #38001b;
}
.cid-uVa2R1MaDh .item-text {
  color: #50212F;
}
.cid-uVa2R1MaDh .item-title,
.cid-uVa2R1MaDh .icon-wrapper {
  color: #50212F;
}
.cid-uVa2R1P82z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uVa2R1P82z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVa2R1P82z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVa2R1P82z .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uVa2R1P82z .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .container {
    padding: 0 20px;
  }
}
.cid-uVa2R1P82z .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1P82z .title-wrapper .title-wrap {
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-uVa2R1P82z .title-wrapper .title-wrap:hover .mbr-section-title,
.cid-uVa2R1P82z .title-wrapper .title-wrap:focus .mbr-section-title {
  color: #90f188;
}
.cid-uVa2R1P82z .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uVa2R1P82z .title-wrapper .title-wrap .mbr-iconfont {
  display: inline-flex;
  color: #90f188;
  font-size: 60px;
  padding-top: 1.5rem;
  margin-left: 10px;
}
.cid-uVa2R1P82z .item {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .item {
    margin-bottom: 40px;
  }
}
.cid-uVa2R1P82z .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-uVa2R1P82z .item .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
  opacity: 0.5;
}
.cid-uVa2R1P82z .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uVa2R1P82z .item .item-wrapper .card-box .list .item-wrap {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-uVa2R1P82z .item .item-wrapper .card-box .list .item-wrap:hover,
.cid-uVa2R1P82z .item .item-wrapper .card-box .list .item-wrap:focus {
  text-decoration-color: #d1b3c4;
}
.cid-uVa2R1P82z .border-wrap {
  background-color: #90f188;
  height: 1px;
  width: 100%;
}
.cid-uVa2R1P82z .copy-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
  display: block;
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .copy-wrapper {
    padding: 30px 0;
    flex-direction: column-reverse;
  }
}
.cid-uVa2R1P82z .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .copy-wrapper .mbr-copy {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVa2R1P82z .copy-wrapper .mbr-section-btn {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVa2R1P82z .copy-wrapper .mbr-section-btn .btn {
  text-decoration: none;
  position: relative;
}
.cid-uVa2R1P82z .copy-wrapper .mbr-section-btn .btn::before {
  content: '*';
  position: absolute;
  top: 38%;
  right: -14px;
  color: #90f188;
  font-size: 20px;
}
.cid-uVa2R1P82z .copy-wrapper .mbr-section-btn .btn:last-child::before {
  display: none;
}
.cid-uVa2R1P82z .item-menu-overlay .btn-wrapper {
  margin-top: -6%;
}
.cid-uVa2R1P82z .mbr-section-title {
  color: #0f1d07;
}
.cid-uVa2R1P82z .item-title {
  color: #0f1d07;
}
.cid-uVa2R1P82z .item-desc {
  color: #0f1d07;
}
.cid-uVa2R1P82z .list {
  color: #0f1d07;
}
.cid-uVa2R1P82z .mbr-copy {
  color: #000000;
}
