.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.4rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #b398f9 !important;
}
.bg-success {
  background-color: #cff5fb !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b398f9 !important;
  border-color: #b398f9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7746f4 !important;
  border-color: #7746f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7746f4 !important;
  border-color: #7746f4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6d6b6e !important;
  border-color: #6d6b6e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #414042 !important;
  border-color: #414042 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #414042 !important;
  border-color: #414042 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #cff5fb !important;
  border-color: #cff5fb !important;
  color: #10a4bb !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #095e6b !important;
  background-color: #7fe4f4 !important;
  border-color: #7fe4f4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #10a4bb !important;
  background-color: #7fe4f4 !important;
  border-color: #7fe4f4 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b398f9;
  color: #b398f9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7746f4 !important;
  background-color: transparent!important;
  border-color: #7746f4 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b398f9 !important;
  border-color: #b398f9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6d6b6e;
  color: #6d6b6e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #414042 !important;
  background-color: transparent!important;
  border-color: #414042 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6d6b6e !important;
  border-color: #6d6b6e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #cff5fb;
  color: #cff5fb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7fe4f4 !important;
  background-color: transparent!important;
  border-color: #7fe4f4 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #10a4bb !important;
  background-color: #cff5fb !important;
  border-color: #cff5fb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: #ffd10a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: #ff5f0f !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b398f9 !important;
}
.text-secondary {
  color: #6d6b6e !important;
}
.text-success {
  color: #cff5fb !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6c38f3 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3a393a !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #71e1f3 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #b398f9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b398f9;
  border-color: #b398f9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b398f9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #b398f9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #b398f9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b398f9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b398f9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #b398f9;
  border-bottom-color: #b398f9;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #b398f9 !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: #6d6b6e !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='%23b398f9' %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;
}
.cid-sFGMfPD7iT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-10-1920x1280.jpeg");
}
.cid-sFGMfPD7iT .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-sFGMfPD7iT .mbr-text,
.cid-sFGMfPD7iT .mbr-section-btn {
  text-align: center;
  color: #fff0b0;
}
.cid-sFGMfPD7iT .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-ty8get7iY8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-1800x1308.png");
}
.cid-ty8get7iY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty8get7iY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty8get7iY8 .number-wrap {
  color: #353535;
  text-align: center;
}
.cid-ty8get7iY8 .number {
  color: #b398f9;
}
.cid-ty8get7iY8 .period {
  display: block;
}
.cid-ty8get7iY8 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-ty8get7iY8 .period {
    font-size: 0.8rem;
  }
}
.cid-ty8get7iY8 .btn {
  height: 100%;
  margin: 0;
}
.cid-ty8get7iY8 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-ty8get7iY8 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-ty8get7iY8 .icons-menu .soc-item .mbr-iconfont {
  font-size: 2rem;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b398f9;
  border: 2px solid #b398f9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-ty8get7iY8 .icons-menu .soc-item .mbr-iconfont:before {
  padding: 0.6rem;
}
.cid-ty8get7iY8 .icons-menu .soc-item .mbr-iconfont:hover {
  background-color: #b398f9;
  color: #ffffff;
}
.cid-ty8get7iY8 .mbr-text,
.cid-ty8get7iY8 .mbr-section-btn {
  color: #8a5eaf;
}
.cid-ty8get7iY8 H3 {
  color: #232323;
}
.cid-sFGNHRkFsi {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fcf8ff;
}
.cid-sFGNHRkFsi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-sFGNHRkFsi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sFGNHRkFsi .mbr-iconfont {
  font-size: 4rem;
  color: #8a5eaf;
  padding-right: 1.5rem;
}
.cid-sFGNHRkFsi .card-title {
  color: #b398f9;
}
.cid-sFGNHRkFsi .card-text {
  color: #6d6b6e;
}
.cid-sFGOTvnvck {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sFGOTvnvck .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sFGOTvnvck .card {
    margin-bottom: 2rem!important;
  }
  .cid-sFGOTvnvck .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sFGOTvnvck .link-wrap {
    align-items: center;
  }
}
.cid-sFGOTvnvck .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sFGOTvnvck .mbr-text,
.cid-sFGOTvnvck .link-wrap,
.cid-sFGOTvnvck .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-sFGOTvnvck .card-title,
.cid-sFGOTvnvck .card-box {
  color: #b398f9;
}
.cid-tDBcjjgmjE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDBcjjgmjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDBcjjgmjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDBcjjgmjE .item {
  padding-bottom: 2rem;
}
.cid-tDBcjjgmjE .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDBcjjgmjE .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDBcjjgmjE .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDBcjjgmjE .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDBcjjgmjE .carousel-control,
.cid-tDBcjjgmjE .close {
  background: #1b1b1b;
}
.cid-tDBcjjgmjE .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDBcjjgmjE .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDBcjjgmjE .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDBcjjgmjE .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDBcjjgmjE .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDBcjjgmjE .close::before {
  content: '\e91a';
}
.cid-tDBcjjgmjE .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDBcjjgmjE .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDBcjjgmjE .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDBcjjgmjE .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDBcjjgmjE .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDBcjjgmjE .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDBcjjgmjE .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDBcjjgmjE .carousel-indicators li.active,
.cid-tDBcjjgmjE .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDBcjjgmjE .carousel-indicators li::after,
.cid-tDBcjjgmjE .carousel-indicators li::before {
  content: none;
}
.cid-tDBcjjgmjE .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDBcjjgmjE .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDBcjjgmjE .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDBcjjgmjE .carousel-indicators {
    display: none;
  }
}
.cid-tDBcjjgmjE .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDBcjjgmjE .carousel-inner > .active {
  display: block;
}
.cid-tDBcjjgmjE .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDBcjjgmjE .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDBcjjgmjE .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDBcjjgmjE .carousel-control,
  .cid-tDBcjjgmjE .carousel-indicators,
  .cid-tDBcjjgmjE .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDBcjjgmjE .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDBcjjgmjE .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDBcjjgmjE .carousel-indicators .active,
.cid-tDBcjjgmjE .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDBcjjgmjE .carousel-indicators .active {
  background: #fff;
}
.cid-tDBcjjgmjE .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDBcjjgmjE .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDBcjjgmjE .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDBcjjgmjE .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDBcjjgmjE .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDBcjjgmjE .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDBcjjgmjE .carousel {
  width: 100%;
}
.cid-tDBcjjgmjE .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDBcjjgmjE .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDBcjjgmjE .modal.fade .modal-dialog,
.cid-tDBcjjgmjE .modal.in .modal-dialog {
  transform: none;
}
.cid-tDBcjjgmjE .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDBcjjgmjE H6 {
  text-align: center;
}
.cid-tDBcjjgmjE H3 {
  color: #b398f9;
}
.cid-ty917oDxam {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ty917oDxam .mbr-fallback-image.disabled {
  display: none;
}
.cid-ty917oDxam .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ty917oDxam .item {
  padding-bottom: 2rem;
}
.cid-ty917oDxam .item-wrapper {
  position: relative;
}
.cid-ty917oDxam .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ty917oDxam .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ty917oDxam .carousel-control,
.cid-ty917oDxam .close {
  background: #1b1b1b;
}
.cid-ty917oDxam .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ty917oDxam .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ty917oDxam .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ty917oDxam .carousel-control-next span {
  margin-left: 5px;
}
.cid-ty917oDxam .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ty917oDxam .close::before {
  content: '\e91a';
}
.cid-ty917oDxam .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ty917oDxam .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ty917oDxam .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ty917oDxam .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ty917oDxam .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ty917oDxam .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ty917oDxam .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ty917oDxam .carousel-indicators li.active,
.cid-ty917oDxam .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ty917oDxam .carousel-indicators li::after,
.cid-ty917oDxam .carousel-indicators li::before {
  content: none;
}
.cid-ty917oDxam .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ty917oDxam .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ty917oDxam .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ty917oDxam .carousel-indicators {
    display: none;
  }
}
.cid-ty917oDxam .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ty917oDxam .carousel-inner > .active {
  display: block;
}
.cid-ty917oDxam .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ty917oDxam .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ty917oDxam .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ty917oDxam .carousel-control,
  .cid-ty917oDxam .carousel-indicators,
  .cid-ty917oDxam .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ty917oDxam .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ty917oDxam .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ty917oDxam .carousel-indicators .active,
.cid-ty917oDxam .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ty917oDxam .carousel-indicators .active {
  background: #fff;
}
.cid-ty917oDxam .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ty917oDxam .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ty917oDxam .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ty917oDxam .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ty917oDxam .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ty917oDxam .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ty917oDxam .carousel {
  width: 100%;
}
.cid-ty917oDxam .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ty917oDxam .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ty917oDxam .modal.fade .modal-dialog,
.cid-ty917oDxam .modal.in .modal-dialog {
  transform: none;
}
.cid-ty917oDxam .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ty917oDxam H6 {
  text-align: center;
}
.cid-ty917oDxam H3 {
  color: #b398f9;
}
.cid-tP0IyXI7OX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #fdf9ff;
}
.cid-tP0IyXI7OX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP0IyXI7OX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP0IyXI7OX .item {
  padding-bottom: 2rem;
}
.cid-tP0IyXI7OX .item-wrapper {
  position: relative;
}
.cid-tP0IyXI7OX .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tP0IyXI7OX .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tP0IyXI7OX .carousel-control,
.cid-tP0IyXI7OX .close {
  background: #1b1b1b;
}
.cid-tP0IyXI7OX .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tP0IyXI7OX .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tP0IyXI7OX .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tP0IyXI7OX .carousel-control-next span {
  margin-left: 5px;
}
.cid-tP0IyXI7OX .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tP0IyXI7OX .close::before {
  content: '\e91a';
}
.cid-tP0IyXI7OX .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tP0IyXI7OX .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tP0IyXI7OX .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP0IyXI7OX .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP0IyXI7OX .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tP0IyXI7OX .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tP0IyXI7OX .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tP0IyXI7OX .carousel-indicators li.active,
.cid-tP0IyXI7OX .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tP0IyXI7OX .carousel-indicators li::after,
.cid-tP0IyXI7OX .carousel-indicators li::before {
  content: none;
}
.cid-tP0IyXI7OX .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tP0IyXI7OX .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tP0IyXI7OX .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tP0IyXI7OX .carousel-indicators {
    display: none;
  }
}
.cid-tP0IyXI7OX .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tP0IyXI7OX .carousel-inner > .active {
  display: block;
}
.cid-tP0IyXI7OX .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP0IyXI7OX .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tP0IyXI7OX .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tP0IyXI7OX .carousel-control,
  .cid-tP0IyXI7OX .carousel-indicators,
  .cid-tP0IyXI7OX .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tP0IyXI7OX .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tP0IyXI7OX .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tP0IyXI7OX .carousel-indicators .active,
.cid-tP0IyXI7OX .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tP0IyXI7OX .carousel-indicators .active {
  background: #fff;
}
.cid-tP0IyXI7OX .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tP0IyXI7OX .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tP0IyXI7OX .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tP0IyXI7OX .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tP0IyXI7OX .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tP0IyXI7OX .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tP0IyXI7OX .carousel {
  width: 100%;
}
.cid-tP0IyXI7OX .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tP0IyXI7OX .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tP0IyXI7OX .modal.fade .modal-dialog,
.cid-tP0IyXI7OX .modal.in .modal-dialog {
  transform: none;
}
.cid-tP0IyXI7OX .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tP0IyXI7OX H6 {
  text-align: center;
}
.cid-tP0IyXI7OX H3 {
  color: #6006ac;
}
.cid-tbZrEZnhq8 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbZrEZnhq8 blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-tbZrEZnhq8 .mbr-text {
  color: #6d6b6e;
}
.cid-sFGVxOqzIN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-sFGVxOqzIN .media-container-row {
  justify-content: space-between;
}
.cid-sFGVxOqzIN .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .text-content {
    max-width: none;
  }
}
.cid-sFGVxOqzIN .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b398f9;
  border: 2px solid #b398f9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-sFGVxOqzIN .mbr-iconfont-social:hover {
  background-color: #b398f9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-sFGVxOqzIN .icons {
    justify-content: center !important;
  }
  .cid-sFGVxOqzIN .text-content * {
    text-align: center;
  }
}
.cid-sFGVxOqzIN .mbr-section-title {
  color: #8a5eaf;
}
.cid-sFGVxOqzIN P {
  color: #6d6b6e;
}
.cid-tf6rkmCo2O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-tf6rkmCo2O .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tf6rkmCo2O .mbr-text {
  color: #f3e9fb;
}
.cid-tbY31nbiiC {
  padding-top: 20rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-tbY31nbiiC .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tbY31nbiiC .mbr-text,
.cid-tbY31nbiiC .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-tbYa7gsDVW {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbYa7gsDVW .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-tbYa7gsDVW .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-tbYa7gsDVW .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbYa7gsDVW .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #b398f9;
  transition: all 0.3s;
}
.cid-tbYa7gsDVW .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #b398f9;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-tbYa7gsDVW .social-row .soc-item:hover {
  background-color: #b398f9;
}
.cid-tbYa7gsDVW .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-tbYa7gsDVW .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-tbYa7gsDVW .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tbYa7gsDVW .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-tbYa7gsDVW .card-title {
  color: #b398f9;
}
.cid-tbYa7gsDVW .card-subtitle {
  color: #6d6b6e;
}
.cid-tbYa7gsDVW .mbr-text,
.cid-tbYa7gsDVW .social-row {
  color: #6d6b6e;
}
.cid-tbZ4GqGFJb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbZ4GqGFJb blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-tbZ4GqGFJb .mbr-text {
  color: #6d6b6e;
}
.cid-tbZaiOY9i1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbZaiOY9i1 .mbr-section-title {
  color: #8a5eaf;
}
.cid-tbZaiOY9i1 .mbr-section-subtitle {
  color: #6d6b6e;
}
.cid-tbZ91cOGaC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-tbZ91cOGaC .carousel {
    min-height: 600px;
  }
  .cid-tbZ91cOGaC .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tbZ91cOGaC .carousel {
    min-height: 390px;
  }
  .cid-tbZ91cOGaC .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-tbZ91cOGaC .carousel {
    min-height: 330px;
  }
  .cid-tbZ91cOGaC .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-tbZ91cOGaC .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-tbZ91cOGaC .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-tbZ91cOGaC .carousel,
.cid-tbZ91cOGaC .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tbZ91cOGaC .item-wrapper {
  width: 100%;
}
.cid-tbZ91cOGaC .carousel-caption {
  bottom: 40px;
}
.cid-tbZ91cOGaC .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-tbZ91cOGaC .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-tbZ91cOGaC .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-tbZ91cOGaC .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-tbZ91cOGaC .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tbZ91cOGaC .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tbZ91cOGaC .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tbZ91cOGaC .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tbZ91cOGaC .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-tbZ91cOGaC .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tbZ91cOGaC .carousel-indicators li.active,
.cid-tbZ91cOGaC .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tbZ91cOGaC .carousel-indicators li::after,
.cid-tbZ91cOGaC .carousel-indicators li::before {
  content: none;
}
.cid-tbZ91cOGaC .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tbZ91cOGaC .carousel-indicators {
    display: none !important;
  }
}
.cid-tbY31qlhR5 {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tbY31qlhR5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbY31qlhR5 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tbY31qlhR5 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tbY31qlhR5 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tbY31qlhR5 textarea {
  min-height: 10rem;
}
.cid-tbY31qlhR5 .mbr-section-title {
  color: #8a5eaf;
}
.cid-tf6qLu9Rk7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tf6qLu9Rk7 .media-container-row {
  justify-content: space-between;
}
.cid-tf6qLu9Rk7 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tf6qLu9Rk7 .text-content {
    max-width: none;
  }
}
.cid-tf6qLu9Rk7 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #8a5eaf;
  border: 2px solid #8a5eaf;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tf6qLu9Rk7 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tf6qLu9Rk7 .mbr-iconfont-social:hover {
  background-color: #8a5eaf;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tf6qLu9Rk7 .icons {
    justify-content: center !important;
  }
  .cid-tf6qLu9Rk7 .text-content * {
    text-align: center;
  }
}
.cid-tf6qLu9Rk7 .mbr-section-title {
  color: #8a5eaf;
}
.cid-tf6qLu9Rk7 P {
  color: #6d6b6e;
}
.cid-tf6py0TwQN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-tf6py0TwQN .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tf6py0TwQN .mbr-text {
  color: #f3e9fb;
}
.cid-tbY36mN9iP {
  padding-top: 20rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-tbY36mN9iP .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tbY36mN9iP .mbr-text,
.cid-tbY36mN9iP .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-tbY36nojud {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbY36nojud .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tbY36nojud .card {
    margin-bottom: 2rem!important;
  }
  .cid-tbY36nojud .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tbY36nojud .link-wrap {
    align-items: center;
  }
}
.cid-tbY36nojud .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tbY36nojud .mbr-text,
.cid-tbY36nojud .link-wrap,
.cid-tbY36nojud .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tbY36nojud .card-title,
.cid-tbY36nojud .card-box {
  color: #b398f9;
}
.cid-tbYqgghEZt {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tbYqgghEZt ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tbYqgghEZt li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tbYqgghEZt ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #8a5eaf;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tbYqgghEZt H3 {
  color: #b398f9;
}
.cid-tbYqgghEZt .list {
  color: #6d6b6e;
}
.cid-tbZ3R8JraC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tbZ3R8JraC blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-tbZ3R8JraC .mbr-text {
  text-align: left;
  color: #6d6b6e;
}
.cid-tbY36oR4Qa {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tbY36oR4Qa .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tbY36oR4Qa form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tbY36oR4Qa form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tbY36oR4Qa form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tbY36oR4Qa textarea {
  min-height: 10rem;
}
.cid-tbY36oR4Qa .mbr-section-title {
  color: #b398f9;
}
.cid-tc0lGo13I7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #ffffff;
}
.cid-tc0lGo13I7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tc0lGo13I7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tc0lGo13I7 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tc0lGo13I7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tc0lGo13I7 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tc0lGo13I7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tc0lGo13I7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tc0lGo13I7 .mbr-section-title {
  color: #b398f9;
}
.cid-tbY36p6pkz {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tbY36p6pkz .media-container-row {
  justify-content: space-between;
}
.cid-tbY36p6pkz .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tbY36p6pkz .text-content {
    max-width: none;
  }
}
.cid-tbY36p6pkz .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b398f9;
  border: 2px solid #b398f9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tbY36p6pkz .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tbY36p6pkz .mbr-iconfont-social:hover {
  background-color: #b398f9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tbY36p6pkz .icons {
    justify-content: center !important;
  }
  .cid-tbY36p6pkz .text-content * {
    text-align: center;
  }
}
.cid-tbY36p6pkz .mbr-section-title {
  color: #b398f9;
}
.cid-tbY36p6pkz P {
  color: #6d6b6e;
}
.cid-tf6rdycitl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-tf6rdycitl .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tf6rdycitl .mbr-text {
  color: #f3e9fb;
}
.cid-tqAh2QSoDJ {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-tqAh2QSoDJ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqAh2QSoDJ .mbr-text,
.cid-tqAh2QSoDJ .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-tqAW1hbT0n {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tqAW1hbT0n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAW1hbT0n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqAW1hbT0n ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tqAW1hbT0n li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tqAW1hbT0n ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tqAW1hbT0n H3 {
  color: #b398f9;
}
.cid-tqB2evVqxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqB2evVqxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqB2evVqxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqB2evVqxH ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tqB2evVqxH li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tqB2evVqxH ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #6592e6;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tqB2evVqxH H3 {
  color: #b398f9;
}
.cid-tqAZMp8SGu {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-tqAZMp8SGu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqAZMp8SGu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tqAZMp8SGu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tqAZMp8SGu img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tqAZMp8SGu .text-wrapper {
    padding: 2rem;
  }
}
.cid-tqAZMp8SGu .mbr-section-title {
  color: #b398f9;
}
.cid-tsiHgUXGGX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fcf8ff;
}
.cid-tsiHgUXGGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsiHgUXGGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsiHgUXGGX ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-tsiHgUXGGX li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-tsiHgUXGGX ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #b398f9;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-tsiHgUXGGX H3 {
  color: #b398f9;
}
.cid-tqAh2Sjbt2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqAh2Sjbt2 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqAh2Sjbt2 form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqAh2Sjbt2 form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqAh2Sjbt2 form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqAh2Sjbt2 textarea {
  min-height: 10rem;
}
.cid-tqAh2Sjbt2 .mbr-section-title {
  color: #8a5eaf;
}
.cid-tqAh2SxXMo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqAh2SxXMo .media-container-row {
  justify-content: space-between;
}
.cid-tqAh2SxXMo .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tqAh2SxXMo .text-content {
    max-width: none;
  }
}
.cid-tqAh2SxXMo .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b398f9;
  border: 2px solid #b398f9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tqAh2SxXMo .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tqAh2SxXMo .mbr-iconfont-social:hover {
  background-color: #b398f9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tqAh2SxXMo .icons {
    justify-content: center !important;
  }
  .cid-tqAh2SxXMo .text-content * {
    text-align: center;
  }
}
.cid-tqAh2SxXMo .mbr-section-title {
  color: #8a5eaf;
}
.cid-tqAh2SxXMo P {
  color: #6d6b6e;
}
.cid-tqAh2STdYb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-tqAh2STdYb .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqAh2STdYb .mbr-text {
  color: #f3e9fb;
}
.cid-tqBszfUviD {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-tqBszfUviD .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tqBszfUviD .mbr-text,
.cid-tqBszfUviD .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-tqBszgKdob {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqBszgKdob .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tqBszgKdob .card {
    margin-bottom: 2rem!important;
  }
  .cid-tqBszgKdob .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tqBszgKdob .link-wrap {
    align-items: center;
  }
}
.cid-tqBszgKdob .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tqBszgKdob .mbr-text,
.cid-tqBszgKdob .link-wrap,
.cid-tqBszgKdob .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tqBszgKdob .card-title,
.cid-tqBszgKdob .card-box {
  color: #b398f9;
}
.cid-uUl0dFQhyl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUl0dFQhyl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUl0dFQhyl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUl0dFQhyl .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUl0dFQhyl img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUl0dFQhyl .text-wrapper {
    padding: 2rem;
  }
}
.cid-tDBok5bHJd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tDBok5bHJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDBok5bHJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDBok5bHJd .item {
  padding-bottom: 2rem;
}
.cid-tDBok5bHJd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-tDBok5bHJd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-tDBok5bHJd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tDBok5bHJd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tDBok5bHJd .carousel-control,
.cid-tDBok5bHJd .close {
  background: #1b1b1b;
}
.cid-tDBok5bHJd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tDBok5bHJd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tDBok5bHJd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tDBok5bHJd .carousel-control-next span {
  margin-left: 5px;
}
.cid-tDBok5bHJd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tDBok5bHJd .close::before {
  content: '\e91a';
}
.cid-tDBok5bHJd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tDBok5bHJd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tDBok5bHJd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDBok5bHJd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tDBok5bHJd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tDBok5bHJd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tDBok5bHJd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tDBok5bHJd .carousel-indicators li.active,
.cid-tDBok5bHJd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tDBok5bHJd .carousel-indicators li::after,
.cid-tDBok5bHJd .carousel-indicators li::before {
  content: none;
}
.cid-tDBok5bHJd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tDBok5bHJd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tDBok5bHJd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tDBok5bHJd .carousel-indicators {
    display: none;
  }
}
.cid-tDBok5bHJd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tDBok5bHJd .carousel-inner > .active {
  display: block;
}
.cid-tDBok5bHJd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tDBok5bHJd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tDBok5bHJd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tDBok5bHJd .carousel-control,
  .cid-tDBok5bHJd .carousel-indicators,
  .cid-tDBok5bHJd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tDBok5bHJd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tDBok5bHJd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tDBok5bHJd .carousel-indicators .active,
.cid-tDBok5bHJd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tDBok5bHJd .carousel-indicators .active {
  background: #fff;
}
.cid-tDBok5bHJd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tDBok5bHJd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tDBok5bHJd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tDBok5bHJd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tDBok5bHJd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tDBok5bHJd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tDBok5bHJd .carousel {
  width: 100%;
}
.cid-tDBok5bHJd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tDBok5bHJd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tDBok5bHJd .modal.fade .modal-dialog,
.cid-tDBok5bHJd .modal.in .modal-dialog {
  transform: none;
}
.cid-tDBok5bHJd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tDBok5bHJd H6 {
  text-align: center;
}
.cid-tDBok5bHJd H3 {
  color: #b398f9;
}
.cid-tDBok5bHJd H4 {
  color: #8a5eaf;
}
.cid-ufjOEiV7k1 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufjOEiV7k1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufjOEiV7k1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufjOEiV7k1 .item {
  padding-bottom: 2rem;
}
.cid-ufjOEiV7k1 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-ufjOEiV7k1 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-ufjOEiV7k1 .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-ufjOEiV7k1 .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-ufjOEiV7k1 .carousel-control,
.cid-ufjOEiV7k1 .close {
  background: #1b1b1b;
}
.cid-ufjOEiV7k1 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-ufjOEiV7k1 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-ufjOEiV7k1 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-ufjOEiV7k1 .carousel-control-next span {
  margin-left: 5px;
}
.cid-ufjOEiV7k1 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-ufjOEiV7k1 .close::before {
  content: '\e91a';
}
.cid-ufjOEiV7k1 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-ufjOEiV7k1 .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ufjOEiV7k1 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufjOEiV7k1 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-ufjOEiV7k1 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-ufjOEiV7k1 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-ufjOEiV7k1 .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-ufjOEiV7k1 .carousel-indicators li.active,
.cid-ufjOEiV7k1 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-ufjOEiV7k1 .carousel-indicators li::after,
.cid-ufjOEiV7k1 .carousel-indicators li::before {
  content: none;
}
.cid-ufjOEiV7k1 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-ufjOEiV7k1 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-ufjOEiV7k1 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-ufjOEiV7k1 .carousel-indicators {
    display: none;
  }
}
.cid-ufjOEiV7k1 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-ufjOEiV7k1 .carousel-inner > .active {
  display: block;
}
.cid-ufjOEiV7k1 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-ufjOEiV7k1 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-ufjOEiV7k1 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-ufjOEiV7k1 .carousel-control,
  .cid-ufjOEiV7k1 .carousel-indicators,
  .cid-ufjOEiV7k1 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-ufjOEiV7k1 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-ufjOEiV7k1 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-ufjOEiV7k1 .carousel-indicators .active,
.cid-ufjOEiV7k1 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-ufjOEiV7k1 .carousel-indicators .active {
  background: #fff;
}
.cid-ufjOEiV7k1 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-ufjOEiV7k1 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-ufjOEiV7k1 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-ufjOEiV7k1 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-ufjOEiV7k1 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-ufjOEiV7k1 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-ufjOEiV7k1 .carousel {
  width: 100%;
}
.cid-ufjOEiV7k1 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-ufjOEiV7k1 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-ufjOEiV7k1 .modal.fade .modal-dialog,
.cid-ufjOEiV7k1 .modal.in .modal-dialog {
  transform: none;
}
.cid-ufjOEiV7k1 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-ufjOEiV7k1 H6 {
  text-align: center;
}
.cid-ufjOEiV7k1 H3 {
  color: #b398f9;
}
.cid-ufjOEiV7k1 H4 {
  color: #8a5eaf;
}
.cid-tqBszhaHJf {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tqBszhaHJf blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-tqBszhaHJf .mbr-text {
  color: #6d6b6e;
}
.cid-tqBszhjJ5D {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tqBszhjJ5D .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tqBszhjJ5D form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-tqBszhjJ5D form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-tqBszhjJ5D form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-tqBszhjJ5D textarea {
  min-height: 10rem;
}
.cid-tqBszhjJ5D .mbr-section-title {
  color: #b398f9;
}
.cid-tqBszhyknG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tqBszhyknG .media-container-row {
  justify-content: space-between;
}
.cid-tqBszhyknG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tqBszhyknG .text-content {
    max-width: none;
  }
}
.cid-tqBszhyknG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b398f9;
  border: 2px solid #b398f9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tqBszhyknG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tqBszhyknG .mbr-iconfont-social:hover {
  background-color: #b398f9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tqBszhyknG .icons {
    justify-content: center !important;
  }
  .cid-tqBszhyknG .text-content * {
    text-align: center;
  }
}
.cid-tqBszhyknG .mbr-section-title {
  color: #b398f9;
}
.cid-tqBszhyknG P {
  color: #6d6b6e;
}
.cid-tqBszhU9Rg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-tqBszhU9Rg .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tqBszhU9Rg .mbr-text {
  color: #f3e9fb;
}
.cid-tshSVAAjM6 {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-tshSVAAjM6 .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-tshSVAAjM6 .mbr-text,
.cid-tshSVAAjM6 .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-tshSVAZk8S {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fdf9ff;
}
.cid-tshSVAZk8S .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-tshSVAZk8S .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tshSVAZk8S .mbr-iconfont {
  font-size: 4rem;
  color: #8a5eaf;
  padding-right: 1.5rem;
}
.cid-tshSVAZk8S .card-title {
  color: #b398f9;
}
.cid-tshSVAZk8S .card-text {
  color: #6d6b6e;
}
.cid-tP10JZBG5g {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tP10JZBG5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tP10JZBG5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tP10JZBG5g .item {
  padding-bottom: 2rem;
}
.cid-tP10JZBG5g .item-wrapper {
  position: relative;
}
.cid-tP10JZBG5g .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-tP10JZBG5g .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-tP10JZBG5g .carousel-control,
.cid-tP10JZBG5g .close {
  background: #1b1b1b;
}
.cid-tP10JZBG5g .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-tP10JZBG5g .carousel-control-prev span {
  margin-right: 5px;
}
.cid-tP10JZBG5g .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-tP10JZBG5g .carousel-control-next span {
  margin-left: 5px;
}
.cid-tP10JZBG5g .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tP10JZBG5g .close::before {
  content: '\e91a';
}
.cid-tP10JZBG5g .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tP10JZBG5g .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-tP10JZBG5g .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP10JZBG5g .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tP10JZBG5g .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-tP10JZBG5g .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-tP10JZBG5g .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-tP10JZBG5g .carousel-indicators li.active,
.cid-tP10JZBG5g .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-tP10JZBG5g .carousel-indicators li::after,
.cid-tP10JZBG5g .carousel-indicators li::before {
  content: none;
}
.cid-tP10JZBG5g .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-tP10JZBG5g .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-tP10JZBG5g .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tP10JZBG5g .carousel-indicators {
    display: none;
  }
}
.cid-tP10JZBG5g .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-tP10JZBG5g .carousel-inner > .active {
  display: block;
}
.cid-tP10JZBG5g .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tP10JZBG5g .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tP10JZBG5g .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-tP10JZBG5g .carousel-control,
  .cid-tP10JZBG5g .carousel-indicators,
  .cid-tP10JZBG5g .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-tP10JZBG5g .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-tP10JZBG5g .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-tP10JZBG5g .carousel-indicators .active,
.cid-tP10JZBG5g .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-tP10JZBG5g .carousel-indicators .active {
  background: #fff;
}
.cid-tP10JZBG5g .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-tP10JZBG5g .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-tP10JZBG5g .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-tP10JZBG5g .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-tP10JZBG5g .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-tP10JZBG5g .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-tP10JZBG5g .carousel {
  width: 100%;
}
.cid-tP10JZBG5g .modal-backdrop.in {
  opacity: 0.8;
}
.cid-tP10JZBG5g .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-tP10JZBG5g .modal.fade .modal-dialog,
.cid-tP10JZBG5g .modal.in .modal-dialog {
  transform: none;
}
.cid-tP10JZBG5g .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-tP10JZBG5g H6 {
  text-align: center;
}
.cid-tP10JZBG5g H3 {
  color: #b398f9;
}
.cid-tshSVBlnTO {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tshSVBlnTO .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tshSVBlnTO .card {
    margin-bottom: 2rem!important;
  }
  .cid-tshSVBlnTO .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tshSVBlnTO .link-wrap {
    align-items: center;
  }
}
.cid-tshSVBlnTO .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tshSVBlnTO .mbr-text,
.cid-tshSVBlnTO .link-wrap,
.cid-tshSVBlnTO .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tshSVBlnTO .card-title,
.cid-tshSVBlnTO .card-box {
  color: #b398f9;
}
.cid-tsimGdFSx4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsimGdFSx4 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsimGdFSx4 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsimGdFSx4 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsimGdFSx4 .link-wrap {
    align-items: center;
  }
}
.cid-tsimGdFSx4 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsimGdFSx4 .mbr-text,
.cid-tsimGdFSx4 .link-wrap,
.cid-tsimGdFSx4 .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tsimGdFSx4 .card-title,
.cid-tsimGdFSx4 .card-box {
  color: #8a5eaf;
}
.cid-tsilURfrTU {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsilURfrTU blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-tsiee6Hz37 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsiee6Hz37 .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsiee6Hz37 .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsiee6Hz37 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsiee6Hz37 .link-wrap {
    align-items: center;
  }
}
.cid-tsiee6Hz37 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsiee6Hz37 .mbr-text,
.cid-tsiee6Hz37 .link-wrap,
.cid-tsiee6Hz37 .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tsiee6Hz37 .card-title,
.cid-tsiee6Hz37 .card-box {
  color: #8a5eaf;
}
.cid-tsigS42jFq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tsigS42jFq .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tsigS42jFq .card {
    margin-bottom: 2rem!important;
  }
  .cid-tsigS42jFq .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tsigS42jFq .link-wrap {
    align-items: center;
  }
}
.cid-tsigS42jFq .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tsigS42jFq .mbr-text,
.cid-tsigS42jFq .link-wrap,
.cid-tsigS42jFq .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tsigS42jFq .card-title,
.cid-tsigS42jFq .card-box {
  color: #8a5eaf;
}
.cid-tXBqb0qbOS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXBqb0qbOS .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tXBqb0qbOS .card {
    margin-bottom: 2rem!important;
  }
  .cid-tXBqb0qbOS .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXBqb0qbOS .link-wrap {
    align-items: center;
  }
}
.cid-tXBqb0qbOS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXBqb0qbOS .mbr-text,
.cid-tXBqb0qbOS .link-wrap,
.cid-tXBqb0qbOS .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tXBqb0qbOS .card-title,
.cid-tXBqb0qbOS .card-box {
  color: #8a5eaf;
}
.cid-tXBue9b0cZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tXBue9b0cZ .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-tXBue9b0cZ .card {
    margin-bottom: 2rem!important;
  }
  .cid-tXBue9b0cZ .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tXBue9b0cZ .link-wrap {
    align-items: center;
  }
}
.cid-tXBue9b0cZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tXBue9b0cZ .mbr-text,
.cid-tXBue9b0cZ .link-wrap,
.cid-tXBue9b0cZ .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-tXBue9b0cZ .card-title,
.cid-tXBue9b0cZ .card-box {
  color: #8a5eaf;
}
.cid-tsik6oScQ2 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #fcf8ff;
}
.cid-tsik6oScQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tsik6oScQ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tsik6oScQ2 .mbr-section-title {
  color: #b398f9;
}
.cid-tshSVCBOQ5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-tshSVCBOQ5 .media-container-row {
  justify-content: space-between;
}
.cid-tshSVCBOQ5 .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-tshSVCBOQ5 .text-content {
    max-width: none;
  }
}
.cid-tshSVCBOQ5 .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #b398f9;
  border: 2px solid #b398f9;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-tshSVCBOQ5 .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-tshSVCBOQ5 .mbr-iconfont-social:hover {
  background-color: #b398f9;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-tshSVCBOQ5 .icons {
    justify-content: center !important;
  }
  .cid-tshSVCBOQ5 .text-content * {
    text-align: center;
  }
}
.cid-tshSVCBOQ5 .mbr-section-title {
  color: #b398f9;
}
.cid-tshSVCBOQ5 P {
  color: #6d6b6e;
}
.cid-tshSVDdmSI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-tshSVDdmSI .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tshSVDdmSI .mbr-text {
  color: #f3e9fb;
}
.cid-uUl3n7w5wO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-uUl3n7w5wO .mbr-section-title {
  text-align: center;
  color: #98dee8;
}
.cid-uUl3n7w5wO .mbr-text,
.cid-uUl3n7w5wO .mbr-section-btn {
  text-align: center;
  color: #fffeff;
}
.cid-uUl3n7w5wO .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-uUl3n8kl0g {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUl3n8kl0g .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uUl3n8kl0g .card {
    margin-bottom: 2rem!important;
  }
  .cid-uUl3n8kl0g .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uUl3n8kl0g .link-wrap {
    align-items: center;
  }
}
.cid-uUl3n8kl0g .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uUl3n8kl0g .mbr-text,
.cid-uUl3n8kl0g .link-wrap,
.cid-uUl3n8kl0g .mbr-section-btn {
  color: #6d6b6e;
  text-align: left;
}
.cid-uUl3n8kl0g .card-title,
.cid-uUl3n8kl0g .card-box {
  color: #65c6d4;
}
.cid-uVXfJVwwRQ {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #d7e8fc;
}
.cid-uVXfJVwwRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVXfJVwwRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVXfJVwwRQ .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uVXfJVwwRQ .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uVXfJVwwRQ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uVXfJVwwRQ .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-uVXfJVwwRQ .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUl3n81vPL {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #fafafa;
}
.cid-uUl3n81vPL .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uUl3n81vPL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uUl3n81vPL .mbr-iconfont {
  font-size: 4rem;
  color: #98dee8;
  padding-right: 1.5rem;
}
.cid-uUl3n81vPL .card-title {
  color: #65c6d4;
}
.cid-uUl3n81vPL .card-text {
  color: #6d6b6e;
}
.cid-uUl3n8vIYd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uUl3n8vIYd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUl3n8vIYd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUl3n8vIYd .item {
  padding-bottom: 2rem;
}
.cid-uUl3n8vIYd .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uUl3n8vIYd .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uUl3n8vIYd .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 0;
  color: #ffffff;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-uUl3n8vIYd .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-uUl3n8vIYd .carousel-control,
.cid-uUl3n8vIYd .close {
  background: #1b1b1b;
}
.cid-uUl3n8vIYd .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uUl3n8vIYd .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uUl3n8vIYd .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uUl3n8vIYd .carousel-control-next span {
  margin-left: 5px;
}
.cid-uUl3n8vIYd .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uUl3n8vIYd .close::before {
  content: '\e91a';
}
.cid-uUl3n8vIYd .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uUl3n8vIYd .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uUl3n8vIYd .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUl3n8vIYd .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUl3n8vIYd .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uUl3n8vIYd .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uUl3n8vIYd .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uUl3n8vIYd .carousel-indicators li.active,
.cid-uUl3n8vIYd .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uUl3n8vIYd .carousel-indicators li::after,
.cid-uUl3n8vIYd .carousel-indicators li::before {
  content: none;
}
.cid-uUl3n8vIYd .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uUl3n8vIYd .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uUl3n8vIYd .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uUl3n8vIYd .carousel-indicators {
    display: none;
  }
}
.cid-uUl3n8vIYd .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uUl3n8vIYd .carousel-inner > .active {
  display: block;
}
.cid-uUl3n8vIYd .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUl3n8vIYd .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUl3n8vIYd .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uUl3n8vIYd .carousel-control,
  .cid-uUl3n8vIYd .carousel-indicators,
  .cid-uUl3n8vIYd .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uUl3n8vIYd .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uUl3n8vIYd .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uUl3n8vIYd .carousel-indicators .active,
.cid-uUl3n8vIYd .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uUl3n8vIYd .carousel-indicators .active {
  background: #fff;
}
.cid-uUl3n8vIYd .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uUl3n8vIYd .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uUl3n8vIYd .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uUl3n8vIYd .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uUl3n8vIYd .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uUl3n8vIYd .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uUl3n8vIYd .carousel {
  width: 100%;
}
.cid-uUl3n8vIYd .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uUl3n8vIYd .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uUl3n8vIYd .modal.fade .modal-dialog,
.cid-uUl3n8vIYd .modal.in .modal-dialog {
  transform: none;
}
.cid-uUl3n8vIYd .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uUl3n8vIYd H6 {
  text-align: center;
}
.cid-uUl3n8vIYd H3 {
  color: #65c6d4;
}
.cid-uUl3naIsDj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uUl3naIsDj .media-container-row {
  justify-content: space-between;
}
.cid-uUl3naIsDj .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uUl3naIsDj .text-content {
    max-width: none;
  }
}
.cid-uUl3naIsDj .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #65c6d4;
  border: 2px solid #65c6d4;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uUl3naIsDj .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uUl3naIsDj .mbr-iconfont-social:hover {
  background-color: #65c6d4;
  color: #000000;
}
@media (max-width: 768px) {
  .cid-uUl3naIsDj .icons {
    justify-content: center !important;
  }
  .cid-uUl3naIsDj .text-content * {
    text-align: center;
  }
}
.cid-uUl3naIsDj .mbr-section-title {
  color: #65c6d4;
}
.cid-uUl3naIsDj P {
  color: #6d6b6e;
}
.cid-uUl3nb2gsG {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #2299aa;
}
.cid-uUl3nb2gsG .line {
  background-color: #65c6d4;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uUl3nb2gsG .mbr-text {
  color: #98dee8;
}
.cid-uWqvE1RaDt {
  padding-top: 20rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-uWqvE1RaDt .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWqvE1RaDt .mbr-text,
.cid-uWqvE1RaDt .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-uWqvE1RaDt .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-uWqvE24S7o {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWqvE24S7o .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWqvE24S7o .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uWqvE24S7o .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWqvE24S7o .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #b398f9;
  transition: all 0.3s;
}
.cid-uWqvE24S7o .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #b398f9;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uWqvE24S7o .social-row .soc-item:hover {
  background-color: #b398f9;
}
.cid-uWqvE24S7o .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWqvE24S7o .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWqvE24S7o .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWqvE24S7o .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWqvE24S7o .card-title {
  color: #b398f9;
}
.cid-uWqvE24S7o .card-subtitle {
  color: #6d6b6e;
}
.cid-uWqvE24S7o .mbr-text,
.cid-uWqvE24S7o .social-row {
  color: #6d6b6e;
}
.cid-uWqvE2B4PM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWqvE2B4PM blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-uWqvE2B4PM .mbr-text {
  color: #6d6b6e;
}
.cid-uWqvE2JPgg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWqvE2JPgg .mbr-section-title {
  color: #8a5eaf;
}
.cid-uWqvE2JPgg .mbr-section-subtitle {
  color: #6d6b6e;
}
.cid-uWqvE2TSRn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uWqvE2TSRn .carousel {
    min-height: 600px;
  }
  .cid-uWqvE2TSRn .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWqvE2TSRn .carousel {
    min-height: 390px;
  }
  .cid-uWqvE2TSRn .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uWqvE2TSRn .carousel {
    min-height: 330px;
  }
  .cid-uWqvE2TSRn .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uWqvE2TSRn .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWqvE2TSRn .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWqvE2TSRn .carousel,
.cid-uWqvE2TSRn .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWqvE2TSRn .item-wrapper {
  width: 100%;
}
.cid-uWqvE2TSRn .carousel-caption {
  bottom: 40px;
}
.cid-uWqvE2TSRn .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uWqvE2TSRn .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWqvE2TSRn .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWqvE2TSRn .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWqvE2TSRn .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWqvE2TSRn .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWqvE2TSRn .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWqvE2TSRn .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWqvE2TSRn .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWqvE2TSRn .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWqvE2TSRn .carousel-indicators li.active,
.cid-uWqvE2TSRn .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWqvE2TSRn .carousel-indicators li::after,
.cid-uWqvE2TSRn .carousel-indicators li::before {
  content: none;
}
.cid-uWqvE2TSRn .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWqvE2TSRn .carousel-indicators {
    display: none !important;
  }
}
.cid-uWqvE3qeHx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uWqvE3qeHx .media-container-row {
  justify-content: space-between;
}
.cid-uWqvE3qeHx .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uWqvE3qeHx .text-content {
    max-width: none;
  }
}
.cid-uWqvE3qeHx .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #8a5eaf;
  border: 2px solid #8a5eaf;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uWqvE3qeHx .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uWqvE3qeHx .mbr-iconfont-social:hover {
  background-color: #8a5eaf;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uWqvE3qeHx .icons {
    justify-content: center !important;
  }
  .cid-uWqvE3qeHx .text-content * {
    text-align: center;
  }
}
.cid-uWqvE3qeHx .mbr-section-title {
  color: #8a5eaf;
}
.cid-uWqvE3qeHx P {
  color: #6d6b6e;
}
.cid-uWqvE3ISDM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-uWqvE3ISDM .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWqvE3ISDM .mbr-text {
  color: #f3e9fb;
}
.cid-uWqBbvjnxK {
  padding-top: 20rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/lotushead-1.jpeg");
}
.cid-uWqBbvjnxK .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uWqBbvjnxK .mbr-text,
.cid-uWqBbvjnxK .mbr-section-btn {
  text-align: center;
  color: #6d6b6e;
}
.cid-uWqBbvjnxK .mbr-section-subtitle {
  text-align: center;
  color: #22a5e5;
}
.cid-uWqBbvx6th {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWqBbvx6th .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uWqBbvx6th .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-uWqBbvx6th .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uWqBbvx6th .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #b398f9;
  transition: all 0.3s;
}
.cid-uWqBbvx6th .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #b398f9;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uWqBbvx6th .social-row .soc-item:hover {
  background-color: #b398f9;
}
.cid-uWqBbvx6th .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uWqBbvx6th .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uWqBbvx6th .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uWqBbvx6th .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uWqBbvx6th .card-title {
  color: #b398f9;
}
.cid-uWqBbvx6th .card-subtitle {
  color: #6d6b6e;
}
.cid-uWqBbvx6th .mbr-text,
.cid-uWqBbvx6th .social-row {
  color: #6d6b6e;
}
.cid-uWqBbw1Zk6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWqBbw1Zk6 blockquote {
  border-color: #8a5eaf;
  border-radius: 4px;
  background-color: #f3e9fb;
}
.cid-uWqBbw1Zk6 .mbr-text {
  color: #6d6b6e;
}
.cid-uWqBbw833Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uWqBbw833Q .mbr-section-title {
  color: #8a5eaf;
}
.cid-uWqBbw833Q .mbr-section-subtitle {
  color: #6d6b6e;
}
.cid-uWqBbwiaKw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-uWqBbwiaKw .carousel {
    min-height: 600px;
  }
  .cid-uWqBbwiaKw .carousel img {
    max-height: 600px;
    object-fit: contain;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uWqBbwiaKw .carousel {
    min-height: 390px;
  }
  .cid-uWqBbwiaKw .carousel img {
    max-height: 390px;
    object-fit: contain;
  }
}
@media (max-width: 767px) {
  .cid-uWqBbwiaKw .carousel {
    min-height: 330px;
  }
  .cid-uWqBbwiaKw .carousel img {
    max-height: 330px;
    object-fit: contain;
  }
  .cid-uWqBbwiaKw .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uWqBbwiaKw .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uWqBbwiaKw .carousel,
.cid-uWqBbwiaKw .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uWqBbwiaKw .item-wrapper {
  width: 100%;
}
.cid-uWqBbwiaKw .carousel-caption {
  bottom: 40px;
}
.cid-uWqBbwiaKw .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uWqBbwiaKw .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uWqBbwiaKw .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uWqBbwiaKw .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uWqBbwiaKw .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uWqBbwiaKw .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uWqBbwiaKw .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uWqBbwiaKw .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uWqBbwiaKw .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uWqBbwiaKw .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uWqBbwiaKw .carousel-indicators li.active,
.cid-uWqBbwiaKw .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uWqBbwiaKw .carousel-indicators li::after,
.cid-uWqBbwiaKw .carousel-indicators li::before {
  content: none;
}
.cid-uWqBbwiaKw .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uWqBbwiaKw .carousel-indicators {
    display: none !important;
  }
}
.cid-uWqBbwBqHG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-uWqBbwBqHG .media-container-row {
  justify-content: space-between;
}
.cid-uWqBbwBqHG .text-content {
  max-width: 50%;
}
@media (max-width: 768px) {
  .cid-uWqBbwBqHG .text-content {
    max-width: none;
  }
}
.cid-uWqBbwBqHG .mbr-iconfont-social {
  margin: 0.5rem;
  font-size: 32px;
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #8a5eaf;
  border: 2px solid #8a5eaf;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uWqBbwBqHG .mbr-iconfont-social:before {
  padding: 0.6rem;
}
.cid-uWqBbwBqHG .mbr-iconfont-social:hover {
  background-color: #8a5eaf;
  color: #ffffff;
}
@media (max-width: 768px) {
  .cid-uWqBbwBqHG .icons {
    justify-content: center !important;
  }
  .cid-uWqBbwBqHG .text-content * {
    text-align: center;
  }
}
.cid-uWqBbwBqHG .mbr-section-title {
  color: #8a5eaf;
}
.cid-uWqBbwBqHG P {
  color: #6d6b6e;
}
.cid-uWqBbwTV3V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #8a5eaf;
}
.cid-uWqBbwTV3V .line {
  background-color: #8a5eaf;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWqBbwTV3V .mbr-text {
  color: #f3e9fb;
}
