.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #51174c !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #e3bdf3 !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #020001;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #51174c !important;
  border-color: #51174c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #792271 !important;
  border-color: #792271 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #792271 !important;
  border-color: #792271 !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #be67e3;
  background-color: #ffffff;
}
.btn-warning,
.btn-warning:active {
  background-color: #e3bdf3 !important;
  border-color: #e3bdf3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f5e8fb !important;
  border-color: #f5e8fb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f5e8fb !important;
  border-color: #f5e8fb !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  border: 2px solid #51174c;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #51174c;
  color: #51174c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0d040d !important;
  background-color: transparent !important;
  border-color: #0d040d !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #0d040d;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #51174c !important;
  border-color: #51174c !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #e3bdf3;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #e3bdf3;
  color: #e3bdf3;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c474e6 !important;
  background-color: transparent !important;
  border-color: #c474e6 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #c474e6;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #e3bdf3 !important;
  border-color: #e3bdf3 !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #51174c !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #e3bdf3 !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #020001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #be67e3 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !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: #51174c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #e3bdf3;
}
.alert-danger {
  background-color: #910000;
}
.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: #51174c;
  border-color: #51174c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #51174c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d876cf;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.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: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #51174c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #51174c;
}
/* 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: #51174c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #51174c;
}
.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: #51174c;
  border-bottom-color: #51174c;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #51174c !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: #df6d2d !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='%2351174c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uVY9ajH3eH {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9ajH3eH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9ajH3eH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9ajH3eH .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVY9ajH3eH .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVY9ajH3eH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVY9ajH3eH .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uVY9ajH3eH .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .item {
    margin-bottom: 20px;
  }
}
.cid-uVY9ajH3eH .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uVY9ajH3eH .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uVY9ajH3eH .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uVY9ajH3eH .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uVY9ajH3eH .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVY9ajH3eH .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVY9ajH3eH .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVY9ajH3eH .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVY9ajH3eH .btn-wrapper {
  margin-top: -6%;
}
.cid-uVY9ajH3eH .mbr-section-title,
.cid-uVY9ajH3eH .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uVY9ajH3eH .mbr-text,
.cid-uVY9ajH3eH .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uVY9ajH3eH .card-title {
  color: #f1f5eb;
}
.cid-uVY9ajH3eH .card-text {
  color: #000000;
  text-align: center;
}
.cid-uVY9ajH3eH .card-title,
.cid-uVY9ajH3eH .mbr-section-btn {
  text-align: center;
}
.cid-uNkmvEIJrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uNkmvEIJrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmvEIJrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmvEIJrr .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #e3bdf3;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 250px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .decor-wrapper {
    right: -250px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #e3bdf3;
  pointer-events: none;
}
.cid-uNkmvEIJrr .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #e3bdf3;
  transform: rotate(45deg);
  pointer-events: none;
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .border-wrapper .border-wrap {
  display: inline-flex;
  width: 56%;
  height: 2px;
  background-color: #51174c;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .border-wrapper .border-wrap {
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 56%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap {
  margin-right: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap {
    margin-right: 0;
    margin-top: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
    transform: none;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
  width: 256px;
  height: 256px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
    width: 100%;
    height: 300px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 33%;
  padding: 24px;
  background-color: #e3bdf3;
}
@media (max-width: 1440px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap {
    width: 38%;
  }
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .card-wrap .image-wrapper img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-uNkmvEIJrr .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkmvEIJrr .mbr-text {
  color: #f1f5eb;
}
.cid-uNkmvEIJrr .mbr-desc {
  color: #000000;
}
.cid-uNkmvEIJrr .mbr-section-title,
.cid-uNkmvEIJrr .border-wrapper,
.cid-uNkmvEIJrr .mbr-section-btn {
  color: #000000;
}
.cid-uNkmvEIJrr .mbr-text,
.cid-uNkmvEIJrr .text-wrapper {
  color: #000000;
}
.cid-uNkmoEOazU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uNkmoEOazU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmoEOazU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmoEOazU .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNkmoEOazU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uNkmoEOazU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmoEOazU .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uNkmoEOazU .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .item {
    margin-bottom: 20px;
  }
}
.cid-uNkmoEOazU .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uNkmoEOazU .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uNkmoEOazU .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uNkmoEOazU .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uNkmoEOazU .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNkmoEOazU .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uNkmoEOazU .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkmoEOazU .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uNkmoEOazU .btn-wrapper {
  margin-top: -6%;
}
.cid-uNkmoEOazU .mbr-section-title,
.cid-uNkmoEOazU .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmoEOazU .mbr-text,
.cid-uNkmoEOazU .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmoEOazU .card-title {
  color: #f1f5eb;
}
.cid-uNkmoEOazU .card-text {
  color: #000000;
  text-align: center;
}
.cid-uNkmoEOazU .card-title,
.cid-uNkmoEOazU .mbr-section-btn {
  text-align: center;
}
.cid-uNkmpODYNl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uNkmpODYNl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmpODYNl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmpODYNl .title-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNkmpODYNl .title-wrapper .mbr-section-title {
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNkmpODYNl .items-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-uNkmpODYNl .item {
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uNkmpODYNl .item .item-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .item .item-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uNkmpODYNl .item .item-wrapper .card-box {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .item .item-wrapper .card-box {
    width: 100%;
  }
}
.cid-uNkmpODYNl .item .item-wrapper .card-box .card-title_1,
.cid-uNkmpODYNl .item .item-wrapper .card-box .card-title_2,
.cid-uNkmpODYNl .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-uNkmpODYNl .item .item-wrapper .card-box .card-text_1,
.cid-uNkmpODYNl .item .item-wrapper .card-box .card-text_2,
.cid-uNkmpODYNl .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-uNkmpODYNl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 180px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkmpODYNl .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
  justify-content: space-between;
}
.cid-uNkmpODYNl .item .item-wrapper .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .item .item-wrapper .item-img {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uNkmpODYNl .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkmpODYNl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uNkmpODYNl .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uNkmpODYNl .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uNkmpODYNl .item .card_3 {
  background-color: #e3bdf3;
}
.cid-uNkmpODYNl .mbr-section-title,
.cid-uNkmpODYNl .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmpODYNl .card-title_1 {
  color: #f1f5eb;
}
.cid-uNkmpODYNl .card-text_1 {
  color: #000000;
}
.cid-uNkmpODYNl .card-title_2 {
  color: #f1f5eb;
}
.cid-uNkmpODYNl .card-text_2 {
  color: #000000;
}
.cid-uNkmpODYNl .card-title_3 {
  color: #323432;
}
.cid-uNkmpODYNl .card-text_3 {
  color: #323432;
}
.cid-uNkmpODYNl .card-title_1,
.cid-uNkmpODYNl .mbr-section-btn {
  color: #000000;
}
.cid-uNkmpODYNl .card-title_2,
.cid-uNkmpODYNl .mbr-section-btn {
  color: #000000;
}
.cid-uVYfEkWlBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYfEkWlBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYfEkWlBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYfEkWlBe .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVYfEkWlBe .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVYfEkWlBe .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uVYfEkWlBe .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVYfEkWlBe .embla__slide .slide-content {
  width: 100%;
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVYfEkWlBe .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVYfEkWlBe .embla__button--next,
.cid-uVYfEkWlBe .embla__button--prev {
  display: flex;
}
.cid-uVYfEkWlBe .embla__button {
  top: -8.4rem;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #51174c !important;
  color: #e3bdf3 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uVYfEkWlBe .embla__button {
    top: 0;
  }
}
.cid-uVYfEkWlBe .embla__button:hover {
  background-color: #f47451 !important;
  color: #e3bdf3 !important;
}
.cid-uVYfEkWlBe .embla__button.embla__button--prev {
  right: 72px;
}
.cid-uVYfEkWlBe .embla__button.embla__button--next {
  right: 0;
}
.cid-uVYfEkWlBe .embla {
  position: relative;
  width: 100%;
  padding-top: 8rem;
}
@media (max-width: 992px) {
  .cid-uVYfEkWlBe .embla {
    padding-top: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uVYfEkWlBe .embla {
    padding-top: 6rem;
  }
}
.cid-uVYfEkWlBe .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uVYfEkWlBe .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVYfEkWlBe .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVYfEkWlBe .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVYfEkWlBe .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVYfEkWlBe .mbr-section-title {
  color: #000c3f;
}
.cid-uVYfEkWlBe .item-name {
  color: #000c3f;
}
.cid-uVYfEkWlBe .item-text {
  color: #000000;
}
.cid-uVYfEkWlBe .item-name,
.cid-uVYfEkWlBe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uVY9zzgmkx {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3bdf3;
}
.cid-uVY9zzgmkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9zzgmkx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9zzgmkx .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVY9zzgmkx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVY9zzgmkx .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVY9zzgmkx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uVY9zzgmkx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uVY9zzgmkx .items-wrapper .item:hover .item-wrapper,
.cid-uVY9zzgmkx .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #51174c;
  box-shadow: 0 16px 0 #51174c;
  background-color: #d1e0be;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-img {
  background-color: #d1e0be;
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVY9zzgmkx .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVY9zzgmkx .mbr-section-title,
.cid-uVY9zzgmkx .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9zzgmkx .mbr-text,
.cid-uVY9zzgmkx .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9zzgmkx .item-title {
  color: #3a001d;
}
.cid-uVY9zzgmkx .item-date {
  color: #3a001d;
}
.cid-uVY9zzgmkx .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9zzgmkx .item-title,
.cid-uVY9zzgmkx .mbr-section-btn {
  text-align: center;
}
.cid-uVY9FfF1F6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9FfF1F6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9FfF1F6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9FfF1F6 .row {
  margin: 0 -45px;
}
.cid-uVY9FfF1F6 .row .card {
  padding: 0 45px;
  justify-content: center;
}
.cid-uVY9FfF1F6 .image-wrapper {
  padding-left: 66px;
}
@media (max-width: 1440px) {
  .cid-uVY9FfF1F6 .image-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVY9FfF1F6 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVY9FfF1F6 .image-wrapper img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border: 2px solid #3a001d;
  box-shadow: 0 16px 0 #3a001d;
  background-color: #3a001d;
}
@media (max-width: 1440px) {
  .cid-uVY9FfF1F6 .image-wrapper img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .cid-uVY9FfF1F6 .image-wrapper img {
    height: 350px;
    width: 100%;
  }
}
@media (max-width: 425px) {
  .cid-uVY9FfF1F6 .image-wrapper img {
    height: 300px;
  }
}
.cid-uVY9FfF1F6 .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 2px solid #3a001d;
  background-color: #fecb66;
  margin-bottom: 22px;
}
.cid-uVY9FfF1F6 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
  text-shadow: 0 5px 0 #51174c;
}
.cid-uVY9FfF1F6 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 12px;
}
.cid-uVY9FfF1F6 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVY9FfF1F6 .mbr-label {
  color: #3a001d;
}
.cid-uVY9FfF1F6 .mbr-section-title {
  color: #fffaf0;
}
.cid-uVY9FfF1F6 .mbr-text {
  color: #fffaf0;
}
.cid-uVY9FfF1F6 .mbr-section-title,
.cid-uVY9FfF1F6 .mbr-section-btn {
  color: #000000;
}
.cid-uVY9FfF1F6 .mbr-text,
.cid-uVY9FfF1F6 .text-wrapper {
  color: #000000;
}
.cid-uVYol8ndiD {
  padding-top: 6rem;
  padding-bottom: 4rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYol8ndiD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYol8ndiD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYol8ndiD .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVYol8ndiD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVYol8ndiD .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVYol8ndiD .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVYol8ndiD .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVYol8ndiD .items-wrapper .item {
  padding: 0 12px;
}
.cid-uVYol8ndiD .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item {
    margin-bottom: 16px;
  }
}
.cid-uVYol8ndiD .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVYol8ndiD .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uVYol8ndiD .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uVYol8ndiD .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uVYol8ndiD .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVYol8ndiD .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uVYol8ndiD .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVYol8ndiD .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uVYol8ndiD .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-uVYol8ndiD .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uVYol8ndiD .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uVYol8ndiD .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uVYol8ndiD .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uVYol8ndiD .item .card_3 {
  background-color: #e3bdf3;
}
.cid-uVYol8ndiD .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uVYol8ndiD .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .card_3 .item-content {
    width: 100%;
  }
}
.cid-uVYol8ndiD .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .card_3 .item-img {
    width: 100%;
  }
}
.cid-uVYol8ndiD .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.cid-uVYol8ndiD .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uVYol8ndiD .main-btn {
    margin-top: 16px;
  }
}
.cid-uVYol8ndiD .mbr-section-title {
  color: #000c3f;
}
.cid-uVYol8ndiD .mbr-text,
.cid-uVYol8ndiD .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uVYol8ndiD .mbr-section-title,
.cid-uVYol8ndiD .main-btn {
  text-align: center;
}
.cid-uVYol8ndiD .item-title {
  color: #000c3f;
}
.cid-uVYol8ndiD .item-text {
  color: #000000;
  text-align: center;
}
.cid-uVYol8ndiD .item-title,
.cid-uVYol8ndiD .card-btn {
  text-align: center;
}
.cid-uVYpEvlavf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYpEvlavf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYpEvlavf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYpEvlavf .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVYpEvlavf .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVYpEvlavf .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVYpEvlavf .items-wrapper .item {
  padding: 0 10px;
}
.cid-uVYpEvlavf .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVYpEvlavf .item {
    margin-bottom: 16px;
  }
}
.cid-uVYpEvlavf .item .item-wrapper {
  padding: 10px;
  background-color: #e3bdf3;
  height: 100%;
}
.cid-uVYpEvlavf .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVYpEvlavf .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uVYpEvlavf .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uVYpEvlavf .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uVYpEvlavf .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVYpEvlavf .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVYpEvlavf .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVYpEvlavf .item-title {
  color: #000c3f;
}
.cid-uVYpEvlavf .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uVYpEvlavf .item-title,
.cid-uVYpEvlavf .mbr-section-btn {
  text-align: center;
}
.cid-uVY9H4kkMf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9H4kkMf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9H4kkMf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9H4kkMf .row {
  margin: 0 -45px;
}
.cid-uVY9H4kkMf .row .card {
  padding: 0 45px;
}
.cid-uVY9H4kkMf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-bottom: 72px;
}
@media (max-width: 1640px) {
  .cid-uVY9H4kkMf .items-wrapper {
    display: block;
    margin-bottom: 0;
  }
}
.cid-uVY9H4kkMf .items-wrapper .item:nth-child(2n) {
  transform: translateY(72px);
}
@media (max-width: 1640px) {
  .cid-uVY9H4kkMf .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uVY9H4kkMf .items-wrapper .item:hover .item-wrapper,
.cid-uVY9H4kkMf .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
@media (max-width: 1640px) {
  .cid-uVY9H4kkMf .items-wrapper .item {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uVY9H4kkMf .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uVY9H4kkMf .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 10px solid #5d1c3a;
  background-color: #f7efdf;
  transition: all .3s ease;
  overflow: hidden;
  min-height: 380px;
}
.cid-uVY9H4kkMf .items-wrapper .item .item-wrapper .item-img img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 0 !important;
}
.cid-uVY9H4kkMf .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVY9H4kkMf .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVY9H4kkMf .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVY9H4kkMf .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVY9H4kkMf .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVY9H4kkMf .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVY9H4kkMf .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #3a001d;
  background-color: #f7efdf;
  margin-bottom: 22px;
}
.cid-uVY9H4kkMf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uVY9H4kkMf .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uVY9H4kkMf .mbr-label {
  color: #3a001d;
}
.cid-uVY9H4kkMf .mbr-section-title {
  color: #3a001d;
}
.cid-uVY9H4kkMf .mbr-text {
  color: #3a001d;
}
.cid-uVY9H4kkMf .item-title {
  color: #3a001d;
}
.cid-uVY9H4kkMf .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9H4kkMf .item-title,
.cid-uVY9H4kkMf .mbr-section-btn {
  text-align: center;
}
.cid-uVY9HRP01g {
  padding-top: 5rem;
  padding-bottom: 6rem;
  background-color: #e3bdf3;
}
.cid-uVY9HRP01g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9HRP01g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9HRP01g .content-wrapper {
  margin-bottom: 88px;
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVY9HRP01g .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uVY9HRP01g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVY9HRP01g .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px 22px;
}
@media (max-width: 1200px) {
  .cid-uVY9HRP01g .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .items-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uVY9HRP01g .items-wrapper .item:hover .item-wrapper,
.cid-uVY9HRP01g .items-wrapper .item:focus .item-wrapper {
  transform: scale(1.03);
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper {
  height: 100%;
  border: 2px solid #51174c;
  box-shadow: 0 16px 0 #51174c;
  background-color: #e3bdf3;
  transition: all .3s ease;
  overflow: hidden;
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-img {
  background-color: #e3bdf3;
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-img img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-content {
  padding: 25px 25px 32px 25px;
}
@media (max-width: 992px) {
  .cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-content {
    padding: 22px;
  }
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 22px;
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uVY9HRP01g .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVY9HRP01g .mbr-section-title,
.cid-uVY9HRP01g .title-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9HRP01g .mbr-text,
.cid-uVY9HRP01g .text-wrapper {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9HRP01g .item-title {
  color: #3a001d;
}
.cid-uVY9HRP01g .item-date {
  color: #3a001d;
}
.cid-uVY9HRP01g .item-text {
  color: #3a001d;
  text-align: center;
}
.cid-uVY9HRP01g .item-title,
.cid-uVY9HRP01g .mbr-section-btn {
  text-align: center;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uVY9Rb0csS {
  position: relative;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVY9Rb0csS .decor-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 52%;
  height: 95%;
  border-radius: 0 85% 0 0;
  background-color: #51174c;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .decor-wrap {
    width: 60%;
    height: 50%;
    border-radius: 0 50% 0 0;
  }
}
.cid-uVY9Rb0csS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9Rb0csS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9Rb0csS .row {
  position: relative;
  z-index: 1;
}
.cid-uVY9Rb0csS .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9Rb0csS .image-wrapper {
  margin-right: 18px;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .image-wrapper {
    margin-right: 0;
    margin-bottom: 46px;
  }
}
.cid-uVY9Rb0csS .image-wrapper img {
  height: 620px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .image-wrapper img {
    height: 350px;
  }
}
.cid-uVY9Rb0csS .content-wrapper {
  padding-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .content-wrapper {
    padding-top: 22px;
  }
}
.cid-uVY9Rb0csS .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 46px;
  display: inline-block;
  width: 55%;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-uVY9Rb0csS .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .content-wrapper .desc-wrapper {
    display: block;
  }
}
.cid-uVY9Rb0csS .content-wrapper .desc-wrapper .mbr-desc {
  width: 50%;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .content-wrapper .desc-wrapper .mbr-desc {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
  }
}
.cid-uVY9Rb0csS .content-wrapper .desc-wrapper .mbr-section-btn {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVY9Rb0csS .content-wrapper .desc-wrapper .mbr-section-btn {
    width: 100%;
  }
}
.cid-uVY9Rb0csS .content-wrapper .desc-wrapper .mbr-section-btn .btn {
  padding: 29px 64px;
}
@media (max-width: 1200px) {
  .cid-uVY9Rb0csS .content-wrapper .desc-wrapper .mbr-section-btn .btn {
    padding: 20px 32px;
  }
}
.cid-uVY9Rb0csS .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uVY9Rb0csS .mbr-text {
  color: #51565c;
}
.cid-uVY9Rb0csS .mbr-desc {
  color: #51565c;
}
.cid-uVY9Rb0csS .mbr-text,
.cid-uVY9Rb0csS .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVY9RVd75g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9RVd75g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9RVd75g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9RVd75g .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uVY9RVd75g .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uVY9RVd75g .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9RVd75g .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVY9RVd75g .item {
    margin-bottom: 16px;
  }
}
.cid-uVY9RVd75g .item:last-child {
  margin-bottom: 0;
}
.cid-uVY9RVd75g .item:hover .item-wrapper .item-img img,
.cid-uVY9RVd75g .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVY9RVd75g .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVY9RVd75g .item .item-wrapper {
    display: block;
    height: auto;
  }
}
.cid-uVY9RVd75g .item .item-wrapper .item-content {
  width: 40%;
  padding: 64px;
}
@media (max-width: 992px) {
  .cid-uVY9RVd75g .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uVY9RVd75g .item .item-wrapper .item-content .item-title_1,
.cid-uVY9RVd75g .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uVY9RVd75g .item .item-wrapper .item-content .item-text_1,
.cid-uVY9RVd75g .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uVY9RVd75g .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVY9RVd75g .item .item-wrapper .item-img {
  width: 60%;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVY9RVd75g .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uVY9RVd75g .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVY9RVd75g .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVY9RVd75g .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uVY9RVd75g .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uVY9RVd75g .mbr-section-title {
  color: #212529;
}
.cid-uVY9RVd75g .item-title_1 {
  color: #000000;
}
.cid-uVY9RVd75g .item-title_2 {
  color: #323432;
}
.cid-uVY9RVd75g .item-text_1 {
  color: #f5a11b;
}
.cid-uVY9RVd75g .item-text_2 {
  color: #ff543d;
}
.cid-uVY9RVd75g .item-text_1,
.cid-uVY9RVd75g .mbr-section-btn {
  color: #000000;
}
.cid-uVY9RVd75g .item-text_2,
.cid-uVY9RVd75g .mbr-section-btn {
  color: #000000;
}
.cid-uVY9SpUGOq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9SpUGOq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9SpUGOq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9SpUGOq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uVY9SpUGOq .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uVY9SpUGOq .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9SpUGOq .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVY9SpUGOq .item {
    margin-bottom: 16px;
  }
}
.cid-uVY9SpUGOq .item:hover .item-wrapper .item-img img,
.cid-uVY9SpUGOq .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVY9SpUGOq .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVY9SpUGOq .item .item-wrapper {
    display: block;
  }
}
.cid-uVY9SpUGOq .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uVY9SpUGOq .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVY9SpUGOq .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uVY9SpUGOq .item .item-wrapper .item-content .item-title_1,
.cid-uVY9SpUGOq .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uVY9SpUGOq .item .item-wrapper .item-content .item-text_1,
.cid-uVY9SpUGOq .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uVY9SpUGOq .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVY9SpUGOq .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uVY9SpUGOq .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVY9SpUGOq .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVY9SpUGOq .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uVY9SpUGOq .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uVY9SpUGOq .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uVY9SpUGOq .item-title_1 {
  color: #000000;
}
.cid-uVY9SpUGOq .item-title_2 {
  color: #000000;
  text-align: left;
}
.cid-uVY9SpUGOq .item-text_1 {
  color: #ffffff;
}
.cid-uVY9SpUGOq .item-text_2 {
  color: #12b82e;
}
.cid-uVY9SpUGOq .item-text_1,
.cid-uVY9SpUGOq .mbr-section-btn {
  color: #000000;
}
.cid-uVY9SpUGOq .item-text_2,
.cid-uVY9SpUGOq .mbr-section-btn {
  color: #000000;
}
.cid-uVY9V771Za {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9V771Za .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9V771Za .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9V771Za .title-wrapper {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .title-wrapper {
    padding: 0;
  }
}
.cid-uVY9V771Za .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uVY9V771Za .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9V771Za .content-wrapper {
  background-color: #e3bdf3;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .content-wrapper {
    display: block;
  }
}
.cid-uVY9V771Za .content-wrapper .content-wrap {
  padding: 100px 60px 100px;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .content-wrapper .content-wrap {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uVY9V771Za .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uVY9V771Za .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVY9V771Za .content-wrapper .image-wrapper {
  position: relative;
  width: 40%;
  min-height: 350px;
}
@media (max-width: 1200px) {
  .cid-uVY9V771Za .content-wrapper .image-wrapper {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVY9V771Za .content-wrapper .image-wrapper .image-wrap {
  height: 100%;
}
.cid-uVY9V771Za .content-wrapper .image-wrapper .image-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .content-wrapper .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uVY9V771Za .content-wrapper .image-wrapper .price-wrapper {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 32px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uVY9V771Za .content-wrapper .image-wrapper .price-wrapper {
    padding: 22px;
    position: static;
    min-height: auto;
    width: 100%;
    display: block;
    transform: none;
  }
}
.cid-uVY9V771Za .content-wrapper .image-wrapper .price-wrapper .price-wrap {
  width: 100%;
}
.cid-uVY9V771Za .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-price {
  margin-bottom: 10px;
}
.cid-uVY9V771Za .content-wrapper .image-wrapper .price-wrapper .price-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uVY9V771Za .mbr-section-title {
  color: #212529;
}
.cid-uVY9V771Za .mbr-text {
  color: #51565c;
}
.cid-uVY9V771Za .mbr-price {
  color: #ff8576;
}
.cid-uVY9V771Za .mbr-desc {
  color: #ff8576;
}
.cid-uVY9V771Za .mbr-text,
.cid-uVY9V771Za .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uVY9XaOMYz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9XaOMYz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9XaOMYz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9XaOMYz .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uVY9XaOMYz .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uVY9XaOMYz .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9XaOMYz .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVY9XaOMYz .item {
    margin-bottom: 16px;
  }
}
.cid-uVY9XaOMYz .item:hover .item-wrapper .item-img img,
.cid-uVY9XaOMYz .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVY9XaOMYz .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVY9XaOMYz .item .item-wrapper {
    display: block;
  }
}
.cid-uVY9XaOMYz .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uVY9XaOMYz .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVY9XaOMYz .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uVY9XaOMYz .item .item-wrapper .item-content .item-title_1,
.cid-uVY9XaOMYz .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uVY9XaOMYz .item .item-wrapper .item-content .item-text_1,
.cid-uVY9XaOMYz .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uVY9XaOMYz .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVY9XaOMYz .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uVY9XaOMYz .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVY9XaOMYz .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVY9XaOMYz .item .card_1 {
  background-color: #a3c2ff;
}
.cid-uVY9XaOMYz .item .card_2 {
  background-color: #c2ffcc;
}
.cid-uVY9XaOMYz .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uVY9XaOMYz .item-title_1 {
  color: #000000;
}
.cid-uVY9XaOMYz .item-title_2 {
  color: #000000;
}
.cid-uVY9XaOMYz .item-text_1 {
  color: #ffffff;
}
.cid-uVY9XaOMYz .item-text_2 {
  color: #12b82e;
}
.cid-uVY9XaOMYz .item-text_1,
.cid-uVY9XaOMYz .mbr-section-btn {
  color: #323432;
}
.cid-uVY9XaOMYz .item-text_2,
.cid-uVY9XaOMYz .mbr-section-btn {
  color: #000000;
}
.cid-uVY9Toa1DU {
  background-color: #e3bdf3;
}
.cid-uVY9Toa1DU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9Toa1DU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9Toa1DU .items-wrapper {
  justify-content: space-between;
}
.cid-uVY9Toa1DU .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVY9Toa1DU .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9Toa1DU .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVY9Toa1DU .item {
    margin-bottom: 16px;
  }
}
.cid-uVY9Toa1DU .item:hover .item-wrapper .item-img img,
.cid-uVY9Toa1DU .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVY9Toa1DU .item .item-wrapper {
  padding: 46px;
}
@media (max-width: 992px) {
  .cid-uVY9Toa1DU .item .item-wrapper {
    padding: 46px 22px;
  }
}
.cid-uVY9Toa1DU .item .item-wrapper .item-content .item-title_1,
.cid-uVY9Toa1DU .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 22px;
}
.cid-uVY9Toa1DU .item .item-wrapper .item-img {
  border-radius: 30px;
  overflow: hidden;
}
.cid-uVY9Toa1DU .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVY9Toa1DU .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVY9Toa1DU .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uVY9Toa1DU .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uVY9Toa1DU .item .card_2 .item-img {
  margin-bottom: 22px;
}
.cid-uVY9Toa1DU .item .card_2 .item-img img {
  height: 380px;
}
@media (max-width: 992px) {
  .cid-uVY9Toa1DU .item .card_2 .item-img img {
    height: 350px;
  }
}
.cid-uVY9Toa1DU .item .card_2 .item-content .item-title_2 {
  margin-bottom: 0;
}
.cid-uVY9Toa1DU .mbr-section-title {
  color: #212529;
}
.cid-uVY9Toa1DU .item-title_1 {
  color: #000000;
}
.cid-uVY9Toa1DU .item-title_2 {
  color: #000000;
}
.cid-uVY9Y7BDAu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVY9Y7BDAu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVY9Y7BDAu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVY9Y7BDAu .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uVY9Y7BDAu .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uVY9Y7BDAu .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uVY9Y7BDAu .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVY9Y7BDAu .item {
    margin-bottom: 16px;
  }
}
.cid-uVY9Y7BDAu .item:hover .item-wrapper .item-img img,
.cid-uVY9Y7BDAu .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uVY9Y7BDAu .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uVY9Y7BDAu .item .item-wrapper {
    display: block;
  }
}
.cid-uVY9Y7BDAu .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uVY9Y7BDAu .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uVY9Y7BDAu .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uVY9Y7BDAu .item .item-wrapper .item-content .item-title_1,
.cid-uVY9Y7BDAu .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uVY9Y7BDAu .item .item-wrapper .item-content .item-text_1,
.cid-uVY9Y7BDAu .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uVY9Y7BDAu .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVY9Y7BDAu .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uVY9Y7BDAu .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uVY9Y7BDAu .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uVY9Y7BDAu .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uVY9Y7BDAu .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uVY9Y7BDAu .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uVY9Y7BDAu .item-title_1 {
  color: #000000;
}
.cid-uVY9Y7BDAu .item-title_2 {
  color: #000000;
}
.cid-uVY9Y7BDAu .item-text_1 {
  color: #ffffff;
}
.cid-uVY9Y7BDAu .item-text_2 {
  color: #12b82e;
}
.cid-uVY9Y7BDAu .item-text_2,
.cid-uVY9Y7BDAu .mbr-section-btn {
  color: #000000;
}
.cid-uVY9Y7BDAu .item-text_1,
.cid-uVY9Y7BDAu .mbr-section-btn {
  color: #000000;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uVYajUYwcE {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVYajUYwcE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYajUYwcE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYajUYwcE .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uVYajUYwcE .container-fluid {
    padding: 0 15px;
  }
}
.cid-uVYajUYwcE .row {
  margin: 0;
}
.cid-uVYajUYwcE .row .card {
  padding: 0;
}
.cid-uVYajUYwcE .card-wrapper {
  padding: 140px 30px;
  background-color: #e3bdf3;
}
@media (max-width: 1440px) {
  .cid-uVYajUYwcE .card-wrapper {
    padding: 40px 30px;
  }
}
@media (max-width: 992px) {
  .cid-uVYajUYwcE .card-wrapper {
    padding: 15px;
  }
}
.cid-uVYajUYwcE .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 3px 10px;
  background-color: #ffffff;
  margin-bottom: 15px;
}
.cid-uVYajUYwcE .card-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVYajUYwcE .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  .cid-uVYajUYwcE .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uVYajUYwcE .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVYajUYwcE .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uVYajUYwcE .image-wrapper {
    height: 350px;
    margin-bottom: 15px;
  }
}
.cid-uVYajUYwcE .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uVYajUYwcE .mbr-label {
  color: #000000;
}
.cid-uVYajUYwcE .mbr-section-title {
  color: #000000;
}
.cid-uVYajUYwcE .mbr-text,
.cid-uVYajUYwcE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uVYajUYwcE .mbr-section-title,
.cid-uVYajUYwcE .mbr-section-btn {
  text-align: center;
}
.cid-uVYaqNJDFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVYaqNJDFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaqNJDFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaqNJDFY .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uVYaqNJDFY .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVYaqNJDFY .embla__slide .slide-content {
  width: 100%;
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper {
    padding: 15px;
  }
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-img {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-img {
    margin-bottom: 20px;
  }
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-img img {
    height: 250px;
  }
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-title_1,
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-text_1,
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .item-content .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uVYaqNJDFY .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVYaqNJDFY .embla__slide .slide-content .card_1 {
  background-color: #e3bdf3;
}
.cid-uVYaqNJDFY .embla__slide .slide-content .card_2 {
  background-color: #e3bdf3;
}
.cid-uVYaqNJDFY .embla__button--next,
.cid-uVYaqNJDFY .embla__button--prev {
  display: flex;
}
.cid-uVYaqNJDFY .embla__button {
  top: 48%;
  width: 42px;
  height: 42px;
  font-size: 14px;
  background-color: #51174c !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uVYaqNJDFY .embla__button {
    top: 0;
  }
}
.cid-uVYaqNJDFY .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVYaqNJDFY .embla__button:hover {
  background-color: #9891ff !important;
  color: #000000 !important;
}
.cid-uVYaqNJDFY .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVYaqNJDFY .embla__button.embla__button--next {
  right: 0;
}
.cid-uVYaqNJDFY .embla {
  position: relative;
  width: 100%;
  padding: 0 80px 0 80px;
}
@media (max-width: 992px) {
  .cid-uVYaqNJDFY .embla {
    padding: 4rem 0 0 0;
  }
}
.cid-uVYaqNJDFY .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVYaqNJDFY .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVYaqNJDFY .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVYaqNJDFY .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVYaqNJDFY .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVYaqNJDFY .item-title_1 {
  color: #000000;
}
.cid-uVYaqNJDFY .item-title_2 {
  color: #000000;
}
.cid-uVYaqNJDFY .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uVYaqNJDFY .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uVYaqNJDFY .item-title_1,
.cid-uVYaqNJDFY .mbr-section-btn {
  text-align: center;
}
.cid-uVYaqNJDFY .item-title_2,
.cid-uVYaqNJDFY .mbr-section-btn {
  text-align: center;
}
.cid-uVYHLmIqNE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYHLmIqNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYHLmIqNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYHLmIqNE .items-wrapper {
  justify-content: center;
}
.cid-uVYHLmIqNE .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVYHLmIqNE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVYHLmIqNE .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uVYHLmIqNE .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-uVYHLmIqNE .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVYHLmIqNE .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVYHLmIqNE .item {
    margin-bottom: 16px;
  }
}
.cid-uVYHLmIqNE .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #e3bdf3;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYHLmIqNE .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uVYHLmIqNE .item .item-wrapper:hover,
.cid-uVYHLmIqNE .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uVYHLmIqNE .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVYHLmIqNE .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uVYHLmIqNE .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uVYHLmIqNE .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uVYHLmIqNE .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVYHLmIqNE .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVYHLmIqNE .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVYHLmIqNE .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uVYHLmIqNE .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVYHLmIqNE .main-btn {
    margin-top: 16px;
  }
}
.cid-uVYHLmIqNE .mbr-section-title {
  color: #000c3f;
}
.cid-uVYHLmIqNE .mbr-section-title,
.cid-uVYHLmIqNE .icon-wrapper,
.cid-uVYHLmIqNE .main-btn {
  text-align: center;
}
.cid-uVYHLmIqNE .item-title {
  color: #000c3f;
}
.cid-uVYHLmIqNE .item-text {
  color: #000000;
}
.cid-uVYHLmIqNE .item-title,
.cid-uVYHLmIqNE .card-btn {
  color: #51174c;
}
.cid-uVYaoKbZyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVYaoKbZyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaoKbZyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaoKbZyI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 580px;
  max-width: 580px;
}
@media (max-width: 767px) {
  .cid-uVYaoKbZyI .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uVYaoKbZyI .embla__slide .slide-content {
  width: 100%;
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper {
    padding: 15px;
  }
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-img {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-img {
    margin-bottom: 20px;
  }
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-img img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-img img {
    height: 250px;
  }
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-title_1,
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-title_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-text_1,
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .item-content .item-text_2 {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uVYaoKbZyI .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVYaoKbZyI .embla__slide .slide-content .card_1 {
  background-color: #dfedcd;
}
.cid-uVYaoKbZyI .embla__slide .slide-content .card_2 {
  background-color: #ffae81;
}
.cid-uVYaoKbZyI .embla__button--next,
.cid-uVYaoKbZyI .embla__button--prev {
  display: flex;
}
.cid-uVYaoKbZyI .embla__button {
  top: 48%;
  width: 42px;
  height: 42px;
  font-size: 14px;
  background-color: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0.2rem 0.2rem 1rem #e5e3ff !important;
  opacity: 1 !important;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uVYaoKbZyI .embla__button {
    top: 0;
  }
}
.cid-uVYaoKbZyI .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uVYaoKbZyI .embla__button:hover {
  background-color: #9891ff !important;
  color: #000000 !important;
}
.cid-uVYaoKbZyI .embla__button.embla__button--prev {
  left: 0;
}
.cid-uVYaoKbZyI .embla__button.embla__button--next {
  right: 0;
}
.cid-uVYaoKbZyI .embla {
  position: relative;
  width: 100%;
  padding: 0 80px 0 80px;
}
@media (max-width: 992px) {
  .cid-uVYaoKbZyI .embla {
    padding: 4rem 0 0 0;
  }
}
.cid-uVYaoKbZyI .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uVYaoKbZyI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uVYaoKbZyI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uVYaoKbZyI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uVYaoKbZyI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uVYaoKbZyI .item-title_1 {
  color: #000000;
}
.cid-uVYaoKbZyI .item-title_2 {
  color: #000000;
}
.cid-uVYaoKbZyI .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-uVYaoKbZyI .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uVYaoKbZyI .item-title_1,
.cid-uVYaoKbZyI .mbr-section-btn {
  text-align: center;
}
.cid-uVYaoKbZyI .item-title_2,
.cid-uVYaoKbZyI .mbr-section-btn {
  text-align: center;
}
.cid-uVYHRmqV4f {
  background-color: #e3bdf3;
}
.cid-uVYHRmqV4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYHRmqV4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYHRmqV4f .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVYHRmqV4f .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVYHRmqV4f .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVYHRmqV4f .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uVYHRmqV4f .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper {
  margin-bottom: 32px;
}
.cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-grid;
  grid-template-columns: 6px 1fr;
  gap: 24px;
  padding: 16px 40px 16px 10px;
  background-color: #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap {
    padding: 10px 20px 10px 10px;
    gap: 16px;
  }
}
.cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
  width: 6px;
  height: 100%;
  border-radius: 10px;
  background-color: #f47451;
}
@media (max-width: 992px) {
  .cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap .line-wrap {
    width: 4px;
  }
}
.cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap {
  padding: 10px 0;
}
.cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .mbr-section-subtitle {
  margin-bottom: 4px;
}
.cid-uVYHRmqV4f .content-wrapper .subtitle-wrapper .subtitle-wrap .text-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uVYHRmqV4f .image-wrapper {
  position: relative;
}
.cid-uVYHRmqV4f .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3bdf3;
  pointer-events: none;
  transform: rotate(5deg);
  z-index: 2;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.cid-uVYHRmqV4f .image-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e3bdf3;
  pointer-events: none;
  transform: rotate(2deg);
  z-index: 1;
  box-shadow: 0 35px 50px 0 #0000001a;
}
.cid-uVYHRmqV4f .image-wrapper img {
  position: relative;
  height: 500px;
  object-fit: cover;
  z-index: 3;
}
@media (max-width: 992px) {
  .cid-uVYHRmqV4f .image-wrapper img {
    height: 300px;
  }
}
.cid-uVYHRmqV4f .mbr-section-title {
  color: #000c3f;
}
.cid-uVYHRmqV4f .mbr-text,
.cid-uVYHRmqV4f .text-wrapper {
  color: #000000;
  text-align: left;
}
.cid-uVYHRmqV4f .mbr-section-subtitle {
  color: #000c3f;
  text-align: left;
}
.cid-uVYHRmqV4f .mbr-desc {
  color: #000c3f;
  text-align: left;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uVYaBbTaF9 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVYaBbTaF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaBbTaF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaBbTaF9 .content-wrap {
  justify-content: center;
}
.cid-uVYaBbTaF9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVYaBbTaF9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uVYaBbTaF9 .card {
  justify-content: space-between;
}
.cid-uVYaBbTaF9 .card-wrap {
  margin-bottom: 60px;
}
.cid-uVYaBbTaF9 .card-wrap:first-child {
  padding-top: 180px;
}
@media (max-width: 1440px) {
  .cid-uVYaBbTaF9 .card-wrap:first-child {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .cid-uVYaBbTaF9 .card-wrap {
    margin-bottom: 40px;
  }
}
.cid-uVYaBbTaF9 .card-wrap .card-text {
  display: inline-flex;
  padding-bottom: 18px;
  border-bottom: 2px dashed #51174c;
  margin-bottom: 0;
}
.cid-uVYaBbTaF9 .image-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVYaBbTaF9 .image-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uVYaBbTaF9 .image-wrapper img {
  height: 600px;
  width: 600px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uVYaBbTaF9 .image-wrapper img {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 768px) {
  .cid-uVYaBbTaF9 .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-uVYaBbTaF9 .mbr-section-title {
  color: #ffffff;
}
.cid-uVYaBbTaF9 .card-text,
.cid-uVYaBbTaF9 .card-wrap {
  color: #51174c;
  text-align: center;
}
.cid-uVYaBbTaF9 .mbr-section-title,
.cid-uVYaBbTaF9 .mbr-section-btn,
.cid-uVYaBbTaF9 .title-wrapper {
  text-align: center;
}
.cid-uVYaADyIdC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVYaADyIdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaADyIdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaADyIdC .items-wrapper {
  margin: 0 -5px;
}
.cid-uVYaADyIdC .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uVYaADyIdC .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uVYaADyIdC .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uVYaADyIdC .item {
    margin-bottom: 16px;
  }
}
.cid-uVYaADyIdC .item:hover .item-wrapper .item-img .btn-wrap,
.cid-uVYaADyIdC .item:focus .item-wrapper .item-img .btn-wrap {
  opacity: 1;
}
.cid-uVYaADyIdC .item .item-wrapper {
  height: 100%;
  border: 5px solid #e3bdf3;
  background-color: #e3bdf3;
}
.cid-uVYaADyIdC .item .item-wrapper .item-img {
  position: relative;
  height: 415px;
  border-radius: 26px 26px 0 0;
  overflow: hidden;
}
.cid-uVYaADyIdC .item .item-wrapper .item-img .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-uVYaADyIdC .item .item-wrapper .item-img .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVYaADyIdC .item .item-wrapper .item-img .image-wrap img {
    transform: none;
  }
}
.cid-uVYaADyIdC .item .item-wrapper .item-img .btn-wrap {
  position: relative;
  z-index: 1;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e3bdf3;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uVYaADyIdC .item .item-wrapper .item-img .btn-wrap .mbr-section-btn {
  pointer-events: visible;
}
.cid-uVYaADyIdC .item .item-wrapper .item-content {
  padding: 28px 28px 23px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uVYaADyIdC .item .item-wrapper .item-content {
    padding: 20px 20px 15px;
  }
}
.cid-uVYaADyIdC .item .item-wrapper .item-content .card-title {
  margin-bottom: 0;
}
.cid-uVYaADyIdC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  min-width: 45px;
  border: 1px solid #f24d4a;
  font-size: 16px;
  color: #f24d4a;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin-left: 20px;
}
.cid-uVYaADyIdC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont:hover,
.cid-uVYaADyIdC .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont:focus {
  opacity: .7;
}
.cid-uVYaADyIdC .mbr-section-title {
  color: #f24d4a;
  text-align: center;
}
.cid-uVYaADyIdC .card-title {
  color: #f24d4a;
}
.cid-uVYaADyIdC .card-title,
.cid-uVYaADyIdC .icon-wrapper {
  color: #000000;
}
.cid-uVYaADyIdC .card-title,
.cid-uVYaADyIdC .icon-wrapper DIV {
  text-align: center;
}
.cid-uVYLiGsEws {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYLiGsEws .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYLiGsEws .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYLiGsEws .container-fluid {
  padding: 0;
  border-top: 1px solid #e3bdf3;
  border-bottom: 1px solid #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uVYLiGsEws .container-fluid {
    padding: 0;
  }
}
.cid-uVYLiGsEws .container {
  border-top: 1px solid #e3bdf3;
  border-bottom: 1px solid #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uVYLiGsEws .container {
    padding: 0 28px;
  }
}
.cid-uVYLiGsEws .row {
  margin: -1px 0 0 0;
}
.cid-uVYLiGsEws .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uVYLiGsEws .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uVYLiGsEws .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uVYLiGsEws .card {
    padding: 20px;
  }
}
.cid-uVYLiGsEws .card:first-child {
  border-right: 1px solid #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uVYLiGsEws .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #e3bdf3;
  }
}
.cid-uVYLiGsEws .card:last-child {
  border-right: none;
}
.cid-uVYLiGsEws .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uVYLiGsEws .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVYLiGsEws .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uVYLiGsEws .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uVYLiGsEws .mbr-section-title {
  color: #000000;
}
.cid-uVYLiGsEws .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVYLiGsEws .mbr-section-title,
.cid-uVYLiGsEws .mbr-section-btn {
  text-align: center;
}
.cid-uVYLegC3Md {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYLegC3Md .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYLegC3Md .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYLegC3Md .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVYLegC3Md .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uVYLegC3Md .container {
    padding: 0 28px;
  }
}
.cid-uVYLegC3Md .row {
  justify-content: center;
}
.cid-uVYLegC3Md .card-wrapper {
  border: 1px solid #51174c;
  background-color: #e3bdf3;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uVYLegC3Md .card-wrapper {
    display: block;
  }
}
.cid-uVYLegC3Md .card-wrapper .content-wrap {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uVYLegC3Md .card-wrapper .content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVYLegC3Md .card-wrapper .content-wrap {
    padding: 40px 28px;
  }
}
.cid-uVYLegC3Md .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVYLegC3Md .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVYLegC3Md .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVYLegC3Md .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-uVYLegC3Md .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVYLegC3Md .card-wrapper .image-wrapper img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVYLegC3Md .card-wrapper .image-wrapper img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.cid-uVYLegC3Md .mbr-section-title {
  color: #000000;
}
.cid-uVYLegC3Md .mbr-text {
  color: #000000;
}
.cid-uVYLFzT4eK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYLFzT4eK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYLFzT4eK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYLFzT4eK .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uVYLFzT4eK .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uVYLFzT4eK .container {
    padding: 0 28px;
  }
}
.cid-uVYLFzT4eK .row {
  justify-content: center;
}
.cid-uVYLFzT4eK .card-wrapper {
  border: 1px solid #51174c;
  background-color: #e3bdf3;
  display: flex;
  justify-content: space-between;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uVYLFzT4eK .card-wrapper {
    display: block;
  }
}
.cid-uVYLFzT4eK .card-wrapper .content-wrap {
  padding: 70px 80px;
  width: 100%;
}
@media (max-width: 1200px) {
  .cid-uVYLFzT4eK .card-wrapper .content-wrap {
    padding: 70px 40px;
  }
}
@media (max-width: 992px) {
  .cid-uVYLFzT4eK .card-wrapper .content-wrap {
    padding: 40px 28px;
  }
}
.cid-uVYLFzT4eK .card-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVYLFzT4eK .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uVYLFzT4eK .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 20px;
}
.cid-uVYLFzT4eK .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 768px) {
  .cid-uVYLFzT4eK .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uVYLFzT4eK .card-wrapper .image-wrapper img {
  height: 100%;
  margin-left: 30px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uVYLFzT4eK .card-wrapper .image-wrapper img {
    margin: 30px 0 0;
    height: 350px;
  }
}
.cid-uVYLFzT4eK .mbr-section-title {
  color: #000000;
}
.cid-uVYLFzT4eK .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uVYLFzT4eK .mbr-section-title,
.cid-uVYLFzT4eK .mbr-section-btn {
  text-align: center;
}
.cid-uVYaIoK7br {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uVYaIoK7br .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaIoK7br .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaIoK7br .card {
  justify-content: center;
}
.cid-uVYaIoK7br .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uVYaIoK7br .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uVYaIoK7br .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uVYaIoK7br .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uVYaIoK7br .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uVYaIoK7br .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uVYaIoK7br .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uVYaIoK7br .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uVYaIoK7br .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uVYaIoK7br .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uVYaIoK7br .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uVYaIoK7br .mbr-section-title {
  color: #f24d4a;
}
.cid-uVYaIoK7br .mbr-text {
  color: #f24d4a;
}
.cid-uVYaIoK7br .mbr-section-title,
.cid-uVYaIoK7br .mbr-section-btn {
  color: #000000;
}
.cid-uVYaIoK7br .mbr-text,
.cid-uVYaIoK7br .text-wrapper {
  color: #000000;
}
.cid-uZdWAD7a1g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uZdWAD7a1g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdWAD7a1g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdWAD7a1g .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
.cid-uZdWAD7a1g .title-wrapper .mbr-section-title span {
  color: #ff8576;
}
@media (max-width: 992px) {
  .cid-uZdWAD7a1g .title-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uZdWAD7a1g .item {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uZdWAD7a1g .item {
    margin-bottom: 16px;
  }
}
.cid-uZdWAD7a1g .item:hover .item-wrapper .item-img img,
.cid-uZdWAD7a1g .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uZdWAD7a1g .item .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uZdWAD7a1g .item .item-wrapper {
    display: block;
  }
}
.cid-uZdWAD7a1g .item .item-wrapper .item-content {
  width: 60%;
  padding: 64px 32px 64px 64px;
}
@media (max-width: 1440px) {
  .cid-uZdWAD7a1g .item .item-wrapper .item-content {
    padding: 64px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uZdWAD7a1g .item .item-wrapper .item-content {
    padding: 46px 22px;
    width: 100%;
  }
}
.cid-uZdWAD7a1g .item .item-wrapper .item-content .item-title_1,
.cid-uZdWAD7a1g .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 16px;
}
.cid-uZdWAD7a1g .item .item-wrapper .item-content .item-text_1,
.cid-uZdWAD7a1g .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 16px;
}
.cid-uZdWAD7a1g .item .item-wrapper .item-img {
  width: 40%;
  overflow: hidden;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uZdWAD7a1g .item .item-wrapper .item-img {
    width: 100%;
  }
}
.cid-uZdWAD7a1g .item .item-wrapper .item-img img {
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uZdWAD7a1g .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uZdWAD7a1g .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uZdWAD7a1g .item .card_2 {
  background-color: #e3bdf3;
}
.cid-uZdWAD7a1g .mbr-section-title {
  color: #212529;
  text-align: center;
}
.cid-uZdWAD7a1g .item-title_1 {
  color: #000000;
}
.cid-uZdWAD7a1g .item-title_2 {
  color: #000000;
}
.cid-uZdWAD7a1g .item-text_1 {
  color: #ffffff;
}
.cid-uZdWAD7a1g .item-text_2 {
  color: #12b82e;
}
.cid-uZdWAD7a1g .item-text_1,
.cid-uZdWAD7a1g .mbr-section-btn {
  color: #000000;
}
.cid-uZdWAD7a1g .item-text_2,
.cid-uZdWAD7a1g .mbr-section-btn {
  color: #000000;
}
.cid-uVYLILMMSX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYLILMMSX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYLILMMSX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYLILMMSX .container {
  border-top: 1px solid #e3bdf3;
  border-bottom: 1px solid #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uVYLILMMSX .container {
    padding: 0 28px;
  }
}
.cid-uVYLILMMSX .row {
  margin: -1px 0 0 0;
}
.cid-uVYLILMMSX .card {
  padding: 50px 40px;
  justify-content: flex-end;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uVYLILMMSX .card {
    padding: 28px;
  }
}
.cid-uVYLILMMSX .card:first-child {
  border-right: 1px solid #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uVYLILMMSX .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #e3bdf3;
  }
}
.cid-uVYLILMMSX .card:last-child {
  border-right: none;
}
.cid-uVYLILMMSX .title-wrapper .icon-wrap {
  margin-bottom: 20px;
}
.cid-uVYLILMMSX .title-wrapper .icon-wrap .mbr-iconfont {
  font-size: 110px;
  color: #f2d122;
  display: inline-flex;
}
.cid-uVYLILMMSX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uVYLILMMSX .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uVYLILMMSX .image-wrapper img {
  min-height: 800px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uVYLILMMSX .image-wrapper img {
    min-height: auto;
    height: 350px;
  }
}
.cid-uVYLILMMSX .mbr-section-title {
  color: #000000;
}
.cid-uVYLILMMSX .mbr-text {
  color: #000000;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uVYaXsxLkk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYaXsxLkk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaXsxLkk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaXsxLkk .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVYaXsxLkk .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uVYaXsxLkk .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uVYaXsxLkk .title-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uVYaXsxLkk .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uVYaXsxLkk .items-wrapper .item {
  padding: 0 12px;
}
.cid-uVYaXsxLkk .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item {
    margin-bottom: 16px;
  }
}
.cid-uVYaXsxLkk .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uVYaXsxLkk .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .cid-uVYaXsxLkk .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .item-wrapper .item-content {
    width: 100%;
  }
}
.cid-uVYaXsxLkk .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uVYaXsxLkk .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.cid-uVYaXsxLkk .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .item-wrapper .item-content .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uVYaXsxLkk .item .item-wrapper .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uVYaXsxLkk .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-uVYaXsxLkk .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #ffffff;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.cid-uVYaXsxLkk .item .card_1 {
  background-color: #e3bdf3;
}
.cid-uVYaXsxLkk .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .card_1 .item-img img {
    transform: none;
  }
}
.cid-uVYaXsxLkk .item .card_2 {
  background-color: #d1e0be;
}
.cid-uVYaXsxLkk .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .card_2 .item-img img {
    transform: none;
  }
}
.cid-uVYaXsxLkk .item .card_3 {
  background-color: #e3bdf3;
}
.cid-uVYaXsxLkk .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .cid-uVYaXsxLkk .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .card_3 .item-content {
    width: 100%;
  }
}
.cid-uVYaXsxLkk .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .card_3 .item-img {
    width: 100%;
  }
}
.cid-uVYaXsxLkk .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.cid-uVYaXsxLkk .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uVYaXsxLkk .main-btn {
    margin-top: 16px;
  }
}
.cid-uVYaXsxLkk .mbr-section-title {
  color: #000c3f;
}
.cid-uVYaXsxLkk .mbr-text,
.cid-uVYaXsxLkk .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.cid-uVYaXsxLkk .mbr-section-title,
.cid-uVYaXsxLkk .main-btn {
  text-align: center;
}
.cid-uVYaXsxLkk .item-title {
  color: #000c3f;
}
.cid-uVYaXsxLkk .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uVYaXsxLkk .item-title,
.cid-uVYaXsxLkk .card-btn {
  text-align: center;
}
.cid-uVYaWZd7wn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYaWZd7wn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaWZd7wn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaWZd7wn .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVYaWZd7wn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVYaWZd7wn .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uVYaWZd7wn .items-wrapper .item {
  padding: 0 10px;
}
.cid-uVYaWZd7wn .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVYaWZd7wn .item {
    margin-bottom: 16px;
  }
}
.cid-uVYaWZd7wn .item .item-wrapper {
  padding: 10px;
  background-color: #e3bdf3;
  height: 100%;
}
.cid-uVYaWZd7wn .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVYaWZd7wn .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uVYaWZd7wn .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 992px) {
  .cid-uVYaWZd7wn .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uVYaWZd7wn .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVYaWZd7wn .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVYaWZd7wn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uVYaWZd7wn .item-title {
  color: #000c3f;
}
.cid-uVYaWZd7wn .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uVYaWZd7wn .item-title,
.cid-uVYaWZd7wn .mbr-section-btn {
  text-align: center;
}
.cid-uVYaVXYuYX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYaVXYuYX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaVXYuYX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaVXYuYX .items-wrapper {
  justify-content: center;
}
.cid-uVYaVXYuYX .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uVYaVXYuYX .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uVYaVXYuYX .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.cid-uVYaVXYuYX .title-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.cid-uVYaVXYuYX .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uVYaVXYuYX .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uVYaVXYuYX .item {
    margin-bottom: 16px;
  }
}
.cid-uVYaVXYuYX .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #e3bdf3;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .cid-uVYaVXYuYX .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.cid-uVYaVXYuYX .item .item-wrapper:hover,
.cid-uVYaVXYuYX .item .item-wrapper:focus {
  transform: rotate(0);
}
.cid-uVYaVXYuYX .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVYaVXYuYX .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uVYaVXYuYX .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .cid-uVYaVXYuYX .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uVYaVXYuYX .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVYaVXYuYX .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uVYaVXYuYX .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uVYaVXYuYX .item .card_2 {
    transform: rotate(0);
  }
}
.cid-uVYaVXYuYX .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uVYaVXYuYX .main-btn {
    margin-top: 16px;
  }
}
.cid-uVYaVXYuYX .mbr-section-title {
  color: #000c3f;
}
.cid-uVYaVXYuYX .mbr-section-title,
.cid-uVYaVXYuYX .icon-wrapper,
.cid-uVYaVXYuYX .main-btn {
  text-align: center;
}
.cid-uVYaVXYuYX .item-title {
  color: #000c3f;
}
.cid-uVYaVXYuYX .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uVYaVXYuYX .item-title,
.cid-uVYaVXYuYX .card-btn {
  text-align: center;
}
.cid-uVYaWyPqiP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uVYaWyPqiP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVYaWyPqiP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVYaWyPqiP .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uVYaWyPqiP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uVYaWyPqiP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
@media (max-width: 1440px) {
  .cid-uVYaWyPqiP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uVYaWyPqiP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uVYaWyPqiP .item {
    margin-bottom: 16px;
  }
}
.cid-uVYaWyPqiP .item .item-wrapper {
  padding: 10px;
  background-color: #e3bdf3;
}
@media (max-width: 1440px) {
  .cid-uVYaWyPqiP .item .item-wrapper {
    height: 100%;
  }
}
.cid-uVYaWyPqiP .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.cid-uVYaWyPqiP .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.cid-uVYaWyPqiP .item .item-wrapper .item-content {
  padding: 0 40px 20px;
}
@media (max-width: 1440px) {
  .cid-uVYaWyPqiP .item .item-wrapper .item-content {
    padding: 0 20px 20px;
  }
}
@media (max-width: 992px) {
  .cid-uVYaWyPqiP .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.cid-uVYaWyPqiP .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uVYaWyPqiP .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uVYaWyPqiP .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 12px 16px;
  }
}
.cid-uVYaWyPqiP .mbr-section-title {
  color: #000c3f;
  text-align: center;
}
.cid-uVYaWyPqiP .item-title {
  color: #000c3f;
}
.cid-uVYaWyPqiP .item-text {
  color: #000c3f;
  text-align: center;
}
.cid-uVYaWyPqiP .item-title,
.cid-uVYaWyPqiP .mbr-section-btn {
  text-align: center;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uZdXs9Z2xV {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uZdXs9Z2xV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdXs9Z2xV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdXs9Z2xV .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZdXs9Z2xV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZdXs9Z2xV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZdXs9Z2xV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uZdXs9Z2xV .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .item {
    margin-bottom: 20px;
  }
}
.cid-uZdXs9Z2xV .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZdXs9Z2xV .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uZdXs9Z2xV .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uZdXs9Z2xV .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZdXs9Z2xV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZdXs9Z2xV .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZdXs9Z2xV .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZdXs9Z2xV .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZdXs9Z2xV .btn-wrapper {
  margin-top: -6%;
}
.cid-uZdXs9Z2xV .mbr-section-title,
.cid-uZdXs9Z2xV .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZdXs9Z2xV .mbr-text,
.cid-uZdXs9Z2xV .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZdXs9Z2xV .card-title {
  color: #f1f5eb;
}
.cid-uZdXs9Z2xV .card-text {
  color: #51174c;
  text-align: center;
}
.cid-uZdXs9Z2xV .card-title,
.cid-uZdXs9Z2xV .mbr-section-btn {
  text-align: center;
}
.cid-uZdXtgkHj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uZdXtgkHj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdXtgkHj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdXtgkHj6 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uZdXtgkHj6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uZdXtgkHj6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uZdXtgkHj6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uZdXtgkHj6 .embla__slide .slide-content {
  width: 100%;
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 32px;
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 510px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-content .item-name {
  margin-bottom: 20px;
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-uZdXtgkHj6 .embla__slide .slide-content .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZdXtgkHj6 .embla__button--next,
.cid-uZdXtgkHj6 .embla__button--prev {
  display: flex;
}
.cid-uZdXtgkHj6 .embla__button {
  top: -8.4rem;
  width: 64px;
  height: 64px;
  font-size: 22px;
  background-color: #51174c !important;
  color: #e3bdf3 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  z-index: 2;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uZdXtgkHj6 .embla__button {
    top: 0;
  }
}
.cid-uZdXtgkHj6 .embla__button:hover {
  background-color: #e3bdf3 !important;
  color: #51174c !important;
}
.cid-uZdXtgkHj6 .embla__button.embla__button--prev {
  right: 72px;
}
.cid-uZdXtgkHj6 .embla__button.embla__button--next {
  right: 0;
}
.cid-uZdXtgkHj6 .embla {
  position: relative;
  width: 100%;
  padding-top: 8rem;
}
@media (max-width: 992px) {
  .cid-uZdXtgkHj6 .embla {
    padding-top: 6rem;
  }
}
@media (max-width: 992px) {
  .cid-uZdXtgkHj6 .embla {
    padding-top: 6rem;
  }
}
.cid-uZdXtgkHj6 .embla__viewport {
  overflow: visible;
  width: 100%;
  margin-right: 1rem;
}
.cid-uZdXtgkHj6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uZdXtgkHj6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uZdXtgkHj6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uZdXtgkHj6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uZdXtgkHj6 .mbr-section-title {
  color: #000c3f;
}
.cid-uZdXtgkHj6 .item-name {
  color: #000c3f;
}
.cid-uZdXtgkHj6 .item-text {
  color: #000c3f;
}
.cid-uZdXtgkHj6 .item-name,
.cid-uZdXtgkHj6 .mbr-section-btn {
  text-align: center;
}
.cid-uZdXQR5DHh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uZdXQR5DHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdXQR5DHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdXQR5DHh .card {
  justify-content: center;
}
.cid-uZdXQR5DHh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uZdXQR5DHh .content-wrapper .mbr-section-title {
    text-align: center;
  }
}
.cid-uZdXQR5DHh .content-wrapper .text-wrapper {
  margin-bottom: 30px;
}
.cid-uZdXQR5DHh .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uZdXQR5DHh .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 992px) {
  .cid-uZdXQR5DHh .content-wrapper .mbr-section-btn {
    text-align: center;
  }
}
.cid-uZdXQR5DHh .image-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uZdXQR5DHh .image-wrapper {
    margin-top: 30px;
    justify-content: center;
  }
}
.cid-uZdXQR5DHh .image-wrapper img {
  width: 640px;
  height: 640px;
  border-radius: 100% !important;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-uZdXQR5DHh .image-wrapper img {
    width: 440px;
    height: 440px;
  }
}
@media (max-width: 768px) {
  .cid-uZdXQR5DHh .image-wrapper img {
    width: 260px;
    height: 260px;
    margin: 0 auto;
  }
}
.cid-uZdXQR5DHh .mbr-section-title {
  color: #f24d4a;
}
.cid-uZdXQR5DHh .mbr-text {
  color: #f24d4a;
}
.cid-uZdXQR5DHh .mbr-section-title,
.cid-uZdXQR5DHh .mbr-section-btn {
  color: #000000;
}
.cid-uZdXQR5DHh .mbr-text,
.cid-uZdXQR5DHh .text-wrapper {
  color: #000000;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uZdXYPxZ67 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uZdXYPxZ67 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdXYPxZ67 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdXYPxZ67 .content-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uZdXYPxZ67 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uZdXYPxZ67 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uZdXYPxZ67 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-uZdXYPxZ67 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .item {
    margin-bottom: 20px;
  }
}
.cid-uZdXYPxZ67 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #e3bdf3;
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-uZdXYPxZ67 .item .item-wrapper .card-box {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .item .item-wrapper .card-box {
    margin-bottom: 20px;
  }
}
.cid-uZdXYPxZ67 .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uZdXYPxZ67 .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uZdXYPxZ67 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uZdXYPxZ67 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uZdXYPxZ67 .item .item-wrapper .item-img img {
  height: 250px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uZdXYPxZ67 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uZdXYPxZ67 .btn-wrapper {
  margin-top: -6%;
}
.cid-uZdXYPxZ67 .mbr-section-title,
.cid-uZdXYPxZ67 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZdXYPxZ67 .mbr-text,
.cid-uZdXYPxZ67 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uZdXYPxZ67 .card-title {
  color: #f1f5eb;
}
.cid-uZdXYPxZ67 .card-text {
  color: #51174c;
  text-align: center;
}
.cid-uZdXYPxZ67 .card-title,
.cid-uZdXYPxZ67 .mbr-section-btn {
  text-align: center;
}
.cid-uZdY0cpOYW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uZdY0cpOYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZdY0cpOYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZdY0cpOYW .container {
  max-width: 1280px;
}
.cid-uZdY0cpOYW .content-container {
  padding-top: 44px;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .content-container {
    padding-top: 0;
  }
}
.cid-uZdY0cpOYW .content-wrapper {
  background: #e3bdf3;
  padding: 0 4rem 4rem;
  min-height: 660px;
  border-radius: 4.17rem;
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 991px) {
  .cid-uZdY0cpOYW .content-wrapper {
    min-height: 455px;
  }
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .content-wrapper {
    padding: 4rem 6vw;
    grid-template-columns: 1fr;
  }
}
.cid-uZdY0cpOYW .text-wrapper {
  width: 100%;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-right: 20%;
  padding-top: 4rem;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .text-wrapper {
    margin-bottom: 24px;
    padding-top: 0;
    padding-right: 0;
  }
}
.cid-uZdY0cpOYW .card-title {
  color: #000000;
  margin-bottom: 80px;
}
.cid-uZdY0cpOYW .nav-tabs .nav-item.open .nav-link:focus,
.cid-uZdY0cpOYW .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-uZdY0cpOYW .nav-tabs {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-column-start: 1;
  grid-column-end: 2;
  padding-right: 20%;
  flex-wrap: wrap;
  border-bottom: none !important;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .nav-tabs {
    padding-right: 0;
  }
}
.cid-uZdY0cpOYW .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  width: max-content;
  margin: 6px 0 12px;
  padding-left: 0;
  max-width: 100%;
  transition: .2s;
}
.cid-uZdY0cpOYW .nav-item:hover {
  padding-left: 12px;
}
.cid-uZdY0cpOYW .nav-item:hover::before {
  left: 12px;
}
.cid-uZdY0cpOYW .nav-tabs .nav-link {
  transition: all .5s;
  border: none;
  border-radius: 0 !important;
}
.cid-uZdY0cpOYW .nav-tabs .nav-link:not(.active) {
  color: #ffffff;
}
.cid-uZdY0cpOYW .nav-link,
.cid-uZdY0cpOYW .nav-link.active {
  background-color: transparent;
  padding: 0;
}
.cid-uZdY0cpOYW .nav-tabs .nav-link.active {
  color: #51174c;
}
.cid-uZdY0cpOYW .tab-content {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .tab-content {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 1rem;
    margin-top: 40px;
  }
}
.cid-uZdY0cpOYW .tab-pane {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .tab-pane {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-uZdY0cpOYW .img-box {
  width: 100%;
  height: 100%;
}
.cid-uZdY0cpOYW .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: -44px;
  border-radius: 2.08rem;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .img-box img {
    margin-top: 0;
    aspect-ratio: 0.7;
  }
}
.cid-uZdY0cpOYW .custom-section-btn {
  background-image: linear-gradient(90deg, #e3bdf3 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #e3bdf3 99.93%);
}
.cid-uZdY0cpOYW .custom-section-btn::after {
  background-image: linear-gradient(90deg, #e3bdf3 2.76%, #ffaa5c 29.66%, #ff49c0 61%, #e3bdf3 99.93%);
}
.cid-uZdY0cpOYW .btn-container {
  width: 50%;
  padding-right: 4rem;
  margin-left: auto;
  margin-top: -3.5rem;
}
@media (max-width: 767px) {
  .cid-uZdY0cpOYW .btn-container {
    padding: 0 6vw;
    width: 100%;
  }
  .cid-uZdY0cpOYW .btn-container .custom-section-btn {
    width: 100%;
  }
  .cid-uZdY0cpOYW .btn-container .btn {
    width: 100%;
  }
}
.cid-uZdY0zCips {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e3bdf3;
}
.cid-uZdY0zCips .container {
  max-width: 1600px;
}
.cid-uZdY0zCips .row {
  justify-content: center;
}
.cid-uZdY0zCips .text-container {
  width: 100%;
  margin-bottom: 80px;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .text-container {
    margin-bottom: 50px;
  }
}
.cid-uZdY0zCips .mbr-section-title {
  color: #212132;
}
.cid-uZdY0zCips .mbr-section-subtitle {
  color: #212132;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .mbr-section-subtitle {
    margin-top: 1rem;
  }
}
.cid-uZdY0zCips .cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.83rem;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .cid-uZdY0zCips .cards-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cid-uZdY0zCips .card {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 1.67rem;
  overflow: hidden;
  background-color: #e3bdf3;
  transition: .18s all;
}
.cid-uZdY0zCips .card:hover {
  transform: scale(0.96);
}
.cid-uZdY0zCips .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 24px;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .card-wrapper {
    padding: 16px;
  }
}
.cid-uZdY0zCips .card-box {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .card-box {
    margin-bottom: 20px;
  }
}
.cid-uZdY0zCips .card-title {
  width: 100%;
  margin-bottom: 0;
  color: #212132;
  opacity: 0.6;
}
.cid-uZdY0zCips .card-text {
  width: 100%;
  color: #212132;
  margin-top: 12px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .card-text {
    margin-top: 8px;
  }
}
.cid-uZdY0zCips .mbr-section-btn {
  margin-top: 0.5rem;
}
.cid-uZdY0zCips .mbr-section-btn .btn {
  border: none !important;
  min-height: auto;
  min-width: auto;
}
.cid-uZdY0zCips .card-img {
  width: 100%;
  height: 288px;
  border-radius: 1.67rem;
  overflow: hidden;
  margin-top: auto;
}
@media (max-width: 991px) {
  .cid-uZdY0zCips .card-img {
    height: 375px;
  }
}
@media (max-width: 767px) {
  .cid-uZdY0zCips .card-img {
    height: auto;
  }
}
.cid-uZdY0zCips .card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.cid-uZdY0zCips .card-title,
.cid-uZdY0zCips .mbr-section-btn {
  color: #51174c;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
.cid-uZdQkNTrJr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.cid-uZdQkNTrJr nav.navbar {
  position: fixed;
}
.cid-uZdQkNTrJr .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uZdQkNTrJr .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uZdQkNTrJr .dropdown-item {
  border: none !important;
  background: #51174c !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .dropdown-item:hover,
.cid-uZdQkNTrJr .dropdown-item:focus {
  background: #51174c !important;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item:hover span {
  color: white;
}
.cid-uZdQkNTrJr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uZdQkNTrJr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uZdQkNTrJr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uZdQkNTrJr .nav-link {
  position: relative;
}
.cid-uZdQkNTrJr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .container {
    flex-wrap: nowrap;
  }
}
.cid-uZdQkNTrJr .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-uZdQkNTrJr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uZdQkNTrJr .dropdown-menu,
.cid-uZdQkNTrJr .navbar.opened {
  background: #51174c !important;
}
.cid-uZdQkNTrJr .nav-item:focus,
.cid-uZdQkNTrJr .nav-link:focus {
  outline: none;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uZdQkNTrJr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uZdQkNTrJr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uZdQkNTrJr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-uZdQkNTrJr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #51174c;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-uZdQkNTrJr .navbar.opened {
  transition: all 0.3s;
}
.cid-uZdQkNTrJr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uZdQkNTrJr .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-uZdQkNTrJr .navbar .navbar-logo img {
  width: auto;
}
.cid-uZdQkNTrJr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uZdQkNTrJr .navbar.collapsed {
  justify-content: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uZdQkNTrJr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uZdQkNTrJr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.1rem);
  }
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uZdQkNTrJr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uZdQkNTrJr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uZdQkNTrJr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uZdQkNTrJr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uZdQkNTrJr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uZdQkNTrJr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-uZdQkNTrJr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uZdQkNTrJr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uZdQkNTrJr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uZdQkNTrJr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uZdQkNTrJr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .dropdown-item.active,
.cid-uZdQkNTrJr .dropdown-item:active {
  background-color: transparent;
}
.cid-uZdQkNTrJr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uZdQkNTrJr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #51174c;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uZdQkNTrJr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uZdQkNTrJr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uZdQkNTrJr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uZdQkNTrJr .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uZdQkNTrJr .navbar-buttons {
    text-align: left;
  }
}
.cid-uZdQkNTrJr .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uZdQkNTrJr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uZdQkNTrJr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #51174c !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uZdQkNTrJr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uZdQkNTrJr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uZdQkNTrJr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uZdQkNTrJr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uZdQkNTrJr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uZdQkNTrJr .navbar {
    height: 70px;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    height: auto;
  }
  .cid-uZdQkNTrJr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uZdQkNTrJr .navbar-nav {
  margin: 0 auto;
}
.cid-uZdQkNTrJr .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uZdQkNTrJr .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uZdQkNTrJr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover {
  background-color: transparent;
  color: #ffffff !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-uZdQkNTrJr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uZdQkNTrJr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uZdQkNTrJr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uZdQkNTrJr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uZdQkNTrJr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uZdQkNTrJr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uZdQkNTrJr .content-wrap {
  min-height: 110px;
}
.cid-uZdZ9SBVe3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e3bdf3;
}
.cid-uZdZ9SBVe3 img,
.cid-uZdZ9SBVe3 .item-img {
  width: 100%;
}
.cid-uZdZ9SBVe3 .item:focus,
.cid-uZdZ9SBVe3 span:focus {
  outline: none;
}
.cid-uZdZ9SBVe3 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uZdZ9SBVe3 .item-wrapper {
  position: relative;
  border-radius: 10px;
  background: #e3bdf3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZdZ9SBVe3 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZdZ9SBVe3 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZdZ9SBVe3 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZdZ9SBVe3 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZdZ9SBVe3 .btn-primary {
  margin: 0;
}
.cid-uZdZ9SBVe3 .mbr-section-title {
  color: #ffffff;
  text-align: left;
}
.cid-uZdZ9SBVe3 .mbr-text,
.cid-uZdZ9SBVe3 .mbr-section-btn {
  text-align: center;
}
.cid-uZdZ9SBVe3 .mbr-text {
  margin-bottom: 0;
  color: #3F424E;
}
.cid-uZdZ9SBVe3 .mbr-section-btn {
  padding-bottom: 20px;
}
.cid-uZdZ9SBVe3 .item-title {
  text-align: center;
  margin: 0;
  color: #51174c;
}
.cid-uZdZ9SBVe3 .mbr-section-subtitle {
  color: #ffffff;
  margin-top: 20px;
  text-align: left;
}
.cid-uZdZ9SBVe3 .content-margin {
  margin-top: 50px;
}
.cid-uZdZ9SBVe3 .btn {
  margin-top: 10px;
  margin-bottom: 0px;
}
.cid-uZdZ9SBVe3 .item-footer {
  padding: 0;
  margin: 0;
}
.cid-uZdZaI3z0q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #e3bdf3;
}
.cid-uZdZaI3z0q img,
.cid-uZdZaI3z0q .item-img {
  width: 100%;
}
.cid-uZdZaI3z0q .item:focus,
.cid-uZdZaI3z0q span:focus {
  outline: none;
}
.cid-uZdZaI3z0q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uZdZaI3z0q .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #e3bdf3;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uZdZaI3z0q .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uZdZaI3z0q .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uZdZaI3z0q .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uZdZaI3z0q .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uZdZaI3z0q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uZdZaI3z0q .mbr-section-title {
  color: #ffffff;
}
.cid-uZdZaI3z0q .mbr-text,
.cid-uZdZaI3z0q .mbr-section-btn {
  text-align: center;
}
.cid-uZdZaI3z0q .item-title {
  text-align: center;
}
.cid-uZdZaI3z0q .item-subtitle {
  text-align: left;
}
.cid-uVYYi1IDdo {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #51174c;
  overflow: hidden;
}
.cid-uVYYi1IDdo .media-container-row .mbr-text {
  color: #e3bdf3;
}
