body {
  font-family: Kantumruy Pro;
}
.display-1 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 4.9rem;
  line-height: 110%;
}
.display-1 > .mbr-iconfont {
  font-size: 6.125rem;
}
.display-2 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 4rem;
  line-height: 115%;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.65rem;
  line-height: 130%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.0625rem;
}
.display-7 {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.5rem;
  line-height: 135%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 3.92rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.43rem;
    font-size: calc( 2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.365rem + (4.9 - 2.365) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.32rem;
    font-size: calc( 1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2275rem + (1.65 - 1.2275) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 30px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 30px;
}
.bg-primary {
  background-color: #f8f7ff !important;
}
.bg-success {
  background-color: #fff6eb !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ffe4c1 !important;
}
.bg-danger {
  background-color: #570000 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f8f7ff !important;
  border-color: #f8f7ff !important;
  color: #1f00f7 !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: #aca0ff !important;
  border-color: #aca0ff !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f00f7 !important;
  background-color: #aca0ff !important;
  border-color: #aca0ff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #550aa9 !important;
  border-color: #550aa9 !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: #2c0557 !important;
  border-color: #2c0557 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #2c0557 !important;
  border-color: #2c0557 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !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: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
  color: #eb8100 !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: #945200 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #eb8100 !important;
  background-color: #ffcf94 !important;
  border-color: #ffcf94 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
  color: #c16d00 !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: #ffffff !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #c16d00 !important;
  background-color: #ffbe6a !important;
  border-color: #ffbe6a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #570000 !important;
  border-color: #570000 !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f8f7ff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #aca0ff !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #1f00f7 !important;
  background-color: #f8f7ff !important;
  border-color: #f8f7ff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #550aa9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #2c0557 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #550aa9 !important;
  border-color: #550aa9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fff6eb;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffcf94 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #eb8100 !important;
  background-color: #fff6eb !important;
  border-color: #fff6eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe4c1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffbe6a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #c16d00 !important;
  background-color: #ffe4c1 !important;
  border-color: #ffe4c1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #570000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #570000 !important;
  border-color: #570000 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f8f7ff !important;
}
.text-secondary {
  color: #550aa9 !important;
}
.text-success {
  color: #fff6eb !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ffe4c1 !important;
}
.text-danger {
  color: #570000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9f91ff !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #250449 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc885 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffb85b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #f8f7ff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ffe4c1;
}
.alert-danger {
  background-color: #570000;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f8f7ff;
  border-color: #f8f7ff;
  color: #2f12ff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #f8f7ff;
}
.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: #d70000;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #f8f7ff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kantumruy Pro', sans-serif;
  font-size: 1.125rem;
  line-height: 135%;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #f8f7ff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f8f7ff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f8f7ff;
}
.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: #f8f7ff;
  border-bottom-color: #f8f7ff;
}
.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: #f8f7ff !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: #550aa9 !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='%23f8f7ff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  height: 60px;
  min-width: 80px;
  padding: 0 24px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 50px;
    padding: 0 19px;
  }
}
@media (max-width: 425px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    height: 40px;
    min-width: 70px;
    padding: 0 14px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .95;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #550aa9 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 2px solid #f8f7ff;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  color: #550aa9 !important;
  background-color: #f8f7ff !important;
  opacity: 1;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 2px solid #550aa9;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  color: #f8f7ff !important;
  background-color: #550aa9 !important;
  opacity: 1;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 2px solid #fff6eb;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  color: #550aa9 !important;
  background-color: #fff6eb !important;
  opacity: 1;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 2px solid #ffffff;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #550aa9 !important;
  background-color: #ffffff !important;
  opacity: 1;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 2px solid #ffe4c1;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  color: #f8f7ff !important;
  background-color: #ffe4c1 !important;
  opacity: 1;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 2px solid #570000;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  color: #f8f7ff !important;
  background-color: #570000 !important;
  opacity: 1;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 2px solid #000;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  color: #fff !important;
  background-color: #000 !important;
  opacity: 1;
}
.cid-tqJuaU5iKF {
  z-index: 1000;
  width: 100%;
}
.cid-tqJuaU5iKF .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tqJuaU5iKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tqJuaU5iKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .menu_box .navbar.opened,
  .cid-tqJuaU5iKF .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tqJuaU5iKF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tqJuaU5iKF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tqJuaU5iKF .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tqJuaU5iKF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tqJuaU5iKF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tqJuaU5iKF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tqJuaU5iKF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tqJuaU5iKF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tqJuaU5iKF .offcanvas-body .mbr-text,
  .cid-tqJuaU5iKF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tqJuaU5iKF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tqJuaU5iKF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tqJuaU5iKF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJuaU5iKF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tqJuaU5iKF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tqJuaU5iKF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tqJuaU5iKF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tqJuaU5iKF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tqJuaU5iKF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .nav-item {
    margin: 0 !important;
  }
}
.cid-tqJuaU5iKF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tqJuaU5iKF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJuaU5iKF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tqJuaU5iKF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tqJuaU5iKF .offcanvas_box {
    display: none;
  }
}
.cid-tqJuaU5iKF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tqJuaU5iKF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tqJuaU5iKF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tqJuaU5iKF .container {
  display: flex;
  margin: auto;
}
.cid-tqJuaU5iKF .iconfont-wrapper {
  color: #f8f7ff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tqJuaU5iKF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tqJuaU5iKF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tqJuaU5iKF .navbar-caption {
  color: #f8f7ff;
}
.cid-tqJuaU5iKF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .navbar-nav {
    margin: 0;
  }
}
.cid-tqJuaU5iKF .dropdown-menu,
.cid-tqJuaU5iKF .navbar.opened {
  background-color: true !important;
}
.cid-tqJuaU5iKF .nav-item:focus,
.cid-tqJuaU5iKF .nav-link:focus {
  outline: none;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJuaU5iKF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJuaU5iKF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJuaU5iKF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tqJuaU5iKF .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJuaU5iKF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tqJuaU5iKF .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tqJuaU5iKF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tqJuaU5iKF .navbar.collapsed {
  justify-content: center;
}
.cid-tqJuaU5iKF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJuaU5iKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqJuaU5iKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJuaU5iKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJuaU5iKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJuaU5iKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tqJuaU5iKF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tqJuaU5iKF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tqJuaU5iKF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJuaU5iKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tqJuaU5iKF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJuaU5iKF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tqJuaU5iKF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tqJuaU5iKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJuaU5iKF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJuaU5iKF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tqJuaU5iKF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJuaU5iKF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJuaU5iKF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJuaU5iKF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqJuaU5iKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJuaU5iKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJuaU5iKF .dropdown-item.active,
.cid-tqJuaU5iKF .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJuaU5iKF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJuaU5iKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJuaU5iKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJuaU5iKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJuaU5iKF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tqJuaU5iKF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJuaU5iKF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tqJuaU5iKF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJuaU5iKF .navbar {
    height: 70px;
  }
  .cid-tqJuaU5iKF .navbar.opened {
    height: auto;
  }
  .cid-tqJuaU5iKF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJuaU5iKF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tqJuaU5iKF .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tqJuaU5iKF .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tqJuaU5iKF .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tqJuaU5iKF .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tqJuaU5iKF .nav-link {
  position: relative;
}
.cid-tqJuaU5iKF .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tqJuaU5iKF .nav-link:hover:before {
  width: 100%;
}
.cid-tqJuaU5iKF .mbr-text,
.cid-tqJuaU5iKF .mbr-section-subtitle,
.cid-tqJuaU5iKF .text_widget {
  opacity: .5;
}
.cid-tqJuaU5iKF .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tqJuaU5iKF .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJuaU5iKF .text_widget {
  color: #f8f7ff;
}
.cid-tqJuaU5iKF .mbr-section-subtitle,
.cid-tqJuaU5iKF .text_widget,
.cid-tqJuaU5iKF .mbr-section-btn {
  text-align: center;
}
.cid-tqJuaU5iKF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tqJubenah2 {
  background-color: #550aa9;
}
.cid-tqJubenah2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJubenah2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJubenah2 .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-tqJubenah2 .title-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-tqJubenah2 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tqJubenah2 .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqJubenah2 .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-tqJubenah2 .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tqJubenah2 .image-wrapper {
    height: 400px;
  }
}
.cid-tqJubenah2 .image-wrapper img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.cid-tqJubenah2 .image-wrapper .mbr-emoji {
  position: absolute;
  top: -0.5rem;
  left: 5rem;
  font-size: 42px;
  z-index: 1;
}
.cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(2) {
  font-size: 55px;
  top: 1rem;
  left: auto;
  right: 4rem;
}
.cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(3) {
  font-size: 55px;
  top: 5rem;
  left: auto;
  right: -1rem;
}
.cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(4) {
  font-size: 50px;
  top: 10rem;
  left: 1rem;
}
.cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(5) {
  font-size: 80px;
  top: auto;
  bottom: 6rem;
  left: -1rem;
}
@media (max-width: 425px) {
  .cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(5) {
    bottom: 0;
    left: 0;
  }
}
.cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(6) {
  font-size: 50px;
  top: auto;
  bottom: -4rem;
  left: auto;
  right: 14rem;
}
@media (max-width: 425px) {
  .cid-tqJubenah2 .image-wrapper .mbr-emoji:nth-child(6) {
    right: auto;
    bottom: -1rem;
  }
}
.cid-tqJubenah2 .image-wrapper .image-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 425px) {
  .cid-tqJubenah2 .image-wrapper .image-wrap {
    align-items: center;
  }
}
.cid-tqJubenah2 .image-wrapper .image-wrap img {
  max-width: 300px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 425px) {
  .cid-tqJubenah2 .image-wrapper .image-wrap img {
    max-width: 180px;
    min-height: 300px;
  }
}
.cid-tqJubenah2 .mbr-section-title {
  color: #f8f7ff;
}
.cid-tqJubenah2 .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJubenah2 .mbr-section-title,
.cid-tqJubenah2 .mbr-section-btn {
  text-align: center;
}
#custom-html-5m img {
  width: 100%;
  height: 100%;
}
.cid-tqJueXLgUL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJueXLgUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJueXLgUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJueXLgUL .row {
    justify-content: center;
  }
  .cid-tqJueXLgUL .card {
    padding: 0 45px 0 100px;
  }
  .cid-tqJueXLgUL .card:nth-child(2n) {
    padding: 0 100px 0 45px;
  }
}
.cid-tqJueXLgUL .title-wrapper {
  margin: 0 0 120px 0;
}
@media (max-width: 992px) {
  .cid-tqJueXLgUL .title-wrapper {
    margin: 0 0 60px 0;
  }
}
.cid-tqJueXLgUL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJueXLgUL .card-wrapper {
  margin-bottom: 50px;
}
.cid-tqJueXLgUL .card-wrapper img {
  width: 100%;
  height: 600px;
  margin-bottom: 40px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .cid-tqJueXLgUL .card-wrapper img {
    height: 450px;
    margin-bottom: 24px;
  }
}
.cid-tqJueXLgUL .card-wrapper .mbr-card-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tqJueXLgUL .card-wrapper .mbr-card-title {
    margin-bottom: 16px;
  }
}
.cid-tqJueXLgUL .card-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tqJueXLgUL .mbr-section-title {
  color: #570000;
  text-align: center;
}
.cid-tqJueXLgUL .mbr-card-title {
  color: #570000;
}
.cid-tqJueXLgUL .mbr-desc {
  color: #570000;
  text-align: center;
}
.cid-tqJueXLgUL .mbr-card-title,
.cid-tqJueXLgUL .mbr-section-btn {
  text-align: center;
}
.cid-tqJuPEjWFa {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #005c62;
}
.cid-tqJuPEjWFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJuPEjWFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJuPEjWFa .video-wrapper iframe {
  width: 100%;
}
.cid-tqJuPEjWFa .mbr-section-title,
.cid-tqJuPEjWFa .mbr-section-subtitle,
.cid-tqJuPEjWFa .mbr-text {
  text-align: center;
}
.cid-tqJuPEjWFa .mbr-section-title {
  color: #ffe4c1;
}
.cid-tqJuR6sphB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ff4c30;
}
.cid-tqJuR6sphB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJuR6sphB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJuR6sphB .card {
    padding: 0;
  }
  .cid-tqJuR6sphB .container-fluid {
    padding: 0 16px;
  }
}
.cid-tqJuR6sphB .card:first-child {
  background-color: #ff4c30;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-tqJuR6sphB .card:first-child .title-wrapper {
  padding: 84px 0;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-tqJuR6sphB .card:first-child .title-wrapper {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-tqJuR6sphB .card:first-child .title-wrapper {
    padding: 56px 0;
    width: 90%;
  }
}
.cid-tqJuR6sphB .card:first-child .title-wrapper .mbr-section-subtitle {
  margin: 10px 0 0 0;
}
.cid-tqJuR6sphB .card:first-child .title-wrapper .mbr-section-title {
  margin: 32px 0;
}
.cid-tqJuR6sphB .card:first-child .title-wrapper .mbr-section-btn {
  margin: 14px 0;
}
@media (max-width: 768px) {
  .cid-tqJuR6sphB .card:first-child .title-wrapper .mbr-section-btn {
    margin: 10px 0;
  }
}
@media (max-width: 992px) {
  .cid-tqJuR6sphB .card:last-child {
    padding: 0;
  }
}
.cid-tqJuR6sphB .card:last-child .image-wrapper {
  height: 100%;
}
.cid-tqJuR6sphB .card:last-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tqJuR6sphB .mbr-section-title {
  color: #ffe4c1;
}
.cid-tqJuR6sphB .mbr-section-subtitle {
  color: #ffe4c1;
  text-align: center;
}
.cid-tqJuR6sphB .mbr-section-title,
.cid-tqJuR6sphB .mbr-section-btn {
  text-align: center;
  color: #ffe4c1;
}
.cid-tqJuqCZpeh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2c0066;
}
.cid-tqJuqCZpeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJuqCZpeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJuqCZpeh .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-tqJuqCZpeh .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-tqJuqCZpeh .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-tqJuqCZpeh .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-tqJuqCZpeh .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-tqJuqCZpeh .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-tqJuqCZpeh .list li {
  margin-bottom: 12px;
}
.cid-tqJuqCZpeh .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-tqJuqCZpeh .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-tqJuqCZpeh .copyright {
  color: #e9e4ff;
  text-align: center;
}
.cid-tqJuaU5iKF {
  z-index: 1000;
  width: 100%;
}
.cid-tqJuaU5iKF .navbar-dropdown {
  background: #550aa9 !important;
  padding: 0;
  position: fixed;
}
.cid-tqJuaU5iKF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #550aa9 !important;
  background: #550aa9;
}
.cid-tqJuaU5iKF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .menu_box .navbar.opened,
  .cid-tqJuaU5iKF .menu_box .navbar-collapse {
    background-color: #550aa9 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tqJuaU5iKF nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tqJuaU5iKF .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tqJuaU5iKF .btn {
  min-height: 55px;
  box-shadow: none;
  margin-top: 0;
}
.cid-tqJuaU5iKF .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .offcanvas {
    padding: 12rem 80px 0;
    width: 50%;
    background-color: #2c0066;
  }
  .cid-tqJuaU5iKF .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tqJuaU5iKF .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tqJuaU5iKF .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tqJuaU5iKF .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tqJuaU5iKF .offcanvas-body .mbr-text,
  .cid-tqJuaU5iKF .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tqJuaU5iKF .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #f8f7ff;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tqJuaU5iKF .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tqJuaU5iKF ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tqJuaU5iKF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJuaU5iKF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tqJuaU5iKF .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tqJuaU5iKF li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tqJuaU5iKF .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tqJuaU5iKF .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tqJuaU5iKF .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .nav-item {
    margin: 0 !important;
  }
}
.cid-tqJuaU5iKF .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tqJuaU5iKF .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tqJuaU5iKF .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tqJuaU5iKF .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tqJuaU5iKF .offcanvas_box {
    display: none;
  }
}
.cid-tqJuaU5iKF .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tqJuaU5iKF .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tqJuaU5iKF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tqJuaU5iKF .container {
  display: flex;
  margin: auto;
}
.cid-tqJuaU5iKF .iconfont-wrapper {
  color: #f8f7ff;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tqJuaU5iKF .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tqJuaU5iKF .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tqJuaU5iKF .navbar-caption {
  color: #f8f7ff;
}
.cid-tqJuaU5iKF .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .navbar-nav {
    margin: 0;
  }
}
.cid-tqJuaU5iKF .dropdown-menu,
.cid-tqJuaU5iKF .navbar.opened {
  background-color: true !important;
}
.cid-tqJuaU5iKF .nav-item:focus,
.cid-tqJuaU5iKF .nav-link:focus {
  outline: none;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tqJuaU5iKF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tqJuaU5iKF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tqJuaU5iKF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tqJuaU5iKF .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0px;
}
.cid-tqJuaU5iKF .navbar.opened {
  transition: all 0.3s;
}
.cid-tqJuaU5iKF .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tqJuaU5iKF .navbar .navbar-logo img {
  max-width: 24px;
  max-height: 24px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-tqJuaU5iKF .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tqJuaU5iKF .navbar.collapsed {
  justify-content: center;
}
.cid-tqJuaU5iKF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tqJuaU5iKF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tqJuaU5iKF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tqJuaU5iKF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tqJuaU5iKF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tqJuaU5iKF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tqJuaU5iKF .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tqJuaU5iKF .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tqJuaU5iKF .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tqJuaU5iKF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tqJuaU5iKF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tqJuaU5iKF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tqJuaU5iKF .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tqJuaU5iKF .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tqJuaU5iKF .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tqJuaU5iKF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tqJuaU5iKF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tqJuaU5iKF .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tqJuaU5iKF .navbar.navbar-short {
  min-height: 60px;
}
.cid-tqJuaU5iKF .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tqJuaU5iKF .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tqJuaU5iKF .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tqJuaU5iKF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tqJuaU5iKF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tqJuaU5iKF .dropdown-item.active,
.cid-tqJuaU5iKF .dropdown-item:active {
  background-color: transparent;
}
.cid-tqJuaU5iKF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tqJuaU5iKF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tqJuaU5iKF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tqJuaU5iKF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tqJuaU5iKF ul.navbar-nav {
  flex-wrap: wrap;
  padding-bottom: 0;
}
.cid-tqJuaU5iKF .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tqJuaU5iKF button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #550aa9;
  background: #550aa9;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #f8f7ff;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tqJuaU5iKF button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tqJuaU5iKF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tqJuaU5iKF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tqJuaU5iKF .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tqJuaU5iKF .navbar {
    height: 70px;
  }
  .cid-tqJuaU5iKF .navbar.opened {
    height: auto;
  }
  .cid-tqJuaU5iKF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tqJuaU5iKF .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tqJuaU5iKF .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tqJuaU5iKF .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tqJuaU5iKF .mbr-section-btn-main .btn {
  min-height: 36px;
  max-height: 36px;
  margin: 0 4px 4px 4px;
}
.cid-tqJuaU5iKF .navbar-caption:hover {
  color: #f8f7ff;
}
@media (min-width: 992px) {
  .cid-tqJuaU5iKF .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tqJuaU5iKF .nav-link {
  position: relative;
}
.cid-tqJuaU5iKF .nav-link:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #f8f7ff;
  transition: all .1s ease;
}
.cid-tqJuaU5iKF .nav-link:hover:before {
  width: 100%;
}
.cid-tqJuaU5iKF .mbr-text,
.cid-tqJuaU5iKF .mbr-section-subtitle,
.cid-tqJuaU5iKF .text_widget {
  opacity: .5;
}
.cid-tqJuaU5iKF .mbr-section-subtitle {
  color: #f8f7ff;
}
.cid-tqJuaU5iKF .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJuaU5iKF .text_widget {
  color: #f8f7ff;
}
.cid-tqJuaU5iKF .mbr-section-subtitle,
.cid-tqJuaU5iKF .text_widget,
.cid-tqJuaU5iKF .mbr-section-btn {
  text-align: center;
}
.cid-tqJuaU5iKF a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tqJQgwO2zZ {
  background-color: #550aa9;
}
.cid-tqJQgwO2zZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQgwO2zZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQgwO2zZ .card {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-tqJQgwO2zZ .title-wrapper {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .cid-tqJQgwO2zZ .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tqJQgwO2zZ .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqJQgwO2zZ .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-tqJQgwO2zZ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tqJQgwO2zZ .image-wrapper {
    height: 400px;
  }
}
.cid-tqJQgwO2zZ .image-wrapper img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
.cid-tqJQgwO2zZ .image-wrapper .mbr-emoji {
  position: absolute;
  top: -0.5rem;
  left: 5rem;
  font-size: 42px;
  z-index: 1;
}
.cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(2) {
  font-size: 55px;
  top: 1rem;
  left: auto;
  right: 4rem;
}
.cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(3) {
  font-size: 55px;
  top: 5rem;
  left: auto;
  right: -1rem;
}
.cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(4) {
  font-size: 50px;
  top: 10rem;
  left: 1rem;
}
.cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(5) {
  font-size: 80px;
  top: auto;
  bottom: 6rem;
  left: -1rem;
}
@media (max-width: 425px) {
  .cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(5) {
    bottom: 0;
    left: 0;
  }
}
.cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(6) {
  font-size: 50px;
  top: auto;
  bottom: -4rem;
  left: auto;
  right: 14rem;
}
@media (max-width: 425px) {
  .cid-tqJQgwO2zZ .image-wrapper .mbr-emoji:nth-child(6) {
    right: auto;
    bottom: -1rem;
  }
}
.cid-tqJQgwO2zZ .image-wrapper .image-wrap {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 425px) {
  .cid-tqJQgwO2zZ .image-wrapper .image-wrap {
    align-items: center;
  }
}
.cid-tqJQgwO2zZ .image-wrapper .image-wrap img {
  max-width: 300px;
  max-height: 500px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 425px) {
  .cid-tqJQgwO2zZ .image-wrapper .image-wrap img {
    max-width: 180px;
    min-height: 300px;
  }
}
.cid-tqJQgwO2zZ .mbr-section-title {
  color: #f8f7ff;
}
.cid-tqJQgwO2zZ .mbr-text {
  color: #f8f7ff;
  text-align: center;
}
.cid-tqJQgwO2zZ .mbr-section-title,
.cid-tqJQgwO2zZ .mbr-section-btn {
  text-align: center;
}
.cid-tqJWt7g2qd {
  background-color: #ff4c30;
}
.cid-tqJWt7g2qd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJWt7g2qd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJWt7g2qd .row {
    padding: 0 24px;
  }
}
.cid-tqJWt7g2qd .text-wrapper {
  padding: 0 0 0 100px;
}
@media (max-width: 992px) {
  .cid-tqJWt7g2qd .text-wrapper {
    margin-top: 64px;
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tqJWt7g2qd .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqJWt7g2qd .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-tqJWt7g2qd .image-wrap {
  display: flex;
}
@media (max-width: 992px) {
  .cid-tqJWt7g2qd .image-wrap {
    justify-content: center;
  }
}
.cid-tqJWt7g2qd .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
@media (max-width: 992px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper:first-child {
    padding: 0;
  }
}
.cid-tqJWt7g2qd .image-wrap .image-wrapper .card {
  max-width: 290px;
  min-width: 250px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
  background-color: #fe6750;
}
@media (max-width: 1200px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .card {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .card {
    display: none;
  }
}
@media (max-width: 768px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .card {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .card {
    height: 200px;
  }
}
.cid-tqJWt7g2qd .image-wrap .image-wrapper .image {
  max-width: 290px;
  min-width: 200px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 768px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .image {
    min-width: 100px;
  }
}
@media (max-width: 425px) {
  .cid-tqJWt7g2qd .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-tqJWt7g2qd .mbr-section-title {
  color: #FFF6EB;
}
.cid-tqJWt7g2qd .mbr-text {
  color: #FFF6EB;
}
.cid-tqJQgWySyN {
  background-color: #e9e4ff;
}
.cid-tqJQgWySyN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQgWySyN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJQgWySyN .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tqJQgWySyN .row {
    padding: 0 24px;
  }
}
.cid-tqJQgWySyN .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-tqJQgWySyN .title-wrapper {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .cid-tqJQgWySyN .title-wrapper {
    margin-bottom: 64px;
  }
}
.cid-tqJQgWySyN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tqJQgWySyN .card .card-wrapper {
    padding: 18px 0 22px 0;
  }
}
.cid-tqJQgWySyN .card .card-wrapper .mbr-iconfont {
  display: inherit;
  font-size: 48px;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tqJQgWySyN .card .card-wrapper .mbr-iconfont {
    margin-bottom: 10px;
  }
}
.cid-tqJQgWySyN .card .card-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .cid-tqJQgWySyN .card .card-wrapper .mbr-card-title {
    margin-bottom: 10px;
  }
}
.cid-tqJQgWySyN .card .card-wrapper .mbr-text {
  margin-bottom: 52px;
}
@media (max-width: 992px) {
  .cid-tqJQgWySyN .card .card-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tqJQgWySyN .card .card-wrapper .card-link {
  display: block;
}
.cid-tqJQgWySyN .card .card-wrapper .card-link .mbr-link {
  margin: 0;
  transition: all .3s ease;
  text-decoration: underline;
}
.cid-tqJQgWySyN .card .card-wrapper .card-link .mbr-link:hover {
  opacity: .75;
  text-decoration: none;
}
.cid-tqJQgWySyN .mbr-section-title {
  color: #2c0066;
  text-align: center;
}
.cid-tqJQgWySyN .mbr-card-title,
.cid-tqJQgWySyN .mbr-iconfont {
  color: #2c0066;
}
.cid-tqJQgWySyN .mbr-text {
  color: #2c0066;
}
.cid-tqJQgWySyN .mbr-link {
  color: #2c0066;
}
.cid-tqJQh7Sv4u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJQh7Sv4u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQh7Sv4u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQh7Sv4u .row {
    justify-content: center;
  }
  .cid-tqJQh7Sv4u .card {
    padding: 0 80px;
  }
}
.cid-tqJQh7Sv4u .title-wrapper {
  margin: 0 0 120px 0;
}
@media (max-width: 992px) {
  .cid-tqJQh7Sv4u .title-wrapper {
    margin: 0 0 60px 0;
  }
}
.cid-tqJQh7Sv4u .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQh7Sv4u .card-wrapper {
  margin-bottom: 50px;
}
.cid-tqJQh7Sv4u .card-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tqJQh7Sv4u .card-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-tqJQh7Sv4u .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tqJQh7Sv4u .mbr-section-title {
  color: #005c62;
  text-align: center;
}
.cid-tqJQh7Sv4u .mbr-card-title {
  color: #005c62;
  text-align: center;
}
.cid-tqJQh7Sv4u .mbr-desc {
  color: #005c62;
  text-align: center;
}
.cid-tqJQhhjMc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ccf6ee;
}
.cid-tqJQhhjMc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQhhjMc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQhhjMc7 .row {
    padding: 0 24px;
  }
}
.cid-tqJQhhjMc7 .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 20px;
}
@media (max-width: 992px) {
  .cid-tqJQhhjMc7 .items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 768px) {
  .cid-tqJQhhjMc7 .items {
    column-gap: 10px;
  }
}
@media (max-width: 425px) {
  .cid-tqJQhhjMc7 .items {
    grid-template-columns: 1fr;
  }
}
.cid-tqJQhhjMc7 .item {
  margin-bottom: 20px;
  height: 420px;
}
@media (max-width: 768px) {
  .cid-tqJQhhjMc7 .item {
    margin-bottom: 10px;
  }
}
.cid-tqJQhhjMc7 .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-tqJQhhjMc7 .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-tqJQhhjMc7 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tqJQhhjMc7 .item .item-wrapper .item-content {
  padding: 24px 15px 26px;
  background-color: #ffffff;
  z-index: 1;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tqJQhhjMc7 .item .item-wrapper .item-content {
    padding: 19px 13px 21px;
  }
}
.cid-tqJQhhjMc7 .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-tqJQhhjMc7 .items-card:nth-child(2) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tqJQhhjMc7 .items-card:nth-child(2) .item {
  height: 58%;
}
@media (max-width: 425px) {
  .cid-tqJQhhjMc7 .items-card:nth-child(2) .item {
    height: 420px;
  }
}
.cid-tqJQhhjMc7 .items-card:nth-child(2) .item:first-child {
  height: 330px;
}
.cid-tqJQhhjMc7 .items-card:nth-child(3) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-tqJQhhjMc7 .items-card:nth-child(3) .item {
  height: 58%;
}
@media (max-width: 425px) {
  .cid-tqJQhhjMc7 .items-card:nth-child(3) .item {
    height: 420px;
  }
}
.cid-tqJQhhjMc7 .items-card:nth-child(3) .item:last-child {
  height: 330px;
}
.cid-tqJQhhjMc7 .mbr-text {
  color: #111111;
  text-align: center;
}
.cid-tqJQhsPVZI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4c1;
}
.cid-tqJQhsPVZI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQhsPVZI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQhsPVZI .row {
    justify-content: center;
  }
  .cid-tqJQhsPVZI .card {
    padding: 0 45px 0 100px;
  }
  .cid-tqJQhsPVZI .card:nth-child(2n) {
    padding: 0 100px 0 45px;
  }
}
.cid-tqJQhsPVZI .title-wrapper {
  margin: 0 0 120px 0;
}
@media (max-width: 992px) {
  .cid-tqJQhsPVZI .title-wrapper {
    margin: 0 0 60px 0;
  }
}
.cid-tqJQhsPVZI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQhsPVZI .card-wrapper {
  margin-bottom: 50px;
}
.cid-tqJQhsPVZI .card-wrapper img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  margin-bottom: 40px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tqJQhsPVZI .card-wrapper img {
    height: 250px;
    margin-bottom: 24px;
  }
}
.cid-tqJQhsPVZI .card-wrapper .mbr-card-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tqJQhsPVZI .card-wrapper .mbr-card-title {
    margin-bottom: 16px;
  }
}
.cid-tqJQhsPVZI .card-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tqJQhsPVZI .mbr-section-title {
  color: #570000;
  text-align: center;
}
.cid-tqJQhsPVZI .mbr-card-title {
  color: #570000;
}
.cid-tqJQhsPVZI .mbr-desc {
  color: #570000;
  text-align: center;
}
.cid-tqJQhsPVZI .mbr-card-title,
.cid-tqJQhsPVZI .mbr-section-btn {
  text-align: center;
}
.cid-tqJQhHJPdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fe6750;
}
.cid-tqJQhHJPdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQhHJPdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQhHJPdT .row {
    padding: 0 24px;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tqJQhHJPdT .card {
    margin-bottom: 56px;
  }
}
.cid-tqJQhHJPdT .card .card-wrapper {
  border-top: 2px solid #fff1de;
}
.cid-tqJQhHJPdT .card .card-wrapper .mbr-number {
  padding-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tqJQhHJPdT .card .card-wrapper .mbr-number {
    padding-top: 12px;
  }
}
.cid-tqJQhHJPdT .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tqJQhHJPdT .mbr-number {
  color: #fff1de;
}
.cid-tqJQhHJPdT .mbr-text {
  color: #fff1de;
}
.cid-tqJQi4RIOF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJQi4RIOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQi4RIOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJQi4RIOF .row {
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tqJQi4RIOF .row {
    padding: 0 24px;
  }
}
.cid-tqJQi4RIOF .card-wrapper img {
  width: 100%;
  height: 280px;
  border-radius: 20px;
  margin-bottom: 24px;
  object-fit: cover;
}
.cid-tqJQi4RIOF .text-wrapper {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-tqJQi4RIOF .text-wrapper {
    padding-top: 24px;
  }
}
.cid-tqJQi4RIOF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tqJQi4RIOF .mbr-text {
  color: #570000;
}
.cid-tqJQiptnRe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f5fefc;
}
.cid-tqJQiptnRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQiptnRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJQiptnRe .row {
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .cid-tqJQiptnRe .row {
    padding: 0 24px;
  }
}
.cid-tqJQiptnRe .title-wrapper {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-tqJQiptnRe .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tqJQiptnRe .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQiptnRe .card-wrapper {
  margin-bottom: 24px;
}
.cid-tqJQiptnRe .card-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tqJQiptnRe .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tqJQiptnRe .mbr-section-title {
  color: #2c0066;
}
.cid-tqJQiptnRe .mbr-number {
  color: #2c0066;
}
.cid-tqJQiptnRe .mbr-text {
  color: #2c0066;
}
.cid-tqJQiOM3Jk {
  background-color: #fff6eb;
}
.cid-tqJQiOM3Jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQiOM3Jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQiOM3Jk .card {
    padding: 0 80px;
  }
  .cid-tqJQiOM3Jk .card:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-tqJQiOM3Jk .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tqJQiOM3Jk .image-wrapper {
    height: 400px;
  }
}
.cid-tqJQiOM3Jk .image-wrapper .image-main {
  width: 230px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tqJQiOM3Jk .image-wrapper .mbr-emoji {
  position: absolute;
  top: 2%;
  left: 28%;
  object-fit: cover;
  font-size: 44px;
  border-radius: 5px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-tqJQiOM3Jk .image-wrapper .mbr-emoji {
    top: -30px;
    left: 0;
  }
}
.cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(2) {
  left: 16%;
  top: 5%;
}
@media (max-width: 768px) {
  .cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(2) {
    left: 0;
  }
}
.cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(3) {
  left: 16%;
  top: 16%;
}
@media (max-width: 768px) {
  .cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(3) {
    left: 0;
  }
}
.cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(4) {
  font-size: 70px;
  left: auto;
  right: 12%;
  top: 24%;
}
@media (max-width: 768px) {
  .cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(4) {
    right: 0;
    font-size: 62px;
  }
}
.cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(5) {
  font-size: 70px;
  left: auto;
  right: 12%;
  top: 40%;
}
.cid-tqJQiOM3Jk .image-wrapper .mbr-emoji:nth-child(6) {
  font-size: 70px;
  left: auto;
  right: 12%;
  top: 57%;
}
@media (max-width: 992px) {
  .cid-tqJQiOM3Jk .title-wrapper {
    margin-top: 32px;
  }
}
.cid-tqJQiOM3Jk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQiOM3Jk .mbr-section-title {
  color: #550aa9;
}
.cid-tqJQjcLhma {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e4ff;
}
.cid-tqJQjcLhma .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQjcLhma .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQjcLhma .row {
    padding: 0 24px;
  }
}
.cid-tqJQjcLhma .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tqJQjcLhma .title-wrapper .mbr-section-btn .btn {
  margin: 8px;
}
.cid-tqJQjcLhma .mbr-section-title {
  color: #2c0066;
}
.cid-tqJQjcLhma .mbr-section-title,
.cid-tqJQjcLhma .mbr-section-btn {
  text-align: center;
}
.cid-tqJWTaa2Rg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #003440;
}
.cid-tqJWTaa2Rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJWTaa2Rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJWTaa2Rg .row {
    padding: 0 24px;
  }
}
.cid-tqJWTaa2Rg .text-wrapper {
  padding: 0 0 0 110px;
}
@media (max-width: 992px) {
  .cid-tqJWTaa2Rg .text-wrapper {
    margin: 0 0 32px 0;
    padding: 0;
  }
}
.cid-tqJWTaa2Rg .text-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-tqJWTaa2Rg .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-tqJWTaa2Rg .image-wrap {
  display: flex;
}
.cid-tqJWTaa2Rg .image-wrap .image-wrapper:first-child {
  padding: 7rem 20px 0 0;
}
.cid-tqJWTaa2Rg .image-wrap .image-wrapper:first-child .image {
  max-width: 290px;
}
.cid-tqJWTaa2Rg .image-wrap .image-wrapper .image {
  max-width: 290px;
  height: 350px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-tqJWTaa2Rg .image-wrap .image-wrapper .image {
    border-radius: 20px !important;
  }
}
@media (max-width: 425px) {
  .cid-tqJWTaa2Rg .image-wrap .image-wrapper .image {
    height: 200px;
  }
}
.cid-tqJWTaa2Rg .mbr-section-title {
  color: #ffe4c1;
}
.cid-tqJWTaa2Rg .mbr-text {
  color: #ffe4c1;
}
.cid-tqJQjTp11i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffe4c1;
}
.cid-tqJQjTp11i .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQjTp11i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQjTp11i .card {
    padding: 0 80px;
  }
  .cid-tqJQjTp11i .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .cid-tqJQjTp11i .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tqJQjTp11i .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tqJQjTp11i .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tqJQjTp11i .image-wrapper {
  display: flex;
  justify-content: flex-end;
  position: relative;
  padding-left: 90px;
}
@media (max-width: 992px) {
  .cid-tqJQjTp11i .image-wrapper {
    padding: 0;
  }
}
.cid-tqJQjTp11i .image-wrapper img {
  width: 90%;
  height: 390px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .cid-tqJQjTp11i .image-wrapper img {
    height: 300px;
  }
}
.cid-tqJQjTp11i .image-wrapper .card-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  min-height: 280px;
  padding: 50px 30px;
  background-color: #005c62;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tqJQjTp11i .image-wrapper .card-wrapper {
    padding: 30px 15px;
    width: 180px;
  }
}
.cid-tqJQjTp11i .image-wrapper .card-wrapper .mbr-number {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .cid-tqJQjTp11i .image-wrapper .card-wrapper .mbr-number {
    margin-bottom: 6px;
  }
}
.cid-tqJQjTp11i .image-wrapper .card-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tqJQjTp11i .mbr-section-title {
  color: #005c62;
}
.cid-tqJQjTp11i .mbr-text {
  color: #005c62;
}
.cid-tqJQjTp11i .mbr-number {
  color: #ffe4c1;
}
.cid-tqJQjTp11i .mbr-desc {
  color: #ffe4c1;
}
.cid-tqJQkgznDu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqJQkgznDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQkgznDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQkgznDu .card {
    padding: 0;
  }
  .cid-tqJQkgznDu .container-fluid {
    padding: 0 16px;
  }
}
.cid-tqJQkgznDu .card:first-child {
  background-color: #00777c;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-tqJQkgznDu .card:first-child .title-wrapper {
  padding: 84px 0;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-tqJQkgznDu .card:first-child .title-wrapper {
    padding: 64px 0;
  }
}
@media (max-width: 768px) {
  .cid-tqJQkgznDu .card:first-child .title-wrapper {
    padding: 56px 0;
    width: 90%;
  }
}
.cid-tqJQkgznDu .card:first-child .title-wrapper .mbr-section-subtitle {
  margin: 10px 0 0 0;
}
.cid-tqJQkgznDu .card:first-child .title-wrapper .mbr-section-title {
  margin: 32px 0;
}
.cid-tqJQkgznDu .card:first-child .title-wrapper .mbr-section-btn {
  margin: 14px 0;
}
@media (max-width: 768px) {
  .cid-tqJQkgznDu .card:first-child .title-wrapper .mbr-section-btn {
    margin: 10px 0;
  }
}
@media (max-width: 992px) {
  .cid-tqJQkgznDu .card:last-child {
    padding: 0;
  }
}
.cid-tqJQkgznDu .card:last-child .image-wrapper {
  height: 100%;
}
.cid-tqJQkgznDu .card:last-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tqJQkgznDu .mbr-section-title {
  color: #ffe4c1;
}
.cid-tqJQkgznDu .mbr-section-subtitle {
  color: #ffe4c1;
  text-align: center;
}
.cid-tqJQkgznDu .mbr-section-title,
.cid-tqJQkgznDu .mbr-section-btn {
  text-align: center;
}
.cid-tqJQkDB6RB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJQkDB6RB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQkDB6RB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQkDB6RB .row {
    padding: 0 24px;
  }
}
.cid-tqJQkDB6RB .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tqJQkDB6RB .title-wrapper .mbr-text {
  margin-bottom: 26px;
}
.cid-tqJQkDB6RB .mbr-section-title {
  color: #005c62;
}
.cid-tqJQkDB6RB .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tqJQkDB6RB .mbr-section-title,
.cid-tqJQkDB6RB .mbr-section-btn {
  text-align: center;
}
.cid-tqJQl0Ki6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f7ff;
}
.cid-tqJQl0Ki6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQl0Ki6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQl0Ki6F .card {
    padding: 0 16px;
  }
  .cid-tqJQl0Ki6F .row {
    padding: 0 24px;
  }
}
.cid-tqJQl0Ki6F .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cid-tqJQl0Ki6F .title-wrapper {
    margin-bottom: 0;
  }
}
.cid-tqJQl0Ki6F .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQl0Ki6F .text-wrapper {
  padding: 76px 0 30px;
}
@media (max-width: 992px) {
  .cid-tqJQl0Ki6F .text-wrapper {
    padding: 48px 0 22px;
  }
}
.cid-tqJQl0Ki6F .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tqJQl0Ki6F .card-wrapper {
  margin: 44px 0 28px;
  padding-top: 24px;
  border-top: 2px solid #550aa9;
}
@media (max-width: 992px) {
  .cid-tqJQl0Ki6F .card-wrapper {
    margin: 38px 0 24px;
    padding-top: 12px;
  }
}
.cid-tqJQl0Ki6F .card-wrapper .mbr-number {
  margin-bottom: 0;
}
.cid-tqJQl0Ki6F .card-wrapper .mbr-desc {
  margin: 0;
}
.cid-tqJQl0Ki6F .image-wrapper {
  margin: 44px 0 38px;
}
@media (max-width: 992px) {
  .cid-tqJQl0Ki6F .image-wrapper {
    margin: 38px 0 24px;
  }
}
.cid-tqJQl0Ki6F .image-wrapper img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
.cid-tqJQl0Ki6F .mbr-section-title {
  color: #550aa9;
  text-align: center;
}
.cid-tqJQl0Ki6F .mbr-text {
  color: #550aa9;
}
.cid-tqJQl0Ki6F .mbr-number {
  color: #550aa9;
}
.cid-tqJQl0Ki6F .mbr-desc {
  color: #550aa9;
}
.cid-tqJQlobynE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqJQlobynE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQlobynE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQlobynE .container-fluid {
    padding: 0 16px;
  }
}
.cid-tqJQlobynE .card {
  padding: 0;
}
.cid-tqJQlobynE .card:first-child {
  background-color: #ff6d56;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tqJQlobynE .card:first-child {
    min-height: 740px;
  }
}
.cid-tqJQlobynE .card:first-child .title-wrapper {
  padding: 40px 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tqJQlobynE .card:first-child .title-wrapper {
    padding: 20px 38px;
  }
}
@media (max-width: 768px) {
  .cid-tqJQlobynE .card:first-child .title-wrapper {
    padding: 20px 16px;
  }
}
.cid-tqJQlobynE .card:first-child .title-wrapper .mbr-section-subtitle {
  margin-bottom: 24px;
}
.cid-tqJQlobynE .card:first-child .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tqJQlobynE .card:first-child .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tqJQlobynE .card:last-child {
    padding: 0;
  }
}
.cid-tqJQlobynE .card:last-child .image-wrapper {
  height: 100%;
}
.cid-tqJQlobynE .card:last-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tqJQlobynE .mbr-section-title {
  color: #570000;
  text-align: center;
}
.cid-tqJQlobynE .mbr-section-subtitle {
  color: #570000;
  text-align: center;
}
.cid-tqJQlobynE .mbr-desc {
  color: #570000;
  text-align: center;
}
.cid-tqJQlLTzvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #005c62;
}
.cid-tqJQlLTzvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQlLTzvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQlLTzvZ .row {
    padding: 0 24px;
  }
}
.cid-tqJQlLTzvZ .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0;
  background-color: #ffe4c1;
  height: 100%;
  border-radius: 30px;
}
.cid-tqJQlLTzvZ .image-wrapper img {
  max-width: 280px;
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .cid-tqJQlLTzvZ .image-wrapper img {
    height: 300px;
  }
}
.cid-tqJQlLTzvZ .title-wrapper {
  padding-left: 100px;
}
@media (max-width: 992px) {
  .cid-tqJQlLTzvZ .title-wrapper {
    margin-top: 32px;
    padding-left: 0;
  }
}
.cid-tqJQlLTzvZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tqJQlLTzvZ .title-wrapper .mbr-text {
  margin: 0;
}
.cid-tqJQlLTzvZ .mbr-section-title {
  color: #ffe4c1;
}
.cid-tqJQlLTzvZ .mbr-text {
  color: #ffe4c1;
}
.cid-tqJQmf7lLO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00261a;
}
.cid-tqJQmf7lLO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQmf7lLO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQmf7lLO .row {
    padding: 0;
  }
  .cid-tqJQmf7lLO .container-fluid {
    padding: 0;
  }
}
.cid-tqJQmf7lLO .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  column-gap: 10px;
  max-height: 1000px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-tqJQmf7lLO .items {
    grid-template-columns: 1fr 1fr;
    max-height: 1500px;
  }
}
@media (max-width: 425px) {
  .cid-tqJQmf7lLO .items {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 992px) {
  .cid-tqJQmf7lLO .items-card {
    padding-top: 100px;
  }
}
.cid-tqJQmf7lLO .items-card .item {
  margin-bottom: 14px;
  height: 380px;
}
@media (max-width: 768px) {
  .cid-tqJQmf7lLO .items-card .item {
    margin-bottom: 5px;
  }
}
.cid-tqJQmf7lLO .items-card .item .item-wrapper {
  height: 100%;
  border-radius: 20px;
}
.cid-tqJQmf7lLO .items-card .item .item-wrapper .item-img {
  height: 100%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.cid-tqJQmf7lLO .items-card .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tqJQmf7lLO .items-card:nth-child(2n) {
  padding-top: 0;
}
.cid-tqJQmCkcCo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tqJQmCkcCo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQmCkcCo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQmCkcCo .card {
    padding: 0;
  }
  .cid-tqJQmCkcCo .container-fluid {
    padding: 0 16px;
  }
}
.cid-tqJQmCkcCo .card:first-child {
  background-color: #ffe4c1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper {
  padding: 84px 0;
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tqJQmCkcCo .card:first-child .card-wrapper {
    padding: 64px 0;
    width: 60%;
  }
}
@media (max-width: 768px) {
  .cid-tqJQmCkcCo .card:first-child .card-wrapper {
    padding: 56px 0;
    width: 90%;
  }
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper .image-wrap {
  position: relative;
  height: 400px;
  padding: 12px;
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper .image-wrap .mbr-iconfont {
  width: 55px;
  height: 55px;
  background-color: #ffffff;
  font-size: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: relative;
  border-radius: 100%;
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper .text-wrapper {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper .text-wrapper .mbr-circle {
  margin: 0 6px 0 0;
  width: 36px;
  min-width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #570000;
}
.cid-tqJQmCkcCo .card:first-child .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-tqJQmCkcCo .card:last-child {
    padding: 0;
  }
}
.cid-tqJQmCkcCo .card:last-child .image-wrapper {
  height: 100%;
}
.cid-tqJQmCkcCo .card:last-child .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tqJQmCkcCo .card:last-child .image-wrapper img {
    height: 350px;
  }
}
.cid-tqJQmCkcCo .mbr-text {
  color: #005c62;
}
.cid-tqJQmCkcCo .mbr-circle {
  color: #ffe4c1;
}
.cid-tqJQn8TjDw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8f7ff;
}
.cid-tqJQn8TjDw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQn8TjDw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQn8TjDw .row {
    padding: 0 24px;
  }
}
.cid-tqJQn8TjDw .items {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tqJQn8TjDw .items {
    flex-direction: column;
  }
}
.cid-tqJQn8TjDw .items img {
  max-width: 330px;
  min-width: 100px;
  height: 405px;
  object-fit: cover;
  border-radius: 20px;
  margin-right: -3rem;
}
@media (max-width: 768px) {
  .cid-tqJQn8TjDw .items img {
    margin: 0 !important;
  }
}
.cid-tqJQn8TjDw .items img:nth-child(2) {
  height: 330px;
  margin-top: -12rem;
}
.cid-tqJQn8TjDw .items img:nth-child(3) {
  height: 290px;
}
.cid-tqJQn8TjDw .items img:nth-child(4) {
  height: 440px;
  margin-left: -6rem;
}
.cid-tqJQn8TjDw .items img:nth-child(5) {
  height: 430px;
  margin-top: -9rem;
}
.cid-tqJQnyiN5z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fff6eb;
}
.cid-tqJQnyiN5z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQnyiN5z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJQnyiN5z .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 480px;
  max-width: 480px;
  min-height: 720px;
}
@media (max-width: 768px) {
  .cid-tqJQnyiN5z .embla__slide {
    min-height: 420px;
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-tqJQnyiN5z .embla__slide:nth-child(2) .link-wrapper .card-wrap {
  background-color: #00777c;
}
.cid-tqJQnyiN5z .embla__slide:nth-child(3) .link-wrapper .card-wrap {
  background-color: #2c0066;
}
.cid-tqJQnyiN5z .embla__slide:nth-child(4) .link-wrapper .card-wrap {
  background-color: #e42406;
}
.cid-tqJQnyiN5z .embla__slide:nth-child(5) .link-wrapper .card-wrap {
  background-color: #dab687;
}
.cid-tqJQnyiN5z .embla__slide:nth-child(6) .link-wrapper .card-wrap {
  background-color: #ff6d56;
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper {
  display: block;
  width: 100%;
  transition: opacity .3s ease;
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover {
  opacity: .8;
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover .card-wrap .card-title_1,
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover .card-wrap .card-title_2,
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover .card-wrap .card-title_3,
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover .card-wrap .card-title_4,
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover .card-wrap .card-title_5,
.cid-tqJQnyiN5z .embla__slide .link-wrapper:hover .card-wrap .card-title_6 {
  text-decoration: underline;
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #e42406;
  padding: 24px;
}
@media (max-width: 768px) {
  .cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap {
    padding: 12px;
  }
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-desc_1,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-desc_2,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-desc_3,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-desc_4,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-desc_5,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-desc_6 {
  margin: 0 0 24px 0;
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .card-title_1,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .card-title_2,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .card-title_3,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .card-title_4,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .card-title_5,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .card-title_6 {
  margin: 10px 0;
  transition: all .3s ease;
}
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-date_1,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-date_2,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-date_3,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-date_4,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-date_5,
.cid-tqJQnyiN5z .embla__slide .link-wrapper .card-wrap .mbr-date_6 {
  margin: 24px 0 0 0;
}
.cid-tqJQnyiN5z .embla__button--next,
.cid-tqJQnyiN5z .embla__button--prev {
  display: flex;
}
.cid-tqJQnyiN5z .embla__button {
  bottom: -5rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #570000;
  border: 2px solid #570000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tqJQnyiN5z .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tqJQnyiN5z .embla__button:hover {
  background: transparent;
  color: #570000;
  opacity: .75;
}
.cid-tqJQnyiN5z .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tqJQnyiN5z .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-tqJQnyiN5z .embla__button {
    top: auto;
  }
}
.cid-tqJQnyiN5z .embla {
  position: relative;
  width: 100%;
}
.cid-tqJQnyiN5z .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-tqJQnyiN5z .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tqJQnyiN5z .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tqJQnyiN5z .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tqJQnyiN5z .mbr-desc_1 {
  color: #ccf6ee;
}
.cid-tqJQnyiN5z .card-title_1 {
  color: #ccf6ee;
}
.cid-tqJQnyiN5z .mbr-date_1 {
  color: #ccf6ee;
}
.cid-tqJQnyiN5z .mbr-desc_2 {
  color: #f5fefc;
}
.cid-tqJQnyiN5z .card-title_2 {
  color: #f5fefc;
}
.cid-tqJQnyiN5z .mbr-date_2 {
  color: #f5fefc;
}
.cid-tqJQnyiN5z .mbr-desc_3 {
  color: #ffe4c1;
}
.cid-tqJQnyiN5z .card-title_3 {
  color: #ffe4c1;
}
.cid-tqJQnyiN5z .mbr-date_3 {
  color: #ffe4c1;
}
.cid-tqJQnyiN5z .mbr-desc_4 {
  color: #e9e4ff;
}
.cid-tqJQnyiN5z .card-title_4 {
  color: #e9e4ff;
}
.cid-tqJQnyiN5z .mbr-date_4 {
  color: #e9e4ff;
}
.cid-tqJQnyiN5z .mbr-desc_5 {
  color: #570000;
}
.cid-tqJQnyiN5z .card-title_5 {
  color: #570000;
}
.cid-tqJQnyiN5z .mbr-date_5 {
  color: #570000;
}
.cid-tqJQnyiN5z .mbr-desc_6 {
  color: #f8f7ff;
}
.cid-tqJQnyiN5z .card-title_6 {
  color: #f8f7ff;
}
.cid-tqJQnyiN5z .mbr-date_6 {
  color: #f8f7ff;
}
.cid-tqJQojJBfg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e9e4ff;
}
.cid-tqJQojJBfg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQojJBfg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQojJBfg .row {
    padding: 0 24px;
    justify-content: center;
  }
}
.cid-tqJQojJBfg .card {
  position: relative;
}
.cid-tqJQojJBfg .card .mbr-iconfont {
  position: absolute;
  font-size: 45px;
  top: -3rem;
  left: 2rem;
  color: #2c0066;
}
.cid-tqJQojJBfg .card .mbr-iconfont:nth-child(2) {
  top: -3rem;
  left: auto;
  right: 8rem;
}
.cid-tqJQojJBfg .card .mbr-iconfont:nth-child(3) {
  top: auto;
  bottom: 6rem;
  left: -2rem;
}
.cid-tqJQojJBfg .card .mbr-iconfont:nth-child(4) {
  top: auto;
  bottom: -3rem;
  left: auto;
  right: 0;
}
.cid-tqJQojJBfg .mbr-section-title {
  margin-bottom: 20px !important;
  color: #2c0066;
}
.cid-tqJQojJBfg .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tqJQojJBfg .dragArea.row .form-group .form-control {
  border: none !important;
  padding: 24px 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 2px solid #2c0066 !important;
  border-radius: 0;
}
.cid-tqJQojJBfg .dragArea.row .form-group .form-control::placeholder {
  color: #550aa9;
}
.cid-tqJQojJBfg .dragArea.row .form-group .form-control-label {
  margin-bottom: 12px;
}
.cid-tqJQojJBfg .dragArea.row .form-group .form-check {
  margin: 0;
  padding-left: 2.3rem;
}
.cid-tqJQojJBfg .dragArea.row .form-group .form-check .form-check-input:checked {
  background-color: #2c0066;
  border-color: #2c0066;
}
.cid-tqJQojJBfg .dragArea.row .mbr-section-btn {
  margin-top: 20px;
}
.cid-tqJQojJBfg label {
  color: #2c0066;
}
.cid-tqJQojJBfg .mbr-section-title,
.cid-tqJQojJBfg .mbr-section-btn {
  text-align: center;
}
.cid-tqJQoLvOzD {
  background-color: #e9e4ff;
}
.cid-tqJQoLvOzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQoLvOzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQoLvOzD .card {
    padding: 0 80px;
  }
  .cid-tqJQoLvOzD .card:first-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-tqJQoLvOzD .title-wrapper {
  margin: 0 0 53px 0;
}
@media (max-width: 992px) {
  .cid-tqJQoLvOzD .title-wrapper {
    margin: 20px 0 0 0;
  }
}
.cid-tqJQoLvOzD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tqJQoLvOzD .panel-group {
    margin-bottom: 32px;
  }
}
.cid-tqJQoLvOzD .panel-group .card {
  padding: 16px 0 24px 0;
  border-radius: 0;
}
.cid-tqJQoLvOzD .panel-group .card:not(:first-child) {
  border-top: 1px solid #550aa9;
}
.cid-tqJQoLvOzD .panel-group .card .card-header {
  background-color: transparent;
  padding: 13px 0;
  border: none;
}
@media (max-width: 768px) {
  .cid-tqJQoLvOzD .panel-group .card .card-header {
    padding: 0 0 10px;
  }
}
.cid-tqJQoLvOzD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tqJQoLvOzD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 0;
}
.cid-tqJQoLvOzD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
  width: 100%;
}
.cid-tqJQoLvOzD .panel-group .card .card-header .panel-title .mbr-iconfont {
  margin-left: 10px;
  transition: all .3s ease;
}
.cid-tqJQoLvOzD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-tqJQoLvOzD .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 500px;
}
@media (max-width: 425px) {
  .cid-tqJQoLvOzD .image-wrapper {
    height: 400px;
  }
}
.cid-tqJQoLvOzD .image-wrapper .image-main {
  width: 230px;
  height: 380px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tqJQoLvOzD .image-wrapper .mbr-emoji {
  position: absolute;
  top: 0;
  right: 9rem;
  font-size: 52px;
}
.cid-tqJQoLvOzD .image-wrapper .mbr-emoji:nth-child(2) {
  left: 4rem;
  top: 22%;
}
.cid-tqJQoLvOzD .image-wrapper .mbr-emoji:nth-child(3) {
  font-size: 72px;
  right: 3.5rem;
  top: 40%;
}
.cid-tqJQoLvOzD .image-wrapper .mbr-emoji:nth-child(4) {
  font-size: 102px;
  top: auto;
  left: 7rem;
  bottom: 1rem;
}
.cid-tqJQoLvOzD .image-wrapper .mbr-emoji:nth-child(5) {
  font-size: 46px;
  top: auto;
  bottom: 0;
  left: 50%;
}
.cid-tqJQoLvOzD .mbr-section-title {
  color: #550aa9;
}
.cid-tqJQoLvOzD .panel-title-edit,
.cid-tqJQoLvOzD .mbr-iconfont {
  color: #550aa9;
}
.cid-tqJQoLvOzD .panel-text {
  color: #550aa9;
}
.cid-tqJQp9wDJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJQp9wDJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQp9wDJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQp9wDJV .card {
    padding: 0 80px;
  }
}
.cid-tqJQp9wDJV .title-wrapper {
  margin: 0 0 40px 0;
}
@media (max-width: 992px) {
  .cid-tqJQp9wDJV .title-wrapper {
    margin: 85px 0 32px 0;
  }
}
.cid-tqJQp9wDJV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQp9wDJV .list-wrapper .list-item {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .cid-tqJQp9wDJV .list-wrapper .list-item {
    margin-bottom: 12px;
  }
}
.cid-tqJQp9wDJV .list-wrapper .list-item .mbr-item-title {
  margin: 0;
}
.cid-tqJQp9wDJV .list-wrapper .list-item .mbr-desc {
  margin: 0;
}
.cid-tqJQp9wDJV .image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-tqJQp9wDJV .image-wrapper img {
  max-width: 390px;
  height: 200px;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tqJQp9wDJV .mbr-section-title {
  color: #005c62;
}
.cid-tqJQp9wDJV .mbr-item-title {
  color: #005c62;
}
.cid-tqJQp9wDJV .mbr-desc {
  color: #005c62;
}
.cid-tqJWZhSyYK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJWZhSyYK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJWZhSyYK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJWZhSyYK .row {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tqJWZhSyYK .title-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-tqJWZhSyYK .title-wrapper .mbr-desc {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tqJWZhSyYK .title-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .cid-tqJWZhSyYK .title-wrapper .mbr-desc {
    margin-bottom: 10px;
  }
}
.cid-tqJWZhSyYK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-tqJWZhSyYK .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tqJWZhSyYK .nav.nav-tabs {
  border: none;
  display: inline-flex;
  justify-content: center;
}
.cid-tqJWZhSyYK .nav.nav-tabs .nav-item {
  margin: 0 15px 15px 0;
}
.cid-tqJWZhSyYK .nav.nav-tabs .nav-item .nav-link {
  padding: 0 24px;
  min-height: 60px;
  border: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  color: #005c62;
  background-color: #fff1de;
  position: relative;
}
.cid-tqJWZhSyYK .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ffffff;
}
.cid-tqJWZhSyYK .tab-content {
  margin-bottom: 24px;
}
.cid-tqJWZhSyYK .tab-content .tab-pane .mbr-text {
  margin-bottom: 0;
}
.cid-tqJWZhSyYK .card:first-child {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-tqJWZhSyYK .card:first-child {
    padding: 0 100px 0 16px;
  }
}
.cid-tqJWZhSyYK .card:last-child {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 1100px) {
  .cid-tqJWZhSyYK .image-wrapper {
    overflow: hidden;
  }
}
.cid-tqJWZhSyYK .image-wrapper .card-wrapper {
  margin: 0 0 20px 0;
  background-color: #ffe4c1;
  border-radius: 20px;
  max-width: 290px;
  min-width: 200px;
  height: 290px;
}
@media (max-width: 1300px) {
  .cid-tqJWZhSyYK .image-wrapper .card-wrapper {
    min-width: 150px;
  }
}
@media (max-width: 992px) {
  .cid-tqJWZhSyYK .image-wrapper .card-wrapper {
    display: none;
  }
}
@media (max-width: 992px) {
  .cid-tqJWZhSyYK .image-wrapper .image {
    margin-top: 40px;
  }
}
.cid-tqJWZhSyYK .image-wrapper .image img {
  max-width: 290px;
  height: 500px;
  object-fit: cover;
  border-radius: 20px;
  margin: 0 20px 20px 0;
}
@media (max-width: 992px) {
  .cid-tqJWZhSyYK .image-wrapper .image img {
    max-width: none;
    height: 450px;
    width: 100%;
  }
}
.cid-tqJWZhSyYK .image-wrapper:last-child {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .cid-tqJWZhSyYK .image-wrapper:last-child {
    display: none;
  }
}
.cid-tqJWZhSyYK .image-wrapper:last-child .card-wrapper {
  margin-right: 0;
  min-width: 248px;
  max-width: 290px;
}
@media (max-width: 1300px) {
  .cid-tqJWZhSyYK .image-wrapper:last-child .card-wrapper {
    min-width: 150px;
  }
}
.cid-tqJWZhSyYK .image-wrapper:last-child .card-wrapper:first-child {
  height: 430px;
}
.cid-tqJWZhSyYK .image-wrapper:last-child .card-wrapper:nth-child(2) {
  height: 340px;
}
.cid-tqJWZhSyYK .image-wrapper:last-child .card-wrapper:last-child {
  height: 340px;
}
.cid-tqJWZhSyYK .mbr-desc {
  color: #005c62;
}
.cid-tqJWZhSyYK .mbr-section-title {
  color: #005c62;
}
.cid-tqJWZhSyYK .mbr-text {
  color: #005c62;
}
.cid-tqJQHagGQk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff6eb;
}
.cid-tqJQHagGQk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQHagGQk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tqJQHagGQk .title-wrapper {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-tqJQHagGQk .title-wrapper {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 768px) {
  .cid-tqJQHagGQk .title-wrapper {
    margin: 0 0 10px 0;
  }
}
.cid-tqJQHagGQk .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQHagGQk .nav.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 28px;
}
.cid-tqJQHagGQk .nav.nav-tabs .nav-item {
  margin: 0 15px 20px 15px;
}
.cid-tqJQHagGQk .nav.nav-tabs .nav-item .nav-link {
  border: none;
  color: #005c62;
  background-color: transparent;
  transition: all .1s ease;
  padding: 0;
}
.cid-tqJQHagGQk .nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #005c62;
}
.cid-tqJQHagGQk .nav.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #005c62;
}
.cid-tqJQHagGQk .tab-content .tab-pane .tags-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 14px;
}
.cid-tqJQHagGQk .tab-content .tab-pane .tags-wrapper .tag-wrapper {
  margin: 0 4px 14px;
}
.cid-tqJQHagGQk .tab-content .tab-pane .tags-wrapper .tag-wrapper .mbr-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 50px;
  border: 2px solid #005c62;
  transition: all .3s ease;
  margin-bottom: 0;
}
.cid-tqJQHagGQk .tab-content .tab-pane .tags-wrapper .tag-wrapper .mbr-tag:hover,
.cid-tqJQHagGQk .tab-content .tab-pane .tags-wrapper .tag-wrapper .mbr-tag:focus {
  color: #fff6eb;
  background-color: #005c62;
}
.cid-tqJQHagGQk .tab-content .tab-pane .mbr-text {
  width: 50%;
  margin: 0 auto;
  padding-top: 28px;
  border-top: 2px solid #005c62;
}
.cid-tqJQHagGQk .mbr-section-title {
  color: #005c62;
  text-align: center;
}
.cid-tqJQHagGQk .mbr-tag {
  color: #005c62;
}
.cid-tqJQHagGQk .mbr-text {
  color: #005c62;
  text-align: center;
}
.cid-tqJQpSGLFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ccf6ee;
}
.cid-tqJQpSGLFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJQpSGLFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJQpSGLFN .card {
    padding: 0 80px;
  }
  .cid-tqJQpSGLFN .card:last-child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.cid-tqJQpSGLFN .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tqJQpSGLFN .title-wrapper {
    margin: 0 0 32px 0;
  }
}
.cid-tqJQpSGLFN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tqJQpSGLFN .nav.nav-tabs {
  border: none;
  display: block;
}
.cid-tqJQpSGLFN .nav.nav-tabs .nav-item {
  margin: 0 0 27px 0;
}
.cid-tqJQpSGLFN .nav.nav-tabs .nav-item .nav-link {
  border: none;
  color: #550aa9;
  background-color: transparent;
  transition: all .1s ease;
  padding: 0;
}
.cid-tqJQpSGLFN .nav.nav-tabs .nav-item .nav-link:hover {
  border-bottom: 2px solid #550aa9;
}
.cid-tqJQpSGLFN .nav.nav-tabs .nav-item .nav-link.active {
  border-bottom: 2px solid #550aa9;
  padding-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-tqJQpSGLFN .tab-content {
    margin: 0 0 32px 0;
  }
}
.cid-tqJQpSGLFN .tab-content .tab-pane .tab-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tqJQpSGLFN .tab-content .tab-pane .tab-wrapper .tab-phone {
  width: 315px;
  height: 640px;
  padding: 15px;
  background-color: #2c0066;
  overflow: hidden;
  border-radius: 34px;
  position: relative;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tqJQpSGLFN .tab-content .tab-pane .tab-wrapper .tab-phone {
    width: 215px;
    height: 440px;
  }
}
.cid-tqJQpSGLFN .tab-content .tab-pane .tab-wrapper .tab-phone:before {
  content: '';
  position: absolute;
  top: .2rem;
  background-color: #2c0066;
  width: 146px;
  height: 35px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-tqJQpSGLFN .tab-content .tab-pane .tab-wrapper .tab-phone:before {
    width: 110px;
    height: 25px;
  }
}
.cid-tqJQpSGLFN .tab-content .tab-pane .tab-wrapper .tab-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.cid-tqJQpSGLFN .mbr-section-title {
  color: #550aa9;
}
.cid-tqJQpSGLFN .mbr-tag {
  color: #550aa9;
}
.cid-tqJuqCZpeh {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #2c0066;
}
.cid-tqJuqCZpeh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tqJuqCZpeh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tqJuqCZpeh .row {
    padding: 0 24px;
    justify-content: space-between;
  }
}
.cid-tqJuqCZpeh .mbr-section-title {
  margin-bottom: 40px;
  color: #e9e4ff;
}
.cid-tqJuqCZpeh .social-row {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.cid-tqJuqCZpeh .social-row .soc-item a:hover .mbr-iconfont {
  opacity: .75;
}
.cid-tqJuqCZpeh .social-row .soc-item a .mbr-iconfont {
  font-size: 24px;
  margin: 0 10px 10px 0;
  transition: all .3s ease;
  color: #e9e4ff;
}
.cid-tqJuqCZpeh .list {
  padding: 0;
  margin-bottom: 25px;
  list-style-type: none;
  color: #e9e4ff;
}
.cid-tqJuqCZpeh .list li {
  margin-bottom: 12px;
}
.cid-tqJuqCZpeh .list li:first-child {
  margin: 13px 0 18px 0;
}
@media (max-width: 992px) {
  .cid-tqJuqCZpeh .list li:first-child {
    margin: 0 0 18px 0;
  }
}
.cid-tqJuqCZpeh .copyright {
  color: #e9e4ff;
  text-align: center;
}
