body {
  background-color: #f1fcfe;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 9.4rem;
  line-height: 0.9;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.75rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.06rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.325rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.56rem;
  line-height: 1.5;
  letter-spacing: 0;
}
.display-5 > .mbr-iconfont {
  font-size: 1.95rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 7.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.58rem;
    font-size: calc( 3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9399999999999995rem + (9.4 - 3.9399999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.6rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.848rem;
    font-size: calc( 1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.021rem + (1.06 - 1.021) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.248rem;
    font-size: calc( 1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.196rem + (1.56 - 1.196) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #f7aef8 !important;
}
.bg-success {
  background-color: #8ae9bd !important;
}
.bg-info {
  background-color: #7be3f8 !important;
}
.bg-warning {
  background-color: #ffdc74 !important;
}
.bg-danger {
  background-color: #ea8992 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7aef8 !important;
  border-color: #f7aef8 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ef5ef1 !important;
  border-color: #ef5ef1 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ef5ef1 !important;
  border-color: #ef5ef1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #b388eb !important;
  border-color: #b388eb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #843edf !important;
  border-color: #843edf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #843edf !important;
  border-color: #843edf !important;
}
.btn-info,
.btn-info:active {
  background-color: #7be3f8 !important;
  border-color: #7be3f8 !important;
  color: #065d6e !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #29d2f4 !important;
  border-color: #29d2f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065d6e !important;
  background-color: #29d2f4 !important;
  border-color: #29d2f4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #8ae9bd !important;
  border-color: #8ae9bd !important;
  color: #12623d !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #41db94 !important;
  border-color: #41db94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #12623d !important;
  background-color: #41db94 !important;
  border-color: #41db94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffdc74 !important;
  border-color: #ffdc74 !important;
  color: #745700 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #1d1600 !important;
  background-color: #ffc61d !important;
  border-color: #ffc61d !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #745700 !important;
  background-color: #ffc61d !important;
  border-color: #ffc61d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ea8992 !important;
  border-color: #ea8992 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #dd3f4e !important;
  border-color: #dd3f4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #dd3f4e !important;
  border-color: #dd3f4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f7aef8;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ef5ef1 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7aef8 !important;
  border-color: #f7aef8 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b388eb;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #843edf !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #b388eb !important;
  border-color: #b388eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #7be3f8;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #29d2f4 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065d6e !important;
  background-color: #7be3f8 !important;
  border-color: #7be3f8 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #8ae9bd;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #41db94 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #12623d !important;
  background-color: #8ae9bd !important;
  border-color: #8ae9bd !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffdc74;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc61d !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #745700 !important;
  background-color: #ffdc74 !important;
  border-color: #ffdc74 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ea8992;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dd3f4e !important;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ea8992 !important;
  border-color: #ea8992 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent !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: transparent;
  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: transparent !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: #f7aef8 !important;
}
.text-secondary {
  color: #b388eb !important;
}
.text-success {
  color: #8ae9bd !important;
}
.text-info {
  color: #7be3f8 !important;
}
.text-warning {
  color: #ffdc74 !important;
}
.text-danger {
  color: #ea8992 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ee50f0 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7b31dc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #34d98d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1acef3 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc20e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #db3242 !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: #f7aef8;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #7be3f8;
}
.alert-warning {
  background-color: #ffdc74;
}
.alert-danger {
  background-color: #ea8992;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f7aef8;
  border-color: #f7aef8;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f7aef8;
}
.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: 'Inter Tight', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #f7aef8 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #f7aef8;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f7aef8;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7aef8;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #f7aef8;
  border-bottom-color: #f7aef8;
}
.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: #f7aef8 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #b388eb !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='%23f7aef8' %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 {
  position: relative;
  padding: 0 14px 0 0;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 83%;
  height: 1px;
  background-color: #f7aef8;
}
.mbr-section-btn .btn::after,
.mbr-section-btn-main .btn::after {
  content: '';
  position: absolute;
  right: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #f7aef8;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  padding: 14px;
}
.mbr-section-btn .btn-primary::after,
.mbr-section-btn-main .btn-primary::after,
.mbr-section-btn .btn-secondary::after,
.mbr-section-btn-main .btn-secondary::after,
.mbr-section-btn .btn-success::after,
.mbr-section-btn-main .btn-success::after,
.mbr-section-btn .btn-info::after,
.mbr-section-btn-main .btn-info::after,
.mbr-section-btn .btn-danger::after,
.mbr-section-btn-main .btn-danger::after,
.mbr-section-btn .btn-warning::after,
.mbr-section-btn-main .btn-warning::after,
.mbr-section-btn .btn-black::after,
.mbr-section-btn-main .btn-black::after,
.mbr-section-btn .btn-white::after,
.mbr-section-btn-main .btn-white::after {
  display: none;
}
.mbr-section-btn .btn-primary::before,
.mbr-section-btn-main .btn-primary::before,
.mbr-section-btn .btn-secondary::before,
.mbr-section-btn-main .btn-secondary::before,
.mbr-section-btn .btn-success::before,
.mbr-section-btn-main .btn-success::before,
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before,
.mbr-section-btn .btn-danger::before,
.mbr-section-btn-main .btn-danger::before,
.mbr-section-btn .btn-warning::before,
.mbr-section-btn-main .btn-warning::before,
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before,
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  display: none;
}
.mbr-section-btn .btn-primary-outline:hover::before,
.mbr-section-btn-main .btn-primary-outline:hover::before,
.mbr-section-btn .btn-secondary-outline:hover::before,
.mbr-section-btn-main .btn-secondary-outline:hover::before,
.mbr-section-btn .btn-success-outline:hover::before,
.mbr-section-btn-main .btn-success-outline:hover::before,
.mbr-section-btn .btn-info-outline:hover::before,
.mbr-section-btn-main .btn-info-outline:hover::before,
.mbr-section-btn .btn-danger-outline:hover::before,
.mbr-section-btn-main .btn-danger-outline:hover::before,
.mbr-section-btn .btn-warning-outline:hover::before,
.mbr-section-btn-main .btn-warning-outline:hover::before,
.mbr-section-btn .btn-black-outline:hover::before,
.mbr-section-btn-main .btn-black-outline:hover::before,
.mbr-section-btn .btn-white-outline:hover::before,
.mbr-section-btn-main .btn-white-outline:hover::before {
  animation: ani-button 0.8s forwards cubic-bezier(0.85, 0.26, 0.17, 1);
}
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after {
  background-color: #7be3f8;
}
.mbr-section-btn .btn-primary-outline::before,
.mbr-section-btn-main .btn-primary-outline::before {
  background-color: #f7aef8;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  color: #f7aef8 !important;
}
.mbr-section-btn .btn-secondary-outline:before,
.mbr-section-btn-main .btn-secondary-outline:before {
  background-color: #b388eb;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  color: #b388eb !important;
}
.mbr-section-btn .btn-success-outline::before,
.mbr-section-btn-main .btn-success-outline::before {
  background-color: #8ae9bd;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  color: #8ae9bd !important;
}
.mbr-section-btn .btn-info-outline::before,
.mbr-section-btn-main .btn-info-outline::before {
  background-color: #7be3f8;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  color: #7be3f8 !important;
}
.mbr-section-btn .btn-danger-outline::before,
.mbr-section-btn-main .btn-danger-outline::before {
  background-color: #ea8992;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  color: #ea8992 !important;
}
.mbr-section-btn .btn-warning-outline::before,
.mbr-section-btn-main .btn-warning-outline::before {
  background-color: #ffdc74;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  color: #ffdc74 !important;
}
.mbr-section-btn .btn-black-outline::before,
.mbr-section-btn-main .btn-black-outline::before {
  background-color: #232323;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover {
  color: #232323 !important;
}
.mbr-section-btn .btn-white-outline::before,
.mbr-section-btn-main .btn-white-outline::before {
  background-color: #fff;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover {
  color: #ffffff !important;
}
@keyframes ani-button {
  from {
    transform: scale(0);
    transform-origin: center;
  }
  to {
    transform: scale(1);
    transform-origin: center;
  }
}
.cid-uMfA0As0Kj .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uMfA0As0Kj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uMfA0As0Kj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uMfA0As0Kj .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uMfA0As0Kj .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uMfA0As0Kj .menu_box .navbar.opened,
  .cid-uMfA0As0Kj .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uMfA0As0Kj .navbar-dropdown {
  position: relative !important;
}
.cid-uMfA0As0Kj .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uMfA0As0Kj .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uMfA0As0Kj ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uMfA0As0Kj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMfA0As0Kj .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);
  }
  .cid-uMfA0As0Kj .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uMfA0As0Kj li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 4px 20px;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-uMfA0As0Kj .lg_brand {
    margin: 0 1rem;
  }
}
.cid-uMfA0As0Kj .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-uMfA0As0Kj .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uMfA0As0Kj .nav-item {
    margin: 0 !important;
  }
}
.cid-uMfA0As0Kj .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-uMfA0As0Kj .nav-item .nav-link:hover,
.cid-uMfA0As0Kj .nav-item .nav-link:focus {
  opacity: 1;
}
.cid-uMfA0As0Kj .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uMfA0As0Kj .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uMfA0As0Kj .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uMfA0As0Kj .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uMfA0As0Kj .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-uMfA0As0Kj .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uMfA0As0Kj .offcanvas_box {
    display: none;
  }
}
.cid-uMfA0As0Kj .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-uMfA0As0Kj .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uMfA0As0Kj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uMfA0As0Kj .container {
  display: flex;
  margin: auto;
}
.cid-uMfA0As0Kj .iconfont-wrapper {
  color: #e0bdb6;
  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-uMfA0As0Kj .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uMfA0As0Kj .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uMfA0As0Kj .navbar-caption {
  color: #000000;
}
.cid-uMfA0As0Kj .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uMfA0As0Kj .navbar-nav {
    margin: 0;
  }
}
.cid-uMfA0As0Kj .dropdown-menu,
.cid-uMfA0As0Kj .navbar.opened {
  background-color: false !important;
}
.cid-uMfA0As0Kj .nav-item:focus,
.cid-uMfA0As0Kj .nav-link:focus {
  outline: none;
}
.cid-uMfA0As0Kj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uMfA0As0Kj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uMfA0As0Kj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uMfA0As0Kj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uMfA0As0Kj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uMfA0As0Kj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uMfA0As0Kj .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uMfA0As0Kj .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uMfA0As0Kj .navbar.opened {
  transition: all 0.3s;
}
.cid-uMfA0As0Kj .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uMfA0As0Kj .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0;
}
.cid-uMfA0As0Kj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uMfA0As0Kj .navbar.collapsed {
  justify-content: center;
}
.cid-uMfA0As0Kj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uMfA0As0Kj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uMfA0As0Kj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uMfA0As0Kj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uMfA0As0Kj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uMfA0As0Kj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uMfA0As0Kj .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uMfA0As0Kj .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uMfA0As0Kj .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uMfA0As0Kj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uMfA0As0Kj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uMfA0As0Kj .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uMfA0As0Kj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uMfA0As0Kj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uMfA0As0Kj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uMfA0As0Kj .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uMfA0As0Kj .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uMfA0As0Kj .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uMfA0As0Kj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uMfA0As0Kj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uMfA0As0Kj .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uMfA0As0Kj .navbar.navbar-short {
  min-height: 60px;
}
.cid-uMfA0As0Kj .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uMfA0As0Kj .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uMfA0As0Kj .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-uMfA0As0Kj .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uMfA0As0Kj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uMfA0As0Kj .dropdown-item.active,
.cid-uMfA0As0Kj .dropdown-item:active {
  background-color: transparent;
}
.cid-uMfA0As0Kj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uMfA0As0Kj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uMfA0As0Kj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uMfA0As0Kj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uMfA0As0Kj ul.navbar-nav {
  flex-wrap: wrap;
  padding: 36px 0;
  border-bottom: 1px solid #000000;
}
.cid-uMfA0As0Kj .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uMfA0As0Kj button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #f1fcfe;
}
.cid-uMfA0As0Kj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uMfA0As0Kj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uMfA0As0Kj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMfA0As0Kj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uMfA0As0Kj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uMfA0As0Kj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMfA0As0Kj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uMfA0As0Kj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uMfA0As0Kj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uMfA0As0Kj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uMfA0As0Kj .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-uMfA0As0Kj .navbar {
    height: 70px;
  }
  .cid-uMfA0As0Kj .navbar.opened {
    height: auto;
  }
  .cid-uMfA0As0Kj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uMfA0As0Kj .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uMfA0As0Kj .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-uMfA0As0Kj .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-uMfA0As0Kj .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-uMfA0As0Kj .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-uMfA0As0Kj .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uMfA0As0Kj .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uMfA0As0Kj .text_widget {
  margin-bottom: 24px;
}
.cid-uMfA0As0Kj .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uMfA0As0Kj .text_widget a:hover {
  color: #b388eb !important;
}
.cid-uMfA0As0Kj .icons-menu-main {
  display: flex;
}
.cid-uMfA0As0Kj .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-uMfA0As0Kj .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-uMfA0As0Kj .mbr-section-subtitle,
.cid-uMfA0As0Kj .text_widget,
.cid-uMfA0As0Kj .mbr-section-btn {
  text-align: center;
}
.cid-uMfA0As0Kj a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uMfA0As0Kj .nav-link,
.cid-uMfA0As0Kj .dropdown-item {
  color: #000000;
}
.cid-uMfA0As0Kj .nav-link {
  position: relative;
}
.cid-uMfA0As0Kj .nav-link:before {
  content: '';
  position: absolute;
  left: -12px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease;
  opacity: 0;
}
.cid-uMfA0As0Kj .nav-link:hover:before {
  opacity: 1;
}
.cid-uMfA0Bb4Gk {
  background-color: #ffffff;
}
.cid-uMfA0Bb4Gk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Bb4Gk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uMfA0Bb4Gk .title-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uMfA0Bb4Gk .title-wrapper .mbr-section-title {
  margin-bottom: 36px;
}
.cid-uMfA0Bb4Gk .title-wrapper .mbr-text {
  margin-bottom: 36px;
}
.cid-uMfA0Bb4Gk .image-wrapper img {
  width: 100%;
  height: 700px;
  object-fit: cover;
}
.cid-uMfA0Bb4Gk .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0Bb4Gk .mbr-text {
  color: #000000;
}
.cid-uMfA0Bb4Gk .mbr-section-title,
.cid-uMfA0Bb4Gk .mbr-section-btn {
  color: #F7AEF8;
}
.cid-uMfA0BglGu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7aef8;
}
.cid-uMfA0BglGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0BglGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0BglGu .row {
  justify-content: center;
}
.cid-uMfA0BglGu .item .item-wrapper {
  padding: 80px 101px 80px 10px;
}
.cid-uMfA0BglGu .item:nth-child(2n) .item-wrapper {
  padding: 80px 10px 80px 100px;
  border-left: 1px solid #000000;
}
@media (max-width: 768px) {
  .cid-uMfA0BglGu .item-wrapper {
    padding: 13px 12px;
    margin-bottom: 10px;
  }
}
.cid-uMfA0BglGu .item-wrapper .mbr-text,
.cid-uMfA0BglGu .item-wrapper .mbr-text_2 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uMfA0BglGu .item-wrapper .mbr-text,
  .cid-uMfA0BglGu .item-wrapper .mbr-text_2 {
    text-align: left;
  }
}
.cid-uMfA0BglGu .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uMfA0BglGu .mbr-text_2 {
  color: #000000;
  text-align: left;
}
.cid-uMfA0BU2kw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7aef8;
}
.cid-uMfA0BU2kw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0BU2kw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0BU2kw .item {
  margin: 39px 0;
}
.cid-uMfA0BU2kw .item .item-wrapper {
  display: flex;
  position: relative;
  overflow: visible;
}
.cid-uMfA0BU2kw .item .item-wrapper:hover .image-main,
.cid-uMfA0BU2kw .item .item-wrapper:focus .image-main {
  width: 390px;
}
.cid-uMfA0BU2kw .item .item-wrapper:hover .card-wrapper .mbr-section-title,
.cid-uMfA0BU2kw .item .item-wrapper:focus .card-wrapper .mbr-section-title {
  color: #000000;
}
.cid-uMfA0BU2kw .item .item-wrapper:hover .card-wrapper .mbr-text,
.cid-uMfA0BU2kw .item .item-wrapper:focus .card-wrapper .mbr-text {
  color: #000000;
}
.cid-uMfA0BU2kw .item .item-wrapper .image-main {
  position: absolute;
  width: 0;
  height: 260px;
  object-fit: cover;
  left: 90%;
  top: 2.5rem;
  transform-origin: left;
  transition: all 0.6s ease-out;
}
@media (max-width: 1200px) {
  .cid-uMfA0BU2kw .item .item-wrapper .image-main {
    right: -55%;
  }
}
@media (max-width: 992px) {
  .cid-uMfA0BU2kw .item .item-wrapper .image-main {
    display: none;
  }
}
.cid-uMfA0BU2kw .item .item-wrapper .image {
  width: 75px;
  height: 55px;
  object-fit: contain;
  padding-top: 6px;
  margin-right: 24px;
}
@media (max-width: 425px) {
  .cid-uMfA0BU2kw .item .item-wrapper .image {
    margin-right: 12px;
  }
}
.cid-uMfA0BU2kw .item .item-wrapper .card-wrapper {
  z-index: 2;
}
.cid-uMfA0BU2kw .item .item-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.cid-uMfA0BU2kw .item .item-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
.cid-uMfA0BU2kw .mbr-section-title,
.cid-uMfA0BU2kw .mbr-iconfont {
  color: #000000;
}
.cid-uMfA0BU2kw .mbr-text {
  color: #000000;
}
.cid-uMfA0BZk5c {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMfA0BZk5c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0BZk5c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0BZk5c .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  height: 390px;
  min-width: 280px;
  max-width: 440px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uMfA0BZk5c .embla__slide {
    height: 320px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMfA0BZk5c .embla__slide:hover img {
  transform: scale(1);
}
.cid-uMfA0BZk5c .embla__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  transition: 0.7s ease-out;
}
.cid-uMfA0BZk5c .embla__button--next,
.cid-uMfA0BZk5c .embla__button--prev {
  display: flex;
}
.cid-uMfA0BZk5c .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #f7aef8;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.cid-uMfA0BZk5c .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uMfA0BZk5c .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .cid-uMfA0BZk5c .embla__button {
    display: none;
  }
}
.cid-uMfA0BZk5c .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMfA0BZk5c .embla__button:hover {
  background: transparent;
  color: #f7aef8;
  border: none;
  opacity: 0.65;
}
.cid-uMfA0BZk5c .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uMfA0BZk5c .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uMfA0BZk5c .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uMfA0BZk5c .embla {
  position: relative;
  width: 100%;
}
.cid-uMfA0BZk5c .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMfA0BZk5c .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMfA0BZk5c .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMfA0BZk5c .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMfA0Cdbec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0Cdbec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Cdbec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0Cdbec .row {
  justify-content: center;
}
.cid-uMfA0Cdbec .text-wrapper .mbr-section-title {
  margin-bottom: 85px;
}
.cid-uMfA0Cdbec .text-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uMfA0Cdbec .text-wrapper .mbr-date {
  padding: 30px 0 7px 0;
  margin-bottom: 35px;
  line-height: 0.9;
}
.cid-uMfA0Cdbec .text-wrapper .mbr-year {
  margin-bottom: 36px;
}
.cid-uMfA0Cdbec .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMfA0Cdbec .mbr-section-title {
  color: #F7AEF8;
  text-align: center;
}
.cid-uMfA0Cdbec .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uMfA0Cdbec .mbr-date {
  color: #F7AEF8;
  text-align: center;
}
.cid-uMfA0Cdbec .mbr-year {
  color: #000000;
  text-align: center;
}
.cid-uMfA0Cdbec .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMfA0Cjudb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f7aef8;
}
.cid-uMfA0Cjudb .item:focus,
.cid-uMfA0Cjudb span:focus {
  outline: none;
}
.cid-uMfA0Cjudb .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uMfA0Cjudb .loop-container {
  padding: 40px 0;
}
.cid-uMfA0Cjudb .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uMfA0Cjudb .item {
    min-height: 45px;
  }
}
.cid-uMfA0CoX02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uMfA0CoX02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CoX02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CoX02 .title-wrapper {
  margin-bottom: 30px;
}
.cid-uMfA0CoX02 .title-wrapper .mbr-section-title {
  margin-bottom: 46px;
}
.cid-uMfA0CoX02 .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-uMfA0CoX02 .image-wrapper {
  display: flex;
}
@media (max-width: 768px) {
  .cid-uMfA0CoX02 .image-wrapper {
    display: block;
  }
}
.cid-uMfA0CoX02 .image-wrapper .image-wrap {
  width: 100%;
  margin-right: -10rem;
}
@media (max-width: 992px) {
  .cid-uMfA0CoX02 .image-wrapper .image-wrap {
    margin-right: 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-uMfA0CoX02 .image-wrapper .image-wrap {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-uMfA0CoX02 .image-wrapper .image-wrap img {
  width: 100%;
  height: 560px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uMfA0CoX02 .image-wrapper .image-wrap img {
    height: 450px;
  }
}
.cid-uMfA0CoX02 .image-wrapper .image-wrap:first-child {
  max-width: 280px;
  margin-right: 20px;
}
@media (max-width: 768px) {
  .cid-uMfA0CoX02 .image-wrapper .image-wrap:first-child {
    margin-right: 0;
    max-width: 100%;
    height: 450px;
  }
}
.cid-uMfA0CoX02 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0CoX02 .mbr-text {
  color: #000000;
}
.cid-uMfA0CoX02 .mbr-section-title,
.cid-uMfA0CoX02 .mbr-section-btn {
  color: #F7AEF8;
}
.cid-uMfA0Cwj9x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0Cwj9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Cwj9x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0Cwj9x .row {
  justify-content: space-between;
}
.cid-uMfA0Cwj9x .item-wrapper {
  margin-bottom: 70px;
}
.cid-uMfA0Cwj9x .item-wrapper .item-img img {
  display: inline-flex;
  width: 106px;
  height: 106px;
  object-fit: contain;
  margin-bottom: 40px;
}
.cid-uMfA0Cwj9x .item-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uMfA0Cwj9x .item-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uMfA0Cwj9x .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0Cwj9x .mbr-text {
  color: #000000;
}
.cid-uMfA0Cwj9x .mbr-section-title,
.cid-uMfA0Cwj9x .image-wrapper {
  color: #000000;
}
.cid-uMfA0CzcI7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0CzcI7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CzcI7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CzcI7 .row {
  justify-content: center;
}
.cid-uMfA0CzcI7 .video-block {
  margin-bottom: 20px;
}
.cid-uMfA0CzcI7 .video-block .video-wrapper .app-video-wrapper:before {
  font-size: 50px;
  color: #000000;
  background-color: #f7aef8;
  width: 100px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  border-radius: 16px;
}
.cid-uMfA0CzcI7 .title-wrapper .mbr-date {
  margin-bottom: 16px;
}
.cid-uMfA0CzcI7 .title-wrapper .mbr-section-title {
  margin-bottom: 26px;
}
.cid-uMfA0CzcI7 .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uMfA0CzcI7 .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0CzcI7 .mbr-date {
  color: #000000;
}
.cid-uMfA0CzcI7 .mbr-text {
  color: #747474;
}
.cid-uMfA0CzcI7 .mbr-section-title,
.cid-uMfA0CzcI7 .mbr-section-btn {
  color: #36ABC4;
}
.cid-uMfA0CzcI7 .mbr-text,
.cid-uMfA0CzcI7 .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0CGxjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0CGxjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CGxjO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CGxjO .image-wrapper img {
  height: 650px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMfA0CGxjO .image-wrapper img {
    height: 350px;
  }
}
.cid-uMfA0CGxjO .text-wrapper {
  display: inline-flex;
  align-items: center;
  margin-top: 16px;
}
.cid-uMfA0CGxjO .text-wrapper .mbr-iconfont {
  font-size: 28px;
  color: #000000;
  margin-right: 17px;
}
.cid-uMfA0CGxjO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uMfA0CGxjO .mbr-text {
  color: #747474;
}
.cid-uMfA0CGxjO .mbr-text,
.cid-uMfA0CGxjO .text {
  color: #000000;
}
.cid-uMfA0CIMl4 {
  background-image: url("../../../assets/images/photo-1523875194681-bedd468c58bf.jpeg");
}
.cid-uMfA0CIMl4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CIMl4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CIMl4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMfA0CIMl4 .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uMfA0CJUfT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7aef8;
}
.cid-uMfA0CJUfT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CJUfT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CJUfT .row {
  justify-content: center;
}
.cid-uMfA0CJUfT .border-wrapper_1 {
  background-color: #000000;
  height: 1px;
  margin-bottom: 90px;
}
.cid-uMfA0CJUfT .border-wrapper_2 {
  background-color: #000000;
  height: 1px;
  margin-top: 60px;
}
.cid-uMfA0CJUfT .item-wrapper {
  margin-bottom: 30px;
}
.cid-uMfA0CJUfT .item-wrapper .mbr-date {
  margin-bottom: 12px;
}
.cid-uMfA0CJUfT .item-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-uMfA0CJUfT .mbr-section-title {
  color: #ffffff;
}
.cid-uMfA0CJUfT .mbr-date {
  color: #000000;
}
.cid-uMfA0CJUfT .mbr-section-title,
.cid-uMfA0CJUfT .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0CMaXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0CMaXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CMaXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CMaXg .row {
  justify-content: center;
}
.cid-uMfA0CMaXg .nav.nav-tabs {
  display: flex;
  justify-content: center;
  border: none;
  margin-bottom: 0;
}
.cid-uMfA0CMaXg .nav.nav-tabs .nav-item {
  margin-right: 26px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uMfA0CMaXg .nav.nav-tabs .nav-item {
    margin-right: 0;
  }
}
.cid-uMfA0CMaXg .nav.nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.cid-uMfA0CMaXg .nav.nav-tabs .nav-item .nav-link {
  padding: 0 25px 1px;
  color: #f7aef8;
  position: relative;
  border: none;
  display: flex;
}
@media (max-width: 768px) {
  .cid-uMfA0CMaXg .nav.nav-tabs .nav-item .nav-link {
    text-align: center;
    display: flex;
    align-items: center;
  }
}
.cid-uMfA0CMaXg .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
  position: absolute;
  top: -5px;
  left: -1rem;
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #f7aef8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #000000;
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uMfA0CMaXg .nav.nav-tabs .nav-item .nav-link .mbr-iconfont {
    position: static;
  }
}
.cid-uMfA0CMaXg .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
}
.cid-uMfA0CMaXg .nav.nav-tabs .nav-item .nav-link.active .mbr-iconfont {
  opacity: 1;
}
.cid-uMfA0CMaXg .tab-content {
  padding: 41px 60px 45px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uMfA0CMaXg .tab-content {
    padding: 41px 32px 45px;
  }
}
.cid-uMfA0CMaXg .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-uMfA0CMaXg .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMfA0CSltE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CSltE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uMfA0CSltE .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMfA0CSltE .mbr-section-title {
  color: #E0BDB6;
  text-align: center;
}
.cid-uMfA0CU2zs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0CU2zs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0CU2zs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0CU2zs .title-wrapper {
  padding: 96px 10px;
  background-color: #c37ec5;
}
@media (max-width: 992px) {
  .cid-uMfA0CU2zs .title-wrapper {
    padding: 60px 10px;
  }
}
@media (max-width: 768px) {
  .cid-uMfA0CU2zs .title-wrapper {
    padding: 40px 10px;
  }
}
.cid-uMfA0CU2zs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMfA0CU2zs .panel-group {
  padding: 40px 10px 10px 10px;
}
.cid-uMfA0CU2zs .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uMfA0CU2zs .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uMfA0CU2zs .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uMfA0CU2zs .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uMfA0CU2zs .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMfA0CU2zs .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #c37ec5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uMfA0CU2zs .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uMfA0CU2zs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uMfA0CU2zs .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uMfA0CU2zs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMfA0CU2zs .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMfA0CU2zs .panel-title-edit {
  color: #000000;
}
.cid-uMfA0CU2zs .panel-text {
  color: #000000;
}
.cid-uMfA0CU2zs .mbr-section-title,
.cid-uMfA0CU2zs .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0D1OMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0D1OMV .item:focus,
.cid-uMfA0D1OMV span:focus {
  outline: none;
}
.cid-uMfA0D1OMV .item {
  cursor: pointer;
}
.cid-uMfA0D1OMV .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uMfA0D1OMV .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uMfA0D1OMV .grid-container-1,
.cid-uMfA0D1OMV .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uMfA0D1OMV .grid-container-1,
  .cid-uMfA0D1OMV .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uMfA0D1OMV .mbr-section-title {
  margin-bottom: 50px;
  color: #E0BDB6;
  text-align: center;
}
.cid-uMfA0D1OMV .mbr-text,
.cid-uMfA0D1OMV .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0D1OMV .content-head {
  max-width: 800px;
}
.cid-uMfA0D1OMV .container,
.cid-uMfA0D1OMV .container-fluid {
  overflow: hidden;
}
.cid-uMfA0D1OMV .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uMfA0D1OMV .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMfA0D1OMV .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-uMfA0D1OMV .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-uMfA0D1OMV .grid-item img {
    height: 160px;
  }
}
.cid-uMfA0D1OMV .grid-container-1,
.cid-uMfA0D1OMV .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uMfA0D1OMV .grid-container-1 {
  align-items: flex-end;
}
.cid-uMfA0D1OMV .grid-container-2 {
  align-items: flex-start;
}
.cid-uMfA0D9cCd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0D9cCd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0D9cCd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0D9cCd .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uMfA0D9cCd .card-wrap:first-child {
    padding-right: 110px;
  }
}
@media (max-width: 992px) {
  .cid-uMfA0D9cCd .title-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 425px) {
  .cid-uMfA0D9cCd .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uMfA0D9cCd .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-uMfA0D9cCd .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMfA0D9cCd .title-wrapper .mbr-text {
  margin-bottom: 27px;
}
.cid-uMfA0D9cCd .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-uMfA0D9cCd .panel-group .card .card-header {
  padding: 15px 10px 15px 5px;
  background-color: transparent;
  border: none;
}
.cid-uMfA0D9cCd .panel-group .card .card-header .panel-title {
  display: flex;
}
.cid-uMfA0D9cCd .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont,
.cid-uMfA0D9cCd .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uMfA0D9cCd .panel-group .card .card-header .panel-title .icon-wrapper {
  min-width: 36px;
  width: 36px;
  height: 36px;
  background-color: #f7aef8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uMfA0D9cCd .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease;
}
.cid-uMfA0D9cCd .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-left: 26px;
  margin-bottom: 0;
}
.cid-uMfA0D9cCd .panel-group .card .panel-collapse .panel-body {
  padding: 0 0 30px 66px;
}
.cid-uMfA0D9cCd .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uMfA0D9cCd .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0D9cCd .mbr-section-subtitle {
  color: #000000;
}
.cid-uMfA0D9cCd .mbr-text {
  color: #000000;
}
.cid-uMfA0D9cCd .panel-title-edit {
  color: #000000;
}
.cid-uMfA0D9cCd .panel-text {
  color: #000000;
}
.cid-uMfA0D9cCd .mbr-section-title,
.cid-uMfA0D9cCd .mbr-section-btn {
  color: #F7AEF8;
}
.cid-uMfA0Dd8Ub {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7aef8;
}
.cid-uMfA0Dd8Ub .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Dd8Ub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0Dd8Ub .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uMfA0Dd8Ub .row {
    padding: 0 14px;
  }
  .cid-uMfA0Dd8Ub .row .item {
    padding: 0 3.25px;
  }
}
.cid-uMfA0Dd8Ub .item {
  margin-bottom: 9px;
}
.cid-uMfA0Dd8Ub .item:hover .item-wrapper .item-img img,
.cid-uMfA0Dd8Ub .item:focus .item-wrapper .item-img img {
  transform: scale(1, 1);
}
.cid-uMfA0Dd8Ub .item .item-wrapper {
  position: relative;
  justify-content: center;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}
.cid-uMfA0Dd8Ub .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
  transform: scale(1.04, 1.04);
  transition: all 0.7s ease-out;
}
.cid-uMfA0Dd8Ub .item .item-wrapper .item-content {
  position: absolute;
  bottom: 0;
  background-color: #cfeeef;
  width: fit-content;
  max-width: 80%;
  padding: 20px 29px 12px 29px;
}
.cid-uMfA0Dd8Ub .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uMfA0Dd8Ub .card-title {
  color: #000000;
  text-align: center;
}
.cid-uMfA0Dfrh1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f7aef8;
}
.cid-uMfA0Dfrh1 .image_1 {
  position: absolute;
  top: 120px;
  left: -6rem;
  max-width: 420px;
  height: 600px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 1400px) {
  .cid-uMfA0Dfrh1 .image_1 {
    max-width: 380px;
  }
}
@media (max-width: 1200px) {
  .cid-uMfA0Dfrh1 .image_1 {
    max-width: 340px;
  }
}
@media (max-width: 992px) {
  .cid-uMfA0Dfrh1 .image_1 {
    max-width: 100%;
    position: static;
    margin-bottom: 50px;
  }
}
.cid-uMfA0Dfrh1 .image_2 {
  position: absolute;
  top: 215px;
  right: -6rem;
  max-width: 300px;
  height: 350px;
  object-fit: cover;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uMfA0Dfrh1 .image_2 {
    display: none;
  }
}
.cid-uMfA0Dfrh1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Dfrh1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0Dfrh1 .row {
  justify-content: center;
  align-items: center;
  position: relative;
}
.cid-uMfA0Dfrh1 .border-wrapper_1 {
  background-color: #000000;
  height: 1px;
  margin-bottom: 210px;
}
@media (max-width: 992px) {
  .cid-uMfA0Dfrh1 .border-wrapper_1 {
    margin-bottom: 140px;
  }
}
.cid-uMfA0Dfrh1 .border-wrapper_2 {
  background-color: #000000;
  height: 1px;
  margin-top: 210px;
}
@media (max-width: 992px) {
  .cid-uMfA0Dfrh1 .border-wrapper_2 {
    margin-top: 140px;
  }
}
.cid-uMfA0Dfrh1 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uMfA0Dfrh1 .title-wrapper .mbr-text {
  margin-bottom: 26px;
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uMfA0Dfrh1 .title-wrapper .mbr-text {
    padding-left: 0;
  }
}
.cid-uMfA0Dfrh1 .title-wrapper .mbr-section-btn {
  padding-left: 200px;
}
@media (max-width: 992px) {
  .cid-uMfA0Dfrh1 .title-wrapper .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uMfA0Dfrh1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMfA0Dfrh1 .mbr-text {
  color: #ffffff;
}
.cid-uMfA0Dfrh1 .mbr-text,
.cid-uMfA0Dfrh1 .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0Dipnz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #f7aef8;
}
.cid-uMfA0Dipnz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Dipnz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0Dipnz .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 380px;
  max-width: 380px;
}
@media (max-width: 768px) {
  .cid-uMfA0Dipnz .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uMfA0Dipnz .embla__slide .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uMfA0Dipnz .embla__slide .item-wrapper .card-text {
  margin-bottom: 50px;
}
.cid-uMfA0Dipnz .embla__slide .item-wrapper .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-uMfA0Dipnz .embla__slide .item-wrapper .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uMfA0Dipnz .embla__button--next,
.cid-uMfA0Dipnz .embla__button--prev {
  display: flex;
}
.cid-uMfA0Dipnz .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMfA0Dipnz .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uMfA0Dipnz .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uMfA0Dipnz .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMfA0Dipnz .embla__button:hover {
  background: transparent;
  color: #000000;
  border: none;
  opacity: 0.65;
}
.cid-uMfA0Dipnz .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uMfA0Dipnz .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uMfA0Dipnz .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uMfA0Dipnz .embla {
  position: relative;
  width: 100%;
}
.cid-uMfA0Dipnz .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uMfA0Dipnz .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMfA0Dipnz .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMfA0Dipnz .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMfA0Dipnz .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-uMfA0Dipnz .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #000000;
}
.cid-uMfA0Dipnz .card-text {
  color: #000000;
}
.cid-uMfA0Dipnz .card-name {
  color: #000000;
}
.cid-uMfA0Dipnz .card-desc {
  color: #000000;
}
.cid-uMfA0DoPN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0DoPN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DoPN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DoPN0 .cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uMfA0DoPN0 .cards .card {
  margin-bottom: 66px;
}
@media (max-width: 992px) {
  .cid-uMfA0DoPN0 .cards .card {
    margin-bottom: 40px;
  }
}
.cid-uMfA0DoPN0 .cards .card .mbr-section-title,
.cid-uMfA0DoPN0 .cards .card .mbr-section-title_2 {
  margin-bottom: 12px;
}
.cid-uMfA0DoPN0 .cards .card .mbr-text,
.cid-uMfA0DoPN0 .cards .card .mbr-text_2 {
  margin-bottom: 0;
}
.cid-uMfA0DoPN0 .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 513px;
  position: relative;
}
@media (max-width: 992px) {
  .cid-uMfA0DoPN0 .icon-wrapper {
    display: none;
  }
}
.cid-uMfA0DoPN0 .icon-wrapper .mbr-iconfont {
  font-size: 78px;
  color: #000000;
  margin-top: -8rem;
}
.cid-uMfA0DoPN0 .icon-wrapper::before {
  content: '';
  position: absolute;
  top: -1rem;
  display: block;
  width: 1px;
  height: 75px;
  background-color: #000000;
}
.cid-uMfA0DoPN0 .icon-wrapper::after {
  content: '';
  position: absolute;
  bottom: 4rem;
  display: block;
  width: 1px;
  height: 109px;
  background-color: #000000;
}
.cid-uMfA0DoPN0 .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uMfA0DoPN0 .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uMfA0DoPN0 .mbr-section-title_2 {
  color: #000000;
}
.cid-uMfA0DoPN0 .mbr-text_2 {
  color: #000000;
}
.cid-uMfA0DrUEh {
  background-color: #ffffff;
}
.cid-uMfA0DrUEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DrUEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DrUEh .card:last-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uMfA0DrUEh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uMfA0DrUEh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMfA0DrUEh .text-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-uMfA0DrUEh .text-wrapper {
    padding: 0;
  }
}
.cid-uMfA0DrUEh .text-wrapper .mbr-text {
  margin-bottom: 17px;
  line-height: 1.45em;
}
.cid-uMfA0DrUEh .mbr-section-title {
  color: #F7AEF8;
}
.cid-uMfA0DrUEh .mbr-text {
  color: #747474;
}
.cid-uMfA0DrUEh .mbr-text,
.cid-uMfA0DrUEh .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0DsMKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0DsMKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DsMKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DsMKV .row {
  justify-content: space-between;
  margin: 0 -33px;
}
.cid-uMfA0DsMKV .item {
  padding: 0 33px;
}
.cid-uMfA0DsMKV .item-wrapper {
  margin-bottom: 40px;
}
.cid-uMfA0DsMKV .item-wrapper .mbr-section-title {
  margin-bottom: 8px;
}
.cid-uMfA0DsMKV .item-wrapper .price-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.cid-uMfA0DsMKV .item-wrapper .price-wrapper .mbr-text {
  margin-bottom: 0;
  white-space: nowrap;
}
.cid-uMfA0DsMKV .item-wrapper .price-wrapper .price-border {
  display: flex;
  margin: 14px 10px 0 5px;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #000000;
}
.cid-uMfA0DsMKV .mbr-section-title {
  color: #000000;
}
.cid-uMfA0DsMKV .mbr-text {
  color: #000000;
}
.cid-uMfA0Dx8b9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0Dx8b9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0Dx8b9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0Dx8b9 .row {
  justify-content: center;
}
.cid-uMfA0Dx8b9 .item {
  padding: 0 35px 0 11px;
}
@media (min-width: 992px) {
  .cid-uMfA0Dx8b9 .item {
    padding: 0 35px 0 11px;
  }
}
@media (max-width: 992px) {
  .cid-uMfA0Dx8b9 .item {
    margin-bottom: 110px;
  }
}
.cid-uMfA0Dx8b9 .item .item-wrapper .mbr-section-title {
  padding-bottom: 17px;
  margin-bottom: 0;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .price-wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 30px 0 80px 0;
  margin-bottom: 36px;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .price-wrapper .mbr-price {
  margin-bottom: 0;
  line-height: 1;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .price-wrapper .mbr-desc {
  margin-left: 6px;
  margin-bottom: -1.2rem;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .list-wrapper .list {
  margin-bottom: 25px;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .list-wrapper .list li {
  margin-bottom: 28px;
  position: relative;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #f7aef8;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uMfA0Dx8b9 .item .item-wrapper .list-wrapper .list li:last-child {
  margin-bottom: 0;
  min-height: 22px;
}
@media (min-width: 992px) {
  .cid-uMfA0Dx8b9 .item:nth-child(2) {
    padding: 0 23px;
  }
}
.cid-uMfA0Dx8b9 .item:nth-child(2) .item-wrapper {
  margin-top: -1.5rem;
}
.cid-uMfA0Dx8b9 .item:nth-child(2) .item-wrapper .mbr-section-title {
  padding-bottom: 22px;
}
.cid-uMfA0Dx8b9 .item:nth-child(2) .item-wrapper .price-wrapper {
  border: none;
  background-color: #f7aef8;
  padding: 40px 0 116px 0;
}
@media (min-width: 992px) {
  .cid-uMfA0Dx8b9 .item:last-child {
    padding: 0 11px 0 35px;
  }
}
.cid-uMfA0Dx8b9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uMfA0Dx8b9 .mbr-price {
  color: #F7AEF8;
}
.cid-uMfA0Dx8b9 .price_2 {
  color: #000000;
}
.cid-uMfA0Dx8b9 .mbr-desc {
  color: #747474;
}
.cid-uMfA0Dx8b9 .desc_2 {
  color: #ffffff;
}
.cid-uMfA0Dx8b9 .list {
  color: #747474;
}
.cid-uMfA0Dx8b9 .list,
.cid-uMfA0Dx8b9 .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0DE0Eh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0DE0Eh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DE0Eh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DE0Eh .row {
  justify-content: center;
}
.cid-uMfA0DE0Eh .title-wrapper {
  padding: 71px;
  background-color: #f7aef8;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cid-uMfA0DE0Eh .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uMfA0DE0Eh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMfA0DE0Eh .text-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-uMfA0DE0Eh .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMfA0DE0Eh .mbr-text {
  color: #747474;
}
.cid-uMfA0DE0Eh .mbr-text,
.cid-uMfA0DE0Eh .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMfA0DE0Eh .mbr-section-title,
.cid-uMfA0DE0Eh .mbr-iconfont {
  color: #000000;
}
.cid-uMfA0DHJrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0DHJrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DHJrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DHJrp .row {
  justify-content: space-between;
}
.cid-uMfA0DHJrp .item {
  margin-bottom: 90px;
}
@media (min-width: 992px) {
  .cid-uMfA0DHJrp .item {
    padding-right: 60px;
  }
  .cid-uMfA0DHJrp .item:nth-child(2n) {
    padding-right: 16px;
    padding-left: 60px;
  }
}
@media (max-width: 768px) {
  .cid-uMfA0DHJrp .item {
    margin-top: 60px;
  }
}
.cid-uMfA0DHJrp .item:nth-child(2n) {
  margin-top: 134px;
}
@media (max-width: 768px) {
  .cid-uMfA0DHJrp .item:nth-child(2n) {
    margin-top: 0;
  }
}
.cid-uMfA0DHJrp .item .item-wrapper {
  position: relative;
}
.cid-uMfA0DHJrp .item .item-wrapper .item-img {
  margin-bottom: 20px;
}
.cid-uMfA0DHJrp .item .item-wrapper .item-img img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uMfA0DHJrp .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uMfA0DHJrp .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 18px;
}
.cid-uMfA0DHJrp .mbr-section-title {
  color: #747474;
}
.cid-uMfA0DHJrp .mbr-text {
  color: #747474;
}
.cid-uMfA0DHJrp .mbr-price {
  color: #E0BDB6;
}
.cid-uMfA0DHJrp .mbr-text,
.cid-uMfA0DHJrp .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0DL88v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0DL88v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DL88v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DL88v .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uMfA0DL88v .row {
    padding: 0 11px;
  }
}
.cid-uMfA0DL88v .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .cid-uMfA0DL88v .title {
    padding: 0 5px;
  }
}
.cid-uMfA0DL88v .title .title-wrapper {
  display: flex;
}
.cid-uMfA0DL88v .title .title-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 35px;
  color: #36abc4;
  margin-right: 8px;
}
.cid-uMfA0DL88v .title .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  line-height: 35px;
}
.cid-uMfA0DL88v .item {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .cid-uMfA0DL88v .item {
    padding: 0 5px;
  }
}
.cid-uMfA0DL88v .item:hover .item-wrapper .item-content .mbr-section-btn .btn,
.cid-uMfA0DL88v .item:focus .item-wrapper .item-content .mbr-section-btn .btn {
  opacity: 1;
  transform: translateY(0);
}
.cid-uMfA0DL88v .item .item-wrapper {
  position: relative;
}
.cid-uMfA0DL88v .item .item-wrapper .item-img {
  margin-bottom: 10px;
}
.cid-uMfA0DL88v .item .item-wrapper .item-img img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.cid-uMfA0DL88v .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
  line-height: 1.45em;
}
.cid-uMfA0DL88v .item .item-wrapper .item-content .mbr-price {
  margin-bottom: 0;
}
.cid-uMfA0DL88v .item .item-wrapper .item-content .mbr-section-btn .btn {
  transform: translateY(14px);
  opacity: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uMfA0DL88v .item .item-wrapper .item-content .mbr-section-btn .btn {
    transform: none;
    opacity: 1;
  }
}
.cid-uMfA0DL88v .mbr-section-title {
  color: #000000;
}
.cid-uMfA0DL88v .mbr-text {
  color: #747474;
}
.cid-uMfA0DL88v .mbr-price {
  color: #000000;
}
.cid-uMfA0DL88v .mbr-text,
.cid-uMfA0DL88v .mbr-section-btn {
  color: #000000;
}
.cid-uMfA0DSNh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7aef8;
}
.cid-uMfA0DSNh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DSNh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DSNh9 .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
.cid-uMfA0DSNh9 .title-wrapper .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uMfA0DSNh9 .title-wrapper .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uMfA0DSNh9 .title-wrapper .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 22px;
  margin-right: 9px;
  color: #000000;
}
.cid-uMfA0DSNh9 .list-wrapper {
  padding-right: 120px;
}
@media (max-width: 992px) {
  .cid-uMfA0DSNh9 .list-wrapper {
    margin-bottom: 35px;
    padding: 0;
  }
}
.cid-uMfA0DSNh9 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uMfA0DSNh9 .list-wrapper .list {
  margin: 0;
  padding-left: 24px;
  list-style-position: inside;
  list-style-type: none;
}
.cid-uMfA0DSNh9 .list-wrapper .list li {
  margin-bottom: 27px;
  position: relative;
}
.cid-uMfA0DSNh9 .list-wrapper .list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -24px;
  background-color: #000000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  display: block;
}
.cid-uMfA0DSNh9 .mbr-section-title {
  color: #000000;
}
.cid-uMfA0DSNh9 .mbr-desc,
.cid-uMfA0DSNh9 .mbr-iconfont {
  color: #ffffff;
}
.cid-uMfA0DSNh9 .mbr-section-subtitle {
  color: #000000;
}
.cid-uMfA0DSNh9 .list {
  color: #000000;
}
.cid-uMfA0DSNh9 .mbr-desc,
.cid-uMfA0DSNh9 .mbr-iconfont,
.cid-uMfA0DSNh9 .desc-wrapper {
  color: #000000;
}
.cid-uMfA0DWyyb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uMfA0DWyyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0DWyyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0DWyyb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 75%;
  max-width: 75%;
}
@media (max-width: 768px) {
  .cid-uMfA0DWyyb .embla__slide {
    min-width: 100%;
    max-width: initial;
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
}
.cid-uMfA0DWyyb .embla__slide .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.cid-uMfA0DWyyb .embla__slide .item-wrapper .card-text {
  margin-bottom: 50px;
}
.cid-uMfA0DWyyb .embla__slide .item-wrapper .content-wrap .card-name {
  margin-bottom: 12px;
}
.cid-uMfA0DWyyb .embla__slide .item-wrapper .content-wrap .card-desc {
  margin-bottom: 0;
}
.cid-uMfA0DWyyb .embla__button--next,
.cid-uMfA0DWyyb .embla__button--prev {
  display: flex;
}
.cid-uMfA0DWyyb .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #000000;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uMfA0DWyyb .embla__button .mbr-iconfont {
  font-size: 48px;
}
@media (max-width: 768px) {
  .cid-uMfA0DWyyb .embla__button .mbr-iconfont {
    font-size: 22px;
  }
}
.cid-uMfA0DWyyb .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uMfA0DWyyb .embla__button:hover {
  background: transparent;
  color: #000000;
  border: none;
  opacity: 0.65;
}
.cid-uMfA0DWyyb .embla__button.embla__button--prev {
  left: 0;
  margin-left: 0;
}
.cid-uMfA0DWyyb .embla__button.embla__button--next {
  right: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .cid-uMfA0DWyyb .embla__button {
    top: auto;
    bottom: -5rem;
  }
}
.cid-uMfA0DWyyb .embla {
  position: relative;
  width: 100%;
}
.cid-uMfA0DWyyb .embla__viewport {
  overflow: hidden;
  width: 80%;
}
.cid-uMfA0DWyyb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uMfA0DWyyb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uMfA0DWyyb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uMfA0DWyyb .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}
.cid-uMfA0DWyyb .icon-wrapper .mbr-iconfont {
  font-size: 56px;
  display: block;
  color: #000000;
}
.cid-uMfA0DWyyb .card-text {
  color: #000000;
  text-align: center;
}
.cid-uMfA0DWyyb .card-name {
  color: #000000;
  text-align: center;
}
.cid-uMfA0DWyyb .card-desc {
  color: #000000;
  text-align: center;
}
.cid-uMfA0E2hmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0E2hmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0E2hmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0E2hmC .row {
  justify-content: center;
}
@media (min-width: 768px) {
  .cid-uMfA0E2hmC .item {
    padding: 0;
    border-right: 1px solid #000000;
    border-radius: 0 !important;
  }
  .cid-uMfA0E2hmC .item:last-child {
    border: none;
  }
}
.cid-uMfA0E2hmC .item-wrapper {
  padding: 10px 80px 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uMfA0E2hmC .item-wrapper {
    padding: 10px 50px 50px;
  }
}
@media (max-width: 768px) {
  .cid-uMfA0E2hmC .item-wrapper {
    padding: 0;
  }
}
.cid-uMfA0E2hmC .item-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uMfA0E2hmC .item-wrapper .text-wrapper .mbr-text {
  margin-bottom: 42px;
  letter-spacing: -0.6px;
}
.cid-uMfA0E2hmC .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0E2hmC .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uMfA0E2hmC .mbr-section-title,
.cid-uMfA0E2hmC .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uMfA0E684B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0E684B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0E684B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0E684B .row {
  justify-content: center;
}
.cid-uMfA0E684B .dragArea.row {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uMfA0E684B .dragArea.row {
    padding-right: 0;
  }
}
.cid-uMfA0E684B .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-uMfA0E684B .dragArea.row .form-group {
  margin-bottom: 40px !important;
}
.cid-uMfA0E684B .dragArea.row .form-group .form-control {
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  line-height: 1em;
  min-height: auto;
  background-color: transparent;
}
.cid-uMfA0E684B .dragArea.row .form-group .form-control:hover,
.cid-uMfA0E684B .dragArea.row .form-group .form-control:focus {
  border-bottom: #000000;
}
.cid-uMfA0E684B .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uMfA0E684B .dragArea.row .form-group textarea {
  min-height: 145px;
}
.cid-uMfA0E684B .dragArea.row .mbr-section-btn {
  margin-top: 18px;
  width: 100% !important;
}
.cid-uMfA0E684B .dragArea.row .mbr-section-btn .btn {
  width: fit-content;
  display: inline-flex;
  min-height: auto;
}
.cid-uMfA0E684B .image-wrapper {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 40px;
}
@media (max-width: 992px) {
  .cid-uMfA0E684B .image-wrapper {
    padding-top: 80px;
  }
}
.cid-uMfA0E684B .image-wrapper .image-wrap img {
  width: 320px;
  height: 430px;
  object-fit: cover;
  border-radius: 10rem;
}
.cid-uMfA0E684B .image-wrapper .image-wrap:nth-child(2) {
  position: absolute;
  top: -5rem;
  right: 0;
}
.cid-uMfA0E684B .image-wrapper .image-wrap:nth-child(2) img {
  width: 200px;
  height: 260px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-uMfA0E684B .image-wrapper .image-wrap:nth-child(2) {
    display: none;
  }
}
.cid-uMfA0E684B .image-wrapper .image-wrap:last-child {
  position: absolute;
  right: 0;
  bottom: -5rem;
}
.cid-uMfA0E684B .image-wrapper .image-wrap:last-child img {
  width: 300px;
  height: 300px;
}
@media (max-width: 992px) {
  .cid-uMfA0E684B .image-wrapper .image-wrap:last-child {
    display: none;
  }
}
.cid-uMfA0E684B .mbr-section-title {
  color: #E0BDB6;
}
.cid-uMfA0E684B .mbr-section-title,
.cid-uMfA0E684B .mbr-section-btn {
  color: #36ABC4;
}
.cid-uMfA0E964O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uMfA0E964O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0E964O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0E964O .row {
  justify-content: center;
}
.cid-uMfA0E964O .title-wrapper {
  padding: 71px;
  background-color: #f7aef8;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uMfA0E964O .title-wrapper {
    padding: 50px 25px;
  }
}
.cid-uMfA0E964O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uMfA0E964O .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uMfA0E964O .list-wrapper .list .item-wrap {
  margin-bottom: 28px;
}
.cid-uMfA0E964O .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uMfA0E964O .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uMfA0E964O .list {
  color: #747474;
}
.cid-uMfA0E964O .list,
.cid-uMfA0E964O .item-wrap {
  text-align: center;
  color: #000000;
}
.cid-uMfA0E964O .mbr-section-title,
.cid-uMfA0E964O .mbr-iconfont {
  color: #000000;
}
.cid-uMfA0EaZee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #452446;
}
.cid-uMfA0EaZee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uMfA0EaZee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uMfA0EaZee .row {
  justify-content: space-between;
}
.cid-uMfA0EaZee .mbr-section-title {
  margin: 0;
  color: #E0BDB6;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uMfA0EaZee .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uMfA0EaZee .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uMfA0EaZee .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uMfA0EaZee .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #ffffff;
}
.cid-uMfA0EaZee .list li {
  margin-bottom: 25px;
}
.cid-uMfA0EaZee .list li:last-child {
  margin-bottom: 0;
}
.cid-uMfA0EaZee .mbr-desc {
  margin-bottom: 8px;
}
.cid-uMfA0EaZee .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uMfA0EaZee .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uMfA0EaZee .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #7be3f8;
}
.cid-uMfA0EaZee .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #452446;
  transition: all 0.3s ease;
}
.cid-uMfA0EaZee .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  margin: 0;
  color: #FFFFFF;
  text-align: center;
}
.cid-uMfA0EaZee .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #452446;
  opacity: 0.4;
}
@media (max-width: 992px) {
  .cid-uMfA0EaZee .copyright {
    margin-top: 50px;
    padding: 17px 24px;
    margin: 0;
  }
}
.cid-uMfA0EaZee .mbr-desc,
.cid-uMfA0EaZee .mbr-iconfont {
  color: #ffffff;
}
