.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Host Grotesk;
}
.display-1 {
  font-family: 'Roboto Mono', monospace;
  font-size: 4.4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ed1c1c !important;
}
.bg-success {
  background-color: #7e9ef5 !important;
}
.bg-info {
  background-color: #d0d4dd !important;
}
.bg-warning {
  background-color: #a32368 !important;
}
.bg-danger {
  background-color: #f1dd19 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ed1c1c !important;
  border-color: #ed1c1c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f14b4b !important;
  border-color: #f14b4b !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f14b4b !important;
  border-color: #f14b4b !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff9340 !important;
  border-color: #ff9340 !important;
  color: #0d0600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffb073 !important;
  border-color: #ffb073 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #0d0600 !important;
  background-color: #ffb073 !important;
  border-color: #ffb073 !important;
}
.btn-info,
.btn-info:active {
  background-color: #d0d4dd !important;
  border-color: #d0d4dd !important;
  color: #343a47 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #eeeff2 !important;
  border-color: #eeeff2 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #343a47 !important;
  background-color: #eeeff2 !important;
  border-color: #eeeff2 !important;
}
.btn-success,
.btn-success:active {
  background-color: #7e9ef5 !important;
  border-color: #7e9ef5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #adc2f9 !important;
  border-color: #adc2f9 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #adc2f9 !important;
  border-color: #adc2f9 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a32368 !important;
  border-color: #a32368 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #cd2c83 !important;
  border-color: #cd2c83 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #cd2c83 !important;
  border-color: #cd2c83 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f1dd19 !important;
  border-color: #f1dd19 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f4e449 !important;
  border-color: #f4e449 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #f4e449 !important;
  border-color: #f4e449 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #5a5f4b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5a5f4b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #02050a !important;
  border-color: #02050a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #0b1a35 !important;
  border-color: #0b1a35 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0b1a35 !important;
  border-color: #0b1a35 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ed1c1c;
  color: #ed1c1c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a50d0d !important;
  background-color: transparent !important;
  border-color: #a50d0d !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed1c1c !important;
  border-color: #ed1c1c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff9340;
  color: #ff9340;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #e86500 !important;
  background-color: transparent !important;
  border-color: #e86500 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9340 !important;
  border-color: #ff9340 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d0d4dd;
  color: #d0d4dd;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9ea6b9 !important;
  background-color: transparent !important;
  border-color: #9ea6b9 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #495265 !important;
  background-color: #d0d4dd !important;
  border-color: #d0d4dd !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7e9ef5;
  color: #7e9ef5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2e61ef !important;
  background-color: transparent !important;
  border-color: #2e61ef !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7e9ef5 !important;
  border-color: #7e9ef5 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a32368;
  color: #a32368;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c143a !important;
  background-color: transparent !important;
  border-color: #5c143a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #a32368 !important;
  border-color: #a32368 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f1dd19;
  color: #f1dd19;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a99a0a !important;
  background-color: transparent !important;
  border-color: #a99a0a !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0a0901 !important;
  background-color: #f1dd19 !important;
  border-color: #f1dd19 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #02050a;
  color: #02050a;
}
.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: #02050a !important;
  border-color: #02050a !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: #ed1c1c !important;
}
.text-secondary {
  color: #ff9340 !important;
}
.text-success {
  color: #7e9ef5 !important;
}
.text-info {
  color: #d0d4dd !important;
}
.text-warning {
  color: #a32368 !important;
}
.text-danger {
  color: #f1dd19 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #02050a !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #970c0c !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #d95e00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1f57ee !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #959eb2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4f1132 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #9b8d09 !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: #ed1c1c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d0d4dd;
}
.alert-warning {
  background-color: #a32368;
}
.alert-danger {
  background-color: #f1dd19;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ed1c1c;
  border-color: #ed1c1c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ed1c1c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcd9d9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #de67a7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fdf9d9;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ed1c1c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto Mono', monospace;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ed1c1c;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ed1c1c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ed1c1c;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ed1c1c;
  border-bottom-color: #ed1c1c;
}
.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: #ed1c1c !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff9340 !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='%23ed1c1c' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 8px 25px;
  font-weight: 400;
  padding: 17px 50px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn {
    padding: 8px 25px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn .btn:focus {
  transform: translateY(-5px);
}
@media (max-width: 992px) {
  .mbr-section-btn .btn:hover,
  .mbr-section-btn .btn:focus {
    transform: none;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 3rem !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper {
    border-radius: 1.5rem !important;
  }
}
.little-radius {
  border-radius: 1.5rem !important;
}
.mbr-label {
  border-radius: .75rem;
}
textarea,
.form-control {
  border-radius: 1.5rem !important;
}
.cid-uQDowCkHfh .navbar-dropdown {
  position: relative !important;
}
.cid-uQDowCkHfh .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uQDowCkHfh .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uQDowCkHfh .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-uQDowCkHfh .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uQDowCkHfh .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uQDowCkHfh .dropdown-item:hover,
.cid-uQDowCkHfh .dropdown-item:focus {
  background: #ffffff !important;
  color: #f5f8ff !important;
}
.cid-uQDowCkHfh .dropdown-item:hover span {
  color: white;
}
.cid-uQDowCkHfh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uQDowCkHfh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uQDowCkHfh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uQDowCkHfh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uQDowCkHfh .nav-link {
  position: relative;
}
.cid-uQDowCkHfh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uQDowCkHfh .container {
    flex-wrap: nowrap;
  }
}
.cid-uQDowCkHfh .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uQDowCkHfh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uQDowCkHfh .dropdown-menu,
.cid-uQDowCkHfh .navbar.opened {
  background: #ffffff !important;
}
.cid-uQDowCkHfh .nav-item:focus,
.cid-uQDowCkHfh .nav-link:focus {
  outline: none;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uQDowCkHfh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uQDowCkHfh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uQDowCkHfh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uQDowCkHfh .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQDowCkHfh .navbar.opened {
  transition: all 0.3s;
}
.cid-uQDowCkHfh .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uQDowCkHfh .navbar .navbar-logo img {
  width: auto;
}
.cid-uQDowCkHfh .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uQDowCkHfh .navbar.collapsed {
  justify-content: center;
}
.cid-uQDowCkHfh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uQDowCkHfh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uQDowCkHfh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uQDowCkHfh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uQDowCkHfh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uQDowCkHfh .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-uQDowCkHfh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uQDowCkHfh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uQDowCkHfh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uQDowCkHfh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uQDowCkHfh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uQDowCkHfh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uQDowCkHfh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uQDowCkHfh .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-uQDowCkHfh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uQDowCkHfh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uQDowCkHfh .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uQDowCkHfh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uQDowCkHfh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uQDowCkHfh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uQDowCkHfh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uQDowCkHfh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uQDowCkHfh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uQDowCkHfh .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uQDowCkHfh .navbar-brand .navbar-caption:hover,
.cid-uQDowCkHfh .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uQDowCkHfh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uQDowCkHfh .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uQDowCkHfh .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uQDowCkHfh .dropdown-item.active,
.cid-uQDowCkHfh .dropdown-item:active {
  background-color: transparent;
}
.cid-uQDowCkHfh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uQDowCkHfh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uQDowCkHfh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uQDowCkHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uQDowCkHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uQDowCkHfh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uQDowCkHfh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uQDowCkHfh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uQDowCkHfh ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uQDowCkHfh .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uQDowCkHfh .navbar-buttons {
    text-align: left;
  }
}
.cid-uQDowCkHfh .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uQDowCkHfh .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uQDowCkHfh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uQDowCkHfh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uQDowCkHfh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uQDowCkHfh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uQDowCkHfh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uQDowCkHfh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uQDowCkHfh .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-uQDowCkHfh .navbar {
    height: 70px;
  }
  .cid-uQDowCkHfh .navbar.opened {
    height: auto;
  }
  .cid-uQDowCkHfh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uQDowCkHfh .navbar-nav {
  margin: 0;
}
.cid-uQDowCkHfh .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uQDowCkHfh .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uQDowCkHfh .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uQDowCkHfh .nav-item .nav-link:hover,
.cid-uQDowCkHfh .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uQDowCkHfh .nav-item .nav-link:hover::after,
.cid-uQDowCkHfh .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uQDowCkHfh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uQDowCkHfh .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uQDowCkHfh .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uQDowCkHfh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uQDowCkHfh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uQDowCkHfh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uQDowCkHfh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uQDowCkHfh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uQDowCkHfh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uQDowCkHfh .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uQDowCkHfh .content-wrap {
  min-height: 80px;
}
.cid-uRSaCIhddn {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #620036;
}
.cid-uRSaCIhddn .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uRSaCIhddn .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uRSaCIhddn .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRSaCIhddn .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uRSaCIhddn .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRSaCIhddn .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uRSaCIhddn .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  pointer-events: none;
}
.cid-uRSaCIhddn .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRSaCIhddn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSaCIhddn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSaCIhddn .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uRSaCIhddn .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uRSaCIhddn .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uRSaCIhddn .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uRSaCIhddn .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRSaCIhddn .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uRSaCIhddn .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSaCIhddn .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uRSaCIhddn .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uRSaCIhddn .mbr-section-title {
  color: #323432;
}
.cid-uRSaCIhddn .mbr-text,
.cid-uRSaCIhddn .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRSaCIhddn .mbr-section-title,
.cid-uRSaCIhddn .mbr-section-btn,
.cid-uRSaCIhddn .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uRSb6KGZXg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSb6KGZXg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSb6KGZXg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSb6KGZXg .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSb6KGZXg .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uRSb6KGZXg .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uRSb6KGZXg .card-text {
  color: #000000;
  flex-grow: 1;
}
.cid-uRSc6OGXs7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSc6OGXs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSc6OGXs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSc6OGXs7 .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSc6OGXs7 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSc6OGXs7 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSc6OGXs7 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSc6OGXs7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSc6OGXs7 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSc6OGXs7 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSc6OGXs7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSc6OGXs7 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSc6OGXs7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSc6OGXs7 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSc6OGXs7 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSc6OGXs7 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSc6OGXs7 .mbr-label,
.cid-uRSc6OGXs7 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSc6OGXs7 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSc6OGXs7 .mbr-text,
.cid-uRSc6OGXs7 .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSc6OGXs7 .mbr-section-title,
.cid-uRSc6OGXs7 .mbr-section-btn {
  text-align: center;
}
.cid-uRSROf5d09 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uRSROf5d09 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uRSROf5d09 .img-container {
  position: relative;
}
.cid-uRSROf5d09 .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uRSROf5d09 .image-wrapper {
    border-radius: 6.4vw;
  }
}
.cid-uRSROf5d09 .image-wrapper img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uRSROf5d09 .image-wrapper img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .cid-uRSROf5d09 .image-wrapper img {
    height: auto;
  }
}
.cid-uRS9QrTPwq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRS9QrTPwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS9QrTPwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS9QrTPwq .container-fluid {
  padding: 0;
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRS9QrTPwq .container-fluid {
    padding: 0;
  }
}
.cid-uRS9QrTPwq .container {
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRS9QrTPwq .container {
    padding: 0 28px;
  }
}
.cid-uRS9QrTPwq .row {
  margin: -1px 0 0 0;
}
.cid-uRS9QrTPwq .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uRS9QrTPwq .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uRS9QrTPwq .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRS9QrTPwq .card {
    padding: 20px;
  }
}
.cid-uRS9QrTPwq .card:first-child {
  border-right: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRS9QrTPwq .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #620036;
  }
}
.cid-uRS9QrTPwq .card:last-child {
  border-right: none;
}
.cid-uRS9QrTPwq .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uRS9QrTPwq .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRS9QrTPwq .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRS9QrTPwq .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRS9QrTPwq .mbr-section-title {
  color: #000000;
}
.cid-uRS9QrTPwq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRS9QrTPwq .mbr-section-title,
.cid-uRS9QrTPwq .mbr-section-btn {
  text-align: center;
}
.cid-uQDoI54LXT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uQDoI54LXT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uQDoI54LXT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uQDoI54LXT .card-wrapper {
  position: relative;
  background-color: #82114f;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uQDoI54LXT .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uQDoI54LXT .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uQDoI54LXT .mbr-section-title {
  color: #000000;
}
.cid-uQDoI54LXT .mbr-text,
.cid-uQDoI54LXT .text-wrapper {
  color: #ffffff;
}
.cid-uQDoI54LXT .mbr-section-title,
.cid-uQDoI54LXT .mbr-section-btn {
  color: #ffffff;
}
.cid-uRS9ybIIM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRS9ybIIM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS9ybIIM4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRS9ybIIM4 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRS9ybIIM4 .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRS9ybIIM4 .container {
    padding: 0 28px;
  }
}
.cid-uRS9ybIIM4 .row {
  justify-content: center;
}
.cid-uRS9ybIIM4 .image-wrapper {
  margin-bottom: 34px;
}
.cid-uRS9ybIIM4 .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRS9ybIIM4 .image-wrapper img {
    height: 350px;
  }
}
.cid-uRS9ybIIM4 .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-uRS9ybIIM4 .desc-wrap:hover .mbr-desc::after,
.cid-uRS9ybIIM4 .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uRS9ybIIM4 .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uRS9ybIIM4 .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #ed1c1c;
}
.cid-uRS9ybIIM4 .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-uRS9ybIIM4 .title-wrapper:hover .mbr-section-title,
.cid-uRS9ybIIM4 .title-wrapper:focus .mbr-section-title {
  color: #82114f;
}
.cid-uRS9ybIIM4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRS9ybIIM4 .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uRS9ybIIM4 .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRS9ybIIM4 .mbr-section-title {
  color: #000000;
}
.cid-uRS9ybIIM4 .mbr-desc {
  color: #000000;
}
.cid-uRS9ybIIM4 .mbr-section-title,
.cid-uRS9ybIIM4 .mbr-section-btn {
  color: #000000;
}
.cid-uRSaZq1pbM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRSaZq1pbM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSaZq1pbM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSaZq1pbM .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uRSaZq1pbM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRSaZq1pbM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRSaZq1pbM .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRSaZq1pbM .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uRSaZq1pbM .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRSaZq1pbM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uRSaZq1pbM .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #620036;
}
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uRSaZq1pbM .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uRSaZq1pbM .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRSaZq1pbM .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uRSaZq1pbM .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSaZq1pbM .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRSaZq1pbM .card {
  justify-content: space-between;
}
.cid-uRSaZq1pbM .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRSaZq1pbM .panel-title-edit {
  color: #000000;
}
.cid-uRSaZq1pbM .panel-text {
  color: #f24d4a;
}
.cid-uRScRWgH9E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRScRWgH9E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRScRWgH9E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRScRWgH9E .row {
  position: relative;
  z-index: 2;
}
.cid-uRScRWgH9E .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uRScRWgH9E .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uRScRWgH9E .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRScRWgH9E .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uRScRWgH9E .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRScRWgH9E .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRScRWgH9E .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uRScRWgH9E .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uRScRWgH9E .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uRScRWgH9E .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRScRWgH9E .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRScRWgH9E .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRScRWgH9E .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRScRWgH9E .mbr-section-title {
  color: #000000;
}
.cid-uRScRWgH9E .mbr-text {
  color: #51565c;
}
.cid-uRScRWgH9E .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uRScRWgH9E .mbr-text,
.cid-uRScRWgH9E .text-wrapper {
  color: #000000;
}
.cid-uRRtoCZlNE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #620036;
}
.cid-uRRtoCZlNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtoCZlNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRtoCZlNE .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRtoCZlNE .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRRtoCZlNE .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRtoCZlNE .mbr-label,
.cid-uRRtoCZlNE .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRtoCZlNE .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRRtoCZlNE .mbr-text,
.cid-uRRtoCZlNE .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRRtoCZlNE .mbr-section-title,
.cid-uRRtoCZlNE .mbr-section-btn {
  text-align: center;
}
.cid-uRScpxoikm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRScpxoikm .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRScpxoikm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRScpxoikm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRScpxoikm .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uRScpxoikm .content-wrap .card {
  justify-content: space-between;
}
.cid-uRScpxoikm .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uRScpxoikm .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRScpxoikm .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRScpxoikm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRScpxoikm .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uRScpxoikm .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRScpxoikm .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uRScpxoikm .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uRScpxoikm .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRScpxoikm .image-wrap {
    padding: 0;
  }
}
.cid-uRScpxoikm .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRScpxoikm .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uRScpxoikm .mbr-section-title {
  color: #150764;
}
.cid-uRScpxoikm .mbr-text {
  color: #000000;
}
.cid-uRScpxoikm .mbr-section-title,
.cid-uRScpxoikm .mbr-section-btn {
  color: #000000;
}
.cid-uRRtKQdgvd {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRRtKQdgvd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRtKQdgvd .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-uRRtKQdgvd .container {
    padding: 0 20px;
  }
}
.cid-uRRtKQdgvd .row {
  margin: 0;
}
.cid-uRRtKQdgvd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRRtKQdgvd .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRRtKQdgvd .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRRtKQdgvd .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRRtKQdgvd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRRtKQdgvd .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRRtKQdgvd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRShhj6Ket {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uRShhj6Ket .mbr-text {
  color: #000000;
}
.cid-uRShhj6Ket .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRShhj6Ket .mbr-section-title {
  color: #000000;
}
.cid-uRS24j6zt7 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRS24j6zt7 .btn {
  border: 1px solid #efefef;
}
.cid-uRS24j6zt7 .row {
  align-items: center;
}
.cid-uRS24j6zt7 .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uRS24j6zt7 .row {
    text-align: center;
  }
  .cid-uRS24j6zt7 .social-row {
    justify-content: center;
  }
}
.cid-uRS24j6zt7 .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uRS24j6zt7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRS24j6zt7 .list {
    margin-bottom: 0rem;
  }
}
.cid-uRS24j6zt7 .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRS24j6zt7 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRS24j6zt7 .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-uRS24j6zt7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRS24j6zt7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRS24j6zt7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRS24j6zt7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uRS24j6zt7 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRS24j6zt7 .mbr-text {
  color: #000000;
}
.cid-uRS24j6zt7 .phone {
  color: #000000;
}
.cid-uRS24j6zt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRS24j6zt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRoxGuXhQ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRRoxGuXhQ .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.2rem;
}
.cid-uRRoxGuXhQ .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRoxGuXhQ .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRoxGuXhQ .mbr-text {
  color: #444;
}
.cid-uRRoxGuXhQ h5 {
  margin-bottom: 0;
}
.cid-uRRoxGuXhQ .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRoxGuXhQ .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRoxGuXhQ .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRoxGuXhQ .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRoxGuXhQ .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRoxGuXhQ .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRoxGuXhQ .media-container-row > div {
  padding: 0px;
}
.cid-uRRoxGuXhQ .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRRoxGuXhQ .group-title {
  text-align: left;
  color: #000000;
}
.cid-uRRoxGuXhQ .group-title SPAN {
  color: #656565;
}
.cid-uRRoxGuXhQ .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRoxGuXhQ .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRoxGuXhQ h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRoxGuXhQ .links SPAN {
  color: #9e9e9e;
}
.cid-uRRoxGuXhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRoxGuXhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRoxGuXhQ .links,
.cid-uRRoxGuXhQ .social-list {
  color: #ffffff;
}
.cid-uRRoxGuXhQ .links,
.cid-uRRoxGuXhQ .navbar-brand {
  color: #000000;
}
.cid-uRRITFbAjN .navbar-dropdown {
  position: relative !important;
}
.cid-uRRITFbAjN .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRRITFbAjN .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRRITFbAjN .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-uRRITFbAjN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRRITFbAjN .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRRITFbAjN .dropdown-item:hover,
.cid-uRRITFbAjN .dropdown-item:focus {
  background: #ffffff !important;
  color: #f5f8ff !important;
}
.cid-uRRITFbAjN .dropdown-item:hover span {
  color: white;
}
.cid-uRRITFbAjN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRITFbAjN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRITFbAjN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRITFbAjN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRITFbAjN .nav-link {
  position: relative;
}
.cid-uRRITFbAjN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRRITFbAjN .container {
    flex-wrap: nowrap;
  }
}
.cid-uRRITFbAjN .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRRITFbAjN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRRITFbAjN .dropdown-menu,
.cid-uRRITFbAjN .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRITFbAjN .nav-item:focus,
.cid-uRRITFbAjN .nav-link:focus {
  outline: none;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRITFbAjN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRITFbAjN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRITFbAjN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRITFbAjN .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRITFbAjN .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRITFbAjN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRRITFbAjN .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRITFbAjN .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRRITFbAjN .navbar.collapsed {
  justify-content: center;
}
.cid-uRRITFbAjN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRITFbAjN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRITFbAjN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRRITFbAjN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRITFbAjN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRITFbAjN .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-uRRITFbAjN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRITFbAjN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRITFbAjN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRITFbAjN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRITFbAjN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRITFbAjN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRITFbAjN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRITFbAjN .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-uRRITFbAjN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRITFbAjN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRITFbAjN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRRITFbAjN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRRITFbAjN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRITFbAjN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRITFbAjN .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRRITFbAjN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRRITFbAjN .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRRITFbAjN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRRITFbAjN .navbar-brand .navbar-caption:hover,
.cid-uRRITFbAjN .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRITFbAjN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRITFbAjN .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRRITFbAjN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRITFbAjN .dropdown-item.active,
.cid-uRRITFbAjN .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRITFbAjN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRITFbAjN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRITFbAjN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRITFbAjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRRITFbAjN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRRITFbAjN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRRITFbAjN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRITFbAjN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRRITFbAjN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRRITFbAjN .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRRITFbAjN .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRITFbAjN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRRITFbAjN .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRRITFbAjN .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRRITFbAjN button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRITFbAjN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRITFbAjN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRITFbAjN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRITFbAjN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRITFbAjN .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-uRRITFbAjN .navbar {
    height: 70px;
  }
  .cid-uRRITFbAjN .navbar.opened {
    height: auto;
  }
  .cid-uRRITFbAjN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRITFbAjN .navbar-nav {
  margin: 0;
}
.cid-uRRITFbAjN .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRRITFbAjN .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRRITFbAjN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRRITFbAjN .nav-item .nav-link:hover,
.cid-uRRITFbAjN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRRITFbAjN .nav-item .nav-link:hover::after,
.cid-uRRITFbAjN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRRITFbAjN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRRITFbAjN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRRITFbAjN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRRITFbAjN .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRRITFbAjN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRRITFbAjN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRRITFbAjN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRRITFbAjN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRRITFbAjN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRRITFbAjN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRRITFbAjN .content-wrap {
  min-height: 80px;
}
.cid-uRSnUWCNsE {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #620036;
}
.cid-uRSnUWCNsE .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uRSnUWCNsE .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uRSnUWCNsE .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRSnUWCNsE .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uRSnUWCNsE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRSnUWCNsE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uRSnUWCNsE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  pointer-events: none;
}
.cid-uRSnUWCNsE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRSnUWCNsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSnUWCNsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSnUWCNsE .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uRSnUWCNsE .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uRSnUWCNsE .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uRSnUWCNsE .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uRSnUWCNsE .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRSnUWCNsE .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uRSnUWCNsE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSnUWCNsE .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uRSnUWCNsE .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uRSnUWCNsE .mbr-section-title {
  color: #323432;
}
.cid-uRSnUWCNsE .mbr-text,
.cid-uRSnUWCNsE .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRSnUWCNsE .mbr-section-title,
.cid-uRSnUWCNsE .mbr-section-btn,
.cid-uRSnUWCNsE .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uRRITHOFTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRITHOFTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRITHOFTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITHOFTc .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRITHOFTc .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRITHOFTc .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRITHOFTc .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRITHOFTc .mbr-section-title {
  color: #000000;
}
.cid-uRRITHOFTc .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRITHOFTc .mbr-text,
.cid-uRRITHOFTc .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRITHOFTc .mbr-section-title,
.cid-uRRITHOFTc .mbr-section-btn {
  text-align: center;
}
.cid-uRSo5wtPiE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRSo5wtPiE .btn {
  border: 1px solid #efefef;
}
.cid-uRSo5wtPiE .row {
  align-items: center;
}
.cid-uRSo5wtPiE .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uRSo5wtPiE .row {
    text-align: center;
  }
  .cid-uRSo5wtPiE .social-row {
    justify-content: center;
  }
}
.cid-uRSo5wtPiE .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uRSo5wtPiE .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRSo5wtPiE .list {
    margin-bottom: 0rem;
  }
}
.cid-uRSo5wtPiE .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRSo5wtPiE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRSo5wtPiE .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-uRSo5wtPiE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRSo5wtPiE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRSo5wtPiE .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSo5wtPiE .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uRSo5wtPiE .mbr-section-subtitle {
  color: #000000;
}
.cid-uRSo5wtPiE .mbr-text {
  color: #000000;
}
.cid-uRSo5wtPiE .phone {
  color: #000000;
}
.cid-uRSo5wtPiE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSo5wtPiE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITU2iWk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRRITU2iWk .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.2rem;
}
.cid-uRRITU2iWk .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRITU2iWk .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRITU2iWk .mbr-text {
  color: #444;
}
.cid-uRRITU2iWk h5 {
  margin-bottom: 0;
}
.cid-uRRITU2iWk .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRITU2iWk .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRITU2iWk .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRITU2iWk .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRITU2iWk .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRITU2iWk .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRITU2iWk .media-container-row > div {
  padding: 0px;
}
.cid-uRRITU2iWk .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRRITU2iWk .group-title {
  text-align: left;
  color: #000000;
}
.cid-uRRITU2iWk .group-title SPAN {
  color: #656565;
}
.cid-uRRITU2iWk .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRITU2iWk .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRITU2iWk h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRITU2iWk .links SPAN {
  color: #9e9e9e;
}
.cid-uRRITU2iWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRITU2iWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRITU2iWk .links,
.cid-uRRITU2iWk .social-list {
  color: #ffffff;
}
.cid-uRRITU2iWk .links,
.cid-uRRITU2iWk .navbar-brand {
  color: #000000;
}
.cid-uRRJpQE4QH .navbar-dropdown {
  position: relative !important;
}
.cid-uRRJpQE4QH .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRRJpQE4QH .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRRJpQE4QH .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRRJpQE4QH .dropdown-item:hover,
.cid-uRRJpQE4QH .dropdown-item:focus {
  background: #ffffff !important;
  color: #f5f8ff !important;
}
.cid-uRRJpQE4QH .dropdown-item:hover span {
  color: white;
}
.cid-uRRJpQE4QH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRRJpQE4QH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRRJpQE4QH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRRJpQE4QH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRRJpQE4QH .nav-link {
  position: relative;
}
.cid-uRRJpQE4QH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRRJpQE4QH .container {
    flex-wrap: nowrap;
  }
}
.cid-uRRJpQE4QH .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRRJpQE4QH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRRJpQE4QH .dropdown-menu,
.cid-uRRJpQE4QH .navbar.opened {
  background: #ffffff !important;
}
.cid-uRRJpQE4QH .nav-item:focus,
.cid-uRRJpQE4QH .nav-link:focus {
  outline: none;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRRJpQE4QH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRRJpQE4QH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRRJpQE4QH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRRJpQE4QH .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRJpQE4QH .navbar.opened {
  transition: all 0.3s;
}
.cid-uRRJpQE4QH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRRJpQE4QH .navbar .navbar-logo img {
  width: auto;
}
.cid-uRRJpQE4QH .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRRJpQE4QH .navbar.collapsed {
  justify-content: center;
}
.cid-uRRJpQE4QH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRRJpQE4QH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRRJpQE4QH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRRJpQE4QH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRRJpQE4QH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRRJpQE4QH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRRJpQE4QH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRRJpQE4QH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRRJpQE4QH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRRJpQE4QH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRRJpQE4QH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRRJpQE4QH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRRJpQE4QH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRRJpQE4QH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRRJpQE4QH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRRJpQE4QH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRRJpQE4QH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRRJpQE4QH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRRJpQE4QH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRRJpQE4QH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRRJpQE4QH .navbar-brand .navbar-caption:hover,
.cid-uRRJpQE4QH .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRJpQE4QH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRRJpQE4QH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRRJpQE4QH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRRJpQE4QH .dropdown-item.active,
.cid-uRRJpQE4QH .dropdown-item:active {
  background-color: transparent;
}
.cid-uRRJpQE4QH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRRJpQE4QH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRRJpQE4QH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRRJpQE4QH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRRJpQE4QH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRRJpQE4QH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRRJpQE4QH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRRJpQE4QH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRRJpQE4QH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRRJpQE4QH .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRRJpQE4QH .navbar-buttons {
    text-align: left;
  }
}
.cid-uRRJpQE4QH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRRJpQE4QH .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRRJpQE4QH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRRJpQE4QH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRRJpQE4QH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRRJpQE4QH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRRJpQE4QH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRRJpQE4QH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRRJpQE4QH .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-uRRJpQE4QH .navbar {
    height: 70px;
  }
  .cid-uRRJpQE4QH .navbar.opened {
    height: auto;
  }
  .cid-uRRJpQE4QH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRRJpQE4QH .navbar-nav {
  margin: 0;
}
.cid-uRRJpQE4QH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRRJpQE4QH .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRRJpQE4QH .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRRJpQE4QH .nav-item .nav-link:hover,
.cid-uRRJpQE4QH .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRRJpQE4QH .nav-item .nav-link:hover::after,
.cid-uRRJpQE4QH .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRRJpQE4QH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRRJpQE4QH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRRJpQE4QH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRRJpQE4QH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRRJpQE4QH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRRJpQE4QH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRRJpQE4QH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRRJpQE4QH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRRJpQE4QH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRRJpQE4QH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRRJpQE4QH .content-wrap {
  min-height: 80px;
}
.cid-uRSourVLXw {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #620036;
}
.cid-uRSourVLXw .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uRSourVLXw .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uRSourVLXw .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRSourVLXw .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uRSourVLXw .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRSourVLXw .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uRSourVLXw .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  pointer-events: none;
}
.cid-uRSourVLXw .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRSourVLXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSourVLXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSourVLXw .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uRSourVLXw .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uRSourVLXw .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uRSourVLXw .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uRSourVLXw .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRSourVLXw .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uRSourVLXw .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSourVLXw .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uRSourVLXw .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uRSourVLXw .mbr-section-title {
  color: #323432;
}
.cid-uRSourVLXw .mbr-text,
.cid-uRSourVLXw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRSourVLXw .mbr-section-title,
.cid-uRSourVLXw .mbr-section-btn,
.cid-uRSourVLXw .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uRRJpSpsgC {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRRJpSpsgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRJpSpsgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpSpsgC .card-wrapper {
  position: relative;
  background-color: #ffffff;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRRJpSpsgC .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRRJpSpsgC .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRRJpSpsgC .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRRJpSpsgC .mbr-section-title {
  color: #000000;
}
.cid-uRRJpSpsgC .mbr-label {
  color: #000000;
  text-align: center;
}
.cid-uRRJpSpsgC .mbr-text,
.cid-uRRJpSpsgC .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uRRJpSpsgC .mbr-section-title,
.cid-uRRJpSpsgC .mbr-section-btn {
  text-align: center;
}
.cid-uRSoEEDKsZ {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRSoEEDKsZ .btn {
  border: 1px solid #efefef;
}
.cid-uRSoEEDKsZ .row {
  align-items: center;
}
.cid-uRSoEEDKsZ .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uRSoEEDKsZ .row {
    text-align: center;
  }
  .cid-uRSoEEDKsZ .social-row {
    justify-content: center;
  }
}
.cid-uRSoEEDKsZ .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uRSoEEDKsZ .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRSoEEDKsZ .list {
    margin-bottom: 0rem;
  }
}
.cid-uRSoEEDKsZ .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRSoEEDKsZ .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRSoEEDKsZ .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-uRSoEEDKsZ .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRSoEEDKsZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRSoEEDKsZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSoEEDKsZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uRSoEEDKsZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uRSoEEDKsZ .mbr-text {
  color: #000000;
}
.cid-uRSoEEDKsZ .phone {
  color: #000000;
}
.cid-uRSoEEDKsZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoEEDKsZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpTTDFH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRRJpTTDFH .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.2rem;
}
.cid-uRRJpTTDFH .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRRJpTTDFH .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRRJpTTDFH .mbr-text {
  color: #444;
}
.cid-uRRJpTTDFH h5 {
  margin-bottom: 0;
}
.cid-uRRJpTTDFH .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRRJpTTDFH .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRRJpTTDFH .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRRJpTTDFH .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRRJpTTDFH .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRRJpTTDFH .social-list a:hover {
  opacity: 0.4;
}
.cid-uRRJpTTDFH .media-container-row > div {
  padding: 0px;
}
.cid-uRRJpTTDFH .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRRJpTTDFH .group-title {
  text-align: left;
  color: #000000;
}
.cid-uRRJpTTDFH .group-title SPAN {
  color: #656565;
}
.cid-uRRJpTTDFH .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRRJpTTDFH .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRRJpTTDFH h3 {
    margin-bottom: 10px;
  }
}
.cid-uRRJpTTDFH .links SPAN {
  color: #9e9e9e;
}
.cid-uRRJpTTDFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRRJpTTDFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRRJpTTDFH .links,
.cid-uRRJpTTDFH .social-list {
  color: #ffffff;
}
.cid-uRRJpTTDFH .links,
.cid-uRRJpTTDFH .navbar-brand {
  color: #000000;
}
.cid-uRSoNFPSGU .navbar-dropdown {
  position: relative !important;
}
.cid-uRSoNFPSGU .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRSoNFPSGU .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRSoNFPSGU .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-uRSoNFPSGU .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRSoNFPSGU .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRSoNFPSGU .dropdown-item:hover,
.cid-uRSoNFPSGU .dropdown-item:focus {
  background: #ffffff !important;
  color: #f5f8ff !important;
}
.cid-uRSoNFPSGU .dropdown-item:hover span {
  color: white;
}
.cid-uRSoNFPSGU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRSoNFPSGU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRSoNFPSGU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRSoNFPSGU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRSoNFPSGU .nav-link {
  position: relative;
}
.cid-uRSoNFPSGU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRSoNFPSGU .container {
    flex-wrap: nowrap;
  }
}
.cid-uRSoNFPSGU .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRSoNFPSGU .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRSoNFPSGU .dropdown-menu,
.cid-uRSoNFPSGU .navbar.opened {
  background: #ffffff !important;
}
.cid-uRSoNFPSGU .nav-item:focus,
.cid-uRSoNFPSGU .nav-link:focus {
  outline: none;
}
.cid-uRSoNFPSGU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRSoNFPSGU .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRSoNFPSGU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRSoNFPSGU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRSoNFPSGU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRSoNFPSGU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRSoNFPSGU .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRSoNFPSGU .navbar.opened {
  transition: all 0.3s;
}
.cid-uRSoNFPSGU .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRSoNFPSGU .navbar .navbar-logo img {
  width: auto;
}
.cid-uRSoNFPSGU .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRSoNFPSGU .navbar.collapsed {
  justify-content: center;
}
.cid-uRSoNFPSGU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRSoNFPSGU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRSoNFPSGU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRSoNFPSGU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRSoNFPSGU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRSoNFPSGU .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-uRSoNFPSGU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRSoNFPSGU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRSoNFPSGU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRSoNFPSGU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRSoNFPSGU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRSoNFPSGU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRSoNFPSGU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRSoNFPSGU .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-uRSoNFPSGU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRSoNFPSGU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRSoNFPSGU .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRSoNFPSGU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRSoNFPSGU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRSoNFPSGU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRSoNFPSGU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRSoNFPSGU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRSoNFPSGU .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRSoNFPSGU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRSoNFPSGU .navbar-brand .navbar-caption:hover,
.cid-uRSoNFPSGU .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRSoNFPSGU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRSoNFPSGU .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRSoNFPSGU .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRSoNFPSGU .dropdown-item.active,
.cid-uRSoNFPSGU .dropdown-item:active {
  background-color: transparent;
}
.cid-uRSoNFPSGU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRSoNFPSGU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRSoNFPSGU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRSoNFPSGU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRSoNFPSGU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRSoNFPSGU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRSoNFPSGU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRSoNFPSGU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRSoNFPSGU ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRSoNFPSGU .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRSoNFPSGU .navbar-buttons {
    text-align: left;
  }
}
.cid-uRSoNFPSGU .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRSoNFPSGU .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRSoNFPSGU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRSoNFPSGU button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRSoNFPSGU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRSoNFPSGU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRSoNFPSGU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRSoNFPSGU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRSoNFPSGU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRSoNFPSGU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSoNFPSGU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRSoNFPSGU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRSoNFPSGU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSoNFPSGU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRSoNFPSGU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRSoNFPSGU .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-uRSoNFPSGU .navbar {
    height: 70px;
  }
  .cid-uRSoNFPSGU .navbar.opened {
    height: auto;
  }
  .cid-uRSoNFPSGU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRSoNFPSGU .navbar-nav {
  margin: 0;
}
.cid-uRSoNFPSGU .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRSoNFPSGU .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRSoNFPSGU .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRSoNFPSGU .nav-item .nav-link:hover,
.cid-uRSoNFPSGU .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRSoNFPSGU .nav-item .nav-link:hover::after,
.cid-uRSoNFPSGU .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRSoNFPSGU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRSoNFPSGU .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRSoNFPSGU .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRSoNFPSGU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRSoNFPSGU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRSoNFPSGU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRSoNFPSGU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRSoNFPSGU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRSoNFPSGU .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRSoNFPSGU .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRSoNFPSGU .content-wrap {
  min-height: 80px;
}
.cid-uRSoNGMvhU {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #620036;
}
.cid-uRSoNGMvhU .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uRSoNGMvhU .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uRSoNGMvhU .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRSoNGMvhU .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uRSoNGMvhU .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRSoNGMvhU .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uRSoNGMvhU .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  pointer-events: none;
}
.cid-uRSoNGMvhU .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRSoNGMvhU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNGMvhU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNGMvhU .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uRSoNGMvhU .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uRSoNGMvhU .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uRSoNGMvhU .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uRSoNGMvhU .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRSoNGMvhU .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNGMvhU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSoNGMvhU .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uRSoNGMvhU .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uRSoNGMvhU .mbr-section-title {
  color: #323432;
}
.cid-uRSoNGMvhU .mbr-text,
.cid-uRSoNGMvhU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRSoNGMvhU .mbr-section-title,
.cid-uRSoNGMvhU .mbr-section-btn,
.cid-uRSoNGMvhU .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uRSoNHAL74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSoNHAL74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNHAL74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNHAL74 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSoNHAL74 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uRSoNHAL74 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uRSoNHAL74 .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uRSoNIzJCr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSoNIzJCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNIzJCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNIzJCr .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSoNIzJCr .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNIzJCr .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSoNIzJCr .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSoNIzJCr .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSoNIzJCr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSoNIzJCr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSoNIzJCr .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSoNIzJCr .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSoNIzJCr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSoNIzJCr .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSoNIzJCr .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSoNIzJCr .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSoNIzJCr .mbr-label,
.cid-uRSoNIzJCr .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSoNIzJCr .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSoNIzJCr .mbr-text,
.cid-uRSoNIzJCr .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSoNIzJCr .mbr-section-title,
.cid-uRSoNIzJCr .mbr-section-btn {
  text-align: center;
}
.cid-uRSSx5axZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uRSSx5axZz .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uRSSx5axZz .img-container {
  position: relative;
}
.cid-uRSSx5axZz .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uRSSx5axZz .image-wrapper {
    border-radius: 6.4vw;
  }
}
.cid-uRSSx5axZz .image-wrapper img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uRSSx5axZz .image-wrapper img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .cid-uRSSx5axZz .image-wrapper img {
    height: auto;
  }
}
.cid-uRSoNJrdnG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSoNJrdnG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNJrdnG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNJrdnG .container-fluid {
  padding: 0;
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSoNJrdnG .container-fluid {
    padding: 0;
  }
}
.cid-uRSoNJrdnG .container {
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSoNJrdnG .container {
    padding: 0 28px;
  }
}
.cid-uRSoNJrdnG .row {
  margin: -1px 0 0 0;
}
.cid-uRSoNJrdnG .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uRSoNJrdnG .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNJrdnG .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRSoNJrdnG .card {
    padding: 20px;
  }
}
.cid-uRSoNJrdnG .card:first-child {
  border-right: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSoNJrdnG .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #620036;
  }
}
.cid-uRSoNJrdnG .card:last-child {
  border-right: none;
}
.cid-uRSoNJrdnG .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uRSoNJrdnG .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRSoNJrdnG .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRSoNJrdnG .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRSoNJrdnG .mbr-section-title {
  color: #000000;
}
.cid-uRSoNJrdnG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRSoNJrdnG .mbr-section-title,
.cid-uRSoNJrdnG .mbr-section-btn {
  text-align: center;
}
.cid-uRSoNKqVl2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRSoNKqVl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNKqVl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNKqVl2 .card-wrapper {
  position: relative;
  background-color: #82114f;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSoNKqVl2 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNKqVl2 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRSoNKqVl2 .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSoNKqVl2 .mbr-section-title {
  color: #000000;
}
.cid-uRSoNKqVl2 .mbr-text,
.cid-uRSoNKqVl2 .text-wrapper {
  color: #ffffff;
}
.cid-uRSoNKqVl2 .mbr-section-title,
.cid-uRSoNKqVl2 .mbr-section-btn {
  color: #ffffff;
}
.cid-uRSoNLtdkD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSoNLtdkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNLtdkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNLtdkD .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRSoNLtdkD .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNLtdkD .container {
    padding: 0 28px;
  }
}
.cid-uRSoNLtdkD .row {
  justify-content: center;
}
.cid-uRSoNLtdkD .image-wrapper {
  margin-bottom: 34px;
}
.cid-uRSoNLtdkD .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSoNLtdkD .image-wrapper img {
    height: 350px;
  }
}
.cid-uRSoNLtdkD .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-uRSoNLtdkD .desc-wrap:hover .mbr-desc::after,
.cid-uRSoNLtdkD .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uRSoNLtdkD .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uRSoNLtdkD .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #ed1c1c;
}
.cid-uRSoNLtdkD .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-uRSoNLtdkD .title-wrapper:hover .mbr-section-title,
.cid-uRSoNLtdkD .title-wrapper:focus .mbr-section-title {
  color: #82114f;
}
.cid-uRSoNLtdkD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRSoNLtdkD .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uRSoNLtdkD .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRSoNLtdkD .mbr-section-title {
  color: #000000;
}
.cid-uRSoNLtdkD .mbr-desc {
  color: #000000;
}
.cid-uRSoNLtdkD .mbr-section-title,
.cid-uRSoNLtdkD .mbr-section-btn {
  color: #000000;
}
.cid-uRSoNMtiym {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRSoNMtiym .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNMtiym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNMtiym .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uRSoNMtiym .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRSoNMtiym .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRSoNMtiym .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRSoNMtiym .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uRSoNMtiym .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRSoNMtiym .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uRSoNMtiym .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #620036;
}
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uRSoNMtiym .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uRSoNMtiym .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRSoNMtiym .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uRSoNMtiym .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSoNMtiym .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRSoNMtiym .card {
  justify-content: space-between;
}
.cid-uRSoNMtiym .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRSoNMtiym .panel-title-edit {
  color: #000000;
}
.cid-uRSoNMtiym .panel-text {
  color: #f24d4a;
}
.cid-uRSoNNDU1L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSoNNDU1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNNDU1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNNDU1L .row {
  position: relative;
  z-index: 2;
}
.cid-uRSoNNDU1L .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uRSoNNDU1L .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uRSoNNDU1L .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRSoNNDU1L .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uRSoNNDU1L .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSoNNDU1L .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRSoNNDU1L .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uRSoNNDU1L .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uRSoNNDU1L .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uRSoNNDU1L .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRSoNNDU1L .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRSoNNDU1L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSoNNDU1L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSoNNDU1L .mbr-section-title {
  color: #000000;
}
.cid-uRSoNNDU1L .mbr-text {
  color: #51565c;
}
.cid-uRSoNNDU1L .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uRSoNNDU1L .mbr-text,
.cid-uRSoNNDU1L .text-wrapper {
  color: #000000;
}
.cid-uRSoNOHxDu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #620036;
}
.cid-uRSoNOHxDu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNOHxDu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNOHxDu .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSoNOHxDu .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNOHxDu .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSoNOHxDu .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSoNOHxDu .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSoNOHxDu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSoNOHxDu .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSoNOHxDu .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSoNOHxDu .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSoNOHxDu .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSoNOHxDu .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSoNOHxDu .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSoNOHxDu .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSoNOHxDu .mbr-label,
.cid-uRSoNOHxDu .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSoNOHxDu .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSoNOHxDu .mbr-text,
.cid-uRSoNOHxDu .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSoNOHxDu .mbr-section-title,
.cid-uRSoNOHxDu .mbr-section-btn {
  text-align: center;
}
.cid-uRSoNPApSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSoNPApSH .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRSoNPApSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNPApSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNPApSH .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uRSoNPApSH .content-wrap .card {
  justify-content: space-between;
}
.cid-uRSoNPApSH .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uRSoNPApSH .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNPApSH .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRSoNPApSH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRSoNPApSH .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uRSoNPApSH .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRSoNPApSH .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uRSoNPApSH .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uRSoNPApSH .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRSoNPApSH .image-wrap {
    padding: 0;
  }
}
.cid-uRSoNPApSH .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSoNPApSH .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uRSoNPApSH .mbr-section-title {
  color: #150764;
}
.cid-uRSoNPApSH .mbr-text {
  color: #000000;
}
.cid-uRSoNPApSH .mbr-section-title,
.cid-uRSoNPApSH .mbr-section-btn {
  color: #000000;
}
.cid-uRSoNQyKaG {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRSoNQyKaG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNQyKaG .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-uRSoNQyKaG .container {
    padding: 0 20px;
  }
}
.cid-uRSoNQyKaG .row {
  margin: 0;
}
.cid-uRSoNQyKaG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRSoNQyKaG .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRSoNQyKaG .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRSoNQyKaG .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRSoNQyKaG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRSoNQyKaG .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRSoNQyKaG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSoNRvb3h {
  padding-top: 7rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSoNRvb3h .mbr-text {
  color: #000000;
}
.cid-uRSoNRvb3h .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRSoNRvb3h .mbr-section-title {
  color: #000000;
}
.cid-uRSrRb7vSH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSrRb7vSH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSrRb7vSH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSrRb7vSH .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRSrRb7vSH .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRSrRb7vSH .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRSrRb7vSH .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRSrRb7vSH .container {
    padding: 0 14px;
  }
}
.cid-uRSrRb7vSH .row {
  justify-content: center;
}
.cid-uRSrRb7vSH .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRSrRb7vSH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRSrRb7vSH .panel-group .card {
  border-bottom: 1px solid #620036;
  border-radius: 0 !important;
}
.cid-uRSrRb7vSH .panel-group .card:first-child {
  border-top: 1px solid #620036;
}
.cid-uRSrRb7vSH .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRSrRb7vSH .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uRSrRb7vSH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRSrRb7vSH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRSrRb7vSH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSrRb7vSH .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #620036;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uRSrRb7vSH .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRSrRb7vSH .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uRSrRb7vSH .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uRSrRb7vSH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSrRb7vSH .panel-title {
  color: #01004c;
}
.cid-uRSrRb7vSH .panel-text {
  color: #000000;
}
.cid-uRSrRb7vSH .panel-title-edit {
  color: #000000;
}
.cid-uRSoNSoxTG {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRSoNSoxTG .btn {
  border: 1px solid #efefef;
}
.cid-uRSoNSoxTG .row {
  align-items: center;
}
.cid-uRSoNSoxTG .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uRSoNSoxTG .row {
    text-align: center;
  }
  .cid-uRSoNSoxTG .social-row {
    justify-content: center;
  }
}
.cid-uRSoNSoxTG .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uRSoNSoxTG .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRSoNSoxTG .list {
    margin-bottom: 0rem;
  }
}
.cid-uRSoNSoxTG .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRSoNSoxTG .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRSoNSoxTG .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-uRSoNSoxTG .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRSoNSoxTG .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRSoNSoxTG .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSoNSoxTG .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uRSoNSoxTG .mbr-section-subtitle {
  color: #000000;
}
.cid-uRSoNSoxTG .mbr-text {
  color: #000000;
}
.cid-uRSoNSoxTG .phone {
  color: #000000;
}
.cid-uRSoNSoxTG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNSoxTG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNTxKNP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRSoNTxKNP .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.2rem;
}
.cid-uRSoNTxKNP .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRSoNTxKNP .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRSoNTxKNP .mbr-text {
  color: #444;
}
.cid-uRSoNTxKNP h5 {
  margin-bottom: 0;
}
.cid-uRSoNTxKNP .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRSoNTxKNP .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRSoNTxKNP .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRSoNTxKNP .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRSoNTxKNP .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRSoNTxKNP .social-list a:hover {
  opacity: 0.4;
}
.cid-uRSoNTxKNP .media-container-row > div {
  padding: 0px;
}
.cid-uRSoNTxKNP .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRSoNTxKNP .group-title {
  text-align: left;
  color: #000000;
}
.cid-uRSoNTxKNP .group-title SPAN {
  color: #656565;
}
.cid-uRSoNTxKNP .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRSoNTxKNP .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRSoNTxKNP h3 {
    margin-bottom: 10px;
  }
}
.cid-uRSoNTxKNP .links SPAN {
  color: #9e9e9e;
}
.cid-uRSoNTxKNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSoNTxKNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSoNTxKNP .links,
.cid-uRSoNTxKNP .social-list {
  color: #ffffff;
}
.cid-uRSoNTxKNP .links,
.cid-uRSoNTxKNP .navbar-brand {
  color: #000000;
}
.cid-uRSs7t9dSI .navbar-dropdown {
  position: relative !important;
}
.cid-uRSs7t9dSI .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRSs7t9dSI .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRSs7t9dSI .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-uRSs7t9dSI .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRSs7t9dSI .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRSs7t9dSI .dropdown-item:hover,
.cid-uRSs7t9dSI .dropdown-item:focus {
  background: #ffffff !important;
  color: #f5f8ff !important;
}
.cid-uRSs7t9dSI .dropdown-item:hover span {
  color: white;
}
.cid-uRSs7t9dSI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRSs7t9dSI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRSs7t9dSI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRSs7t9dSI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRSs7t9dSI .nav-link {
  position: relative;
}
.cid-uRSs7t9dSI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRSs7t9dSI .container {
    flex-wrap: nowrap;
  }
}
.cid-uRSs7t9dSI .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRSs7t9dSI .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRSs7t9dSI .dropdown-menu,
.cid-uRSs7t9dSI .navbar.opened {
  background: #ffffff !important;
}
.cid-uRSs7t9dSI .nav-item:focus,
.cid-uRSs7t9dSI .nav-link:focus {
  outline: none;
}
.cid-uRSs7t9dSI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRSs7t9dSI .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRSs7t9dSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRSs7t9dSI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRSs7t9dSI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRSs7t9dSI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRSs7t9dSI .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRSs7t9dSI .navbar.opened {
  transition: all 0.3s;
}
.cid-uRSs7t9dSI .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRSs7t9dSI .navbar .navbar-logo img {
  width: auto;
}
.cid-uRSs7t9dSI .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRSs7t9dSI .navbar.collapsed {
  justify-content: center;
}
.cid-uRSs7t9dSI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRSs7t9dSI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRSs7t9dSI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRSs7t9dSI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRSs7t9dSI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRSs7t9dSI .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-uRSs7t9dSI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRSs7t9dSI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRSs7t9dSI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRSs7t9dSI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRSs7t9dSI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRSs7t9dSI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRSs7t9dSI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRSs7t9dSI .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-uRSs7t9dSI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRSs7t9dSI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRSs7t9dSI .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRSs7t9dSI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRSs7t9dSI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRSs7t9dSI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRSs7t9dSI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRSs7t9dSI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRSs7t9dSI .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRSs7t9dSI .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRSs7t9dSI .navbar-brand .navbar-caption:hover,
.cid-uRSs7t9dSI .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRSs7t9dSI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRSs7t9dSI .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRSs7t9dSI .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRSs7t9dSI .dropdown-item.active,
.cid-uRSs7t9dSI .dropdown-item:active {
  background-color: transparent;
}
.cid-uRSs7t9dSI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRSs7t9dSI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRSs7t9dSI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRSs7t9dSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRSs7t9dSI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRSs7t9dSI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRSs7t9dSI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRSs7t9dSI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRSs7t9dSI ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRSs7t9dSI .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRSs7t9dSI .navbar-buttons {
    text-align: left;
  }
}
.cid-uRSs7t9dSI .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRSs7t9dSI .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRSs7t9dSI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRSs7t9dSI button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRSs7t9dSI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRSs7t9dSI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRSs7t9dSI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRSs7t9dSI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRSs7t9dSI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRSs7t9dSI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSs7t9dSI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRSs7t9dSI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRSs7t9dSI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSs7t9dSI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRSs7t9dSI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRSs7t9dSI .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-uRSs7t9dSI .navbar {
    height: 70px;
  }
  .cid-uRSs7t9dSI .navbar.opened {
    height: auto;
  }
  .cid-uRSs7t9dSI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRSs7t9dSI .navbar-nav {
  margin: 0;
}
.cid-uRSs7t9dSI .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRSs7t9dSI .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRSs7t9dSI .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRSs7t9dSI .nav-item .nav-link:hover,
.cid-uRSs7t9dSI .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRSs7t9dSI .nav-item .nav-link:hover::after,
.cid-uRSs7t9dSI .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRSs7t9dSI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRSs7t9dSI .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRSs7t9dSI .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRSs7t9dSI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRSs7t9dSI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRSs7t9dSI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRSs7t9dSI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRSs7t9dSI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRSs7t9dSI .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRSs7t9dSI .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRSs7t9dSI .content-wrap {
  min-height: 80px;
}
.cid-uRSs7u6tfu {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #620036;
}
.cid-uRSs7u6tfu .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uRSs7u6tfu .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uRSs7u6tfu .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRSs7u6tfu .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uRSs7u6tfu .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRSs7u6tfu .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uRSs7u6tfu .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  pointer-events: none;
}
.cid-uRSs7u6tfu .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRSs7u6tfu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7u6tfu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7u6tfu .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uRSs7u6tfu .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uRSs7u6tfu .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uRSs7u6tfu .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uRSs7u6tfu .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRSs7u6tfu .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7u6tfu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSs7u6tfu .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uRSs7u6tfu .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uRSs7u6tfu .mbr-section-title {
  color: #323432;
}
.cid-uRSs7u6tfu .mbr-text,
.cid-uRSs7u6tfu .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRSs7u6tfu .mbr-section-title,
.cid-uRSs7u6tfu .mbr-section-btn,
.cid-uRSs7u6tfu .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uRSs7v1q72 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSs7v1q72 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7v1q72 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7v1q72 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSs7v1q72 .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uRSs7v1q72 .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uRSs7v1q72 .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uRSs7vQZwm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSs7vQZwm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7vQZwm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7vQZwm .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSs7vQZwm .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7vQZwm .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSs7vQZwm .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSs7vQZwm .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSs7vQZwm .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSs7vQZwm .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSs7vQZwm .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSs7vQZwm .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSs7vQZwm .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSs7vQZwm .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSs7vQZwm .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSs7vQZwm .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSs7vQZwm .mbr-label,
.cid-uRSs7vQZwm .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSs7vQZwm .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSs7vQZwm .mbr-text,
.cid-uRSs7vQZwm .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSs7vQZwm .mbr-section-title,
.cid-uRSs7vQZwm .mbr-section-btn {
  text-align: center;
}
.cid-uRSSCUWz3k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uRSSCUWz3k .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uRSSCUWz3k .img-container {
  position: relative;
}
.cid-uRSSCUWz3k .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uRSSCUWz3k .image-wrapper {
    border-radius: 6.4vw;
  }
}
.cid-uRSSCUWz3k .image-wrapper img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uRSSCUWz3k .image-wrapper img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .cid-uRSSCUWz3k .image-wrapper img {
    height: auto;
  }
}
.cid-uRSs7wAVjj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSs7wAVjj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7wAVjj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7wAVjj .container-fluid {
  padding: 0;
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSs7wAVjj .container-fluid {
    padding: 0;
  }
}
.cid-uRSs7wAVjj .container {
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSs7wAVjj .container {
    padding: 0 28px;
  }
}
.cid-uRSs7wAVjj .row {
  margin: -1px 0 0 0;
}
.cid-uRSs7wAVjj .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uRSs7wAVjj .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7wAVjj .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRSs7wAVjj .card {
    padding: 20px;
  }
}
.cid-uRSs7wAVjj .card:first-child {
  border-right: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSs7wAVjj .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #620036;
  }
}
.cid-uRSs7wAVjj .card:last-child {
  border-right: none;
}
.cid-uRSs7wAVjj .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uRSs7wAVjj .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRSs7wAVjj .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRSs7wAVjj .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRSs7wAVjj .mbr-section-title {
  color: #000000;
}
.cid-uRSs7wAVjj .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRSs7wAVjj .mbr-section-title,
.cid-uRSs7wAVjj .mbr-section-btn {
  text-align: center;
}
.cid-uRSs7xobpy {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRSs7xobpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7xobpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7xobpy .card-wrapper {
  position: relative;
  background-color: #82114f;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSs7xobpy .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7xobpy .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRSs7xobpy .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSs7xobpy .mbr-section-title {
  color: #000000;
}
.cid-uRSs7xobpy .mbr-text,
.cid-uRSs7xobpy .text-wrapper {
  color: #ffffff;
}
.cid-uRSs7xobpy .mbr-section-title,
.cid-uRSs7xobpy .mbr-section-btn {
  color: #ffffff;
}
.cid-uRSs7ycNZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSs7ycNZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7ycNZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7ycNZi .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRSs7ycNZi .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7ycNZi .container {
    padding: 0 28px;
  }
}
.cid-uRSs7ycNZi .row {
  justify-content: center;
}
.cid-uRSs7ycNZi .image-wrapper {
  margin-bottom: 34px;
}
.cid-uRSs7ycNZi .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSs7ycNZi .image-wrapper img {
    height: 350px;
  }
}
.cid-uRSs7ycNZi .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-uRSs7ycNZi .desc-wrap:hover .mbr-desc::after,
.cid-uRSs7ycNZi .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uRSs7ycNZi .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uRSs7ycNZi .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #ed1c1c;
}
.cid-uRSs7ycNZi .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-uRSs7ycNZi .title-wrapper:hover .mbr-section-title,
.cid-uRSs7ycNZi .title-wrapper:focus .mbr-section-title {
  color: #82114f;
}
.cid-uRSs7ycNZi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRSs7ycNZi .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uRSs7ycNZi .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRSs7ycNZi .mbr-section-title {
  color: #000000;
}
.cid-uRSs7ycNZi .mbr-desc {
  color: #000000;
}
.cid-uRSs7ycNZi .mbr-section-title,
.cid-uRSs7ycNZi .mbr-section-btn {
  color: #000000;
}
.cid-uRSs7z1k6o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRSs7z1k6o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7z1k6o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7z1k6o .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uRSs7z1k6o .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRSs7z1k6o .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRSs7z1k6o .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRSs7z1k6o .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uRSs7z1k6o .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRSs7z1k6o .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uRSs7z1k6o .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #620036;
}
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uRSs7z1k6o .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uRSs7z1k6o .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRSs7z1k6o .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uRSs7z1k6o .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSs7z1k6o .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRSs7z1k6o .card {
  justify-content: space-between;
}
.cid-uRSs7z1k6o .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRSs7z1k6o .panel-title-edit {
  color: #000000;
}
.cid-uRSs7z1k6o .panel-text {
  color: #f24d4a;
}
.cid-uRSs7A3XsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSs7A3XsT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7A3XsT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7A3XsT .row {
  position: relative;
  z-index: 2;
}
.cid-uRSs7A3XsT .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uRSs7A3XsT .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uRSs7A3XsT .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRSs7A3XsT .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uRSs7A3XsT .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSs7A3XsT .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRSs7A3XsT .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uRSs7A3XsT .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uRSs7A3XsT .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uRSs7A3XsT .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRSs7A3XsT .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRSs7A3XsT .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSs7A3XsT .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSs7A3XsT .mbr-section-title {
  color: #000000;
}
.cid-uRSs7A3XsT .mbr-text {
  color: #51565c;
}
.cid-uRSs7A3XsT .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uRSs7A3XsT .mbr-text,
.cid-uRSs7A3XsT .text-wrapper {
  color: #000000;
}
.cid-uRSs7AWZaH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #620036;
}
.cid-uRSs7AWZaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7AWZaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7AWZaH .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSs7AWZaH .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7AWZaH .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSs7AWZaH .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSs7AWZaH .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSs7AWZaH .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSs7AWZaH .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSs7AWZaH .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSs7AWZaH .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSs7AWZaH .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSs7AWZaH .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSs7AWZaH .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSs7AWZaH .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSs7AWZaH .mbr-label,
.cid-uRSs7AWZaH .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSs7AWZaH .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSs7AWZaH .mbr-text,
.cid-uRSs7AWZaH .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSs7AWZaH .mbr-section-title,
.cid-uRSs7AWZaH .mbr-section-btn {
  text-align: center;
}
.cid-uRSs7BMPDY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSs7BMPDY .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRSs7BMPDY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7BMPDY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7BMPDY .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uRSs7BMPDY .content-wrap .card {
  justify-content: space-between;
}
.cid-uRSs7BMPDY .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uRSs7BMPDY .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7BMPDY .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRSs7BMPDY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRSs7BMPDY .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uRSs7BMPDY .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRSs7BMPDY .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uRSs7BMPDY .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uRSs7BMPDY .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7BMPDY .image-wrap {
    padding: 0;
  }
}
.cid-uRSs7BMPDY .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSs7BMPDY .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uRSs7BMPDY .mbr-section-title {
  color: #150764;
}
.cid-uRSs7BMPDY .mbr-text {
  color: #000000;
}
.cid-uRSs7BMPDY .mbr-section-title,
.cid-uRSs7BMPDY .mbr-section-btn {
  color: #000000;
}
.cid-uRSs7CEQ4d {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRSs7CEQ4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7CEQ4d .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-uRSs7CEQ4d .container {
    padding: 0 20px;
  }
}
.cid-uRSs7CEQ4d .row {
  margin: 0;
}
.cid-uRSs7CEQ4d .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRSs7CEQ4d .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRSs7CEQ4d .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRSs7CEQ4d .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRSs7CEQ4d .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRSs7CEQ4d .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRSs7CEQ4d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSs7DC2Ep {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSs7DC2Ep .mbr-text {
  color: #000000;
}
.cid-uRSs7DC2Ep .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRSs7DC2Ep .mbr-section-title {
  color: #000000;
}
.cid-uRSs7EsPCb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSs7EsPCb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7EsPCb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7EsPCb .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRSs7EsPCb .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRSs7EsPCb .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRSs7EsPCb .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRSs7EsPCb .container {
    padding: 0 14px;
  }
}
.cid-uRSs7EsPCb .row {
  justify-content: center;
}
.cid-uRSs7EsPCb .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRSs7EsPCb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRSs7EsPCb .panel-group .card {
  border-bottom: 1px solid #620036;
  border-radius: 0 !important;
}
.cid-uRSs7EsPCb .panel-group .card:first-child {
  border-top: 1px solid #620036;
}
.cid-uRSs7EsPCb .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRSs7EsPCb .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uRSs7EsPCb .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRSs7EsPCb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRSs7EsPCb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSs7EsPCb .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #620036;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uRSs7EsPCb .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRSs7EsPCb .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uRSs7EsPCb .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uRSs7EsPCb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSs7EsPCb .panel-title {
  color: #01004c;
}
.cid-uRSs7EsPCb .panel-text {
  color: #000000;
}
.cid-uRSs7EsPCb .panel-title-edit {
  color: #000000;
}
.cid-uRSs7Fri6i {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRSs7Fri6i .btn {
  border: 1px solid #efefef;
}
.cid-uRSs7Fri6i .row {
  align-items: center;
}
.cid-uRSs7Fri6i .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uRSs7Fri6i .row {
    text-align: center;
  }
  .cid-uRSs7Fri6i .social-row {
    justify-content: center;
  }
}
.cid-uRSs7Fri6i .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uRSs7Fri6i .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRSs7Fri6i .list {
    margin-bottom: 0rem;
  }
}
.cid-uRSs7Fri6i .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRSs7Fri6i .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRSs7Fri6i .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-uRSs7Fri6i .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRSs7Fri6i .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRSs7Fri6i .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSs7Fri6i .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uRSs7Fri6i .mbr-section-subtitle {
  color: #000000;
}
.cid-uRSs7Fri6i .mbr-text {
  color: #000000;
}
.cid-uRSs7Fri6i .phone {
  color: #000000;
}
.cid-uRSs7Fri6i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7Fri6i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7Gx3Ns {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRSs7Gx3Ns .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.2rem;
}
.cid-uRSs7Gx3Ns .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRSs7Gx3Ns .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRSs7Gx3Ns .mbr-text {
  color: #444;
}
.cid-uRSs7Gx3Ns h5 {
  margin-bottom: 0;
}
.cid-uRSs7Gx3Ns .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRSs7Gx3Ns .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRSs7Gx3Ns .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRSs7Gx3Ns .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRSs7Gx3Ns .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRSs7Gx3Ns .social-list a:hover {
  opacity: 0.4;
}
.cid-uRSs7Gx3Ns .media-container-row > div {
  padding: 0px;
}
.cid-uRSs7Gx3Ns .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRSs7Gx3Ns .group-title {
  text-align: left;
  color: #000000;
}
.cid-uRSs7Gx3Ns .group-title SPAN {
  color: #656565;
}
.cid-uRSs7Gx3Ns .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRSs7Gx3Ns .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRSs7Gx3Ns h3 {
    margin-bottom: 10px;
  }
}
.cid-uRSs7Gx3Ns .links SPAN {
  color: #9e9e9e;
}
.cid-uRSs7Gx3Ns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSs7Gx3Ns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSs7Gx3Ns .links,
.cid-uRSs7Gx3Ns .social-list {
  color: #ffffff;
}
.cid-uRSs7Gx3Ns .links,
.cid-uRSs7Gx3Ns .navbar-brand {
  color: #000000;
}
.cid-uRSu0s7Pjy .navbar-dropdown {
  position: relative !important;
}
.cid-uRSu0s7Pjy .container-fluid {
  padding-left: 24px;
  padding-right: 24px;
}
@media (max-width: 992px) {
  .cid-uRSu0s7Pjy .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uRSu0s7Pjy .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-uRSu0s7Pjy .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uRSu0s7Pjy .dropdown-item {
  border: none !important;
  background: #ffffff !important;
}
.cid-uRSu0s7Pjy .dropdown-item:hover,
.cid-uRSu0s7Pjy .dropdown-item:focus {
  background: #ffffff !important;
  color: #f5f8ff !important;
}
.cid-uRSu0s7Pjy .dropdown-item:hover span {
  color: white;
}
.cid-uRSu0s7Pjy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uRSu0s7Pjy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uRSu0s7Pjy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uRSu0s7Pjy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uRSu0s7Pjy .nav-link {
  position: relative;
}
.cid-uRSu0s7Pjy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-uRSu0s7Pjy .container {
    flex-wrap: nowrap;
  }
}
.cid-uRSu0s7Pjy .iconfont-wrapper {
  color: #f5f8ff !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uRSu0s7Pjy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uRSu0s7Pjy .dropdown-menu,
.cid-uRSu0s7Pjy .navbar.opened {
  background: #ffffff !important;
}
.cid-uRSu0s7Pjy .nav-item:focus,
.cid-uRSu0s7Pjy .nav-link:focus {
  outline: none;
}
.cid-uRSu0s7Pjy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uRSu0s7Pjy .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uRSu0s7Pjy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uRSu0s7Pjy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uRSu0s7Pjy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uRSu0s7Pjy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uRSu0s7Pjy .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRSu0s7Pjy .navbar.opened {
  transition: all 0.3s;
}
.cid-uRSu0s7Pjy .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uRSu0s7Pjy .navbar .navbar-logo img {
  width: auto;
}
.cid-uRSu0s7Pjy .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-uRSu0s7Pjy .navbar.collapsed {
  justify-content: center;
}
.cid-uRSu0s7Pjy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uRSu0s7Pjy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uRSu0s7Pjy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uRSu0s7Pjy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uRSu0s7Pjy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uRSu0s7Pjy .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-uRSu0s7Pjy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uRSu0s7Pjy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uRSu0s7Pjy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uRSu0s7Pjy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uRSu0s7Pjy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uRSu0s7Pjy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uRSu0s7Pjy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uRSu0s7Pjy .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-uRSu0s7Pjy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uRSu0s7Pjy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uRSu0s7Pjy .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uRSu0s7Pjy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uRSu0s7Pjy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uRSu0s7Pjy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uRSu0s7Pjy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uRSu0s7Pjy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uRSu0s7Pjy .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uRSu0s7Pjy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uRSu0s7Pjy .navbar-brand .navbar-caption:hover,
.cid-uRSu0s7Pjy .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRSu0s7Pjy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uRSu0s7Pjy .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uRSu0s7Pjy .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #f5f8ff !important;
}
.cid-uRSu0s7Pjy .dropdown-item.active,
.cid-uRSu0s7Pjy .dropdown-item:active {
  background-color: transparent;
}
.cid-uRSu0s7Pjy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uRSu0s7Pjy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uRSu0s7Pjy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uRSu0s7Pjy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uRSu0s7Pjy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uRSu0s7Pjy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uRSu0s7Pjy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uRSu0s7Pjy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uRSu0s7Pjy ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uRSu0s7Pjy .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-uRSu0s7Pjy .navbar-buttons {
    text-align: left;
  }
}
.cid-uRSu0s7Pjy .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 9px 50px;
  min-height: auto;
  width: auto;
}
@media (max-width: 992px) {
  .cid-uRSu0s7Pjy .navbar-buttons .btn {
    padding: 8px 25px;
  }
}
@media (max-width: 575px) {
  .cid-uRSu0s7Pjy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uRSu0s7Pjy button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uRSu0s7Pjy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #f5f8ff;
}
.cid-uRSu0s7Pjy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uRSu0s7Pjy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRSu0s7Pjy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uRSu0s7Pjy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uRSu0s7Pjy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSu0s7Pjy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uRSu0s7Pjy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uRSu0s7Pjy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uRSu0s7Pjy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uRSu0s7Pjy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uRSu0s7Pjy .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-uRSu0s7Pjy .navbar {
    height: 70px;
  }
  .cid-uRSu0s7Pjy .navbar.opened {
    height: auto;
  }
  .cid-uRSu0s7Pjy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uRSu0s7Pjy .navbar-nav {
  margin: 0;
}
.cid-uRSu0s7Pjy .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uRSu0s7Pjy .nav-item .nav-link {
  padding: 2px 0 !important;
  margin: 6px 25px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uRSu0s7Pjy .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uRSu0s7Pjy .nav-item .nav-link:hover,
.cid-uRSu0s7Pjy .nav-item .nav-link:focus {
  background-color: transparent;
  color: #f5f8ff !important;
  opacity: .5;
}
.cid-uRSu0s7Pjy .nav-item .nav-link:hover::after,
.cid-uRSu0s7Pjy .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uRSu0s7Pjy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uRSu0s7Pjy .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uRSu0s7Pjy .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uRSu0s7Pjy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uRSu0s7Pjy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uRSu0s7Pjy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uRSu0s7Pjy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uRSu0s7Pjy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uRSu0s7Pjy .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uRSu0s7Pjy .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uRSu0s7Pjy .content-wrap {
  min-height: 80px;
}
.cid-uRSu0tuCwF {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #620036;
}
.cid-uRSu0tuCwF .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uRSu0tuCwF .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uRSu0tuCwF .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uRSu0tuCwF .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uRSu0tuCwF .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uRSu0tuCwF .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uRSu0tuCwF .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  pointer-events: none;
}
.cid-uRSu0tuCwF .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #620036;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uRSu0tuCwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0tuCwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0tuCwF .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uRSu0tuCwF .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uRSu0tuCwF .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uRSu0tuCwF .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uRSu0tuCwF .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uRSu0tuCwF .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0tuCwF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSu0tuCwF .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uRSu0tuCwF .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uRSu0tuCwF .mbr-section-title {
  color: #323432;
}
.cid-uRSu0tuCwF .mbr-text,
.cid-uRSu0tuCwF .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uRSu0tuCwF .mbr-section-title,
.cid-uRSu0tuCwF .mbr-section-btn,
.cid-uRSu0tuCwF .title-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-uRSu0uqolV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSu0uqolV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0uqolV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0uqolV .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSu0uqolV .item-container {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px 0;
}
.cid-uRSu0uqolV .frame-item {
  width: 40px;
  height: 1px;
  margin-right: 20px;
  background-color: #45494e;
}
.cid-uRSu0uqolV .card-text {
  color: #45494E;
  flex-grow: 1;
}
.cid-uRSu0vbZBx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSu0vbZBx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0vbZBx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0vbZBx .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSu0vbZBx .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0vbZBx .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSu0vbZBx .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSu0vbZBx .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSu0vbZBx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSu0vbZBx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSu0vbZBx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSu0vbZBx .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSu0vbZBx .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSu0vbZBx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSu0vbZBx .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSu0vbZBx .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSu0vbZBx .mbr-label,
.cid-uRSu0vbZBx .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSu0vbZBx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSu0vbZBx .mbr-text,
.cid-uRSu0vbZBx .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSu0vbZBx .mbr-section-title,
.cid-uRSu0vbZBx .mbr-section-btn {
  text-align: center;
}
.cid-uRSTvLdWJc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
}
.cid-uRSTvLdWJc .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.cid-uRSTvLdWJc .img-container {
  position: relative;
}
.cid-uRSTvLdWJc .image-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 2.7vw;
  overflow: hidden;
  border: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .cid-uRSTvLdWJc .image-wrapper {
    border-radius: 6.4vw;
  }
}
.cid-uRSTvLdWJc .image-wrapper img {
  width: 100%;
  height: 40vw;
  object-fit: cover;
  max-height: 100vh;
}
@media (max-width: 991px) {
  .cid-uRSTvLdWJc .image-wrapper img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .cid-uRSTvLdWJc .image-wrapper img {
    height: auto;
  }
}
.cid-uRSu0vZ1X1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSu0vZ1X1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0vZ1X1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0vZ1X1 .container-fluid {
  padding: 0;
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSu0vZ1X1 .container-fluid {
    padding: 0;
  }
}
.cid-uRSu0vZ1X1 .container {
  border-top: 1px solid #620036;
  border-bottom: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSu0vZ1X1 .container {
    padding: 0 28px;
  }
}
.cid-uRSu0vZ1X1 .row {
  margin: -1px 0 0 0;
}
.cid-uRSu0vZ1X1 .card {
  padding: 100px 200px;
  justify-content: center;
  border-radius: 0 !important;
}
@media (max-width: 1500px) {
  .cid-uRSu0vZ1X1 .card {
    padding: 100px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0vZ1X1 .card {
    padding: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uRSu0vZ1X1 .card {
    padding: 20px;
  }
}
.cid-uRSu0vZ1X1 .card:first-child {
  border-right: 1px solid #620036;
}
@media (max-width: 992px) {
  .cid-uRSu0vZ1X1 .card:first-child {
    border-right: 0;
    border-bottom: 1px solid #620036;
  }
}
.cid-uRSu0vZ1X1 .card:last-child {
  border-right: none;
}
.cid-uRSu0vZ1X1 .image-wrapper img {
  height: 250px;
  object-fit: cover;
}
.cid-uRSu0vZ1X1 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uRSu0vZ1X1 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uRSu0vZ1X1 .title-wrapper .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRSu0vZ1X1 .mbr-section-title {
  color: #000000;
}
.cid-uRSu0vZ1X1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uRSu0vZ1X1 .mbr-section-title,
.cid-uRSu0vZ1X1 .mbr-section-btn {
  text-align: center;
}
.cid-uRSu0x3vfn {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uRSu0x3vfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0x3vfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0x3vfn .card-wrapper {
  position: relative;
  background-color: #82114f;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSu0x3vfn .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0x3vfn .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper {
    display: block;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper .image-wrapper {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper .image-wrapper img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
  margin-bottom: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap .text-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
.cid-uRSu0x3vfn .card-wrapper .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSu0x3vfn .mbr-section-title {
  color: #000000;
}
.cid-uRSu0x3vfn .mbr-text,
.cid-uRSu0x3vfn .text-wrapper {
  color: #ffffff;
}
.cid-uRSu0x3vfn .mbr-section-title,
.cid-uRSu0x3vfn .mbr-section-btn {
  color: #ffffff;
}
.cid-uRSu0xZ0MI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSu0xZ0MI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0xZ0MI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0xZ0MI .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-uRSu0xZ0MI .container-fluid {
    padding: 0 28px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0xZ0MI .container {
    padding: 0 28px;
  }
}
.cid-uRSu0xZ0MI .row {
  justify-content: center;
}
.cid-uRSu0xZ0MI .image-wrapper {
  margin-bottom: 34px;
}
.cid-uRSu0xZ0MI .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSu0xZ0MI .image-wrapper img {
    height: 350px;
  }
}
.cid-uRSu0xZ0MI .desc-wrap {
  margin-bottom: 5px;
  display: block;
}
.cid-uRSu0xZ0MI .desc-wrap:hover .mbr-desc::after,
.cid-uRSu0xZ0MI .desc-wrap:focus .mbr-desc::after {
  width: 100%;
}
.cid-uRSu0xZ0MI .desc-wrap .mbr-desc {
  display: inline-flex;
  margin-bottom: 0;
  position: relative;
}
.cid-uRSu0xZ0MI .desc-wrap .mbr-desc::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
  background-color: #ed1c1c;
}
.cid-uRSu0xZ0MI .title-wrapper {
  margin-bottom: 20px;
  display: block;
}
.cid-uRSu0xZ0MI .title-wrapper:hover .mbr-section-title,
.cid-uRSu0xZ0MI .title-wrapper:focus .mbr-section-title {
  color: #82114f;
}
.cid-uRSu0xZ0MI .title-wrapper .mbr-section-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uRSu0xZ0MI .mbr-text {
  margin-bottom: 0;
  color: #000000;
}
.cid-uRSu0xZ0MI .mbr-section-btn {
  margin-top: 50px;
}
.cid-uRSu0xZ0MI .mbr-section-title {
  color: #000000;
}
.cid-uRSu0xZ0MI .mbr-desc {
  color: #000000;
}
.cid-uRSu0xZ0MI .mbr-section-title,
.cid-uRSu0xZ0MI .mbr-section-btn {
  color: #000000;
}
.cid-uRSu0z4yhX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uRSu0z4yhX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0z4yhX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0z4yhX .items-wrapper {
  justify-content: space-between;
  margin: 0 -5px;
}
.cid-uRSu0z4yhX .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRSu0z4yhX .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uRSu0z4yhX .panel-group .card {
  position: relative;
  padding: 32px;
  margin-top: 8px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uRSu0z4yhX .panel-group .card {
    padding: 24px;
    margin-top: 16px;
  }
}
.cid-uRSu0z4yhX .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uRSu0z4yhX .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uRSu0z4yhX .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 24px;
  transition: all 0.3s ease-in-out;
  color: #620036;
}
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title:hover .icon-wrapper,
.cid-uRSu0z4yhX .panel-group .card .card-header .panel-title:focus .icon-wrapper {
  opacity: .3;
}
.cid-uRSu0z4yhX .panel-group .card .panel-collapse .panel-body {
  margin: 32px 0 0 0;
}
@media (max-width: 992px) {
  .cid-uRSu0z4yhX .panel-group .card .panel-collapse .panel-body {
    margin: 24px 0 0 0;
  }
}
.cid-uRSu0z4yhX .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSu0z4yhX .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uRSu0z4yhX .card {
  justify-content: space-between;
}
.cid-uRSu0z4yhX .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uRSu0z4yhX .panel-title-edit {
  color: #000000;
}
.cid-uRSu0z4yhX .panel-text {
  color: #f24d4a;
}
.cid-uRSu0Awn2k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSu0Awn2k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0Awn2k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0Awn2k .row {
  position: relative;
  z-index: 2;
}
.cid-uRSu0Awn2k .image-wrapper {
  padding-right: 76px;
  padding-top: 46px;
}
@media (max-width: 992px) {
  .cid-uRSu0Awn2k .image-wrapper {
    padding-right: 0;
    padding-top: 0;
    margin-bottom: 46px;
  }
}
.cid-uRSu0Awn2k .image-wrapper .image-wrap {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uRSu0Awn2k .image-wrapper .image-wrap {
    padding-right: 0;
  }
}
.cid-uRSu0Awn2k .image-wrapper .image-wrap img {
  height: 650px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSu0Awn2k .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-uRSu0Awn2k .image-wrapper .desc-wrap {
  position: relative;
  padding: 46px 32px;
  background-color: #ffffff;
  margin-left: 16px;
  margin-top: -7rem;
}
@media (max-width: 992px) {
  .cid-uRSu0Awn2k .image-wrapper .desc-wrap {
    margin-left: 0;
    padding: 32px 22px;
  }
}
.cid-uRSu0Awn2k .image-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uRSu0Awn2k .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRSu0Awn2k .content-wrapper .mbr-section-title {
    margin-bottom: 46px;
  }
}
.cid-uRSu0Awn2k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uRSu0Awn2k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uRSu0Awn2k .mbr-section-title {
  color: #000000;
}
.cid-uRSu0Awn2k .mbr-text {
  color: #51565c;
}
.cid-uRSu0Awn2k .mbr-desc {
  color: #212529;
  text-align: center;
}
.cid-uRSu0Awn2k .mbr-text,
.cid-uRSu0Awn2k .text-wrapper {
  color: #000000;
}
.cid-uRSu0BxWTZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #620036;
}
.cid-uRSu0BxWTZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0BxWTZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0BxWTZ .card-wrapper {
  position: relative;
  background-color: #620036;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uRSu0BxWTZ .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0BxWTZ .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uRSu0BxWTZ .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uRSu0BxWTZ .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uRSu0BxWTZ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uRSu0BxWTZ .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uRSu0BxWTZ .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uRSu0BxWTZ .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uRSu0BxWTZ .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRSu0BxWTZ .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uRSu0BxWTZ .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRSu0BxWTZ .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uRSu0BxWTZ .mbr-label,
.cid-uRSu0BxWTZ .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSu0BxWTZ .mbr-section-title {
  color: #f5f8ff;
}
.cid-uRSu0BxWTZ .mbr-text,
.cid-uRSu0BxWTZ .text-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uRSu0BxWTZ .mbr-section-title,
.cid-uRSu0BxWTZ .mbr-section-btn {
  text-align: center;
}
.cid-uRSu0Cw8D5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uRSu0Cw8D5 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uRSu0Cw8D5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0Cw8D5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0Cw8D5 .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uRSu0Cw8D5 .content-wrap .card {
  justify-content: space-between;
}
.cid-uRSu0Cw8D5 .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uRSu0Cw8D5 .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0Cw8D5 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRSu0Cw8D5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uRSu0Cw8D5 .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uRSu0Cw8D5 .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uRSu0Cw8D5 .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uRSu0Cw8D5 .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uRSu0Cw8D5 .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0Cw8D5 .image-wrap {
    padding: 0;
  }
}
.cid-uRSu0Cw8D5 .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRSu0Cw8D5 .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uRSu0Cw8D5 .mbr-section-title {
  color: #150764;
}
.cid-uRSu0Cw8D5 .mbr-text {
  color: #000000;
}
.cid-uRSu0Cw8D5 .mbr-section-title,
.cid-uRSu0Cw8D5 .mbr-section-btn {
  color: #000000;
}
.cid-uRSu0DwNbA {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uRSu0DwNbA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0DwNbA .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-uRSu0DwNbA .container {
    padding: 0 20px;
  }
}
.cid-uRSu0DwNbA .row {
  margin: 0;
}
.cid-uRSu0DwNbA .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uRSu0DwNbA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRSu0DwNbA .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uRSu0DwNbA .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uRSu0DwNbA .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uRSu0DwNbA .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uRSu0DwNbA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSu0EAoRB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uRSu0EAoRB .mbr-text {
  color: #000000;
}
.cid-uRSu0EAoRB .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-uRSu0EAoRB .mbr-section-title {
  color: #000000;
}
.cid-uRSu0FuC8d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uRSu0FuC8d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0FuC8d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0FuC8d .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uRSu0FuC8d .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRSu0FuC8d .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uRSu0FuC8d .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uRSu0FuC8d .container {
    padding: 0 14px;
  }
}
.cid-uRSu0FuC8d .row {
  justify-content: center;
}
.cid-uRSu0FuC8d .title-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uRSu0FuC8d .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uRSu0FuC8d .panel-group .card {
  border-bottom: 1px solid #620036;
  border-radius: 0 !important;
}
.cid-uRSu0FuC8d .panel-group .card:first-child {
  border-top: 1px solid #620036;
}
.cid-uRSu0FuC8d .panel-group .card .card-header {
  padding: 30px 0;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uRSu0FuC8d .panel-group .card .card-header {
    padding: 16px 0;
  }
}
.cid-uRSu0FuC8d .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uRSu0FuC8d .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-uRSu0FuC8d .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uRSu0FuC8d .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  font-size: 24px;
  color: #620036;
  transition: all 0.3s ease-in-out;
  margin: 0 8px;
}
.cid-uRSu0FuC8d .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRSu0FuC8d .panel-group .card .panel-collapse .panel-body {
    padding-bottom: 20px;
  }
}
.cid-uRSu0FuC8d .panel-group .card .panel-collapse .panel-body .panel-text {
  padding: 5px 0;
  margin-bottom: 0;
}
.cid-uRSu0FuC8d .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRSu0FuC8d .panel-title {
  color: #01004c;
}
.cid-uRSu0FuC8d .panel-text {
  color: #000000;
}
.cid-uRSu0FuC8d .panel-title-edit {
  color: #000000;
}
.cid-uRSu0GF5K0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uRSu0GF5K0 .btn {
  border: 1px solid #efefef;
}
.cid-uRSu0GF5K0 .row {
  align-items: center;
}
.cid-uRSu0GF5K0 .mbr-iconfont {
  color: #5b6c8f;
}
@media (max-width: 767px) {
  .cid-uRSu0GF5K0 .row {
    text-align: center;
  }
  .cid-uRSu0GF5K0 .social-row {
    justify-content: center;
  }
}
.cid-uRSu0GF5K0 .list {
  list-style: none;
  padding-left: 0;
  color: #5b6c8f;
}
@media (max-width: 991px) {
  .cid-uRSu0GF5K0 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uRSu0GF5K0 .list {
    margin-bottom: 0rem;
  }
}
.cid-uRSu0GF5K0 .google-map {
  height: 34rem;
  position: relative;
}
.cid-uRSu0GF5K0 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uRSu0GF5K0 .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-uRSu0GF5K0 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uRSu0GF5K0 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uRSu0GF5K0 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uRSu0GF5K0 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0rem;
  height: 2rem;
  width: 2rem;
}
.cid-uRSu0GF5K0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uRSu0GF5K0 .mbr-text {
  color: #000000;
}
.cid-uRSu0GF5K0 .phone {
  color: #000000;
}
.cid-uRSu0GF5K0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0GF5K0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0HRpBh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-uRSu0HRpBh .listico {
  padding-right: 1rem;
  color: #656565;
  font-size: 0.2rem;
}
.cid-uRSu0HRpBh .navbar-logo {
  width: 80px;
  margin-bottom: 10px;
}
.cid-uRSu0HRpBh .navbar-brand {
  width: 100%;
  margin: 0;
}
.cid-uRSu0HRpBh .mbr-text {
  color: #444;
}
.cid-uRSu0HRpBh h5 {
  margin-bottom: 0;
}
.cid-uRSu0HRpBh .list-item {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uRSu0HRpBh .socicon {
  color: #ffffff;
  font-size: 1.2rem;
}
.cid-uRSu0HRpBh .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.cid-uRSu0HRpBh .social-list .soc-item {
  margin: 0 0.5rem;
  display: inline-block;
}
.cid-uRSu0HRpBh .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-uRSu0HRpBh .social-list a:hover {
  opacity: 0.4;
}
.cid-uRSu0HRpBh .media-container-row > div {
  padding: 0px;
}
.cid-uRSu0HRpBh .text2 {
  color: #000000;
  text-align: left;
}
.cid-uRSu0HRpBh .group-title {
  text-align: left;
  color: #000000;
}
.cid-uRSu0HRpBh .group-title SPAN {
  color: #656565;
}
.cid-uRSu0HRpBh .links {
  color: #9e9e9e;
}
@media (max-width: 991px) {
  .cid-uRSu0HRpBh .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-uRSu0HRpBh h3 {
    margin-bottom: 10px;
  }
}
.cid-uRSu0HRpBh .links SPAN {
  color: #9e9e9e;
}
.cid-uRSu0HRpBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRSu0HRpBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRSu0HRpBh .links,
.cid-uRSu0HRpBh .social-list {
  color: #ffffff;
}
.cid-uRSu0HRpBh .links,
.cid-uRSu0HRpBh .navbar-brand {
  color: #000000;
}
