.btn {
  border-width: 2px;
}
body {
  font-family: Frank Ruhl Libre;
}
.display-1 {
  font-family: 'Tapestry', handwriting;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Tapestry', handwriting;
  font-size: 2rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Tapestry', handwriting;
  font-size: 3rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-7 {
  font-family: 'Luxurious Roman', display;
  font-size: 1.13rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.4125rem;
}
/* ---- 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.2rem;
  }
  .display-2 {
    font-size: 1.6rem;
  }
  .display-5 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 1.42rem + (4 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.42rem + (4 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.4rem;
    font-size: calc( 1.1400000000000001rem + (2 - 1.1400000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (1.1400000000000001rem + (2 - 1.1400000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.09375rem + (1.375 - 1.09375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.1rem;
    font-size: calc( 1.3rem + (3 - 1.3) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.3rem + (3 - 1.3) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.904rem;
    font-size: calc( 1.0325rem + (1.13 - 1.0325) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0325rem + (1.13 - 1.0325) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e61444 !important;
}
.bg-success {
  background-color: #7f9c26 !important;
}
.bg-info {
  background-color: #bf9341 !important;
}
.bg-warning {
  background-color: #0f2051 !important;
}
.bg-danger {
  background-color: #73091c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e61444 !important;
  border-color: #e61444 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #960d2c !important;
  border-color: #960d2c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #960d2c !important;
  border-color: #960d2c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #212b48 !important;
  border-color: #212b48 !important;
}
.btn-info,
.btn-info:active {
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #7f612b !important;
  border-color: #7f612b !important;
}
.btn-success,
.btn-success:active {
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #465615 !important;
  border-color: #465615 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #010308 !important;
  border-color: #010308 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73091c !important;
  border-color: #73091c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #230308 !important;
  border-color: #230308 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #e61444;
  border-color: #e61444;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  box-shadow: none!important;
  border-color: #960d2c !important;
  background-color: #960d2c !important;
  color: #ffffff !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e61444 !important;
  border-color: #e61444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #3c4e84;
  border-color: #3c4e84;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  box-shadow: none!important;
  border-color: #212b48 !important;
  background-color: #212b48 !important;
  color: #ffffff !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3c4e84 !important;
  border-color: #3c4e84 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #bf9341;
  border-color: #bf9341;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  box-shadow: none!important;
  border-color: #7f612b !important;
  background-color: #7f612b !important;
  color: #ffffff !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #bf9341 !important;
  border-color: #bf9341 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #7f9c26;
  border-color: #7f9c26;
  color: #ffffff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  box-shadow: none!important;
  border-color: #465615 !important;
  background-color: #465615 !important;
  color: #ffffff !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #7f9c26 !important;
  border-color: #7f9c26 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #0f2051;
  border-color: #0f2051;
  color: #ffffff;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  box-shadow: none!important;
  border-color: #010308 !important;
  background-color: #010308 !important;
  color: #ffffff !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #0f2051 !important;
  border-color: #0f2051 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #73091c;
  border-color: #73091c;
  color: #ffffff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  box-shadow: none!important;
  border-color: #230308 !important;
  background-color: #230308 !important;
  color: #ffffff !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73091c !important;
  border-color: #73091c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
  border-color: #232323;
  color: #ffffff;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  box-shadow: none!important;
  border-color: #000000 !important;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  color: #fafafa;
  border-color: #fafafa;
  color: #7a7a7a;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  box-shadow: none!important;
  border-color: #cfcfcf !important;
  background-color: #cfcfcf !important;
  color: #4f4f4f !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e61444 !important;
}
.text-secondary {
  color: #3c4e84 !important;
}
.text-success {
  color: #7f9c26 !important;
}
.text-info {
  color: #bf9341 !important;
}
.text-warning {
  color: #0f2051 !important;
}
.text-danger {
  color: #73091c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #880c28 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1c253e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #3c4a12 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #735927 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #140205 !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: #e61444;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #bf9341;
}
.alert-warning {
  background-color: #0f2051;
}
.alert-danger {
  background-color: #73091c;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e61444;
  border-color: #e61444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e61444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbcbd6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #beda67;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dfc9a0;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #6384e2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e91239;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Luxurious Roman', display;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #e61444 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Luxurious Roman', display;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #e61444;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e61444;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e61444;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e61444;
  border-bottom-color: #e61444;
}
.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: #e61444 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3c4e84 !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='%23e61444' %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-duration: .2s;
}
a:hover {
  background-image: none !important;
}
.container,
.container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .container,
  .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 1199px) {
  .container,
  .container-fluid {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .container,
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
.row {
  margin-left: -50px;
  margin-right: -50px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 1399px) {
  .row {
    margin-left: -45px;
    margin-right: -45px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media (max-width: 1199px) {
  .row {
    margin-left: -36px;
    margin-right: -36px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media (max-width: 991px) {
  .row {
    margin-left: -40px;
    margin-right: -40px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -30px;
    margin-right: -30px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .row {
    margin-left: -20px;
    margin-right: -20px;
    justify-content: center;
  }
  .row > [class*="col"] {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.row {
  justify-content: center;
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 50px;
  padding: 15px 33px;
  font-weight: 500;
  line-height: 1 !important;
  transition-duration: .2s;
  box-shadow: none !important;
  border-radius: 25px !important;
  overflow: hidden !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .5s all;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(4px);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    padding: 12px 24px;
    min-width: auto !important;
  }
}
.cid-ucRBdM8GeG {
  min-height: 101px !important;
  background: #2f1893;
  overflow: visible;
}
.cid-ucRBdM8GeG .nav-item,
.cid-ucRBdM8GeG .nav-link,
.cid-ucRBdM8GeG .navbar-caption {
  font-weight: normal;
}
.cid-ucRBdM8GeG .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .nav-link:before,
.cid-ucRBdM8GeG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucRBdM8GeG .nav-item:hover .nav-link:before,
.cid-ucRBdM8GeG .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucRBdM8GeG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .dropdown-toggle::after,
.cid-ucRBdM8GeG .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucRBdM8GeG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucRBdM8GeG .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucRBdM8GeG .nav-item:focus,
.cid-ucRBdM8GeG .nav-link:focus {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucRBdM8GeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRBdM8GeG .navbar {
  transition: all .3s;
  background: #2f1893;
}
.cid-ucRBdM8GeG .navbar.opened {
  transition: all .3s;
  background: #2f1893 !important;
}
.cid-ucRBdM8GeG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRBdM8GeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRBdM8GeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucRBdM8GeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucRBdM8GeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRBdM8GeG .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRBdM8GeG .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRBdM8GeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRBdM8GeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucRBdM8GeG .navbar.navbar-short {
  background: #2f1893 !important;
  min-height: 60px;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucRBdM8GeG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown-item.active,
.cid-ucRBdM8GeG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f1893;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucRBdM8GeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRBdM8GeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRBdM8GeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucRBdM8GeG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRBdM8GeG .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRBdM8GeG .navbar {
    height: 77px;
  }
  .cid-ucRBdM8GeG .navbar.opened {
    height: auto;
  }
  .cid-ucRBdM8GeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRBdM8GeG .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucRGOtkVM5 {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #c7caf2;
  background: linear-gradient(to right bottom, rgba(199, 202, 242, 0.8), #1455e6);
}
.cid-ucRGOtkVM5 .mbr-overlay {
  background: #ffffff;
}
.cid-ucRGOtkVM5 .animation {
  pointer-events: none;
}
.cid-ucRGOtkVM5 .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucRGOtkVM5 .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-ucRGOtkVM5 .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-ucRGOtkVM5 .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-ucRGOtkVM5 .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ucRGOtkVM5 .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-ucRGOtkVM5 .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-ucRGOtkVM5 .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-ucRGOtkVM5 .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-ucRGOtkVM5 .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-ucRGOtkVM5 .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ucRGOtkVM5 .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-ucRGOtkVM5 .image__block {
    margin-bottom: -100px;
  }
}
.cid-ucRGOtkVM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRGOtkVM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRGOtkVM5 .mbr-text,
.cid-ucRGOtkVM5 .mbr-section-btn {
  color: #000000;
}
.cid-te6fxTb0G7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c7caf2;
  overflow: hidden;
}
.cid-te6fxTb0G7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6fxTb0G7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6fxTb0G7 .row {
  justify-content: left;
}
.cid-te6fxTb0G7 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6fxTb0G7 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
.cid-te6fxTb0G7 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6fxTb0G7 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6fxTb0G7 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.cid-te6fxTb0G7 .point-frame-1 {
  top: 19px;
}
.cid-te6fxTb0G7 .point-frame-2 {
  bottom: 19px;
}
.cid-te6fxTb0G7 .title-container {
  width: 60%;
  padding: 0 80px 0 0;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .title-container {
    padding: 0 40px 0 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6fxTb0G7 .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-te6fxTb0G7 .text-container {
    padding: 0 0 0 40px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6fxTb0G7 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6fxTb0G7 .item-container {
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-te6fxTb0G7 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6fxTb0G7 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6lCoFg9x {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  position: relative;
  overflow: hidden;
}
.cid-te6lCoFg9x .container {
  max-width: 920px;
}
.cid-te6lCoFg9x .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-te6lCoFg9x .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6lCoFg9x .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6lCoFg9x .border-container {
    padding: 9% 7%;
  }
}
.cid-te6lCoFg9x .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-te6lCoFg9x .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-te6lCoFg9x .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-te6lCoFg9x .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-te6lCoFg9x .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-te6lCoFg9x .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-te6lCoFg9x .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-te6lCoFg9x .border-frame {
    width: 7%;
  }
}
.cid-te6lCoFg9x .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6lCoFg9x .content-container {
    min-height: auto;
  }
}
.cid-te6lCoFg9x .text-container {
  width: 100%;
}
.cid-te6lCoFg9x .text-wrapper {
  width: 100%;
}
.cid-te6lCoFg9x .mbr-text {
  color: #000000;
  width: 100%;
  margin: 0;
}
.cid-te6lCoFg9x .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-te6lCoFg9x .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-te6lCoFg9x .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-te6lCoFg9x .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-te6lCoFg9x .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-te6lCoFg9x .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-te6lCoFg9x .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-te6fIfoIVn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-te6fIfoIVn .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6fIfoIVn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6fIfoIVn .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-te6fIfoIVn .container {
    max-width: 80%;
  }
}
.cid-te6fIfoIVn .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .content-container {
    flex-wrap: wrap;
  }
}
.cid-te6fIfoIVn .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .text-container {
    width: 100%;
  }
}
.cid-te6fIfoIVn .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .card-box {
    margin-bottom: 40px;
  }
}
.cid-te6fIfoIVn .card-title {
  width: 100%;
  color: #192732;
}
.cid-te6fIfoIVn .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-te6fIfoIVn .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-te6fIfoIVn .btn-primary-outline {
  color: #192732;
}
.cid-te6fIfoIVn .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .img-container {
    width: 100%;
  }
}
.cid-te6fIfoIVn .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-te6fIfoIVn .image-wrapper img {
  object-fit: cover;
}
.cid-te6fIfoIVn .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-te6fIfoIVn .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-te6fIfoIVn .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-te6fIfoIVn .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-te6fIfoIVn .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-te6fIfoIVn .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-te6fIfoIVn .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-te6fIfoIVn .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-ucQxMNingT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
  position: relative;
}
.cid-ucQxMNingT::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e2f5a7, #2f1893);
}
.cid-ucQxMNingT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQxMNingT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQxMNingT .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucQxMNingT .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .container {
    padding: 0 16px;
  }
}
.cid-ucQxMNingT .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucQxMNingT .item {
  margin-bottom: 32px;
}
.cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucQxMNingT .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucQxMNingT .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucQxMNingT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQxMNingT .card-title {
  color: #f4f4f4;
}
.cid-ucQxMNingT .card-text {
  color: #c1c1c1;
}
.cid-ucQAvHEt0Z {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #c7caf2;
}
.cid-ucQAvHEt0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQAvHEt0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQAvHEt0Z .row {
  justify-content: left;
}
.cid-ucQAvHEt0Z .main-col {
  display: flex;
}
.cid-ucQAvHEt0Z .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucQAvHEt0Z .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucQAvHEt0Z .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 20px;
}
.cid-ucQAvHEt0Z .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucQuEo4cop {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucQuEo4cop .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQuEo4cop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQuEo4cop .container {
  max-width: 900px;
}
.cid-ucQuEo4cop .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucQuEo4cop .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucQuEo4cop .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucQuEo4cop .card-box {
  width: 100%;
}
.cid-ucQuEo4cop .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucQuEo4cop .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .mbr-text {
    text-align: center !important;
  }
}
.cid-ucQuEo4cop .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucQuEo4cop .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucQuEo4cop .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucQuEo4cop .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucQuEo4cop .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucQuEo4cop .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucQuEo4cop .card-title,
.cid-ucQuEo4cop .mbr-section-btn {
  color: #fafafa;
}
.cid-ucQuEo4cop .mbr-text,
.cid-ucQuEo4cop .mbr-section-btn {
  color: #fafafa;
}
.cid-te6gJggn1K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  overflow: hidden;
}
.cid-te6gJggn1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6gJggn1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6gJggn1K .row {
  justify-content: left;
}
.cid-te6gJggn1K .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ded7cd;
}
@media (max-width: 1199px) {
  .cid-te6gJggn1K .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-te6gJggn1K .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ded7cd;
}
.cid-te6gJggn1K .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-te6gJggn1K .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-te6gJggn1K .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ded7cd;
}
.cid-te6gJggn1K .point-frame-1 {
  top: 19px;
}
.cid-te6gJggn1K .point-frame-2 {
  bottom: 19px;
}
.cid-te6gJggn1K .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-te6gJggn1K .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-te6gJggn1K .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-te6gJggn1K .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-te6gJggn1K .item-container {
  width: 100%;
}
.cid-te6gJggn1K .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-te6gJggn1K .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-te6gJggn1K .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-te6gJggn1K .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-te6gJggn1K .mbr-section-title-1 {
  color: #fafafa;
}
.cid-te6gJggn1K .mbr-section-title-2 {
  color: #ffffff;
}
.cid-te6gJggn1K .mbr-text,
.cid-te6gJggn1K .mbr-section-btn {
  color: #fafafa;
}
.cid-ucT9UKF6j6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ucT9UKF6j6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucT9UKF6j6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucT9UKF6j6 .container {
    padding: 0 25px;
  }
}
.cid-ucT9UKF6j6 .row {
  margin: 0;
}
.cid-ucT9UKF6j6 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-ucT9UKF6j6 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-ucT9UKF6j6 .image-wrapper {
    min-height: 350px;
  }
}
.cid-ucT9UKF6j6 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucT9UKF6j6 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ucT9UKF6j6 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-ucT9UKF6j6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucT9UKF6j6 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucT9UKF6j6 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-ucT9UKF6j6 .mbr-section-title {
  color: #000000;
}
.cid-ucT9UKF6j6 .mbr-text {
  color: #000000;
}
.cid-ucQC4bQnmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucQC4bQnmh .row {
  align-items: center;
  width: 100%;
}
.cid-ucQC4bQnmh .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucQC4bQnmh .mbr-section-title {
  color: #000000;
}
.cid-ucQC4bQnmh .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucQC4bQnmh .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucQC4bQnmh .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucQC4bQnmh .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucQC4bQnmh .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucQC4bQnmh .text-container {
    padding: 24px;
  }
}
.cid-ucQC4bQnmh .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucQC4bQnmh .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucQC4bQnmh .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucQC4bQnmh .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucQC4bQnmh .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-te6hFZ5eog {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-te6hFZ5eog .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6hFZ5eog .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6hFZ5eog .row {
  justify-content: left;
}
.cid-te6hFZ5eog .main-col {
  display: flex;
}
.cid-te6hFZ5eog .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6hFZ5eog .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-te6hFZ5eog .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-te6hFZ5eog .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucQB06Mt3L {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ded7cd;
}
.cid-ucQB06Mt3L .container-fluid {
  padding: 0 3rem;
}
.cid-ucQB06Mt3L .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e61444 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucQB06Mt3L .mbr-section-title {
  color: #000000;
}
.cid-ucQB06Mt3L .mbr-section-subtitle {
  color: #000000;
}
.cid-ucQB06Mt3L .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucQB06Mt3L .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucQB06Mt3L .card {
  border-radius: 25px !important;
  background: #2f1893;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucQB06Mt3L .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #c7caf2;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucQB06Mt3L .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucQB06Mt3L .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucQB06Mt3L .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucQB06Mt3L .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucQB06Mt3L .header-text {
    padding: 1rem !important;
  }
  .cid-ucQB06Mt3L .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucQB06Mt3L .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucQB06Mt3L .panel-group {
    padding: 0;
  }
}
.cid-ucQB06Mt3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQB06Mt3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQB06Mt3L .header-text,
.cid-ucQB06Mt3L .sign {
  color: #c7caf2;
}
.cid-ucQB06Mt3L .mbr-section-title,
.cid-ucQB06Mt3L .underline {
  color: #2f1893;
}
.cid-ucQu89z5IF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucQu89z5IF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQu89z5IF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQu89z5IF .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .container {
    padding: 0 30px;
  }
}
.cid-ucQu89z5IF .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucQu89z5IF .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucQu89z5IF .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucQu89z5IF .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucQu89z5IF .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-te6lv7OxPm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-te6lv7OxPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-te6lv7OxPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-te6lv7OxPm .row {
  justify-content: left;
}
.cid-te6lv7OxPm .main-col {
  display: flex;
}
.cid-te6lv7OxPm .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-te6lv7OxPm .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-te6lv7OxPm .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-te6lv7OxPm .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucQuhkR19n {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #000000, #ffffff);
}
.cid-ucQuhkR19n .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucQuhkR19n .mbr-text,
.cid-ucQuhkR19n .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ucQuhkR19n .mbr-section-title,
.cid-ucQuhkR19n .line {
  color: #fafafa;
  text-align: center;
}
.cid-ucQuhkR19n .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ucQuhkR19n .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucQuhkR19n .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-ucQuhkR19n .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucQuhkR19n .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucQuhkR19n h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucQuhkR19n h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucQuhkR19n .mbr-section-subtitle,
.cid-ucQuhkR19n .align {
  text-align: left;
  color: #232323;
}
.cid-ucQouFn9Uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucQouFn9Uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQouFn9Uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQouFn9Uq .container {
  max-width: 1600px;
}
.cid-ucQouFn9Uq .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 30px 0;
  }
}
.cid-ucQouFn9Uq .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucQouFn9Uq .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 7%;
  }
}
.cid-ucQouFn9Uq .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucQouFn9Uq .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucQouFn9Uq .footer-item {
  height: 100%;
}
.cid-ucQouFn9Uq .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucQouFn9Uq .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucQouFn9Uq .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucQouFn9Uq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e61444;
}
.cid-ucQouFn9Uq .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucQouFn9Uq .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucQouFn9Uq .list li:hover {
  color: #e61444 !important;
}
.cid-ucQouFn9Uq .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucQouFn9Uq .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucQouFn9Uq .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucQouFn9Uq .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item:hover .mbr-iconfont {
  color: #e61444 !important;
}
.cid-ucQouFn9Uq .soc-item:hover .social-text {
  color: #e61444 !important;
}
.cid-ucQouFn9Uq .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucQouFn9Uq .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .copyright-text {
    text-align: center !important;
  }
}
.cid-ucQouFn9Uq .mbr-text,
.cid-ucQouFn9Uq .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucRofSpv9W {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/2019-tampa-0052-30125230109-800x600.jpg");
}
.cid-ucRofSpv9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRofSpv9W .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-ucRofSpv9W .container {
    padding: 10px 8px;
  }
}
.cid-ucRofSpv9W .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #2f1893;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ucRofSpv9W .row {
    padding: 50px 10px;
  }
}
.cid-ucRofSpv9W .row .card {
  padding: 0;
}
.cid-ucRofSpv9W .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #fafafa;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucRofSpv9W .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-ucRofSpv9W .mbr-section-title {
  margin: 0;
  color: #fafafa;
  text-align: center;
}
.cid-ucRofSpv9W .mbr-section-title span {
  opacity: .5;
}
.cid-ucRplb0LBh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2f1893;
}
.cid-ucRplb0LBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRplb0LBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRplb0LBh .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ucRplb0LBh .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucRplb0LBh .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-ucRplb0LBh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucRplb0LBh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucRplb0LBh .content-head {
  max-width: 800px;
}
.cid-ucRplb0LBh .mbr-section-title {
  color: #ffffff;
}
.cid-ucQouFn9Uq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucQouFn9Uq .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQouFn9Uq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQouFn9Uq .container {
  max-width: 1600px;
}
.cid-ucQouFn9Uq .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-container {
    padding: 30px 0;
  }
}
.cid-ucQouFn9Uq .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucQouFn9Uq .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucQouFn9Uq .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .border-frame {
    width: 7%;
  }
}
.cid-ucQouFn9Uq .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucQouFn9Uq .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucQouFn9Uq .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucQouFn9Uq .footer-item {
  height: 100%;
}
.cid-ucQouFn9Uq .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucQouFn9Uq .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucQouFn9Uq .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucQouFn9Uq .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e61444;
}
.cid-ucQouFn9Uq .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucQouFn9Uq .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucQouFn9Uq .list li:hover {
  color: #e61444 !important;
}
.cid-ucQouFn9Uq .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucQouFn9Uq .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucQouFn9Uq .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucQouFn9Uq .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucQouFn9Uq .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucQouFn9Uq .soc-item:hover .mbr-iconfont {
  color: #e61444 !important;
}
.cid-ucQouFn9Uq .soc-item:hover .social-text {
  color: #e61444 !important;
}
.cid-ucQouFn9Uq .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucQouFn9Uq .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucQouFn9Uq .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucQouFn9Uq .copyright-text {
    text-align: center !important;
  }
}
.cid-ucQouFn9Uq .mbr-text,
.cid-ucQouFn9Uq .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucRBdM8GeG {
  min-height: 101px !important;
  background: #2f1893;
  overflow: visible;
}
.cid-ucRBdM8GeG .nav-item,
.cid-ucRBdM8GeG .nav-link,
.cid-ucRBdM8GeG .navbar-caption {
  font-weight: normal;
}
.cid-ucRBdM8GeG .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .nav-link:before,
.cid-ucRBdM8GeG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucRBdM8GeG .nav-item:hover .nav-link:before,
.cid-ucRBdM8GeG .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucRBdM8GeG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .dropdown-toggle::after,
.cid-ucRBdM8GeG .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucRBdM8GeG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucRBdM8GeG .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucRBdM8GeG .nav-item:focus,
.cid-ucRBdM8GeG .nav-link:focus {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucRBdM8GeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRBdM8GeG .navbar {
  transition: all .3s;
  background: #2f1893;
}
.cid-ucRBdM8GeG .navbar.opened {
  transition: all .3s;
  background: #2f1893 !important;
}
.cid-ucRBdM8GeG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRBdM8GeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRBdM8GeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucRBdM8GeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucRBdM8GeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRBdM8GeG .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRBdM8GeG .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRBdM8GeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRBdM8GeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucRBdM8GeG .navbar.navbar-short {
  background: #2f1893 !important;
  min-height: 60px;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucRBdM8GeG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown-item.active,
.cid-ucRBdM8GeG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f1893;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucRBdM8GeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRBdM8GeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRBdM8GeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucRBdM8GeG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRBdM8GeG .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRBdM8GeG .navbar {
    height: 77px;
  }
  .cid-ucRBdM8GeG .navbar.opened {
    height: auto;
  }
  .cid-ucRBdM8GeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRBdM8GeG .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucRpydDjKF {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1994abae62f5d95bc55e0b21cf8f0812523a713720230823t204912z-1445x1445.jpg");
}
.cid-ucRpydDjKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpydDjKF .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-ucRpydDjKF .container {
    padding: 10px 8px;
  }
}
.cid-ucRpydDjKF .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #2f1893;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-ucRpydDjKF .row {
    padding: 50px 10px;
  }
}
.cid-ucRpydDjKF .row .card {
  padding: 0;
}
.cid-ucRpydDjKF .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #c7caf2;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucRpydDjKF .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-ucRpydDjKF .mbr-section-title {
  margin: 0;
  color: #c7caf2;
  text-align: center;
}
.cid-ucRpydDjKF .mbr-section-title span {
  opacity: .5;
}
.cid-ucRpTyefgJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #27232c;
  overflow: hidden;
}
.cid-ucRpTyefgJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpTyefgJ .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-ucRpTyefgJ .container {
    padding: 0 30px;
  }
}
.cid-ucRpTyefgJ .card {
  justify-content: center;
}
.cid-ucRpTyefgJ .content-wrapper {
  padding: 0 120px;
}
@media (max-width: 1440px) {
  .cid-ucRpTyefgJ .content-wrapper {
    padding: 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-ucRpTyefgJ .content-wrapper {
    padding: 0;
  }
}
.cid-ucRpTyefgJ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ucRpTyefgJ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ucRpTyefgJ .mbr-section-title {
  color: #bee0d6;
}
.cid-ucRpTyefgJ .mbr-section-title,
.cid-ucRpTyefgJ .mbr-section-btn {
  text-align: center;
  color: #c7caf2;
}
.cid-ucRpyeb6K3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #2f1893;
}
.cid-ucRpyeb6K3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpyeb6K3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRpyeb6K3 .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-ucRpyeb6K3 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucRpyeb6K3 .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-ucRpyeb6K3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucRpyeb6K3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucRpyeb6K3 .content-head {
  max-width: 800px;
}
.cid-ucRpyeb6K3 .mbr-section-title {
  color: #ffffff;
}
.cid-ucRpyeQ1Pg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucRpyeQ1Pg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRpyeQ1Pg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRpyeQ1Pg .container {
  max-width: 1600px;
}
.cid-ucRpyeQ1Pg .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .border-container {
    padding: 30px 0;
  }
}
.cid-ucRpyeQ1Pg .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucRpyeQ1Pg .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucRpyeQ1Pg .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucRpyeQ1Pg .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucRpyeQ1Pg .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucRpyeQ1Pg .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .border-frame {
    width: 7%;
  }
}
.cid-ucRpyeQ1Pg .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucRpyeQ1Pg .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucRpyeQ1Pg .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucRpyeQ1Pg .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucRpyeQ1Pg .footer-item {
  height: 100%;
}
.cid-ucRpyeQ1Pg .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucRpyeQ1Pg .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucRpyeQ1Pg .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucRpyeQ1Pg .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e61444;
}
.cid-ucRpyeQ1Pg .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucRpyeQ1Pg .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucRpyeQ1Pg .list li:hover {
  color: #e61444 !important;
}
.cid-ucRpyeQ1Pg .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucRpyeQ1Pg .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucRpyeQ1Pg .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucRpyeQ1Pg .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucRpyeQ1Pg .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucRpyeQ1Pg .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucRpyeQ1Pg .soc-item:hover .mbr-iconfont {
  color: #e61444 !important;
}
.cid-ucRpyeQ1Pg .soc-item:hover .social-text {
  color: #e61444 !important;
}
.cid-ucRpyeQ1Pg .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucRpyeQ1Pg .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucRpyeQ1Pg .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucRpyeQ1Pg .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucRpyeQ1Pg .copyright-text {
    text-align: center !important;
  }
}
.cid-ucRpyeQ1Pg .mbr-text,
.cid-ucRpyeQ1Pg .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucRBdM8GeG {
  min-height: 101px !important;
  background: #2f1893;
  overflow: visible;
}
.cid-ucRBdM8GeG .nav-item,
.cid-ucRBdM8GeG .nav-link,
.cid-ucRBdM8GeG .navbar-caption {
  font-weight: normal;
}
.cid-ucRBdM8GeG .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .nav-link:before,
.cid-ucRBdM8GeG .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucRBdM8GeG .nav-item:hover .nav-link:before,
.cid-ucRBdM8GeG .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucRBdM8GeG .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .dropdown-toggle::after,
.cid-ucRBdM8GeG .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucRBdM8GeG .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucRBdM8GeG .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucRBdM8GeG .nav-item:focus,
.cid-ucRBdM8GeG .nav-link:focus {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucRBdM8GeG .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucRBdM8GeG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRBdM8GeG .navbar {
  transition: all .3s;
  background: #2f1893;
}
.cid-ucRBdM8GeG .navbar.opened {
  transition: all .3s;
  background: #2f1893 !important;
}
.cid-ucRBdM8GeG .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRBdM8GeG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRBdM8GeG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucRBdM8GeG .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucRBdM8GeG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucRBdM8GeG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucRBdM8GeG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRBdM8GeG .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucRBdM8GeG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRBdM8GeG .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucRBdM8GeG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRBdM8GeG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucRBdM8GeG .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucRBdM8GeG .navbar.navbar-short {
  background: #2f1893 !important;
  min-height: 60px;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucRBdM8GeG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucRBdM8GeG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucRBdM8GeG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRBdM8GeG .dropdown-item.active,
.cid-ucRBdM8GeG .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f1893;
}
.cid-ucRBdM8GeG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucRBdM8GeG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRBdM8GeG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRBdM8GeG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucRBdM8GeG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucRBdM8GeG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucRBdM8GeG .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucRBdM8GeG a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucRBdM8GeG .mbr-iconfont {
  color: #ffffff;
}
.cid-ucRBdM8GeG .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucRBdM8GeG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucRBdM8GeG .navbar {
    height: 77px;
  }
  .cid-ucRBdM8GeG .navbar.opened {
    height: auto;
  }
  .cid-ucRBdM8GeG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRBdM8GeG .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucTcHazct2 {
  min-height: 101px !important;
  background: #2f1893;
  overflow: visible;
}
.cid-ucTcHazct2 .nav-item,
.cid-ucTcHazct2 .nav-link,
.cid-ucTcHazct2 .navbar-caption {
  font-weight: normal;
}
.cid-ucTcHazct2 .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucTcHazct2 .nav-link:before,
.cid-ucTcHazct2 .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucTcHazct2 .nav-item:hover .nav-link:before,
.cid-ucTcHazct2 .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucTcHazct2 .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucTcHazct2 .dropdown-toggle::after,
.cid-ucTcHazct2 .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucTcHazct2 .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucTcHazct2 .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucTcHazct2 .nav-item:focus,
.cid-ucTcHazct2 .nav-link:focus {
  outline: none;
}
.cid-ucTcHazct2 .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucTcHazct2 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucTcHazct2 .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucTcHazct2 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucTcHazct2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucTcHazct2 .navbar {
  transition: all .3s;
  background: #2f1893;
}
.cid-ucTcHazct2 .navbar.opened {
  transition: all .3s;
  background: #2f1893 !important;
}
.cid-ucTcHazct2 .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucTcHazct2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucTcHazct2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucTcHazct2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucTcHazct2 .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucTcHazct2 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucTcHazct2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucTcHazct2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucTcHazct2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucTcHazct2 .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucTcHazct2 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucTcHazct2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucTcHazct2 .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucTcHazct2 .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucTcHazct2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucTcHazct2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucTcHazct2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucTcHazct2 .navbar.navbar-short {
  background: #2f1893 !important;
  min-height: 60px;
}
.cid-ucTcHazct2 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucTcHazct2 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucTcHazct2 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucTcHazct2 .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucTcHazct2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucTcHazct2 .dropdown-item.active,
.cid-ucTcHazct2 .dropdown-item:active {
  background-color: transparent;
}
.cid-ucTcHazct2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f1893;
}
.cid-ucTcHazct2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucTcHazct2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucTcHazct2 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucTcHazct2 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucTcHazct2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucTcHazct2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucTcHazct2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucTcHazct2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucTcHazct2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucTcHazct2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucTcHazct2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucTcHazct2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucTcHazct2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucTcHazct2 .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucTcHazct2 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucTcHazct2 .mbr-iconfont {
  color: #ffffff;
}
.cid-ucTcHazct2 .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucTcHazct2 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucTcHazct2 .navbar {
    height: 77px;
  }
  .cid-ucTcHazct2 .navbar.opened {
    height: auto;
  }
  .cid-ucTcHazct2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucTcHazct2 .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucTcHc1E1q {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #c7caf2;
  background: linear-gradient(to right bottom, rgba(199, 202, 242, 0.8), #1455e6);
}
.cid-ucTcHc1E1q .mbr-overlay {
  background: #ffffff;
}
.cid-ucTcHc1E1q .animation {
  pointer-events: none;
}
.cid-ucTcHc1E1q .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucTcHc1E1q .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-ucTcHc1E1q .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-ucTcHc1E1q .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-ucTcHc1E1q .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ucTcHc1E1q .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-ucTcHc1E1q .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-ucTcHc1E1q .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-ucTcHc1E1q .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-ucTcHc1E1q .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-ucTcHc1E1q .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ucTcHc1E1q .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-ucTcHc1E1q .image__block {
    margin-bottom: -100px;
  }
}
.cid-ucTcHc1E1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHc1E1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHc1E1q .mbr-text,
.cid-ucTcHc1E1q .mbr-section-btn {
  color: #000000;
}
.cid-ucTcHd6TTV {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c7caf2;
  overflow: hidden;
}
.cid-ucTcHd6TTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHd6TTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHd6TTV .row {
  justify-content: left;
}
.cid-ucTcHd6TTV .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucTcHd6TTV .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHd6TTV .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ucTcHd6TTV .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
.cid-ucTcHd6TTV .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ucTcHd6TTV .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ucTcHd6TTV .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.cid-ucTcHd6TTV .point-frame-1 {
  top: 19px;
}
.cid-ucTcHd6TTV .point-frame-2 {
  bottom: 19px;
}
.cid-ucTcHd6TTV .title-container {
  width: 60%;
  padding: 0 80px 0 0;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-ucTcHd6TTV .title-container {
    padding: 0 40px 0 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHd6TTV .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcHd6TTV .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-ucTcHd6TTV .text-container {
    padding: 0 0 0 40px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHd6TTV .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ucTcHd6TTV .item-container {
  width: 100%;
}
.cid-ucTcHd6TTV .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ucTcHd6TTV .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ucTcHd6TTV .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ucTcHd6TTV .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucTcHe9cvU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  position: relative;
  overflow: hidden;
}
.cid-ucTcHe9cvU .container {
  max-width: 920px;
}
.cid-ucTcHe9cvU .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-ucTcHe9cvU .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHe9cvU .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHe9cvU .border-container {
    padding: 9% 7%;
  }
}
.cid-ucTcHe9cvU .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucTcHe9cvU .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucTcHe9cvU .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucTcHe9cvU .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucTcHe9cvU .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-ucTcHe9cvU .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHe9cvU .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHe9cvU .border-frame {
    width: 7%;
  }
}
.cid-ucTcHe9cvU .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcHe9cvU .content-container {
    min-height: auto;
  }
}
.cid-ucTcHe9cvU .text-container {
  width: 100%;
}
.cid-ucTcHe9cvU .text-wrapper {
  width: 100%;
}
.cid-ucTcHe9cvU .mbr-text {
  color: #000000;
  width: 100%;
  margin: 0;
}
.cid-ucTcHe9cvU .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-ucTcHe9cvU .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-ucTcHe9cvU .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-ucTcHe9cvU .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-ucTcHe9cvU .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-ucTcHe9cvU .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-ucTcHe9cvU .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-ucTcHfjrie {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-ucTcHfjrie .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHfjrie .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHfjrie .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucTcHfjrie .container {
    max-width: 80%;
  }
}
.cid-ucTcHfjrie .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .content-container {
    flex-wrap: wrap;
  }
}
.cid-ucTcHfjrie .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .text-container {
    width: 100%;
  }
}
.cid-ucTcHfjrie .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHfjrie .card-box {
    margin-bottom: 40px;
  }
}
.cid-ucTcHfjrie .card-title {
  width: 100%;
  color: #192732;
}
.cid-ucTcHfjrie .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHfjrie .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-ucTcHfjrie .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-ucTcHfjrie .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucTcHfjrie .btn-primary-outline {
  color: #192732;
}
.cid-ucTcHfjrie .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .img-container {
    width: 100%;
  }
}
.cid-ucTcHfjrie .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucTcHfjrie .image-wrapper img {
  object-fit: cover;
}
.cid-ucTcHfjrie .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-ucTcHfjrie .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-ucTcHfjrie .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHfjrie .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHfjrie .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-ucTcHfjrie .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-ucTcHfjrie .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHfjrie .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-ucTcHgyhTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
  position: relative;
}
.cid-ucTcHgyhTJ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e2f5a7, #2f1893);
}
.cid-ucTcHgyhTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHgyhTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHgyhTJ .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucTcHgyhTJ .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcHgyhTJ .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcHgyhTJ .container {
    padding: 0 16px;
  }
}
.cid-ucTcHgyhTJ .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucTcHgyhTJ .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucTcHgyhTJ .item {
  margin-bottom: 32px;
}
.cid-ucTcHgyhTJ .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucTcHgyhTJ .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucTcHgyhTJ .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucTcHgyhTJ .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucTcHgyhTJ .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucTcHgyhTJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucTcHgyhTJ .card-title {
  color: #f4f4f4;
}
.cid-ucTcHgyhTJ .card-text {
  color: #c1c1c1;
}
.cid-ucTeZcFPH4 {
  display: flex;
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #c7caf2;
}
@media (min-width: 768px) {
  .cid-ucTeZcFPH4 {
    align-items: center;
  }
  .cid-ucTeZcFPH4 .row {
    justify-content: center;
  }
}
.cid-ucTeZcFPH4 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucTeZcFPH4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-ucTeZcFPH4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-ucTeZcFPH4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-ucTeZcFPH4 .content-wrap {
    width: 100%;
  }
}
.cid-ucTeZcFPH4 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-ucTeZcFPH4 .mbr-text,
.cid-ucTeZcFPH4 .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-ucTeZcFPH4 .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: center;
}
.cid-ucTcHiXh9g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucTcHiXh9g .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHiXh9g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHiXh9g .container {
  max-width: 900px;
}
.cid-ucTcHiXh9g .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucTcHiXh9g .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucTcHiXh9g .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucTcHiXh9g .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHiXh9g .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucTcHiXh9g .card-box {
  width: 100%;
}
.cid-ucTcHiXh9g .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucTcHiXh9g .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucTcHiXh9g .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucTcHiXh9g .mbr-text {
    text-align: center !important;
  }
}
.cid-ucTcHiXh9g .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucTcHiXh9g .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucTcHiXh9g .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucTcHiXh9g .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHiXh9g .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcHiXh9g .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucTcHiXh9g .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucTcHiXh9g .card-title,
.cid-ucTcHiXh9g .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcHiXh9g .mbr-text,
.cid-ucTcHiXh9g .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcHkaG66 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  overflow: hidden;
}
.cid-ucTcHkaG66 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHkaG66 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHkaG66 .row {
  justify-content: left;
}
.cid-ucTcHkaG66 .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ded7cd;
}
@media (max-width: 1199px) {
  .cid-ucTcHkaG66 .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHkaG66 .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHkaG66 .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ucTcHkaG66 .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ded7cd;
}
.cid-ucTcHkaG66 .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ucTcHkaG66 .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ucTcHkaG66 .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ded7cd;
}
.cid-ucTcHkaG66 .point-frame-1 {
  top: 19px;
}
.cid-ucTcHkaG66 .point-frame-2 {
  bottom: 19px;
}
.cid-ucTcHkaG66 .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-ucTcHkaG66 .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHkaG66 .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcHkaG66 .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-ucTcHkaG66 .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHkaG66 .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ucTcHkaG66 .item-container {
  width: 100%;
}
.cid-ucTcHkaG66 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcHkaG66 .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcHkaG66 .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ucTcHkaG66 .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucTcHkaG66 .mbr-section-title-1 {
  color: #fafafa;
}
.cid-ucTcHkaG66 .mbr-section-title-2 {
  color: #ffffff;
}
.cid-ucTcHkaG66 .mbr-text,
.cid-ucTcHkaG66 .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcHlkC3a {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ucTcHlkC3a .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucTcHlkC3a .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucTcHlkC3a .container {
    padding: 0 25px;
  }
}
.cid-ucTcHlkC3a .row {
  margin: 0;
}
.cid-ucTcHlkC3a .row .card {
  padding: 0;
  justify-content: center;
}
.cid-ucTcHlkC3a .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-ucTcHlkC3a .image-wrapper {
    min-height: 350px;
  }
}
.cid-ucTcHlkC3a .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucTcHlkC3a .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ucTcHlkC3a .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-ucTcHlkC3a .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucTcHlkC3a .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucTcHlkC3a .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-ucTcHlkC3a .mbr-section-title {
  color: #000000;
}
.cid-ucTcHlkC3a .mbr-text {
  color: #000000;
}
.cid-ucTcHmpQpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucTcHmpQpX .row {
  align-items: center;
  width: 100%;
}
.cid-ucTcHmpQpX .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucTcHmpQpX .mbr-section-title {
  color: #000000;
}
.cid-ucTcHmpQpX .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucTcHmpQpX .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucTcHmpQpX .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucTcHmpQpX .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucTcHmpQpX .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcHmpQpX .text-container {
    padding: 24px;
  }
}
.cid-ucTcHmpQpX .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucTcHmpQpX .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucTcHmpQpX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucTcHmpQpX .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucTcHmpQpX .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucTcHnUwFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucTcHnUwFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHnUwFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHnUwFX .row {
  justify-content: left;
}
.cid-ucTcHnUwFX .main-col {
  display: flex;
}
.cid-ucTcHnUwFX .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcHnUwFX .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-ucTcHnUwFX .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucTcHnUwFX .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucTcHoZX6u {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ded7cd;
}
.cid-ucTcHoZX6u .container-fluid {
  padding: 0 3rem;
}
.cid-ucTcHoZX6u .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e61444 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucTcHoZX6u .mbr-section-title {
  color: #000000;
}
.cid-ucTcHoZX6u .mbr-section-subtitle {
  color: #000000;
}
.cid-ucTcHoZX6u .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucTcHoZX6u .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucTcHoZX6u .card {
  border-radius: 25px !important;
  background: #2f1893;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucTcHoZX6u .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucTcHoZX6u .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucTcHoZX6u .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucTcHoZX6u .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucTcHoZX6u .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #c7caf2;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucTcHoZX6u .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucTcHoZX6u .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucTcHoZX6u .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucTcHoZX6u .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucTcHoZX6u .header-text {
    padding: 1rem !important;
  }
  .cid-ucTcHoZX6u .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucTcHoZX6u .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucTcHoZX6u .panel-group {
    padding: 0;
  }
}
.cid-ucTcHoZX6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHoZX6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHoZX6u .header-text,
.cid-ucTcHoZX6u .sign {
  color: #c7caf2;
}
.cid-ucTcHoZX6u .mbr-section-title,
.cid-ucTcHoZX6u .underline {
  color: #2f1893;
}
.cid-ucTcHqoS3c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucTcHqoS3c .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHqoS3c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHqoS3c .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucTcHqoS3c .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcHqoS3c .container {
    padding: 0 30px;
  }
}
.cid-ucTcHqoS3c .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ucTcHqoS3c .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucTcHqoS3c .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucTcHqoS3c .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucTcHqoS3c .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucTcHqoS3c .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucTcHqoS3c .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucTcHruZNK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-ucTcHruZNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHruZNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHruZNK .row {
  justify-content: left;
}
.cid-ucTcHruZNK .main-col {
  display: flex;
}
.cid-ucTcHruZNK .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcHruZNK .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ucTcHruZNK .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-ucTcHruZNK .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucTKYsBNns {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fcfbf5;
}
.cid-ucTKYsBNns .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTKYsBNns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTKYsBNns .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-ucTKYsBNns .container-fluid {
    padding: 0 20px;
  }
}
.cid-ucTKYsBNns .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucTKYsBNns .container {
    padding: 0 20px;
  }
}
.cid-ucTKYsBNns .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucTKYsBNns .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ucTKYsBNns .card-wrap .panel-group {
  padding: 64px;
  border-radius: 0;
  border: 2px solid #2f1893;
}
@media (max-width: 992px) {
  .cid-ucTKYsBNns .card-wrap .panel-group {
    padding: 50px 20px;
  }
}
.cid-ucTKYsBNns .card-wrap .panel-group .card {
  border-bottom: 1px solid #2f1893;
  border-radius: 0;
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .cid-ucTKYsBNns .card-wrap .panel-group .card .card-header {
    padding: 15px 0;
  }
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(90deg);
  background-color: #d7d7d7;
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header .panel-title:hover .mbr-iconfont,
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header .panel-title:focus .mbr-iconfont {
  background-color: #d7d7d7;
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin: 0;
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  color: #1d1d1d;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
}
.cid-ucTKYsBNns .card-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 32px;
}
.cid-ucTKYsBNns .mbr-section-title {
  color: #1d1d1d;
}
.cid-ucTKYsBNns .panel-title-edit {
  color: #1d1d1d;
}
.cid-ucTKYsBNns .panel-text {
  color: #1d1d1d;
}
.cid-ucTcHsKefN {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #000000, #ffffff);
}
.cid-ucTcHsKefN .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucTcHsKefN .mbr-text,
.cid-ucTcHsKefN .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ucTcHsKefN .mbr-section-title,
.cid-ucTcHsKefN .line {
  color: #fafafa;
  text-align: center;
}
.cid-ucTcHsKefN .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ucTcHsKefN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucTcHsKefN .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-ucTcHsKefN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucTcHsKefN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucTcHsKefN h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucTcHsKefN h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucTcHsKefN .mbr-section-subtitle,
.cid-ucTcHsKefN .align {
  text-align: left;
  color: #232323;
}
.cid-ucTcHu7Jyp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucTcHu7Jyp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHu7Jyp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHu7Jyp .container {
  max-width: 1600px;
}
.cid-ucTcHu7Jyp .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcHu7Jyp .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHu7Jyp .border-container {
    padding: 30px 0;
  }
}
.cid-ucTcHu7Jyp .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucTcHu7Jyp .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucTcHu7Jyp .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucTcHu7Jyp .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucTcHu7Jyp .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcHu7Jyp .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHu7Jyp .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHu7Jyp .border-frame {
    width: 7%;
  }
}
.cid-ucTcHu7Jyp .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucTcHu7Jyp .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucTcHu7Jyp .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcHu7Jyp .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucTcHu7Jyp .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHu7Jyp .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucTcHu7Jyp .footer-item {
  height: 100%;
}
.cid-ucTcHu7Jyp .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucTcHu7Jyp .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHu7Jyp .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucTcHu7Jyp .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcHu7Jyp .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucTcHu7Jyp .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e61444;
}
.cid-ucTcHu7Jyp .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucTcHu7Jyp .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucTcHu7Jyp .list li:hover {
  color: #e61444 !important;
}
.cid-ucTcHu7Jyp .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcHu7Jyp .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcHu7Jyp .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcHu7Jyp .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcHu7Jyp .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucTcHu7Jyp .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucTcHu7Jyp .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucTcHu7Jyp .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucTcHu7Jyp .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucTcHu7Jyp .soc-item:hover .mbr-iconfont {
  color: #e61444 !important;
}
.cid-ucTcHu7Jyp .soc-item:hover .social-text {
  color: #e61444 !important;
}
.cid-ucTcHu7Jyp .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucTcHu7Jyp .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHu7Jyp .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucTcHu7Jyp .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucTcHu7Jyp .copyright-text {
    text-align: center !important;
  }
}
.cid-ucTcHu7Jyp .mbr-text,
.cid-ucTcHu7Jyp .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucTcHQqL0F {
  min-height: 101px !important;
  background: #2f1893;
  overflow: visible;
}
.cid-ucTcHQqL0F .nav-item,
.cid-ucTcHQqL0F .nav-link,
.cid-ucTcHQqL0F .navbar-caption {
  font-weight: normal;
}
.cid-ucTcHQqL0F .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucTcHQqL0F .nav-link:before,
.cid-ucTcHQqL0F .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucTcHQqL0F .nav-item:hover .nav-link:before,
.cid-ucTcHQqL0F .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucTcHQqL0F .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucTcHQqL0F .dropdown-toggle::after,
.cid-ucTcHQqL0F .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucTcHQqL0F .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucTcHQqL0F .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucTcHQqL0F .nav-item:focus,
.cid-ucTcHQqL0F .nav-link:focus {
  outline: none;
}
.cid-ucTcHQqL0F .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucTcHQqL0F .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucTcHQqL0F .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucTcHQqL0F .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucTcHQqL0F .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucTcHQqL0F .navbar {
  transition: all .3s;
  background: #2f1893;
}
.cid-ucTcHQqL0F .navbar.opened {
  transition: all .3s;
  background: #2f1893 !important;
}
.cid-ucTcHQqL0F .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucTcHQqL0F .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucTcHQqL0F .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucTcHQqL0F .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucTcHQqL0F .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucTcHQqL0F .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucTcHQqL0F .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucTcHQqL0F .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucTcHQqL0F .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucTcHQqL0F .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucTcHQqL0F .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucTcHQqL0F .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucTcHQqL0F .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucTcHQqL0F .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucTcHQqL0F .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucTcHQqL0F .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucTcHQqL0F .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucTcHQqL0F .navbar.navbar-short {
  background: #2f1893 !important;
  min-height: 60px;
}
.cid-ucTcHQqL0F .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucTcHQqL0F .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucTcHQqL0F .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucTcHQqL0F .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucTcHQqL0F .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucTcHQqL0F .dropdown-item.active,
.cid-ucTcHQqL0F .dropdown-item:active {
  background-color: transparent;
}
.cid-ucTcHQqL0F .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f1893;
}
.cid-ucTcHQqL0F .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucTcHQqL0F .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucTcHQqL0F ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucTcHQqL0F button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucTcHQqL0F button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucTcHQqL0F button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucTcHQqL0F button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucTcHQqL0F button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucTcHQqL0F button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucTcHQqL0F nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucTcHQqL0F nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucTcHQqL0F nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucTcHQqL0F nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucTcHQqL0F .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucTcHQqL0F a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucTcHQqL0F .mbr-iconfont {
  color: #ffffff;
}
.cid-ucTcHQqL0F .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucTcHQqL0F .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucTcHQqL0F .navbar {
    height: 77px;
  }
  .cid-ucTcHQqL0F .navbar.opened {
    height: auto;
  }
  .cid-ucTcHQqL0F .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucTcHQqL0F .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucTcHTn4Ru {
  overflow: visible;
  padding-top: 10rem;
  padding-bottom: 7rem;
  background-color: #c7caf2;
  background: linear-gradient(to right bottom, rgba(199, 202, 242, 0.8), #1455e6);
}
.cid-ucTcHTn4Ru .mbr-overlay {
  background: #ffffff;
}
.cid-ucTcHTn4Ru .animation {
  pointer-events: none;
}
.cid-ucTcHTn4Ru .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucTcHTn4Ru .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-ucTcHTn4Ru .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-ucTcHTn4Ru .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-ucTcHTn4Ru .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ucTcHTn4Ru .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-ucTcHTn4Ru .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-ucTcHTn4Ru .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-ucTcHTn4Ru .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-ucTcHTn4Ru .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-ucTcHTn4Ru .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ucTcHTn4Ru .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-ucTcHTn4Ru .image__block {
    margin-bottom: -100px;
  }
}
.cid-ucTcHTn4Ru .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHTn4Ru .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHTn4Ru .mbr-text,
.cid-ucTcHTn4Ru .mbr-section-btn {
  color: #000000;
}
.cid-ucTcHUtviu {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c7caf2;
  overflow: hidden;
}
.cid-ucTcHUtviu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHUtviu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHUtviu .row {
  justify-content: left;
}
.cid-ucTcHUtviu .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucTcHUtviu .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHUtviu .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ucTcHUtviu .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
.cid-ucTcHUtviu .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ucTcHUtviu .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ucTcHUtviu .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.cid-ucTcHUtviu .point-frame-1 {
  top: 19px;
}
.cid-ucTcHUtviu .point-frame-2 {
  bottom: 19px;
}
.cid-ucTcHUtviu .title-container {
  width: 60%;
  padding: 0 80px 0 0;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-ucTcHUtviu .title-container {
    padding: 0 40px 0 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHUtviu .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcHUtviu .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-ucTcHUtviu .text-container {
    padding: 0 0 0 40px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHUtviu .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ucTcHUtviu .item-container {
  width: 100%;
}
.cid-ucTcHUtviu .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ucTcHUtviu .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ucTcHUtviu .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ucTcHUtviu .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucTcHVxoPb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  position: relative;
  overflow: hidden;
}
.cid-ucTcHVxoPb .container {
  max-width: 920px;
}
.cid-ucTcHVxoPb .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-ucTcHVxoPb .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHVxoPb .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHVxoPb .border-container {
    padding: 9% 7%;
  }
}
.cid-ucTcHVxoPb .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucTcHVxoPb .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucTcHVxoPb .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucTcHVxoPb .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucTcHVxoPb .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-ucTcHVxoPb .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHVxoPb .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHVxoPb .border-frame {
    width: 7%;
  }
}
.cid-ucTcHVxoPb .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcHVxoPb .content-container {
    min-height: auto;
  }
}
.cid-ucTcHVxoPb .text-container {
  width: 100%;
}
.cid-ucTcHVxoPb .text-wrapper {
  width: 100%;
}
.cid-ucTcHVxoPb .mbr-text {
  color: #000000;
  width: 100%;
  margin: 0;
}
.cid-ucTcHVxoPb .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-ucTcHVxoPb .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-ucTcHVxoPb .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-ucTcHVxoPb .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-ucTcHVxoPb .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-ucTcHVxoPb .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-ucTcHVxoPb .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-ucTcHWxFhe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-ucTcHWxFhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHWxFhe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHWxFhe .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucTcHWxFhe .container {
    max-width: 80%;
  }
}
.cid-ucTcHWxFhe .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .content-container {
    flex-wrap: wrap;
  }
}
.cid-ucTcHWxFhe .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .text-container {
    width: 100%;
  }
}
.cid-ucTcHWxFhe .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHWxFhe .card-box {
    margin-bottom: 40px;
  }
}
.cid-ucTcHWxFhe .card-title {
  width: 100%;
  color: #192732;
}
.cid-ucTcHWxFhe .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHWxFhe .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-ucTcHWxFhe .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-ucTcHWxFhe .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucTcHWxFhe .btn-primary-outline {
  color: #192732;
}
.cid-ucTcHWxFhe .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .img-container {
    width: 100%;
  }
}
.cid-ucTcHWxFhe .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucTcHWxFhe .image-wrapper img {
  object-fit: cover;
}
.cid-ucTcHWxFhe .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-ucTcHWxFhe .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-ucTcHWxFhe .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcHWxFhe .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcHWxFhe .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-ucTcHWxFhe .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-ucTcHWxFhe .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-ucTcHWxFhe .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-ucTcHXHTj4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
  position: relative;
}
.cid-ucTcHXHTj4::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e2f5a7, #2f1893);
}
.cid-ucTcHXHTj4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHXHTj4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHXHTj4 .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucTcHXHTj4 .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcHXHTj4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcHXHTj4 .container {
    padding: 0 16px;
  }
}
.cid-ucTcHXHTj4 .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucTcHXHTj4 .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucTcHXHTj4 .item {
  margin-bottom: 32px;
}
.cid-ucTcHXHTj4 .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucTcHXHTj4 .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucTcHXHTj4 .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucTcHXHTj4 .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucTcHXHTj4 .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucTcHXHTj4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucTcHXHTj4 .card-title {
  color: #f4f4f4;
}
.cid-ucTcHXHTj4 .card-text {
  color: #c1c1c1;
}
.cid-ucTcHZ3d89 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #c7caf2;
}
.cid-ucTcHZ3d89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcHZ3d89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcHZ3d89 .row {
  justify-content: left;
}
.cid-ucTcHZ3d89 .main-col {
  display: flex;
}
.cid-ucTcHZ3d89 .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcHZ3d89 .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcHZ3d89 .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 20px;
}
.cid-ucTcHZ3d89 .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucTcI0b3th {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucTcI0b3th .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcI0b3th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcI0b3th .container {
  max-width: 900px;
}
.cid-ucTcI0b3th .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucTcI0b3th .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucTcI0b3th .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucTcI0b3th .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcI0b3th .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucTcI0b3th .card-box {
  width: 100%;
}
.cid-ucTcI0b3th .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucTcI0b3th .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucTcI0b3th .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucTcI0b3th .mbr-text {
    text-align: center !important;
  }
}
.cid-ucTcI0b3th .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucTcI0b3th .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucTcI0b3th .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucTcI0b3th .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcI0b3th .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcI0b3th .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucTcI0b3th .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucTcI0b3th .card-title,
.cid-ucTcI0b3th .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcI0b3th .mbr-text,
.cid-ucTcI0b3th .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcI1p3gH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  overflow: hidden;
}
.cid-ucTcI1p3gH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcI1p3gH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcI1p3gH .row {
  justify-content: left;
}
.cid-ucTcI1p3gH .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ded7cd;
}
@media (max-width: 1199px) {
  .cid-ucTcI1p3gH .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-ucTcI1p3gH .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcI1p3gH .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ucTcI1p3gH .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ded7cd;
}
.cid-ucTcI1p3gH .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ucTcI1p3gH .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ucTcI1p3gH .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ded7cd;
}
.cid-ucTcI1p3gH .point-frame-1 {
  top: 19px;
}
.cid-ucTcI1p3gH .point-frame-2 {
  bottom: 19px;
}
.cid-ucTcI1p3gH .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-ucTcI1p3gH .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcI1p3gH .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcI1p3gH .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-ucTcI1p3gH .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcI1p3gH .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ucTcI1p3gH .item-container {
  width: 100%;
}
.cid-ucTcI1p3gH .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcI1p3gH .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcI1p3gH .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ucTcI1p3gH .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucTcI1p3gH .mbr-section-title-1 {
  color: #fafafa;
}
.cid-ucTcI1p3gH .mbr-section-title-2 {
  color: #ffffff;
}
.cid-ucTcI1p3gH .mbr-text,
.cid-ucTcI1p3gH .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcI2BKtJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ucTcI2BKtJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucTcI2BKtJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucTcI2BKtJ .container {
    padding: 0 25px;
  }
}
.cid-ucTcI2BKtJ .row {
  margin: 0;
}
.cid-ucTcI2BKtJ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-ucTcI2BKtJ .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-ucTcI2BKtJ .image-wrapper {
    min-height: 350px;
  }
}
.cid-ucTcI2BKtJ .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucTcI2BKtJ .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ucTcI2BKtJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-ucTcI2BKtJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucTcI2BKtJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucTcI2BKtJ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-ucTcI2BKtJ .mbr-section-title {
  color: #000000;
}
.cid-ucTcI2BKtJ .mbr-text {
  color: #000000;
}
.cid-ucTcI3Ludo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucTcI3Ludo .row {
  align-items: center;
  width: 100%;
}
.cid-ucTcI3Ludo .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucTcI3Ludo .mbr-section-title {
  color: #000000;
}
.cid-ucTcI3Ludo .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucTcI3Ludo .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucTcI3Ludo .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucTcI3Ludo .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucTcI3Ludo .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcI3Ludo .text-container {
    padding: 24px;
  }
}
.cid-ucTcI3Ludo .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucTcI3Ludo .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucTcI3Ludo .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucTcI3Ludo .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucTcI3Ludo .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucTcI5fxQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucTcI5fxQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcI5fxQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcI5fxQB .row {
  justify-content: left;
}
.cid-ucTcI5fxQB .main-col {
  display: flex;
}
.cid-ucTcI5fxQB .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcI5fxQB .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-ucTcI5fxQB .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucTcI5fxQB .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucTcI6o837 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ded7cd;
}
.cid-ucTcI6o837 .container-fluid {
  padding: 0 3rem;
}
.cid-ucTcI6o837 .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e61444 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucTcI6o837 .mbr-section-title {
  color: #000000;
}
.cid-ucTcI6o837 .mbr-section-subtitle {
  color: #000000;
}
.cid-ucTcI6o837 .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucTcI6o837 .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucTcI6o837 .card {
  border-radius: 25px !important;
  background: #2f1893;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucTcI6o837 .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucTcI6o837 .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucTcI6o837 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucTcI6o837 .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucTcI6o837 .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #c7caf2;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucTcI6o837 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucTcI6o837 .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucTcI6o837 .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucTcI6o837 .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucTcI6o837 .header-text {
    padding: 1rem !important;
  }
  .cid-ucTcI6o837 .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucTcI6o837 .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucTcI6o837 .panel-group {
    padding: 0;
  }
}
.cid-ucTcI6o837 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcI6o837 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcI6o837 .header-text,
.cid-ucTcI6o837 .sign {
  color: #c7caf2;
}
.cid-ucTcI6o837 .mbr-section-title,
.cid-ucTcI6o837 .underline {
  color: #2f1893;
}
.cid-ucTcI80d4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucTcI80d4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcI80d4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcI80d4q .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucTcI80d4q .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcI80d4q .container {
    padding: 0 30px;
  }
}
.cid-ucTcI80d4q .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ucTcI80d4q .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucTcI80d4q .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucTcI80d4q .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucTcI80d4q .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucTcI80d4q .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucTcI80d4q .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucTcI9fJqA {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-ucTcI9fJqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcI9fJqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcI9fJqA .row {
  justify-content: left;
}
.cid-ucTcI9fJqA .main-col {
  display: flex;
}
.cid-ucTcI9fJqA .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcI9fJqA .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ucTcI9fJqA .mbr-section-subtitle {
  color: #BF9341;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-ucTcI9fJqA .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucTP4CQLdN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucTP4CQLdN .container {
    padding: 0 25px;
  }
}
.cid-ucTP4CQLdN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucTP4CQLdN .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ucTP4CQLdN .panel-group {
  border-bottom: 2px solid #2f1893;
}
.cid-ucTP4CQLdN .panel-group .card {
  border-top: 2px solid #2f1893;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ucTP4CQLdN .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ucTP4CQLdN .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucTP4CQLdN .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #2f1893;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ucTP4CQLdN .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #2f1893;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ucTP4CQLdN .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucTP4CQLdN .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #2f1893;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ucTP4CQLdN .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ucTP4CQLdN .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucTP4CQLdN .mbr-section-title {
  color: #000000;
}
.cid-ucTP4CQLdN .panel-title-edit {
  color: #000000;
}
.cid-ucTP4CQLdN .panel-text {
  color: #000000;
}
.cid-ucTcIamrVj {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #000000, #ffffff);
}
.cid-ucTcIamrVj .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucTcIamrVj .mbr-text,
.cid-ucTcIamrVj .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ucTcIamrVj .mbr-section-title,
.cid-ucTcIamrVj .line {
  color: #fafafa;
  text-align: center;
}
.cid-ucTcIamrVj .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ucTcIamrVj .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucTcIamrVj .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-ucTcIamrVj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucTcIamrVj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucTcIamrVj h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucTcIamrVj h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucTcIamrVj .mbr-section-subtitle,
.cid-ucTcIamrVj .align {
  text-align: left;
  color: #232323;
}
.cid-ucTcIbII7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucTcIbII7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIbII7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIbII7v .container {
  max-width: 1600px;
}
.cid-ucTcIbII7v .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcIbII7v .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIbII7v .border-container {
    padding: 30px 0;
  }
}
.cid-ucTcIbII7v .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucTcIbII7v .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucTcIbII7v .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucTcIbII7v .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucTcIbII7v .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcIbII7v .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIbII7v .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIbII7v .border-frame {
    width: 7%;
  }
}
.cid-ucTcIbII7v .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucTcIbII7v .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucTcIbII7v .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcIbII7v .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucTcIbII7v .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIbII7v .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucTcIbII7v .footer-item {
  height: 100%;
}
.cid-ucTcIbII7v .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucTcIbII7v .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIbII7v .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucTcIbII7v .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcIbII7v .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucTcIbII7v .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e61444;
}
.cid-ucTcIbII7v .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucTcIbII7v .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucTcIbII7v .list li:hover {
  color: #e61444 !important;
}
.cid-ucTcIbII7v .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIbII7v .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIbII7v .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIbII7v .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIbII7v .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucTcIbII7v .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucTcIbII7v .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucTcIbII7v .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucTcIbII7v .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucTcIbII7v .soc-item:hover .mbr-iconfont {
  color: #e61444 !important;
}
.cid-ucTcIbII7v .soc-item:hover .social-text {
  color: #e61444 !important;
}
.cid-ucTcIbII7v .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucTcIbII7v .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIbII7v .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucTcIbII7v .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucTcIbII7v .copyright-text {
    text-align: center !important;
  }
}
.cid-ucTcIbII7v .mbr-text,
.cid-ucTcIbII7v .mbr-section-btn {
  color: #ecca7f;
}
.cid-ucTcIAuz9w {
  min-height: 101px !important;
  background: #2f1893;
  overflow: visible;
}
.cid-ucTcIAuz9w .nav-item,
.cid-ucTcIAuz9w .nav-link,
.cid-ucTcIAuz9w .navbar-caption {
  font-weight: normal;
}
.cid-ucTcIAuz9w .nav-link {
  position: relative;
  line-height: 40px;
}
.cid-ucTcIAuz9w .nav-link:before,
.cid-ucTcIAuz9w .soc-item a:before {
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  right: 0;
  transition: .45s ease;
}
.cid-ucTcIAuz9w .nav-item:hover .nav-link:before,
.cid-ucTcIAuz9w .soc-item:hover a:before {
  height: 2px;
  background-color: #73091c;
  margin-top: 2px;
}
.cid-ucTcIAuz9w .dropdown-toggle {
  margin: 0 15px !important;
}
.cid-ucTcIAuz9w .dropdown-toggle::after,
.cid-ucTcIAuz9w .link.dropdown-toggle:after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-left: .5rem;
  margin-bottom: 2px;
  content: "";
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
}
.cid-ucTcIAuz9w .dropdown-menu .dropdown-toggle:after {
  border: 2px solid;
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  width: 7px;
  height: 7px;
}
.cid-ucTcIAuz9w .btn {
  height: 40px;
  margin: 0 9px;
  font-weight: 500;
}
.cid-ucTcIAuz9w .nav-item:focus,
.cid-ucTcIAuz9w .nav-link:focus {
  outline: none;
}
.cid-ucTcIAuz9w .dropdown .dropdown-menu {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.cid-ucTcIAuz9w .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 0 !important;
  margin: 0 15px !important;
  font-weight: 400;
  transition: all 0.25s;
}
.cid-ucTcIAuz9w .dropdown .dropdown-menu .dropdown-item::after {
  right: .5rem;
}
.cid-ucTcIAuz9w .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-ucTcIAuz9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucTcIAuz9w .navbar {
  transition: all .3s;
  background: #2f1893;
}
.cid-ucTcIAuz9w .navbar.opened {
  transition: all .3s;
  background: #2f1893 !important;
}
.cid-ucTcIAuz9w .navbar .navbar-collapse {
  justify-content: space-around;
  z-index: 1;
}
.cid-ucTcIAuz9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucTcIAuz9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucTcIAuz9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 4rem - 1rem);
  }
}
.cid-ucTcIAuz9w .navbar.collapsed .nav-dropdown .dropdown-menu {
  padding: .25rem 0;
}
.cid-ucTcIAuz9w .navbar.collapsed .dropdown-menu {
  background: transparent !important;
  padding: .75rem 0;
}
.cid-ucTcIAuz9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
  padding: .5rem;
}
.cid-ucTcIAuz9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
@media (max-width: 991px) {
  .cid-ucTcIAuz9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucTcIAuz9w .navbar .nav-dropdown .dropdown-menu {
    padding: .25rem 0;
  }
  .cid-ucTcIAuz9w .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-ucTcIAuz9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucTcIAuz9w .navbar .navbar-logo img {
    height: 3.6rem !important;
    display: inline-block !important;
    width: auto !important;
  }
  .cid-ucTcIAuz9w .navbar ul.navbar-nav {
    flex-wrap: nowrap;
    overflow: auto;
  }
  .cid-ucTcIAuz9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucTcIAuz9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-ucTcIAuz9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-ucTcIAuz9w .navbar.navbar-short {
  background: #2f1893 !important;
  min-height: 60px;
}
.cid-ucTcIAuz9w .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  display: inline-block !important;
  width: auto !important;
}
.cid-ucTcIAuz9w .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-ucTcIAuz9w .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .25s;
  word-break: break-word;
  z-index: 1;
}
.cid-ucTcIAuz9w .navbar-brand .navbar-caption {
  line-height: 40px !important;
}
.cid-ucTcIAuz9w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucTcIAuz9w .dropdown-item.active,
.cid-ucTcIAuz9w .dropdown-item:active {
  background-color: transparent;
}
.cid-ucTcIAuz9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2f1893;
}
.cid-ucTcIAuz9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  left: 100%;
  border-radius: 4px;
}
.cid-ucTcIAuz9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucTcIAuz9w ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucTcIAuz9w button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-ucTcIAuz9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-ucTcIAuz9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-ucTcIAuz9w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-ucTcIAuz9w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-ucTcIAuz9w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-ucTcIAuz9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucTcIAuz9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-ucTcIAuz9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-ucTcIAuz9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-ucTcIAuz9w .navbar-dropdown {
  padding: 30px 15px;
  position: relative;
  position: fixed;
}
.cid-ucTcIAuz9w a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 15px !important;
}
.cid-ucTcIAuz9w .mbr-iconfont {
  color: #ffffff;
}
.cid-ucTcIAuz9w .soc-item {
  padding: 0 15px;
  position: relative;
  line-height: 40px;
}
.cid-ucTcIAuz9w .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding: 1rem;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ucTcIAuz9w .navbar {
    height: 77px;
  }
  .cid-ucTcIAuz9w .navbar.opened {
    height: auto;
  }
  .cid-ucTcIAuz9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucTcIAuz9w .navbar-dropdown .navbar-logo img {
  display: inline-block;
  width: auto;
}
.cid-ucTcIBNg8Y {
  overflow: visible;
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #c7caf2;
  background: linear-gradient(to right bottom, rgba(199, 202, 242, 0.8), #1455e6);
}
.cid-ucTcIBNg8Y .mbr-overlay {
  background: #ffffff;
}
.cid-ucTcIBNg8Y .animation {
  pointer-events: none;
}
.cid-ucTcIBNg8Y .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucTcIBNg8Y .mbr-section-title {
  margin-bottom: 27px;
  color: #000000;
}
.cid-ucTcIBNg8Y .mbr-text {
  margin-bottom: 35px;
  line-height: 1.54;
}
.cid-ucTcIBNg8Y .image__block {
  margin-top: 60px;
  margin-bottom: -160px;
  position: relative;
  z-index: 5;
}
.cid-ucTcIBNg8Y .image__block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .cid-ucTcIBNg8Y .circle1 {
    position: absolute;
    left: 70px;
    bottom: 70px;
    width: 200px;
    height: 200px;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 13s linear infinite;
  }
  .cid-ucTcIBNg8Y .circle2 {
    top: 150px;
    left: 47.6%;
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 11s linear infinite;
  }
  .cid-ucTcIBNg8Y .circle3 {
    right: 15%;
    bottom: 140px;
    width: 170px;
    height: 170px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 10s linear infinite;
  }
  .cid-ucTcIBNg8Y .circle4 {
    right: 3%;
    top: 190px;
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 1;
    background-color: #fff;
    border-radius: 50%;
    opacity: .1;
    animation: circleAnimation 9s linear infinite;
  }
  @keyframes circleAnimation {
    0% {
      transform: scale(1);
    }
    50% {
      transform: scale(1.5);
    }
    55% {
      transform: scale(1.5);
    }
    100% {
      transform: scale(1);
    }
  }
}
@media (max-width: 991px) {
  .cid-ucTcIBNg8Y .mbr-section-title {
    margin-bottom: 17px;
  }
  .cid-ucTcIBNg8Y .mbr-text {
    margin-bottom: 20px;
  }
  .cid-ucTcIBNg8Y .mbr-section-btn {
    margin-bottom: 40px;
  }
  .cid-ucTcIBNg8Y .image__block {
    margin-bottom: -100px;
  }
}
.cid-ucTcIBNg8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIBNg8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIBNg8Y .mbr-text,
.cid-ucTcIBNg8Y .mbr-section-btn {
  color: #000000;
}
.cid-ucTcICPzvU {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #c7caf2;
  overflow: hidden;
}
.cid-ucTcICPzvU .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcICPzvU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcICPzvU .row {
  justify-content: left;
}
.cid-ucTcICPzvU .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 10%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ffffff;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucTcICPzvU .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcICPzvU .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ucTcICPzvU .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ffffff;
}
.cid-ucTcICPzvU .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ucTcICPzvU .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ucTcICPzvU .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ffffff;
}
.cid-ucTcICPzvU .point-frame-1 {
  top: 19px;
}
.cid-ucTcICPzvU .point-frame-2 {
  bottom: 19px;
}
.cid-ucTcICPzvU .title-container {
  width: 60%;
  padding: 0 80px 0 0;
  padding: 0 0 0 80px;
}
@media (max-width: 991px) {
  .cid-ucTcICPzvU .title-container {
    padding: 0 40px 0 0;
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcICPzvU .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcICPzvU .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 40%;
  padding: 0 0 0 80px;
  padding: 0 80px 0 0;
}
@media (max-width: 991px) {
  .cid-ucTcICPzvU .text-container {
    padding: 0 0 0 40px;
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcICPzvU .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ucTcICPzvU .item-container {
  width: 100%;
}
.cid-ucTcICPzvU .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ucTcICPzvU .mbr-text {
  color: #000000;
  width: 100%;
}
.cid-ucTcICPzvU .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ucTcICPzvU .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucTcIDVcfW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  position: relative;
  overflow: hidden;
}
.cid-ucTcIDVcfW .container {
  max-width: 920px;
}
.cid-ucTcIDVcfW .border-container {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 80px 60px;
  background-color: #ffffff;
  border: 1px solid rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-ucTcIDVcfW .border-container {
    padding: 7% 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIDVcfW .border-container {
    padding: 8% 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIDVcfW .border-container {
    padding: 9% 7%;
  }
}
.cid-ucTcIDVcfW .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucTcIDVcfW .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucTcIDVcfW .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucTcIDVcfW .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucTcIDVcfW .border-frame {
  position: absolute;
  z-index: 5;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: rgba(222, 215, 205, 0.1);
}
@media (max-width: 991px) {
  .cid-ucTcIDVcfW .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIDVcfW .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIDVcfW .border-frame {
    width: 7%;
  }
}
.cid-ucTcIDVcfW .content-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcIDVcfW .content-container {
    min-height: auto;
  }
}
.cid-ucTcIDVcfW .text-container {
  width: 100%;
}
.cid-ucTcIDVcfW .text-wrapper {
  width: 100%;
}
.cid-ucTcIDVcfW .mbr-text {
  color: #000000;
  width: 100%;
  margin: 0;
}
.cid-ucTcIDVcfW .card-title {
  color: #BF9341;
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.5rem;
}
.cid-ucTcIDVcfW .line-frame {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: 0 50% 0;
  height: 1px;
  width: 1000%;
  background-color: rgba(222, 215, 205, 0.1);
}
.cid-ucTcIDVcfW .line-frame-1 {
  transform: rotate(30deg) translate(-50%, -50%);
}
.cid-ucTcIDVcfW .line-frame-2 {
  transform: rotate(60deg) translate(-50%, -50%);
}
.cid-ucTcIDVcfW .line-frame-3 {
  transform: rotate(90deg) translate(-50%, -50%);
}
.cid-ucTcIDVcfW .line-frame-4 {
  transform: rotate(120deg) translate(-50%, -50%);
}
.cid-ucTcIDVcfW .line-frame-5 {
  transform: rotate(150deg) translate(-50%, -50%);
}
.cid-ucTcIEYUyd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-ucTcIEYUyd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIEYUyd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIEYUyd .container {
  max-width: 1600px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-ucTcIEYUyd .container {
    max-width: 80%;
  }
}
.cid-ucTcIEYUyd .content-container {
  display: flex;
  align-items: stretch;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .content-container {
    flex-wrap: wrap;
  }
}
.cid-ucTcIEYUyd .text-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 30%;
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .text-container {
    width: 100%;
  }
}
.cid-ucTcIEYUyd .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .card-box {
    margin-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIEYUyd .card-box {
    margin-bottom: 40px;
  }
}
.cid-ucTcIEYUyd .card-title {
  width: 100%;
  color: #192732;
}
.cid-ucTcIEYUyd .mbr-text {
  color: #192732;
  padding: 60px 0 0 23%;
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .mbr-text {
    padding: 44px 0 0 13%;
    max-width: 56%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIEYUyd .mbr-text {
    max-width: 100%;
    padding-left: 0;
  }
}
.cid-ucTcIEYUyd .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .cid-ucTcIEYUyd .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-ucTcIEYUyd .btn-primary-outline {
  color: #192732;
}
.cid-ucTcIEYUyd .img-container {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .img-container {
    width: 100%;
  }
}
.cid-ucTcIEYUyd .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucTcIEYUyd .image-wrapper img {
  object-fit: cover;
}
.cid-ucTcIEYUyd .image-wrapper-1 {
  margin-bottom: 32px;
}
.cid-ucTcIEYUyd .image-wrapper-1 img {
  width: 32%;
  margin-left: auto;
}
@media (min-width: 992px) {
  .cid-ucTcIEYUyd .image-wrapper-1 img {
    margin-left: 0;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .image-wrapper-1 img {
    width: 41%;
  }
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .image-wrapper-1 {
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIEYUyd .image-wrapper-1 {
    margin-bottom: 60px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIEYUyd .image-wrapper-1 {
    margin-bottom: 40px;
  }
}
.cid-ucTcIEYUyd .image-wrapper-2 img {
  width: 83%;
  padding-left: 23.5%;
}
@media (min-width: 992px) {
  .cid-ucTcIEYUyd .image-wrapper-2 img {
    padding-left: 0;
    padding-right: 23.5%;
  }
}
@media (max-width: 991px) {
  .cid-ucTcIEYUyd .image-wrapper-2 img {
    width: 80%;
    padding-left: 0;
    margin-right: auto;
  }
}
.cid-ucTcIG56Su {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
  position: relative;
}
.cid-ucTcIG56Su::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(45deg, #e2f5a7, #2f1893);
}
.cid-ucTcIG56Su .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIG56Su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIG56Su .container-fluid {
  position: relative;
  z-index: 1;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .cid-ucTcIG56Su .container-fluid {
    padding: 0 42px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcIG56Su .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcIG56Su .container {
    padding: 0 16px;
  }
}
.cid-ucTcIG56Su .content-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-ucTcIG56Su .content-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-ucTcIG56Su .item {
  margin-bottom: 32px;
}
.cid-ucTcIG56Su .item .item-wrapper .card-box .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-ucTcIG56Su .item .item-wrapper .card-box .title-wrapper .title-wrap {
    margin-bottom: 16px;
  }
}
.cid-ucTcIG56Su .item .item-wrapper .card-box .title-wrapper .title-wrap .mbr-iconfont {
  font-size: 36px;
  color: #f4f4f4;
  margin-right: 12px;
}
.cid-ucTcIG56Su .item .item-wrapper .card-box .title-wrapper .title-wrap .card-title {
  margin-bottom: 0;
}
.cid-ucTcIG56Su .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 0;
}
.cid-ucTcIG56Su .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucTcIG56Su .card-title {
  color: #f4f4f4;
}
.cid-ucTcIG56Su .card-text {
  color: #c1c1c1;
}
.cid-ucTcIHxXVv {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #c7caf2;
}
.cid-ucTcIHxXVv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIHxXVv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIHxXVv .row {
  justify-content: left;
}
.cid-ucTcIHxXVv .main-col {
  display: flex;
}
.cid-ucTcIHxXVv .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcIHxXVv .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcIHxXVv .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 20px;
}
.cid-ucTcIHxXVv .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucTcIIBCOi {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-ucTcIIBCOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIIBCOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIIBCOi .container {
  max-width: 900px;
}
.cid-ucTcIIBCOi .content-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 767px) {
  .cid-ucTcIIBCOi .content-container {
    flex-direction: column;
    justify-content: flex-start;
  }
}
.cid-ucTcIIBCOi .card-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 45%;
  padding-left: 40px;
}
@media (max-width: 991px) {
  .cid-ucTcIIBCOi .card-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIIBCOi .card-wrapper {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
.cid-ucTcIIBCOi .card-box {
  width: 100%;
}
.cid-ucTcIIBCOi .card-title {
  width: 100%;
  color: #192732;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .cid-ucTcIIBCOi .card-title {
    margin-bottom: 24px;
    text-align: center !important;
  }
}
.cid-ucTcIIBCOi .mbr-text {
  width: 100%;
  color: #192732;
}
@media (max-width: 767px) {
  .cid-ucTcIIBCOi .mbr-text {
    text-align: center !important;
  }
}
.cid-ucTcIIBCOi .mbr-section-btn {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-ucTcIIBCOi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ucTcIIBCOi .img-container {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-ucTcIIBCOi .img-container {
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIIBCOi .img-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcIIBCOi .image-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-ucTcIIBCOi .image-wrapper img {
  object-fit: cover;
  max-height: 100vh;
}
.cid-ucTcIIBCOi .card-title,
.cid-ucTcIIBCOi .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcIIBCOi .mbr-text,
.cid-ucTcIIBCOi .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcIJPhUP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2f1893;
  overflow: hidden;
}
.cid-ucTcIJPhUP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIJPhUP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIJPhUP .row {
  justify-content: left;
}
.cid-ucTcIJPhUP .content-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 80px 4.5%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ded7cd;
}
@media (max-width: 1199px) {
  .cid-ucTcIJPhUP .content-container {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  .cid-ucTcIJPhUP .content-container {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIJPhUP .content-container {
    flex-wrap: wrap;
    padding: 40px 0;
  }
}
.cid-ucTcIJPhUP .line-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  height: 100%;
  width: 1px;
  background-color: #ded7cd;
}
.cid-ucTcIJPhUP .line-frame-1 {
  top: calc(100% - 11px);
}
.cid-ucTcIJPhUP .line-frame-2 {
  bottom: calc(100% - 11px);
}
.cid-ucTcIJPhUP .point-frame {
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 3px;
  height: 3px;
  background-color: #ded7cd;
}
.cid-ucTcIJPhUP .point-frame-1 {
  top: 19px;
}
.cid-ucTcIJPhUP .point-frame-2 {
  bottom: 19px;
}
.cid-ucTcIJPhUP .title-container {
  width: 70%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-ucTcIJPhUP .title-container {
    padding: 0 40px 0 0;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIJPhUP .title-container {
    width: 100%;
    padding: 0;
  }
}
.cid-ucTcIJPhUP .text-container {
  width: 30%;
  padding: 0 40px;
}
@media (max-width: 991px) {
  .cid-ucTcIJPhUP .text-container {
    padding: 0 0 0 40px;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIJPhUP .text-container {
    width: 100%;
    padding: 32px 0 0 0;
  }
}
.cid-ucTcIJPhUP .item-container {
  width: 100%;
}
.cid-ucTcIJPhUP .mbr-section-title {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcIJPhUP .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcIJPhUP .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 575px) {
  .cid-ucTcIJPhUP .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-ucTcIJPhUP .mbr-section-title-1 {
  color: #fafafa;
}
.cid-ucTcIJPhUP .mbr-section-title-2 {
  color: #ffffff;
}
.cid-ucTcIJPhUP .mbr-text,
.cid-ucTcIJPhUP .mbr-section-btn {
  color: #fafafa;
}
.cid-ucTcIKVo9H {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-ucTcIKVo9H .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucTcIKVo9H .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucTcIKVo9H .container {
    padding: 0 25px;
  }
}
.cid-ucTcIKVo9H .row {
  margin: 0;
}
.cid-ucTcIKVo9H .row .card {
  padding: 0;
  justify-content: center;
}
.cid-ucTcIKVo9H .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-ucTcIKVo9H .image-wrapper {
    min-height: 350px;
  }
}
.cid-ucTcIKVo9H .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ucTcIKVo9H .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-ucTcIKVo9H .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-ucTcIKVo9H .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ucTcIKVo9H .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucTcIKVo9H .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-ucTcIKVo9H .mbr-section-title {
  color: #000000;
}
.cid-ucTcIKVo9H .mbr-text {
  color: #000000;
}
.cid-ucTcIM1fPf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucTcIM1fPf .row {
  align-items: center;
  width: 100%;
}
.cid-ucTcIM1fPf .mbr-section-head {
  margin-bottom: 2rem;
  padding: 0 !important;
}
.cid-ucTcIM1fPf .mbr-section-title {
  color: #000000;
}
.cid-ucTcIM1fPf .mbr-section-subtitle {
  color: #f3f4ef;
}
.cid-ucTcIM1fPf .content-container {
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .cid-ucTcIM1fPf .content-container {
    grid-template-columns: 1fr;
  }
}
.cid-ucTcIM1fPf .col-text {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ucTcIM1fPf .text-container {
  padding: 32px;
  height: 100%;
}
@media (max-width: 991px) {
  .cid-ucTcIM1fPf .text-container {
    padding: 24px;
  }
}
.cid-ucTcIM1fPf .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cid-ucTcIM1fPf .iconfont-wrapper {
  margin-bottom: 8px;
}
.cid-ucTcIM1fPf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 36px;
  color: #32fc1d;
}
.cid-ucTcIM1fPf .card-title {
  width: 100%;
  color: #000000;
  margin-bottom: 0;
}
.cid-ucTcIM1fPf .mbr-text {
  color: #000000;
  width: 100%;
  margin-bottom: 0;
  margin-top: 8px;
  opacity: 0.8;
}
.cid-ucTcINzCTV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucTcINzCTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcINzCTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcINzCTV .row {
  justify-content: left;
}
.cid-ucTcINzCTV .main-col {
  display: flex;
}
.cid-ucTcINzCTV .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcINzCTV .mbr-section-title {
  color: #ded7cd;
  width: 100%;
  text-align: center;
}
.cid-ucTcINzCTV .mbr-section-subtitle {
  color: #fafafa;
  width: 100%;
  margin-top: 20px;
}
.cid-ucTcINzCTV .mbr-text {
  color: #BF9341;
  width: 100%;
  margin-top: 1rem;
}
.cid-ucTcIOF4rh {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ded7cd;
}
.cid-ucTcIOF4rh .container-fluid {
  padding: 0 3rem;
}
.cid-ucTcIOF4rh .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #e61444 50%, #3c4e84 120%);
  display: inline-block;
}
.cid-ucTcIOF4rh .mbr-section-title {
  color: #000000;
}
.cid-ucTcIOF4rh .mbr-section-subtitle {
  color: #000000;
}
.cid-ucTcIOF4rh .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-ucTcIOF4rh .header-text {
  padding: 2rem 1rem !important;
}
.cid-ucTcIOF4rh .card {
  border-radius: 25px !important;
  background: #2f1893;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-ucTcIOF4rh .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-ucTcIOF4rh .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-ucTcIOF4rh .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-ucTcIOF4rh .card .card-header a.panel-title:hover .sign {
  background-color: #000000 !important;
}
.cid-ucTcIOF4rh .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #c7caf2;
  padding: 2rem;
  padding-top: 36px;
  color: white;
}
.cid-ucTcIOF4rh .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-ucTcIOF4rh .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-ucTcIOF4rh .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-ucTcIOF4rh .container-fluid {
    padding: 0 1rem;
  }
  .cid-ucTcIOF4rh .header-text {
    padding: 1rem !important;
  }
  .cid-ucTcIOF4rh .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-ucTcIOF4rh .panel-body {
    width: calc(100% - 48px);
  }
  .cid-ucTcIOF4rh .panel-group {
    padding: 0;
  }
}
.cid-ucTcIOF4rh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIOF4rh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIOF4rh .header-text,
.cid-ucTcIOF4rh .sign {
  color: #c7caf2;
}
.cid-ucTcIOF4rh .mbr-section-title,
.cid-ucTcIOF4rh .underline {
  color: #2f1893;
}
.cid-ucTcIQc7qs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #c7caf2;
}
.cid-ucTcIQc7qs .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIQc7qs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIQc7qs .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-ucTcIQc7qs .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucTcIQc7qs .container {
    padding: 0 30px;
  }
}
.cid-ucTcIQc7qs .mbr-section-title {
  margin-bottom: 70px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-ucTcIQc7qs .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-ucTcIQc7qs .video-block .video-wrapper .app-video-wrapper img {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucTcIQc7qs .video-block .video-wrapper .app-video-wrapper img {
    height: 350px;
  }
}
.cid-ucTcIQc7qs .video-block .video-wrapper .app-video-wrapper::before {
  color: #fe5115;
  text-shadow: none;
}
.cid-ucTcIQc7qs .video-block .video-wrapper iframe {
  height: 700px;
  object-fit: cover;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-ucTcIQc7qs .video-block .video-wrapper iframe {
    height: 350px;
  }
}
.cid-ucTcIRkd7S {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c7caf2;
}
.cid-ucTcIRkd7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIRkd7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIRkd7S .row {
  justify-content: left;
}
.cid-ucTcIRkd7S .main-col {
  display: flex;
}
.cid-ucTcIRkd7S .content-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 850px;
}
.cid-ucTcIRkd7S .mbr-section-title {
  color: #000000;
  width: 100%;
}
.cid-ucTcIRkd7S .mbr-section-subtitle {
  color: #000000;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.cid-ucTcIRkd7S .mbr-text {
  color: #000000;
  width: 100%;
  margin-top: 1rem;
  text-align: center;
}
.cid-ucTPOt75Ln {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucTPOt75Ln .container {
    padding: 0 25px;
  }
}
.cid-ucTPOt75Ln .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-ucTPOt75Ln .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-ucTPOt75Ln .panel-group {
  border-bottom: 2px solid #2f1893;
}
.cid-ucTPOt75Ln .panel-group .card {
  border-top: 2px solid #2f1893;
  border-radius: 0 !important;
  padding: 0;
}
.cid-ucTPOt75Ln .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-ucTPOt75Ln .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-ucTPOt75Ln .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #c7caf2;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ucTPOt75Ln .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #c7caf2;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-ucTPOt75Ln .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucTPOt75Ln .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #c7caf2;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-ucTPOt75Ln .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-ucTPOt75Ln .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucTPOt75Ln .mbr-section-title {
  color: #000000;
}
.cid-ucTPOt75Ln .panel-title-edit {
  color: #000000;
}
.cid-ucTPOt75Ln .panel-text {
  color: #000000;
}
.cid-ucTcISwo6j {
  display: flex;
  padding-top: 105px;
  padding-bottom: 105px;
  background: linear-gradient(to bottom, #000000, #ffffff);
}
.cid-ucTcISwo6j .mbr-section-title {
  text-align: left;
  color: #232323;
}
.cid-ucTcISwo6j .mbr-text,
.cid-ucTcISwo6j .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-ucTcISwo6j .mbr-section-title,
.cid-ucTcISwo6j .line {
  color: #fafafa;
  text-align: center;
}
.cid-ucTcISwo6j .google-map {
  height: 40rem;
  filter: grayscale(1);
  position: relative;
  border-radius: 2rem;
}
.cid-ucTcISwo6j .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-ucTcISwo6j .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-ucTcISwo6j .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ucTcISwo6j .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ucTcISwo6j h2 {
  position: relative;
  width: fit-content;
  padding-left: 35px;
  display: inline-block;
}
.cid-ucTcISwo6j h2:before {
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: currentColor;
  position: absolute;
  left: 10px;
  top: calc(50% - 6px);
}
.cid-ucTcISwo6j .mbr-section-subtitle,
.cid-ucTcISwo6j .align {
  text-align: left;
  color: #232323;
}
.cid-ucTcIU0reu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2f1893;
}
.cid-ucTcIU0reu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucTcIU0reu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucTcIU0reu .container {
  max-width: 1600px;
}
.cid-ucTcIU0reu .border-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcIU0reu .border-container {
    padding: 48px 0;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIU0reu .border-container {
    padding: 30px 0;
  }
}
.cid-ucTcIU0reu .frame-top-left {
  top: -1px;
  left: -1px;
  border-bottom: 1px solid;
  border-right: 1px solid;
  border-bottom-right-radius: 100%;
}
.cid-ucTcIU0reu .frame-top-right {
  top: -1px;
  right: -1px;
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-bottom-left-radius: 100%;
}
.cid-ucTcIU0reu .frame-bottom-left {
  bottom: -1px;
  left: -1px;
  border-top: 1px solid;
  border-right: 1px solid;
  border-top-right-radius: 100%;
}
.cid-ucTcIU0reu .frame-bottom-right {
  bottom: -1px;
  right: -1px;
  border-top: 1px solid;
  border-left: 1px solid;
  border-top-left-radius: 100%;
}
.cid-ucTcIU0reu .border-frame {
  position: absolute;
  z-index: 3;
  width: 60px;
  aspect-ratio: 1;
  background-color: #2f1893;
  border-color: #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcIU0reu .border-frame {
    width: 5%;
  }
}
@media (max-width: 767px) {
  .cid-ucTcIU0reu .border-frame {
    width: 6%;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIU0reu .border-frame {
    width: 7%;
  }
}
.cid-ucTcIU0reu .footer-main-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-ucTcIU0reu .footer-item-container {
  width: 33.33333333%;
  flex-grow: 1;
  padding: 80px;
}
.cid-ucTcIU0reu .footer-item-container:not(:first-child) {
  border-left: 1px solid #c5e073;
}
@media (max-width: 991px) {
  .cid-ucTcIU0reu .footer-item-container {
    width: 100%;
    padding: 40px 40px 40px 120px;
  }
  .cid-ucTcIU0reu .footer-item-container:not(:first-child) {
    border-left: none;
    border-top: 1px solid #c5e073;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIU0reu .footer-item-container {
    padding: 26px 26px 26px 76px;
  }
}
.cid-ucTcIU0reu .footer-item {
  height: 100%;
}
.cid-ucTcIU0reu .mbr-section-subtitle {
  color: #ecca7f;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 991px) {
  .cid-ucTcIU0reu .mbr-section-subtitle {
    margin-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIU0reu .mbr-section-subtitle {
    margin-bottom: 40px;
  }
}
.cid-ucTcIU0reu .mbr-text {
  color: #BF9341;
  width: 100%;
}
.cid-ucTcIU0reu .mbr-section-btn {
  margin-top: 20px;
}
.cid-ucTcIU0reu .list {
  width: 100%;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  color: #e61444;
}
.cid-ucTcIU0reu .list li {
  position: relative;
  width: 100%;
  color: inherit !important;
  padding: 0 0 0 30px;
  margin: 10px 0;
  transition: .3s all;
}
.cid-ucTcIU0reu .list li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: currentColor;
}
.cid-ucTcIU0reu .list li:hover {
  color: #e61444 !important;
}
.cid-ucTcIU0reu .list a {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIU0reu .list a p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIU0reu .list a:hover {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIU0reu .list a:hover p {
  color: inherit !important;
  line-height: inherit !important;
}
.cid-ucTcIU0reu .social-row {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
}
.cid-ucTcIU0reu .social-row .mbr-iconfont {
  font-size: 18px;
  color: #b84358;
  margin-right: 20px;
}
.cid-ucTcIU0reu .social-text {
  color: #1455e6;
  transition: .4s all;
  margin-bottom: 0 !important;
}
.cid-ucTcIU0reu .soc-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 10px 0;
  transition: .4s all;
}
.cid-ucTcIU0reu .soc-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
}
.cid-ucTcIU0reu .soc-item:hover .mbr-iconfont {
  color: #e61444 !important;
}
.cid-ucTcIU0reu .soc-item:hover .social-text {
  color: #e61444 !important;
}
.cid-ucTcIU0reu .copyright-container {
  width: 100%;
  padding: 0;
  margin-top: 56px;
}
@media (max-width: 991px) {
  .cid-ucTcIU0reu .copyright-container {
    margin-top: 48px;
  }
}
@media (max-width: 575px) {
  .cid-ucTcIU0reu .copyright-container {
    margin-top: 30px;
  }
}
.cid-ucTcIU0reu .copyright-text {
  color: #ecca7f;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-ucTcIU0reu .copyright-text {
    text-align: center !important;
  }
}
.cid-ucTcIU0reu .mbr-text,
.cid-ucTcIU0reu .mbr-section-btn {
  color: #ecca7f;
}
