.btn {
  border-width: 2px;
}
body {
  font-family: Figtree;
}
.display-1 {
  font-family: 'Kanit', sans-serif;
  font-size: 4.6rem;
  line-height: 0.85;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.8rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Kanit', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 1.84rem !important;
    font-size: calc( 3.5199999999999996rem + (4.6 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 0.55 * (3.5199999999999996rem + (4.6 - 3.5199999999999996) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0607c7 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #a70327 !important;
}
.bg-danger {
  background-color: #f8df03 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0607c7 !important;
  border-color: #0607c7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #030473 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #030473 !important;
  border-color: #030473 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #78288b !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #78288b !important;
  border-color: #78288b !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #148cca !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #2a747e !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a70327 !important;
  border-color: #a70327 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #520113 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #520113 !important;
  border-color: #520113 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f8df03 !important;
  border-color: #f8df03 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #a29202 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #a29202 !important;
  border-color: #a29202 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #616161 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #cfcfcf !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #616161 !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: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #000000 !important;
  background-color: #272523  !important;
  border-color: #272523  !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover,
.btn-black:active,
.btn-black:focus {
  color: #0607c7 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0607c7;
  color: #0607c7;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #030473 !important;
  background-color: transparent!important;
  border-color: #030473 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0607c7 !important;
  border-color: #0607c7 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ae42c8;
  color: #ae42c8;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #78288b !important;
  background-color: transparent!important;
  border-color: #78288b !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ae42c8 !important;
  border-color: #ae42c8 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: #148cca !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: #2a747e !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a70327;
  color: #a70327;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #520113 !important;
  background-color: transparent!important;
  border-color: #520113 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a70327 !important;
  border-color: #a70327 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f8df03;
  color: #f8df03;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a29202 !important;
  background-color: transparent!important;
  border-color: #a29202 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #000000 !important;
  background-color: #f8df03 !important;
  border-color: #f8df03 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0607c7 !important;
}
.text-secondary {
  color: #ae42c8 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #a70327 !important;
}
.text-danger {
  color: #f8df03 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #030464 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6e257f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #430110 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #938402 !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: #0607c7;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #a70327;
}
.alert-danger {
  background-color: #f8df03;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0607c7;
  border-color: #0607c7;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0607c7;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5354fa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.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: #fb2e5b;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fef9c9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0607c7 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0607c7;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0607c7;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0607c7;
}
.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: #0607c7;
  border-bottom-color: #0607c7;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #0607c7 !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: #ae42c8 !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='%230607c7' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u9yDQt4pX3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (min-width: 992px) {
  .cid-u9yDQt4pX3 .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-u9yDQt4pX3 .row {
    text-align: center!important;
  }
}
.cid-u9yDQt4pX3 .btn {
  width: -webkit-fill-available;
}
.cid-u9yDQt4pX3 .col-lg-8 {
  z-index: 2;
}
.cid-u9yDQt4pX3 .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #edb6c2;
  background: linear-gradient(180deg, #edb6c2, #ffffff);
}
@media (max-width: 1400px) {
  .cid-u9yDQt4pX3 .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9yDQt4pX3 .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u9yDQt4pX3 .content-container {
    padding: 3rem 2rem;
  }
}
.cid-u9yDQt4pX3 img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9yDQt4pX3 img {
    margin-bottom: 2rem;
  }
}
.cid-u9yDQt4pX3 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u9yDQt4pX3 .mbr-section-title {
    text-align: center;
  }
}
.cid-u9yDQt4pX3 .mbr-text {
  color: #272523;
}
.cid-u9yDQt4pX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yDQt4pX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yDQt4pX3 .mbr-section-title,
.cid-u9yDQt4pX3 .mbr-section-btn {
  color: #000000;
}
.cid-u9yDLSuaoa {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #1732a4;
  border-bottom: 3px solid #1732a4;
  margin-top: -3px;
}
.cid-u9yDLSuaoa blockquote {
  margin-bottom: 0;
  border-color: #1732a4;
  background-color: #ffffff;
  font-style: normal;
}
.cid-u9yDLSuaoa .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-u9yDLSuaoa .inform div:first-child {
  border-left: none;
}
.cid-u9yDLSuaoa .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-u9yDLSuaoa .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u9yDLSuaoa .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tZ5I8sxNlF {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tZ5I8sxNlF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ5I8sxNlF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ5I8sxNlF .mbr-text,
.cid-tZ5I8sxNlF .mbr-section-btn {
  text-align: left;
}
.cid-tZ5I8sxNlF .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-tZ8EwFZi5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8d1ff;
}
.cid-tZ8EwFZi5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ8EwFZi5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZ8EwFZi5j .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .container {
    padding: 0 24px;
  }
}
.cid-tZ8EwFZi5j .row {
  justify-content: space-between;
}
.cid-tZ8EwFZi5j .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-tZ8EwFZi5j .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tZ8EwFZi5j .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-tZ8EwFZi5j .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tZ8EwFZi5j .mbr-section-title {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-number {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-title {
  color: #141414;
}
.cid-tZ8EwFZi5j .card-text {
  color: #141414;
  text-align: center;
}
.cid-tZ8EwFZi5j .card-title,
.cid-tZ8EwFZi5j .mbr-section-btn {
  text-align: center;
}
.cid-u9yFPmmWuX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9yFPmmWuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yFPmmWuX img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yFPmmWuX img {
    margin-top: 2rem;
  }
}
.cid-u9yFPmmWuX .row {
  background: #f8d1ff;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9yFPmmWuX .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-u9yFPmmWuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yFPmmWuX .mbr-text,
.cid-u9yFPmmWuX .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9yFPmmWuX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yFPmmWuX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yDE2WGK0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-u9yDE2WGK0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yDE2WGK0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yDE2WGK0 .row {
  justify-content: flex-start;
}
.cid-u9yDE2WGK0 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yDE2WGK0 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u9yDE2WGK0 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yDE2WGK0 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u9yDE2WGK0 .title-container {
    padding: 12px;
  }
}
.cid-u9yDE2WGK0 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u9yDE2WGK0 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u9yDE2WGK0 .content-container {
    padding: 24px 12px;
  }
}
.cid-u9yDE2WGK0 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u9yDE2WGK0 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u9yDE2WGK0 .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9yDE2WGK0 .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-tZ5JQmMHSc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/water-slide-rentals-austin-texas-2000x1125.jpg");
}
.cid-tZ5JQmMHSc .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
@media (max-width: 1200px) {
  .cid-tZ5JQmMHSc .display-2 {
    font-size: 1.96rem;
  }
}
.cid-tZ5JQmMHSc .item-img {
  padding: 0.5rem;
}
.cid-tZ5JQmMHSc img,
.cid-tZ5JQmMHSc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-tZ5JQmMHSc .item:focus,
.cid-tZ5JQmMHSc span:focus {
  outline: none;
}
.cid-tZ5JQmMHSc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tZ5JQmMHSc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tZ5JQmMHSc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tZ5JQmMHSc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tZ5JQmMHSc .mbr-section-title {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .item-title {
  color: #ae42c8;
}
.cid-tZ5JQmMHSc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tZ5JQmMHSc .mbr-text,
.cid-tZ5JQmMHSc .mbr-section-btn {
  text-align: center;
}
.cid-tZdwwy58qk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
  background-image: url("../../../assets/images/venus-vortex-lake-compounce-main-800x600.jpg");
}
.cid-tZdwwy58qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZdwwy58qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tZdwwy58qk .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .container {
    padding: 0 16px;
  }
}
.cid-tZdwwy58qk .row {
  justify-content: center;
}
.cid-tZdwwy58qk .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-tZdwwy58qk .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tZdwwy58qk .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0607c7 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-tZdwwy58qk .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-tZdwwy58qk .mbr-desc {
  color: #706cff;
}
.cid-tZdwwy58qk .mbr-section-title {
  color: #000000;
}
.cid-tZdwwy58qk .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tZdwwy58qk .mbr-section-btn {
  text-align: center;
}
.cid-tZdwwy58qk .mbr-section-title,
.cid-tZdwwy58qk .mbr-section-btn {
  text-align: center;
}
.cid-tgVZ97rwq2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8d1ff;
}
.cid-tgVZ97rwq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZ97rwq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZ97rwq2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-tgVZ97rwq2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-tgVZ97rwq2 .row {
  flex-direction: row-reverse;
}
.cid-tgVZ97rwq2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-tgVZ97rwq2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-tgVZ97rwq2 img {
  border-radius: 2rem;
}
.cid-tgVZ97rwq2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tgVZ97rwq2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tgVZ97rwq2 .mbr-text,
.cid-tgVZ97rwq2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9vaB7DUEk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9vaB7DUEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vaB7DUEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vaB7DUEk .mbr-text,
.cid-u9vaB7DUEk .mbr-section-btn {
  text-align: center;
}
.cid-u9vaB7DUEk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yVCfK7Dz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  overflow: hidden;
  background-color: #f8d1ff;
  background: linear-gradient(-45deg, rgba(248, 209, 255, 0.8), #f8d1ff);
}
.cid-u9yVCfK7Dz .mbr-overlay {
  background: #5eeebb;
  background: linear-gradient(to right, #5eeebb, #51aafa);
}
.cid-u9yVCfK7Dz .container {
  pointer-events: none;
  z-index: 1;
}
.cid-u9yVCfK7Dz .title__block,
.cid-u9yVCfK7Dz .image__block {
  pointer-events: all;
}
.cid-u9yVCfK7Dz .mbr-section-title {
  margin-bottom: 40px;
  color: #000000;
}
.cid-u9yVCfK7Dz .mbr-text {
  margin-bottom: 35px;
  line-height: 32px;
}
.cid-u9yVCfK7Dz .mbr-section-btn .btn {
  border-width: 2px;
  padding: 9px;
  line-height: 40px !important;
}
.cid-u9yVCfK7Dz .mbr-section-btn .btn.btn-white-outline {
  color: #ffffff !important;
}
.cid-u9yVCfK7Dz .mbr-section-btn .btn.btn-white-outline:hover {
  background-color: transparent !important;
  border-color: #dbdbdb !important;
}
.cid-u9yVCfK7Dz .mbr-section-btn .btn .mbr-iconfont {
  order: 0;
  margin-right: 10px;
  margin-bottom: 2px;
  font-size: 30px;
}
.cid-u9yVCfK7Dz .image__block {
  max-height: 600px;
}
.cid-u9yVCfK7Dz .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u9yVCfK7Dz .animation__background .big__circle1 {
  position: absolute;
  width: 662px;
  height: 662px;
  background: rgba(255, 255, 255, 0.1);
  top: -346px;
  left: -75px;
  border-radius: 50%;
}
.cid-u9yVCfK7Dz .animation__background .big__circle2 {
  position: absolute;
  width: 1372px;
  height: 1372px;
  background: rgba(255, 255, 255, 0.1);
  top: -689px;
  left: -368px;
  border-radius: 50%;
  z-index: -1;
}
.cid-u9yVCfK7Dz .animation__background .big__circle3 {
  position: absolute;
  width: 2242px;
  height: 2242px;
  background: rgba(255, 255, 255, 0.1);
  top: -1161px;
  left: -779px;
  border-radius: 50%;
  z-index: -3;
}
.cid-u9yVCfK7Dz .animation__background .circle1 {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 18%;
  left: 14%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u9yVCfK7Dz .animation__background .circle2 {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 16%;
  left: 41%;
  animation: animationOne 13s infinite linear;
  opacity: 0.2;
}
.cid-u9yVCfK7Dz .animation__background .circle3 {
  display: inline-block;
  position: absolute;
  width: 15px;
  height: 15px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  bottom: 42%;
  left: 6%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u9yVCfK7Dz .animation__background .circle4 {
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff;
  bottom: 12%;
  right: 40%;
  animation: animationTwo 15s infinite linear;
  opacity: 0.2;
}
.cid-u9yVCfK7Dz .animation__background .circle5 {
  display: inline-block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ffffff;
  top: 45%;
  right: 20%;
  animation: animationTwo 25s infinite linear;
  opacity: 0.2;
}
@keyframes animationOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationTwo {
  0% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    transform: translate(70px, -1px) rotate(35deg) scale(0.9);
  }
  40% {
    transform: translate(140px, 70px) rotate(70deg) scale(1);
  }
  60% {
    transform: translate(80px, 120px) rotate(110deg) scale(1.2);
  }
  80% {
    transform: translate(-40px, 70px) rotate(145deg) scale(1.1);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
.cid-u9yVCfK7Dz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yVCfK7Dz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yVCfK7Dz .mbr-text,
.cid-u9yVCfK7Dz .mbr-section-btn {
  color: #000000;
}
.cid-u9wbEwf3kl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9wbEwf3kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wbEwf3kl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9wbEwf3kl .container {
    padding: 0 20px;
  }
}
.cid-u9wbEwf3kl .row {
  margin: 0;
}
.cid-u9wbEwf3kl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wbEwf3kl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9wbEwf3kl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9wbEwf3kl .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9wbEwf3kl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9vb9LuMpl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8d1ff;
}
.cid-u9vb9LuMpl .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9vb9LuMpl .panel-group {
  border: none;
}
.cid-u9vb9LuMpl .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9vb9LuMpl .card:hover {
  background: #0607c7;
}
@media (max-width: 767px) {
  .cid-u9vb9LuMpl .card {
    padding: 1rem;
  }
}
.cid-u9vb9LuMpl .card-header {
  border: none;
}
.cid-u9vb9LuMpl p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9vb9LuMpl .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9vb9LuMpl .panel-body,
.cid-u9vb9LuMpl .card-header {
  padding: 0rem 0;
}
.cid-u9vb9LuMpl .panel-title-edit {
  color: #000000;
}
.cid-u9vb9LuMpl .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9vb9LuMpl .panel-text {
  color: #000000;
}
.cid-u9vb9LuMpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9vb9LuMpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9vb9LuMpl H3 {
  text-align: center;
  color: #000000;
}
.cid-u9ylpCMIvJ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/background1-2.jpg");
}
.cid-u9ylpCMIvJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-u9ylpCMIvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9ylpCMIvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9ylpCMIvJ .container {
    padding: 0 16px;
  }
}
.cid-u9ylpCMIvJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9ylpCMIvJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9ylpCMIvJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9ylpCMIvJ .mbr-section-title {
  color: #000000;
}
.cid-u9ylpCMIvJ .mbr-text {
  color: #000000;
}
.cid-tgVZjiEkRC {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tgVZjiEkRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tgVZjiEkRC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tgVZjiEkRC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tgVZjiEkRC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tgVZjiEkRC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tgVZjiEkRC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tgVZjiEkRC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tgVZjiEkRC .mbr-section-title {
  color: #000000;
}
.cid-u9w9m4WYAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
  overflow: hidden;
}
.cid-u9w9m4WYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9w9m4WYAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .container {
    padding: 0 30px;
  }
}
.cid-u9w9m4WYAw .row {
  justify-content: center;
}
.cid-u9w9m4WYAw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9w9m4WYAw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #0607c7;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0607c7;
}
.cid-u9w9m4WYAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .mbr-section-title {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-section-subtitle {
  color: #000000;
}
.cid-u9w9m4WYAw .list {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-address {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-copy {
  color: #000000;
}
.cid-u9w9m4WYAw .list,
.cid-u9w9m4WYAw .item-wrap,
.cid-u9w9m4WYAw .nav-wrapper {
  color: #000000;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .container,
  .cid-tgVqxngsb0 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-tgVqxngsb0 .container .navbar-collapse,
  .cid-tgVqxngsb0 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 {
    flex-wrap: wrap;
  }
  .cid-tgVqxngsb0 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-tgVqxngsb0 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-tgVqxngsb0 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-tgVqxngsb0 .btn {
  padding: 0.8rem 2rem;
}
.cid-tgVqxngsb0 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-tgVqxngsb0 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-tgVqxngsb0 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-tgVqxngsb0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tgVqxngsb0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tgVqxngsb0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tgVqxngsb0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tgVqxngsb0 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tgVqxngsb0 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown-menu,
.cid-tgVqxngsb0 .navbar.opened {
  background: #ffffff !important;
}
.cid-tgVqxngsb0 .nav-item:focus,
.cid-tgVqxngsb0 .nav-link:focus {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tgVqxngsb0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tgVqxngsb0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tgVqxngsb0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tgVqxngsb0 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.opened {
  transition: all 0.3s;
}
.cid-tgVqxngsb0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tgVqxngsb0 .navbar .navbar-logo img {
  width: auto;
}
.cid-tgVqxngsb0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-tgVqxngsb0 .navbar.collapsed {
  justify-content: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tgVqxngsb0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tgVqxngsb0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tgVqxngsb0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tgVqxngsb0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tgVqxngsb0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tgVqxngsb0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tgVqxngsb0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tgVqxngsb0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tgVqxngsb0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tgVqxngsb0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tgVqxngsb0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tgVqxngsb0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tgVqxngsb0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tgVqxngsb0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tgVqxngsb0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tgVqxngsb0 .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-tgVqxngsb0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tgVqxngsb0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tgVqxngsb0 .dropdown-item.active,
.cid-tgVqxngsb0 .dropdown-item:active {
  background-color: transparent;
}
.cid-tgVqxngsb0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tgVqxngsb0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tgVqxngsb0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tgVqxngsb0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tgVqxngsb0 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tgVqxngsb0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tgVqxngsb0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tgVqxngsb0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tgVqxngsb0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tgVqxngsb0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tgVqxngsb0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tgVqxngsb0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tgVqxngsb0 .navbar {
    height: 70px;
  }
  .cid-tgVqxngsb0 .navbar.opened {
    height: auto;
  }
  .cid-tgVqxngsb0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yEZUhzWG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (min-width: 992px) {
  .cid-u9yEZUhzWG .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-u9yEZUhzWG .row {
    text-align: center!important;
  }
}
.cid-u9yEZUhzWG .btn {
  width: -webkit-fill-available;
}
.cid-u9yEZUhzWG .col-lg-8 {
  z-index: 2;
}
.cid-u9yEZUhzWG .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #edb6c2;
  background: linear-gradient(180deg, #edb6c2, #ffffff);
}
@media (max-width: 1400px) {
  .cid-u9yEZUhzWG .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9yEZUhzWG .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u9yEZUhzWG .content-container {
    padding: 3rem 2rem;
  }
}
.cid-u9yEZUhzWG img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9yEZUhzWG img {
    margin-bottom: 2rem;
  }
}
.cid-u9yEZUhzWG .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u9yEZUhzWG .mbr-section-title {
    text-align: center;
  }
}
.cid-u9yEZUhzWG .mbr-text {
  color: #272523;
}
.cid-u9yEZUhzWG .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yEZUhzWG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yEZUhzWG .mbr-section-title,
.cid-u9yEZUhzWG .mbr-section-btn {
  color: #000000;
}
.cid-u9xpEVsdVY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9xpEVsdVY .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xqe1yGng {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9xqe1yGng .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9xqe1yGng .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9xqe1yGng .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xqe1yGng .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xqe1yGng .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9w9m4WYAw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
  overflow: hidden;
}
.cid-u9w9m4WYAw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9w9m4WYAw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .container {
    padding: 0 30px;
  }
}
.cid-u9w9m4WYAw .row {
  justify-content: center;
}
.cid-u9w9m4WYAw .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9w9m4WYAw .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:hover::before,
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9w9m4WYAw .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9w9m4WYAw .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #0607c7;
}
@media (max-width: 992px) {
  .cid-u9w9m4WYAw .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9w9m4WYAw .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0607c7;
}
.cid-u9w9m4WYAw .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9w9m4WYAw .mbr-section-title {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-section-subtitle {
  color: #000000;
}
.cid-u9w9m4WYAw .list {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-address {
  color: #bee0d6;
}
.cid-u9w9m4WYAw .mbr-copy {
  color: #000000;
}
.cid-u9w9m4WYAw .list,
.cid-u9w9m4WYAw .item-wrap,
.cid-u9w9m4WYAw .nav-wrapper {
  color: #000000;
}
.cid-u9xqlJgXJ4 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xqlJgXJ4 .container,
  .cid-u9xqlJgXJ4 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xqlJgXJ4 .container .navbar-collapse,
  .cid-u9xqlJgXJ4 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xqlJgXJ4 {
    flex-wrap: wrap;
  }
  .cid-u9xqlJgXJ4 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xqlJgXJ4 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xqlJgXJ4 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xqlJgXJ4 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xqlJgXJ4 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xqlJgXJ4 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9xqlJgXJ4 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xqlJgXJ4 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xqlJgXJ4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xqlJgXJ4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xqlJgXJ4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xqlJgXJ4 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xqlJgXJ4 .dropdown-menu,
.cid-u9xqlJgXJ4 .navbar.opened {
  background: #ffffff !important;
}
.cid-u9xqlJgXJ4 .nav-item:focus,
.cid-u9xqlJgXJ4 .nav-link:focus {
  outline: none;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xqlJgXJ4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xqlJgXJ4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xqlJgXJ4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xqlJgXJ4 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9xqlJgXJ4 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9xqlJgXJ4 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xqlJgXJ4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xqlJgXJ4 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xqlJgXJ4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xqlJgXJ4 .navbar.collapsed {
  justify-content: center;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xqlJgXJ4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xqlJgXJ4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9xqlJgXJ4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xqlJgXJ4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xqlJgXJ4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xqlJgXJ4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xqlJgXJ4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xqlJgXJ4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xqlJgXJ4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xqlJgXJ4 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xqlJgXJ4 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xqlJgXJ4 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xqlJgXJ4 .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-u9xqlJgXJ4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xqlJgXJ4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xqlJgXJ4 .dropdown-item.active,
.cid-u9xqlJgXJ4 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xqlJgXJ4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xqlJgXJ4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xqlJgXJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9xqlJgXJ4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xqlJgXJ4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xqlJgXJ4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xqlJgXJ4 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xqlJgXJ4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xqlJgXJ4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xqlJgXJ4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xqlJgXJ4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xqlJgXJ4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xqlJgXJ4 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9xqlJgXJ4 .navbar {
    height: 70px;
  }
  .cid-u9xqlJgXJ4 .navbar.opened {
    height: auto;
  }
  .cid-u9xqlJgXJ4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yFbRMP1M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (min-width: 992px) {
  .cid-u9yFbRMP1M .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-u9yFbRMP1M .row {
    text-align: center!important;
  }
}
.cid-u9yFbRMP1M .btn {
  width: -webkit-fill-available;
}
.cid-u9yFbRMP1M .col-lg-8 {
  z-index: 2;
}
.cid-u9yFbRMP1M .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #edb6c2;
  background: linear-gradient(180deg, #edb6c2, #ffffff);
}
@media (max-width: 1400px) {
  .cid-u9yFbRMP1M .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9yFbRMP1M .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u9yFbRMP1M .content-container {
    padding: 3rem 2rem;
  }
}
.cid-u9yFbRMP1M img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9yFbRMP1M img {
    margin-bottom: 2rem;
  }
}
.cid-u9yFbRMP1M .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u9yFbRMP1M .mbr-section-title {
    text-align: center;
  }
}
.cid-u9yFbRMP1M .mbr-text {
  color: #272523;
}
.cid-u9yFbRMP1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yFbRMP1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yFbRMP1M .mbr-section-title,
.cid-u9yFbRMP1M .mbr-section-btn {
  color: #000000;
}
.cid-u9xqlL61UO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u9xqlL61UO .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-u9xqlL61UO .mbr-text {
  text-align: left;
}
.cid-u9xqlLQ14m {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-u9xqlLQ14m .google-map {
  height: 30rem;
  position: relative;
}
.cid-u9xqlLQ14m .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-u9xqlLQ14m .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xqlLQ14m .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xqlLQ14m .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xqlMNv1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
  overflow: hidden;
}
.cid-u9xqlMNv1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xqlMNv1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .container {
    padding: 0 30px;
  }
}
.cid-u9xqlMNv1p .row {
  justify-content: center;
}
.cid-u9xqlMNv1p .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xqlMNv1p .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xqlMNv1p .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:hover,
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xqlMNv1p .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xqlMNv1p .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #0607c7;
}
@media (max-width: 992px) {
  .cid-u9xqlMNv1p .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xqlMNv1p .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0607c7;
}
.cid-u9xqlMNv1p .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xqlMNv1p .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-section-subtitle {
  color: #000000;
}
.cid-u9xqlMNv1p .list {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-address {
  color: #bee0d6;
}
.cid-u9xqlMNv1p .mbr-copy {
  color: #000000;
}
.cid-u9xqlMNv1p .list,
.cid-u9xqlMNv1p .item-wrap,
.cid-u9xqlMNv1p .nav-wrapper {
  color: #000000;
}
.cid-u9yIaQsA3g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (min-width: 992px) {
  .cid-u9yIaQsA3g .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-u9yIaQsA3g .row {
    text-align: center!important;
  }
}
.cid-u9yIaQsA3g .btn {
  width: -webkit-fill-available;
}
.cid-u9yIaQsA3g .col-lg-8 {
  z-index: 2;
}
.cid-u9yIaQsA3g .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #edb6c2;
  background: linear-gradient(180deg, #edb6c2, #ffffff);
}
@media (max-width: 1400px) {
  .cid-u9yIaQsA3g .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9yIaQsA3g .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u9yIaQsA3g .content-container {
    padding: 3rem 2rem;
  }
}
.cid-u9yIaQsA3g img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9yIaQsA3g img {
    margin-bottom: 2rem;
  }
}
.cid-u9yIaQsA3g .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u9yIaQsA3g .mbr-section-title {
    text-align: center;
  }
}
.cid-u9yIaQsA3g .mbr-text {
  color: #272523;
}
.cid-u9yIaQsA3g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaQsA3g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaQsA3g .mbr-section-title,
.cid-u9yIaQsA3g .mbr-section-btn {
  color: #000000;
}
.cid-u9yIaRKEdm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #1732a4;
  border-bottom: 3px solid #1732a4;
  margin-top: -3px;
}
.cid-u9yIaRKEdm blockquote {
  margin-bottom: 0;
  border-color: #1732a4;
  background-color: #ffffff;
  font-style: normal;
}
.cid-u9yIaRKEdm .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-u9yIaRKEdm .inform div:first-child {
  border-left: none;
}
.cid-u9yIaRKEdm .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-u9yIaRKEdm .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u9yIaRKEdm .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-u9yIaSuf2Z .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9yIaSuf2Z .container,
  .cid-u9yIaSuf2Z .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9yIaSuf2Z .container .navbar-collapse,
  .cid-u9yIaSuf2Z .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9yIaSuf2Z {
    flex-wrap: wrap;
  }
  .cid-u9yIaSuf2Z .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9yIaSuf2Z .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9yIaSuf2Z .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9yIaSuf2Z .btn {
  padding: 0.8rem 2rem;
}
.cid-u9yIaSuf2Z .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9yIaSuf2Z .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9yIaSuf2Z .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9yIaSuf2Z .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yIaSuf2Z .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9yIaSuf2Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9yIaSuf2Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9yIaSuf2Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9yIaSuf2Z .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9yIaSuf2Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9yIaSuf2Z .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9yIaSuf2Z .dropdown-menu,
.cid-u9yIaSuf2Z .navbar.opened {
  background: #ffffff !important;
}
.cid-u9yIaSuf2Z .nav-item:focus,
.cid-u9yIaSuf2Z .nav-link:focus {
  outline: none;
}
.cid-u9yIaSuf2Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9yIaSuf2Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9yIaSuf2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9yIaSuf2Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yIaSuf2Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9yIaSuf2Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9yIaSuf2Z .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9yIaSuf2Z .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9yIaSuf2Z .navbar.opened {
  transition: all 0.3s;
}
.cid-u9yIaSuf2Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9yIaSuf2Z .navbar .navbar-logo img {
  width: auto;
}
.cid-u9yIaSuf2Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9yIaSuf2Z .navbar.collapsed {
  justify-content: center;
}
.cid-u9yIaSuf2Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9yIaSuf2Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9yIaSuf2Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9yIaSuf2Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9yIaSuf2Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9yIaSuf2Z .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9yIaSuf2Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9yIaSuf2Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9yIaSuf2Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9yIaSuf2Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9yIaSuf2Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9yIaSuf2Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9yIaSuf2Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9yIaSuf2Z .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9yIaSuf2Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9yIaSuf2Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9yIaSuf2Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9yIaSuf2Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9yIaSuf2Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9yIaSuf2Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9yIaSuf2Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9yIaSuf2Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9yIaSuf2Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9yIaSuf2Z .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-u9yIaSuf2Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9yIaSuf2Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9yIaSuf2Z .dropdown-item.active,
.cid-u9yIaSuf2Z .dropdown-item:active {
  background-color: transparent;
}
.cid-u9yIaSuf2Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9yIaSuf2Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9yIaSuf2Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9yIaSuf2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9yIaSuf2Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9yIaSuf2Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9yIaSuf2Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9yIaSuf2Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9yIaSuf2Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9yIaSuf2Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9yIaSuf2Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9yIaSuf2Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yIaSuf2Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yIaSuf2Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9yIaSuf2Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yIaSuf2Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9yIaSuf2Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9yIaSuf2Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yIaSuf2Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9yIaSuf2Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9yIaSuf2Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9yIaSuf2Z .navbar {
    height: 70px;
  }
  .cid-u9yIaSuf2Z .navbar.opened {
    height: auto;
  }
  .cid-u9yIaSuf2Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yIaTtvgb {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9yIaTtvgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaTtvgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaTtvgb .mbr-text,
.cid-u9yIaTtvgb .mbr-section-btn {
  text-align: left;
}
.cid-u9yIaTtvgb .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9yIaUi5QN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8d1ff;
}
.cid-u9yIaUi5QN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaUi5QN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaUi5QN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9yIaUi5QN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yIaUi5QN .container {
    padding: 0 24px;
  }
}
.cid-u9yIaUi5QN .row {
  justify-content: space-between;
}
.cid-u9yIaUi5QN .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9yIaUi5QN .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9yIaUi5QN .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yIaUi5QN .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9yIaUi5QN .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9yIaUi5QN .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9yIaUi5QN .mbr-section-title {
  color: #141414;
}
.cid-u9yIaUi5QN .card-number {
  color: #141414;
}
.cid-u9yIaUi5QN .card-title {
  color: #141414;
}
.cid-u9yIaUi5QN .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9yIaUi5QN .card-title,
.cid-u9yIaUi5QN .mbr-section-btn {
  text-align: center;
}
.cid-u9yIaVj1ny {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9yIaVj1ny .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaVj1ny img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yIaVj1ny img {
    margin-top: 2rem;
  }
}
.cid-u9yIaVj1ny .row {
  background: #f8d1ff;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9yIaVj1ny .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-u9yIaVj1ny .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaVj1ny .mbr-text,
.cid-u9yIaVj1ny .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9yIaVj1ny .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yIaVj1ny .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yIaWfW57 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-u9yIaWfW57 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaWfW57 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaWfW57 .row {
  justify-content: flex-start;
}
.cid-u9yIaWfW57 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yIaWfW57 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u9yIaWfW57 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yIaWfW57 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u9yIaWfW57 .title-container {
    padding: 12px;
  }
}
.cid-u9yIaWfW57 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u9yIaWfW57 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u9yIaWfW57 .content-container {
    padding: 24px 12px;
  }
}
.cid-u9yIaWfW57 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u9yIaWfW57 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u9yIaWfW57 .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9yIaWfW57 .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u9yIaX2Am0 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/headert-1920x1080.jpg");
}
.cid-u9yIaX2Am0 .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
@media (max-width: 1200px) {
  .cid-u9yIaX2Am0 .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9yIaX2Am0 .item-img {
  padding: 0.5rem;
}
.cid-u9yIaX2Am0 img,
.cid-u9yIaX2Am0 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9yIaX2Am0 .item:focus,
.cid-u9yIaX2Am0 span:focus {
  outline: none;
}
.cid-u9yIaX2Am0 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9yIaX2Am0 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9yIaX2Am0 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9yIaX2Am0 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9yIaX2Am0 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9yIaX2Am0 .mbr-section-title {
  color: #ffffff;
}
.cid-u9yIaX2Am0 .item-title {
  color: #ae42c8;
}
.cid-u9yIaX2Am0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9yIaX2Am0 .mbr-text,
.cid-u9yIaX2Am0 .mbr-section-btn {
  text-align: center;
}
.cid-u9yIaY9LC8 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9yIaY9LC8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaY9LC8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaY9LC8 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9yIaY9LC8 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9yIaY9LC8 .container {
    padding: 0 16px;
  }
}
.cid-u9yIaY9LC8 .row {
  justify-content: center;
}
.cid-u9yIaY9LC8 .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9yIaY9LC8 .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0607c7 !important;
  color: #47b5ed !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9yIaY9LC8 .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9yIaY9LC8 .mbr-desc {
  color: #706cff;
}
.cid-u9yIaY9LC8 .mbr-section-title {
  color: #000000;
}
.cid-u9yIaY9LC8 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9yIaY9LC8 .mbr-section-btn {
  text-align: center;
}
.cid-u9yIaY9LC8 .mbr-section-title,
.cid-u9yIaY9LC8 .mbr-section-btn {
  text-align: center;
}
.cid-u9yIaZ22Up {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8d1ff;
}
.cid-u9yIaZ22Up .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIaZ22Up .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIaZ22Up .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yIaZ22Up .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yIaZ22Up .row {
  flex-direction: row-reverse;
}
.cid-u9yIaZ22Up .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yIaZ22Up .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yIaZ22Up img {
  border-radius: 2rem;
}
.cid-u9yIaZ22Up .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yIaZ22Up .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yIaZ22Up .mbr-text,
.cid-u9yIaZ22Up .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yIb04JMX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9yIb04JMX .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIb04JMX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIb04JMX .mbr-text,
.cid-u9yIb04JMX .mbr-section-btn {
  text-align: center;
}
.cid-u9yIb04JMX .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yIb1aYTZ {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8d1ff;
}
.cid-u9yIb1aYTZ .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9yIb1aYTZ .panel-group {
  border: none;
}
.cid-u9yIb1aYTZ .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9yIb1aYTZ .card:hover {
  background: #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yIb1aYTZ .card {
    padding: 1rem;
  }
}
.cid-u9yIb1aYTZ .card-header {
  border: none;
}
.cid-u9yIb1aYTZ p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9yIb1aYTZ .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yIb1aYTZ .panel-body,
.cid-u9yIb1aYTZ .card-header {
  padding: 0rem 0;
}
.cid-u9yIb1aYTZ .panel-title-edit {
  color: #000000;
}
.cid-u9yIb1aYTZ .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9yIb1aYTZ .panel-text {
  color: #000000;
}
.cid-u9yIb1aYTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIb1aYTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIb1aYTZ H3 {
  text-align: center;
  color: #000000;
}
.cid-u9yPNNYiqt {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yPNNYiqt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yPNNYiqt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yPNNYiqt .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yPNNYiqt .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yPNNYiqt .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yPNNYiqt .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yPNNYiqt img {
  border-radius: 2rem;
}
.cid-u9yPNNYiqt .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yPNNYiqt .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-u9yPNNYiqt .mbr-text,
.cid-u9yPNNYiqt .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yIb3gP7O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
}
.cid-u9yIb3gP7O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIb3gP7O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yIb3gP7O .container {
    padding: 0 20px;
  }
}
.cid-u9yIb3gP7O .row {
  margin: 0;
}
.cid-u9yIb3gP7O .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yIb3gP7O .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yIb3gP7O .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yIb3gP7O .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yIb3gP7O .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yIb3gP7O .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yIb3gP7O .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9yIb4b7Kn {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9yIb4b7Kn::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-u9yIb4b7Kn .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIb4b7Kn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9yIb4b7Kn .container {
    padding: 0 16px;
  }
}
.cid-u9yIb4b7Kn .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9yIb4b7Kn .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9yIb4b7Kn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9yIb4b7Kn .mbr-section-title {
  color: #000000;
}
.cid-u9yIb4b7Kn .mbr-text {
  color: #000000;
}
.cid-u9yQDVirnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yQDVirnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yQDVirnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yQDVirnx .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9yQDVirnx .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9yQDVirnx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9yQDVirnx .container {
    padding: 0 20px;
  }
}
.cid-u9yQDVirnx .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9yQDVirnx .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u9yQDVirnx .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u9yQDVirnx .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u9yQDVirnx .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9yQDVirnx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #f8d1ff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u9yQDVirnx .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u9yQDVirnx .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u9yQDVirnx .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u9yQDVirnx .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u9yQDVirnx .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u9yQDVirnx .mbr-desc {
  color: #000000;
}
.cid-u9yQDVirnx .panel-number {
  color: #000000;
}
.cid-u9yQDVirnx .panel-title-edit {
  color: #000000;
}
.cid-u9yQDVirnx .panel-text {
  color: #000000;
}
.cid-u9yIb5gXJp {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9yIb5gXJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIb5gXJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yIb5gXJp .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9yIb5gXJp .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9yIb5gXJp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9yIb5gXJp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9yIb5gXJp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9yIb5gXJp .mbr-section-title {
  color: #000000;
}
.cid-u9yIb6dWa0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
  overflow: hidden;
}
.cid-u9yIb6dWa0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yIb6dWa0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .container {
    padding: 0 30px;
  }
}
.cid-u9yIb6dWa0 .row {
  justify-content: center;
}
.cid-u9yIb6dWa0 .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yIb6dWa0 .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yIb6dWa0 .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9yIb6dWa0 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9yIb6dWa0 .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yIb6dWa0 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yIb6dWa0 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap:hover,
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap:hover::before,
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9yIb6dWa0 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yIb6dWa0 .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yIb6dWa0 .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yIb6dWa0 .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #0607c7;
}
@media (max-width: 992px) {
  .cid-u9yIb6dWa0 .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yIb6dWa0 .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0607c7;
}
.cid-u9yIb6dWa0 .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9yIb6dWa0 .mbr-section-title {
  color: #bee0d6;
}
.cid-u9yIb6dWa0 .mbr-section-subtitle {
  color: #000000;
}
.cid-u9yIb6dWa0 .list {
  color: #bee0d6;
}
.cid-u9yIb6dWa0 .mbr-address {
  color: #bee0d6;
}
.cid-u9yIb6dWa0 .mbr-copy {
  color: #000000;
}
.cid-u9yIb6dWa0 .list,
.cid-u9yIb6dWa0 .item-wrap,
.cid-u9yIb6dWa0 .nav-wrapper {
  color: #000000;
}
.cid-u9yRst7V4m {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (min-width: 992px) {
  .cid-u9yRst7V4m .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-u9yRst7V4m .row {
    text-align: center!important;
  }
}
.cid-u9yRst7V4m .btn {
  width: -webkit-fill-available;
}
.cid-u9yRst7V4m .col-lg-8 {
  z-index: 2;
}
.cid-u9yRst7V4m .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #edb6c2;
  background: linear-gradient(180deg, #edb6c2, #ffffff);
}
@media (max-width: 1400px) {
  .cid-u9yRst7V4m .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9yRst7V4m .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u9yRst7V4m .content-container {
    padding: 3rem 2rem;
  }
}
.cid-u9yRst7V4m img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9yRst7V4m img {
    margin-bottom: 2rem;
  }
}
.cid-u9yRst7V4m .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u9yRst7V4m .mbr-section-title {
    text-align: center;
  }
}
.cid-u9yRst7V4m .mbr-text {
  color: #272523;
}
.cid-u9yRst7V4m .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRst7V4m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRst7V4m .mbr-section-title,
.cid-u9yRst7V4m .mbr-section-btn {
  color: #000000;
}
.cid-u9yRsv1TZY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #1732a4;
  border-bottom: 3px solid #1732a4;
  margin-top: -3px;
}
.cid-u9yRsv1TZY blockquote {
  margin-bottom: 0;
  border-color: #1732a4;
  background-color: #ffffff;
  font-style: normal;
}
.cid-u9yRsv1TZY .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-u9yRsv1TZY .inform div:first-child {
  border-left: none;
}
.cid-u9yRsv1TZY .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-u9yRsv1TZY .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u9yRsv1TZY .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-u9yRsvXowZ .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9yRsvXowZ .container,
  .cid-u9yRsvXowZ .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9yRsvXowZ .container .navbar-collapse,
  .cid-u9yRsvXowZ .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9yRsvXowZ {
    flex-wrap: wrap;
  }
  .cid-u9yRsvXowZ .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9yRsvXowZ .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9yRsvXowZ .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9yRsvXowZ .btn {
  padding: 0.8rem 2rem;
}
.cid-u9yRsvXowZ .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9yRsvXowZ .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9yRsvXowZ .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9yRsvXowZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yRsvXowZ .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9yRsvXowZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9yRsvXowZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9yRsvXowZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9yRsvXowZ .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9yRsvXowZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9yRsvXowZ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9yRsvXowZ .dropdown-menu,
.cid-u9yRsvXowZ .navbar.opened {
  background: #ffffff !important;
}
.cid-u9yRsvXowZ .nav-item:focus,
.cid-u9yRsvXowZ .nav-link:focus {
  outline: none;
}
.cid-u9yRsvXowZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9yRsvXowZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9yRsvXowZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9yRsvXowZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yRsvXowZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9yRsvXowZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9yRsvXowZ .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9yRsvXowZ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9yRsvXowZ .navbar.opened {
  transition: all 0.3s;
}
.cid-u9yRsvXowZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9yRsvXowZ .navbar .navbar-logo img {
  width: auto;
}
.cid-u9yRsvXowZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9yRsvXowZ .navbar.collapsed {
  justify-content: center;
}
.cid-u9yRsvXowZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9yRsvXowZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9yRsvXowZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9yRsvXowZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9yRsvXowZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9yRsvXowZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9yRsvXowZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9yRsvXowZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9yRsvXowZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9yRsvXowZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9yRsvXowZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9yRsvXowZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9yRsvXowZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9yRsvXowZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9yRsvXowZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9yRsvXowZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9yRsvXowZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9yRsvXowZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9yRsvXowZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9yRsvXowZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9yRsvXowZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9yRsvXowZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9yRsvXowZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9yRsvXowZ .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-u9yRsvXowZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9yRsvXowZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9yRsvXowZ .dropdown-item.active,
.cid-u9yRsvXowZ .dropdown-item:active {
  background-color: transparent;
}
.cid-u9yRsvXowZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9yRsvXowZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9yRsvXowZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9yRsvXowZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9yRsvXowZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9yRsvXowZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9yRsvXowZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9yRsvXowZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9yRsvXowZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9yRsvXowZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9yRsvXowZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9yRsvXowZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yRsvXowZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yRsvXowZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9yRsvXowZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yRsvXowZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9yRsvXowZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9yRsvXowZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yRsvXowZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9yRsvXowZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9yRsvXowZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9yRsvXowZ .navbar {
    height: 70px;
  }
  .cid-u9yRsvXowZ .navbar.opened {
    height: auto;
  }
  .cid-u9yRsvXowZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yRsxgyEL {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9yRsxgyEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsxgyEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsxgyEL .mbr-text,
.cid-u9yRsxgyEL .mbr-section-btn {
  text-align: left;
}
.cid-u9yRsxgyEL .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9yRsyfxFa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8d1ff;
}
.cid-u9yRsyfxFa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsyfxFa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsyfxFa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9yRsyfxFa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yRsyfxFa .container {
    padding: 0 24px;
  }
}
.cid-u9yRsyfxFa .row {
  justify-content: space-between;
}
.cid-u9yRsyfxFa .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9yRsyfxFa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9yRsyfxFa .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yRsyfxFa .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9yRsyfxFa .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9yRsyfxFa .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9yRsyfxFa .mbr-section-title {
  color: #141414;
}
.cid-u9yRsyfxFa .card-number {
  color: #141414;
}
.cid-u9yRsyfxFa .card-title {
  color: #141414;
}
.cid-u9yRsyfxFa .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9yRsyfxFa .card-title,
.cid-u9yRsyfxFa .mbr-section-btn {
  text-align: center;
}
.cid-u9yRsztzfI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9yRsztzfI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsztzfI img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yRsztzfI img {
    margin-top: 2rem;
  }
}
.cid-u9yRsztzfI .row {
  background: #f8d1ff;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9yRsztzfI .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-u9yRsztzfI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsztzfI .mbr-text,
.cid-u9yRsztzfI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9yRsztzfI .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yRsztzfI .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yRsAJYm6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-u9yRsAJYm6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsAJYm6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsAJYm6 .row {
  justify-content: flex-start;
}
.cid-u9yRsAJYm6 .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yRsAJYm6 .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u9yRsAJYm6 .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yRsAJYm6 .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u9yRsAJYm6 .title-container {
    padding: 12px;
  }
}
.cid-u9yRsAJYm6 .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u9yRsAJYm6 .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u9yRsAJYm6 .content-container {
    padding: 24px 12px;
  }
}
.cid-u9yRsAJYm6 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u9yRsAJYm6 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u9yRsAJYm6 .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9yRsAJYm6 .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u9yRsC16Kw {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/girl-climbing-through-inflatable-obstacle-course-1620x1080.jpg");
}
.cid-u9yRsC16Kw .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
@media (max-width: 1200px) {
  .cid-u9yRsC16Kw .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9yRsC16Kw .item-img {
  padding: 0.5rem;
}
.cid-u9yRsC16Kw img,
.cid-u9yRsC16Kw .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9yRsC16Kw .item:focus,
.cid-u9yRsC16Kw span:focus {
  outline: none;
}
.cid-u9yRsC16Kw .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9yRsC16Kw .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9yRsC16Kw .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9yRsC16Kw .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9yRsC16Kw .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9yRsC16Kw .mbr-section-title {
  color: #ffffff;
}
.cid-u9yRsC16Kw .item-title {
  color: #ae42c8;
}
.cid-u9yRsC16Kw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9yRsC16Kw .mbr-text,
.cid-u9yRsC16Kw .mbr-section-btn {
  text-align: center;
}
.cid-u9yRsDsMUD {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9yRsDsMUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsDsMUD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsDsMUD .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9yRsDsMUD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9yRsDsMUD .container {
    padding: 0 16px;
  }
}
.cid-u9yRsDsMUD .row {
  justify-content: center;
}
.cid-u9yRsDsMUD .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9yRsDsMUD .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0607c7 !important;
  color: #47b5ed !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9yRsDsMUD .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9yRsDsMUD .mbr-desc {
  color: #706cff;
}
.cid-u9yRsDsMUD .mbr-section-title {
  color: #000000;
}
.cid-u9yRsDsMUD .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9yRsDsMUD .mbr-section-btn {
  text-align: center;
}
.cid-u9yRsDsMUD .mbr-section-title,
.cid-u9yRsDsMUD .mbr-section-btn {
  text-align: center;
}
.cid-u9yRsETbo2 {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8d1ff;
}
.cid-u9yRsETbo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsETbo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsETbo2 .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yRsETbo2 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yRsETbo2 .row {
  flex-direction: row-reverse;
}
.cid-u9yRsETbo2 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yRsETbo2 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yRsETbo2 img {
  border-radius: 2rem;
}
.cid-u9yRsETbo2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yRsETbo2 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yRsETbo2 .mbr-text,
.cid-u9yRsETbo2 .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yRsFYzAF {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9yRsFYzAF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsFYzAF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsFYzAF .mbr-text,
.cid-u9yRsFYzAF .mbr-section-btn {
  text-align: center;
}
.cid-u9yRsFYzAF .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yRsGUCSt {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8d1ff;
}
.cid-u9yRsGUCSt .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9yRsGUCSt .panel-group {
  border: none;
}
.cid-u9yRsGUCSt .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9yRsGUCSt .card:hover {
  background: #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yRsGUCSt .card {
    padding: 1rem;
  }
}
.cid-u9yRsGUCSt .card-header {
  border: none;
}
.cid-u9yRsGUCSt p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9yRsGUCSt .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yRsGUCSt .panel-body,
.cid-u9yRsGUCSt .card-header {
  padding: 0rem 0;
}
.cid-u9yRsGUCSt .panel-title-edit {
  color: #000000;
}
.cid-u9yRsGUCSt .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9yRsGUCSt .panel-text {
  color: #000000;
}
.cid-u9yRsGUCSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsGUCSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsGUCSt H3 {
  text-align: center;
  color: #000000;
}
.cid-u9yRsKpoIq {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yRsKpoIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsKpoIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsKpoIq .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yRsKpoIq .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yRsKpoIq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yRsKpoIq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yRsKpoIq img {
  border-radius: 2rem;
}
.cid-u9yRsKpoIq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yRsKpoIq .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-u9yRsKpoIq .mbr-text,
.cid-u9yRsKpoIq .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yRsN9dHi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
}
.cid-u9yRsN9dHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsN9dHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yRsN9dHi .container {
    padding: 0 20px;
  }
}
.cid-u9yRsN9dHi .row {
  margin: 0;
}
.cid-u9yRsN9dHi .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yRsN9dHi .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yRsN9dHi .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yRsN9dHi .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yRsN9dHi .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yRsN9dHi .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yRsN9dHi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9yRsOqizp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-u9yRsOqizp::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-u9yRsOqizp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsOqizp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9yRsOqizp .container {
    padding: 0 16px;
  }
}
.cid-u9yRsOqizp .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9yRsOqizp .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9yRsOqizp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9yRsOqizp .mbr-section-title {
  color: #000000;
}
.cid-u9yRsOqizp .mbr-text {
  color: #000000;
}
.cid-u9yRsPu2VR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yRsPu2VR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsPu2VR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsPu2VR .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9yRsPu2VR .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9yRsPu2VR .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9yRsPu2VR .container {
    padding: 0 20px;
  }
}
.cid-u9yRsPu2VR .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9yRsPu2VR .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u9yRsPu2VR .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u9yRsPu2VR .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #f8d1ff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u9yRsPu2VR .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u9yRsPu2VR .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u9yRsPu2VR .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u9yRsPu2VR .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u9yRsPu2VR .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u9yRsPu2VR .mbr-desc {
  color: #000000;
}
.cid-u9yRsPu2VR .panel-number {
  color: #000000;
}
.cid-u9yRsPu2VR .panel-title-edit {
  color: #000000;
}
.cid-u9yRsPu2VR .panel-text {
  color: #000000;
}
.cid-u9yRsQObNb {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9yRsQObNb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsQObNb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yRsQObNb .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9yRsQObNb .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9yRsQObNb .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9yRsQObNb .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9yRsQObNb .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9yRsQObNb .mbr-section-title {
  color: #000000;
}
.cid-u9yRsRVoOi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
  overflow: hidden;
}
.cid-u9yRsRVoOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yRsRVoOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .container {
    padding: 0 30px;
  }
}
.cid-u9yRsRVoOi .row {
  justify-content: center;
}
.cid-u9yRsRVoOi .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yRsRVoOi .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yRsRVoOi .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9yRsRVoOi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9yRsRVoOi .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yRsRVoOi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yRsRVoOi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap:hover,
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap:hover::before,
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9yRsRVoOi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yRsRVoOi .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yRsRVoOi .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yRsRVoOi .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #0607c7;
}
@media (max-width: 992px) {
  .cid-u9yRsRVoOi .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yRsRVoOi .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0607c7;
}
.cid-u9yRsRVoOi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9yRsRVoOi .mbr-section-title {
  color: #bee0d6;
}
.cid-u9yRsRVoOi .mbr-section-subtitle {
  color: #000000;
}
.cid-u9yRsRVoOi .list {
  color: #bee0d6;
}
.cid-u9yRsRVoOi .mbr-address {
  color: #bee0d6;
}
.cid-u9yRsRVoOi .mbr-copy {
  color: #000000;
}
.cid-u9yRsRVoOi .list,
.cid-u9yRsRVoOi .item-wrap,
.cid-u9yRsRVoOi .nav-wrapper {
  color: #000000;
}
.cid-u9yTkc1NTB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
  background: linear-gradient(180deg, #ffffff, #eccdf3);
}
@media (min-width: 992px) {
  .cid-u9yTkc1NTB .content-col {
    transform: translateX(-5rem);
    z-index: 1;
  }
}
@media (max-width: 575px) {
  .cid-u9yTkc1NTB .row {
    text-align: center!important;
  }
}
.cid-u9yTkc1NTB .btn {
  width: -webkit-fill-available;
}
.cid-u9yTkc1NTB .col-lg-8 {
  z-index: 2;
}
.cid-u9yTkc1NTB .content-container {
  width: 100%;
  padding: 3rem 1.5rem;
  padding-left: 4.5rem;
  padding-top: 10rem;
  border-radius: 2rem;
  background-color: #edb6c2;
  background: linear-gradient(180deg, #edb6c2, #ffffff);
}
@media (max-width: 1400px) {
  .cid-u9yTkc1NTB .content-container {
    padding: 2rem 1rem;
    padding-left: 4rem;
  }
}
@media (max-width: 767px) {
  .cid-u9yTkc1NTB .content-container {
    padding: 1rem 0rem;
    padding-top: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-u9yTkc1NTB .content-container {
    padding: 3rem 2rem;
  }
}
.cid-u9yTkc1NTB img {
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-u9yTkc1NTB img {
    margin-bottom: 2rem;
  }
}
.cid-u9yTkc1NTB .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 575px) {
  .cid-u9yTkc1NTB .mbr-section-title {
    text-align: center;
  }
}
.cid-u9yTkc1NTB .mbr-text {
  color: #272523;
}
.cid-u9yTkc1NTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkc1NTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkc1NTB .mbr-section-title,
.cid-u9yTkc1NTB .mbr-section-btn {
  color: #000000;
}
.cid-u9yTkeKZOV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  border-top: 3px solid #1732a4;
  border-bottom: 3px solid #1732a4;
  margin-top: -3px;
}
.cid-u9yTkeKZOV blockquote {
  margin-bottom: 0;
  border-color: #1732a4;
  background-color: #ffffff;
  font-style: normal;
}
.cid-u9yTkeKZOV .inform div {
  padding: .3rem .5rem 0;
  border-left: 1px solid;
}
.cid-u9yTkeKZOV .inform div:first-child {
  border-left: none;
}
.cid-u9yTkeKZOV .inform .date {
  background-color: #FFA4BC;
  border-radius: 20px;
}
.cid-u9yTkeKZOV .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u9yTkeKZOV .mbr-section-title {
  text-align: center;
  color: #878585;
}
.cid-u9yTkfBUov .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9yTkfBUov .container,
  .cid-u9yTkfBUov .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9yTkfBUov .container .navbar-collapse,
  .cid-u9yTkfBUov .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9yTkfBUov {
    flex-wrap: wrap;
  }
  .cid-u9yTkfBUov .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9yTkfBUov .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9yTkfBUov .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9yTkfBUov .btn {
  padding: 0.8rem 2rem;
}
.cid-u9yTkfBUov .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9yTkfBUov .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ae42c8;
}
.cid-u9yTkfBUov .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9yTkfBUov .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yTkfBUov .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9yTkfBUov .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9yTkfBUov .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9yTkfBUov .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9yTkfBUov .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9yTkfBUov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9yTkfBUov .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9yTkfBUov .dropdown-menu,
.cid-u9yTkfBUov .navbar.opened {
  background: #ffffff !important;
}
.cid-u9yTkfBUov .nav-item:focus,
.cid-u9yTkfBUov .nav-link:focus {
  outline: none;
}
.cid-u9yTkfBUov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9yTkfBUov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9yTkfBUov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9yTkfBUov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9yTkfBUov .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9yTkfBUov .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9yTkfBUov .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff !important;
  transition: all 0.3s;
}
.cid-u9yTkfBUov .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-u9yTkfBUov .navbar.opened {
  transition: all 0.3s;
}
.cid-u9yTkfBUov .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9yTkfBUov .navbar .navbar-logo img {
  width: auto;
}
.cid-u9yTkfBUov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9yTkfBUov .navbar.collapsed {
  justify-content: center;
}
.cid-u9yTkfBUov .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9yTkfBUov .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9yTkfBUov .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9yTkfBUov .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9yTkfBUov .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9yTkfBUov .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-u9yTkfBUov .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9yTkfBUov .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9yTkfBUov .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9yTkfBUov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9yTkfBUov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9yTkfBUov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9yTkfBUov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9yTkfBUov .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-u9yTkfBUov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9yTkfBUov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9yTkfBUov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9yTkfBUov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9yTkfBUov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9yTkfBUov .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9yTkfBUov .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9yTkfBUov .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9yTkfBUov .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9yTkfBUov .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-u9yTkfBUov .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9yTkfBUov .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9yTkfBUov .dropdown-item.active,
.cid-u9yTkfBUov .dropdown-item:active {
  background-color: transparent;
}
.cid-u9yTkfBUov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9yTkfBUov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9yTkfBUov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9yTkfBUov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-u9yTkfBUov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9yTkfBUov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9yTkfBUov ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9yTkfBUov .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9yTkfBUov button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9yTkfBUov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9yTkfBUov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9yTkfBUov button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yTkfBUov button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9yTkfBUov button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9yTkfBUov nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yTkfBUov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9yTkfBUov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9yTkfBUov nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9yTkfBUov .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9yTkfBUov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9yTkfBUov .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u9yTkfBUov .navbar {
    height: 70px;
  }
  .cid-u9yTkfBUov .navbar.opened {
    height: auto;
  }
  .cid-u9yTkfBUov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9yTkgPUlh {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-u9yTkgPUlh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkgPUlh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkgPUlh .mbr-text,
.cid-u9yTkgPUlh .mbr-section-btn {
  text-align: left;
}
.cid-u9yTkgPUlh .mbr-section-title {
  text-align: center;
  color: #ae42c8;
}
.cid-u9yTki3NvL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f8d1ff;
}
.cid-u9yTki3NvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTki3NvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTki3NvL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-u9yTki3NvL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yTki3NvL .container {
    padding: 0 24px;
  }
}
.cid-u9yTki3NvL .row {
  justify-content: space-between;
}
.cid-u9yTki3NvL .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-u9yTki3NvL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-u9yTki3NvL .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-u9yTki3NvL .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-u9yTki3NvL .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
  opacity: .4;
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 22px;
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
    opacity: 1;
  }
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:hover,
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn:focus {
  opacity: 1;
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-u9yTki3NvL .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-u9yTki3NvL .mbr-section-title {
  color: #141414;
}
.cid-u9yTki3NvL .card-number {
  color: #141414;
}
.cid-u9yTki3NvL .card-title {
  color: #141414;
}
.cid-u9yTki3NvL .card-text {
  color: #141414;
  text-align: center;
}
.cid-u9yTki3NvL .card-title,
.cid-u9yTki3NvL .mbr-section-btn {
  text-align: center;
}
.cid-u9yTkjcq20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-u9yTkjcq20 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkjcq20 img {
  border-radius: 2rem;
  margin-top: 6rem;
  box-shadow: 0 0 100px 0 #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yTkjcq20 img {
    margin-top: 2rem;
  }
}
.cid-u9yTkjcq20 .row {
  background: #f8d1ff;
  border-radius: 4rem;
  padding: 8rem 1rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-u9yTkjcq20 .row {
    border-radius: 2rem;
    padding: 2rem 1rem;
  }
}
.cid-u9yTkjcq20 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkjcq20 .mbr-text,
.cid-u9yTkjcq20 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-u9yTkjcq20 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yTkjcq20 .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yTkkdHlY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fbfbfb;
}
.cid-u9yTkkdHlY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkkdHlY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkkdHlY .row {
  justify-content: flex-start;
}
.cid-u9yTkkdHlY .main-col {
  display: flex;
  align-items: stretch;
  min-height: 20rem;
  border: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yTkkdHlY .main-col {
    flex-wrap: wrap;
    min-height: auto;
  }
}
.cid-u9yTkkdHlY .title-container {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2rem;
  border-right: 1px solid #000000;
}
@media (max-width: 767px) {
  .cid-u9yTkkdHlY .title-container {
    width: 100%;
    border-right: none !important;
    border-left: none !important;
    padding: 12px 24px;
    border-bottom: 1px solid #000000;
  }
}
@media (max-width: 575px) {
  .cid-u9yTkkdHlY .title-container {
    padding: 12px;
  }
}
.cid-u9yTkkdHlY .content-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
  padding: 2rem 3rem;
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cid-u9yTkkdHlY .content-container {
    width: 100%;
    padding: 24px 36px 24px 24px;
  }
}
@media (max-width: 575px) {
  .cid-u9yTkkdHlY .content-container {
    padding: 24px 12px;
  }
}
.cid-u9yTkkdHlY .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-u9yTkkdHlY .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-u9yTkkdHlY .mbr-section-btn {
  margin-top: 2.4rem;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-u9yTkkdHlY .mbr-section-btn {
    margin-top: 1rem;
    text-align: left !important;
  }
}
.cid-u9yTkm7FJc {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/img-3871-scaled-2000x1500.jpg");
}
.cid-u9yTkm7FJc .mbr-overlay {
  background: #fafafa;
  opacity: 0.1;
}
@media (max-width: 1200px) {
  .cid-u9yTkm7FJc .display-2 {
    font-size: 1.96rem;
  }
}
.cid-u9yTkm7FJc .item-img {
  padding: 0.5rem;
}
.cid-u9yTkm7FJc img,
.cid-u9yTkm7FJc .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9yTkm7FJc .item:focus,
.cid-u9yTkm7FJc span:focus {
  outline: none;
}
.cid-u9yTkm7FJc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9yTkm7FJc .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9yTkm7FJc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9yTkm7FJc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9yTkm7FJc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9yTkm7FJc .mbr-section-title {
  color: #ffffff;
}
.cid-u9yTkm7FJc .item-title {
  color: #ae42c8;
}
.cid-u9yTkm7FJc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9yTkm7FJc .mbr-text,
.cid-u9yTkm7FJc .mbr-section-btn {
  text-align: center;
}
.cid-u9yTknLtxa {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: center;
}
.cid-u9yTknLtxa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTknLtxa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTknLtxa .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-u9yTknLtxa .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-u9yTknLtxa .container {
    padding: 0 16px;
  }
}
.cid-u9yTknLtxa .row {
  justify-content: center;
}
.cid-u9yTknLtxa .desc-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u9yTknLtxa .content-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-u9yTknLtxa .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn {
  width: 144px;
  height: 144px;
  border-radius: 100% !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-primary:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-secondary:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-success:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-info:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-warning:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-danger:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-black:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-white:hover,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-primary:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-secondary:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-success:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-info:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-warning:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-danger:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-black:focus,
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-white:focus {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
  border-color: #ae42c8 !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-primary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #0607c7 !important;
  color: #47b5ed !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-secondary-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ae42c8 !important;
  color: #47b5ed !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-success-outline:hover {
  box-shadow: inset 0 -145px 0 0 #40b0bf !important;
  color: #47b5ed !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-info-outline:hover {
  box-shadow: inset 0 -145px 0 0 #47b5ed !important;
  color: #ae42c8 !important;
  border-color: #47b5ed !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-warning-outline:hover {
  box-shadow: inset 0 -145px 0 0 #a70327 !important;
  color: #47b5ed !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-danger-outline:hover {
  box-shadow: inset 0 -145px 0 0 #f8df03 !important;
  color: #47b5ed !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-black-outline:hover {
  box-shadow: inset 0 -145px 0 0 #000000 !important;
  color: #ffffff !important;
}
.cid-u9yTknLtxa .content-wrapper .mbr-section-btn .btn-white-outline:hover {
  box-shadow: inset 0 -145px 0 0 #ffffff !important;
  color: #000000 !important;
}
.cid-u9yTknLtxa .mbr-desc {
  color: #706cff;
}
.cid-u9yTknLtxa .mbr-section-title {
  color: #000000;
}
.cid-u9yTknLtxa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-u9yTknLtxa .mbr-section-btn {
  text-align: center;
}
.cid-u9yTknLtxa .mbr-section-title,
.cid-u9yTknLtxa .mbr-section-btn {
  text-align: center;
}
.cid-u9yTkpxSUi {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f8d1ff;
}
.cid-u9yTkpxSUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkpxSUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkpxSUi .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yTkpxSUi .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yTkpxSUi .row {
  flex-direction: row-reverse;
}
.cid-u9yTkpxSUi .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yTkpxSUi .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yTkpxSUi img {
  border-radius: 2rem;
}
.cid-u9yTkpxSUi .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yTkpxSUi .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9yTkpxSUi .mbr-text,
.cid-u9yTkpxSUi .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yTkqT270 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-u9yTkqT270 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkqT270 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkqT270 .mbr-text,
.cid-u9yTkqT270 .mbr-section-btn {
  text-align: center;
}
.cid-u9yTkqT270 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yTkrWe1y {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f8d1ff;
}
.cid-u9yTkrWe1y .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9yTkrWe1y .panel-group {
  border: none;
}
.cid-u9yTkrWe1y .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9yTkrWe1y .card:hover {
  background: #0607c7;
}
@media (max-width: 767px) {
  .cid-u9yTkrWe1y .card {
    padding: 1rem;
  }
}
.cid-u9yTkrWe1y .card-header {
  border: none;
}
.cid-u9yTkrWe1y p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9yTkrWe1y .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yTkrWe1y .panel-body,
.cid-u9yTkrWe1y .card-header {
  padding: 0rem 0;
}
.cid-u9yTkrWe1y .panel-title-edit {
  color: #000000;
}
.cid-u9yTkrWe1y .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9yTkrWe1y .panel-text {
  color: #000000;
}
.cid-u9yTkrWe1y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkrWe1y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkrWe1y H3 {
  text-align: center;
  color: #000000;
}
.cid-u9yTktm0FU {
  padding-top: 8rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-u9yTktm0FU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTktm0FU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTktm0FU .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9yTktm0FU .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9yTktm0FU .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9yTktm0FU .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9yTktm0FU img {
  border-radius: 2rem;
}
.cid-u9yTktm0FU .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9yTktm0FU .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-u9yTktm0FU .mbr-text,
.cid-u9yTktm0FU .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9yTkvA7Di {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f8d1ff;
  position: relative;
  overflow: hidden;
}
.cid-u9yTkvA7Di::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #ffffff -10%, transparent 70%);
}
.cid-u9yTkvA7Di .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkvA7Di .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9yTkvA7Di .container {
    padding: 0 16px;
  }
}
.cid-u9yTkvA7Di .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9yTkvA7Di .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9yTkvA7Di .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9yTkvA7Di .mbr-section-title {
  color: #000000;
}
.cid-u9yTkvA7Di .mbr-text {
  color: #000000;
}
.cid-u9yTkwEpwe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u9yTkwEpwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkwEpwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkwEpwe .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-u9yTkwEpwe .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-u9yTkwEpwe .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u9yTkwEpwe .container {
    padding: 0 20px;
  }
}
.cid-u9yTkwEpwe .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-u9yTkwEpwe .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-u9yTkwEpwe .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-u9yTkwEpwe .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #f8d1ff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-u9yTkwEpwe .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-u9yTkwEpwe .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-u9yTkwEpwe .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-u9yTkwEpwe .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-u9yTkwEpwe .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-u9yTkwEpwe .mbr-desc {
  color: #000000;
}
.cid-u9yTkwEpwe .panel-number {
  color: #000000;
}
.cid-u9yTkwEpwe .panel-title-edit {
  color: #000000;
}
.cid-u9yTkwEpwe .panel-text {
  color: #000000;
}
.cid-u9yTkxWP0T {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-u9yTkxWP0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkxWP0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9yTkxWP0T .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9yTkxWP0T .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9yTkxWP0T .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9yTkxWP0T .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9yTkxWP0T .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9yTkxWP0T .mbr-section-title {
  color: #000000;
}
.cid-u9yTkzqYko {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f8d1ff;
  overflow: hidden;
}
.cid-u9yTkzqYko .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yTkzqYko .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .container {
    padding: 0 30px;
  }
}
.cid-u9yTkzqYko .row {
  justify-content: center;
}
.cid-u9yTkzqYko .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yTkzqYko .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yTkzqYko .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9yTkzqYko .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9yTkzqYko .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yTkzqYko .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yTkzqYko .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap:hover,
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap:hover::before,
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9yTkzqYko .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yTkzqYko .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9yTkzqYko .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9yTkzqYko .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #0607c7;
}
@media (max-width: 992px) {
  .cid-u9yTkzqYko .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9yTkzqYko .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #0607c7;
}
.cid-u9yTkzqYko .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9yTkzqYko .mbr-section-title {
  color: #bee0d6;
}
.cid-u9yTkzqYko .mbr-section-subtitle {
  color: #000000;
}
.cid-u9yTkzqYko .list {
  color: #bee0d6;
}
.cid-u9yTkzqYko .mbr-address {
  color: #bee0d6;
}
.cid-u9yTkzqYko .mbr-copy {
  color: #000000;
}
.cid-u9yTkzqYko .list,
.cid-u9yTkzqYko .item-wrap,
.cid-u9yTkzqYko .nav-wrapper {
  color: #000000;
}
