.btn {
  border-width: 2px;
}
body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 2.9rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.625rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.7rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.125rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.03rem;
    font-size: calc( 1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.665rem + (2.9 - 1.665) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.36rem;
    font-size: calc( 1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.245rem + (1.7 - 1.245) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 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: #ff2924 !important;
}
.bg-success {
  background-color: #007dba !important;
}
.bg-info {
  background-color: #042c4d !important;
}
.bg-warning {
  background-color: #ffc60d !important;
}
.bg-danger {
  background-color: #8946cf !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2924 !important;
  border-color: #ff2924 !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: #cc0500 !important;
  border-color: #cc0500 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #cc0500 !important;
  border-color: #cc0500 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e43f3f !important;
  border-color: #e43f3f !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: #b31919 !important;
  border-color: #b31919 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b31919 !important;
  border-color: #b31919 !important;
}
.btn-info,
.btn-info:active {
  background-color: #042c4d !important;
  border-color: #042c4d !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: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #007dba !important;
  border-color: #007dba !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: #004363 !important;
  border-color: #004363 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #004363 !important;
  border-color: #004363 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffc60d !important;
  border-color: #ffc60d !important;
  color: #0d0a00 !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: #b58b00 !important;
  border-color: #b58b00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0d0a00 !important;
  background-color: #b58b00 !important;
  border-color: #b58b00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #8946cf !important;
  border-color: #8946cf !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: #5e2797 !important;
  border-color: #5e2797 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #5e2797 !important;
  border-color: #5e2797 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff2924;
  color: #ff2924;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cc0500 !important;
  background-color: transparent!important;
  border-color: #cc0500 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2924 !important;
  border-color: #ff2924 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e43f3f;
  color: #e43f3f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b31919 !important;
  background-color: transparent!important;
  border-color: #b31919 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e43f3f !important;
  border-color: #e43f3f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #042c4d;
  color: #042c4d;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #042c4d !important;
  border-color: #042c4d !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #007dba;
  color: #007dba;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #004363 !important;
  background-color: transparent!important;
  border-color: #004363 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #007dba !important;
  border-color: #007dba !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffc60d;
  color: #ffc60d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #b58b00 !important;
  background-color: transparent!important;
  border-color: #b58b00 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0d0a00 !important;
  background-color: #ffc60d !important;
  border-color: #ffc60d !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #8946cf;
  color: #8946cf;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #5e2797 !important;
  background-color: transparent!important;
  border-color: #5e2797 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #8946cf !important;
  border-color: #8946cf !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff2924 !important;
}
.text-secondary {
  color: #e43f3f !important;
}
.text-success {
  color: #007dba !important;
}
.text-info {
  color: #042c4d !important;
}
.text-warning {
  color: #ffc60d !important;
}
.text-danger {
  color: #8946cf !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #bd0400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a61717 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #003854 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #a67f00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #56248b !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: #ff2924;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #042c4d;
}
.alert-warning {
  background-color: #ffc60d;
}
.alert-danger {
  background-color: #8946cf;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff2924;
  border-color: #ff2924;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff2924;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fff0f0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3bbfff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #41a4f5;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff6d9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f0e8f9;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff2924 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff2924;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff2924;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff2924;
}
.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: #ff2924;
  border-bottom-color: #ff2924;
}
.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: #ff2924 !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: #e43f3f !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='%23ff2924' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tKUajeTwKx .navbar-dropdown {
  position: relative !important;
}
.cid-tKUajeTwKx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKUajeTwKx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKUajeTwKx .dropdown-item:hover,
.cid-tKUajeTwKx .dropdown-item:focus {
  background: #ff2924 !important;
  color: white !important;
}
.cid-tKUajeTwKx .dropdown-item:hover span {
  color: white;
}
.cid-tKUajeTwKx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKUajeTwKx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKUajeTwKx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKUajeTwKx .nav-link {
  position: relative;
}
.cid-tKUajeTwKx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown-menu,
.cid-tKUajeTwKx .navbar.opened {
  background: #8946cf !important;
}
.cid-tKUajeTwKx .nav-item:focus,
.cid-tKUajeTwKx .nav-link:focus {
  outline: none;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKUajeTwKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKUajeTwKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.opened {
  transition: all 0.3s;
}
.cid-tKUajeTwKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKUajeTwKx .navbar .navbar-logo img {
  width: auto;
}
.cid-tKUajeTwKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar.collapsed {
  justify-content: center;
}
.cid-tKUajeTwKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKUajeTwKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKUajeTwKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKUajeTwKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKUajeTwKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKUajeTwKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKUajeTwKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKUajeTwKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKUajeTwKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKUajeTwKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKUajeTwKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKUajeTwKx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKUajeTwKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKUajeTwKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKUajeTwKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKUajeTwKx .dropdown-item.active,
.cid-tKUajeTwKx .dropdown-item:active {
  background-color: transparent;
}
.cid-tKUajeTwKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKUajeTwKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKUajeTwKx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKUajeTwKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKUajeTwKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKUajeTwKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKUajeTwKx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKUajeTwKx .navbar {
    height: 70px;
  }
  .cid-tKUajeTwKx .navbar.opened {
    height: auto;
  }
  .cid-tKUajeTwKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-utDQdXRCEo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7efff;
}
.cid-utDQdXRCEo .mbr-fallback-image.disabled {
  display: none;
}
.cid-utDQdXRCEo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utDQdXRCEo .mbr-section-title {
  color: #8946cf;
  text-align: center;
}
.cid-uqM5gGcOaH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uqM5gGcOaH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqM5gGcOaH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqM5gGcOaH .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uqM5gGcOaH .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uqM5gGcOaH .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uqM5gGcOaH .mbr-section-title {
  text-align: center;
  color: #4b0595;
}
.cid-uqM5gGcOaH .mbr-text,
.cid-uqM5gGcOaH .mbr-section-btn {
  text-align: center;
  color: #e43f3f;
}
.cid-uqM5gGcOaH .mbr-section-title DIV {
  text-align: center;
}
.cid-uvBB6OlI9K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvBB6OlI9K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBB6OlI9K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvBB6OlI9K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBB6OlI9K .row {
  flex-direction: row-reverse;
}
.cid-uvBB6OlI9K img {
  width: 100%;
}
.cid-uvCYOLHuB3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvCYOLHuB3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvCYOLHuB3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvCYOLHuB3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvCYOLHuB3 .row {
  flex-direction: row-reverse;
}
.cid-uvCYOLHuB3 img {
  width: 100%;
}
.cid-uvBCgb0vvL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvBCgb0vvL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvBCgb0vvL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvBCgb0vvL .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvBCgb0vvL .row {
  flex-direction: row-reverse;
}
.cid-uvBCgb0vvL img {
  width: 100%;
}
.cid-uvBJhiPfTt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7efff;
}
.cid-uvBJhiPfTt img,
.cid-uvBJhiPfTt .item-img {
  width: 100%;
}
.cid-uvBJhiPfTt .item:focus,
.cid-uvBJhiPfTt span:focus {
  outline: none;
}
.cid-uvBJhiPfTt .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvBJhiPfTt .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7efff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvBJhiPfTt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvBJhiPfTt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvBJhiPfTt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvBJhiPfTt .mbr-section-title {
  color: #4b0595;
}
.cid-uvBJhiPfTt .mbr-text,
.cid-uvBJhiPfTt .mbr-section-btn {
  text-align: center;
  color: #4b0595;
}
.cid-uvBJhiPfTt .item-title {
  text-align: center;
  color: #4b0595;
}
.cid-uvBJhiPfTt .item-subtitle {
  text-align: center;
}
.cid-uvBJhiPfTt .mbr-section-subtitle {
  color: #4b0595;
}
.cid-uvDahmuGNS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/element31.webp");
}
.cid-uvDahmuGNS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDahmuGNS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDahmuGNS .mbr-section-title {
  color: #4b0595;
}
.cid-uvDahmuGNS .mbr-section-subtitle {
  color: #e6c63b;
}
.cid-uvD4m8gLJE {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/element31.webp");
}
.cid-uvD4m8gLJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvD4m8gLJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvD4m8gLJE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvD4m8gLJE .row {
  flex-direction: row-reverse;
}
.cid-uvD4m8gLJE img {
  width: 100%;
}
.cid-uvDybYb3hY {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/element31.webp");
}
.cid-uvDybYb3hY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDybYb3hY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDybYb3hY .mbr-section-subtitle {
  text-align: left;
  color: #4b0595;
}
.cid-uvDF17CmrT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvDF17CmrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDF17CmrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvDF17CmrT .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvDF17CmrT img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvDF17CmrT .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvDF17CmrT .mbr-section-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvDF17CmrT .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-uvIBYqbLnN {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvIBYqbLnN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIBYqbLnN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvIBYqbLnN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvIBYqbLnN .row {
  flex-direction: row-reverse;
}
.cid-uvIBYqbLnN img {
  width: 100%;
}
.cid-uvIC8wCTeb {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvIC8wCTeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIC8wCTeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvIC8wCTeb .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvIC8wCTeb .row {
  flex-direction: row-reverse;
}
.cid-uvIC8wCTeb img {
  width: 100%;
}
.cid-uvICsHiL0M {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvICsHiL0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvICsHiL0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvICsHiL0M .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvICsHiL0M .row {
  flex-direction: row-reverse;
}
.cid-uvICsHiL0M img {
  width: 100%;
}
.cid-uvIDEdYdE4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvIDEdYdE4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIDEdYdE4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvIDEdYdE4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvIDEdYdE4 .row {
  flex-direction: row-reverse;
}
.cid-uvIDEdYdE4 img {
  width: 100%;
}
.cid-uvIDSF4oiv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvIDSF4oiv .line {
  background-color: #f4edfd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvIDSF4oiv .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-utnAcOoutB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-utnAcOoutB .mbr-fallback-image.disabled {
  display: none;
}
.cid-utnAcOoutB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utnAcOoutB .mbr-section-title {
  color: #ffffff;
}
.cid-uvIO4pTnnw {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9dbf7;
}
.cid-uvIO4pTnnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIO4pTnnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvIO4pTnnw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvIO4pTnnw .row {
  flex-direction: row-reverse;
}
.cid-uvIO4pTnnw img {
  width: 100%;
}
.cid-uvIO4pTnnw .mbr-description {
  text-align: center;
  color: #4b0595;
}
.cid-uvIOzZhhOr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvIOzZhhOr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIOzZhhOr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvIOzZhhOr .mbr-section-title {
  color: #ffffff;
}
.cid-uvIPcrNXN7 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #e9dbf7;
}
.cid-uvIPcrNXN7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvIPcrNXN7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvIPcrNXN7 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvIPcrNXN7 .row {
  flex-direction: row-reverse;
}
.cid-uvIPcrNXN7 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvIPcrNXN7 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvIPcrNXN7 .mbr-text {
  text-align: center;
  color: #4b0595;
}
.cid-uvJkoD4NiI {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/image-1.webp");
}
.cid-uvJkoD4NiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJkoD4NiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvJkoD4NiI .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvJkoD4NiI .row {
  flex-direction: row-reverse;
}
.cid-uvJkoD4NiI img {
  width: 100%;
}
.cid-uvJfXcBRXw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvJfXcBRXw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJfXcBRXw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJfXcBRXw .text-wrapper {
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-uvJfXcBRXw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvJfXcBRXw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uvJfXcBRXw .text-wrapper {
    padding: 2rem;
  }
}
.cid-uvJfXcBRXw .mbr-section-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvJfXcBRXw .mbr-text {
  color: #4b0595;
}
.cid-uvJxw2nCcJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7efff;
}
.cid-uvJxw2nCcJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJxw2nCcJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvJxw2nCcJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvJxw2nCcJ .row {
  flex-direction: row-reverse;
}
.cid-uvJxw2nCcJ img {
  width: 100%;
}
.cid-uvJzJIpViF {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f4edfd;
}
.cid-uvJzJIpViF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJzJIpViF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvJzJIpViF .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvJzJIpViF .row {
  flex-direction: row-reverse;
}
.cid-uvJzJIpViF img {
  width: 100%;
}
.cid-uvJCTLlPZ9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvJCTLlPZ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJCTLlPZ9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJCTLlPZ9 .mbr-section-title {
  color: #ffffff;
}
.cid-uvJF3MNwPj {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f4edfd;
}
.cid-uvJF3MNwPj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uvJF3MNwPj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uvJF3MNwPj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #fcba23;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uvJF3MNwPj .mbr-text UL {
  text-align: left;
}
.cid-uvJF3MNwPj .mbr-text {
  color: #4b0595;
}
.cid-uvJF3MNwPj .mbr-section-title {
  color: #4b0595;
  text-align: left;
}
.cid-uvJIRZ3lxO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #7e42cb;
}
.cid-uvJIRZ3lxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJIRZ3lxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvJIRZ3lxO .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvJIRZ3lxO .row {
  flex-direction: row-reverse;
}
.cid-uvJIRZ3lxO img {
  width: 100%;
}
.cid-uvJJi7qnh1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvJJi7qnh1 .line {
  background-color: #f4edfd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvJJi7qnh1 .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-uvJN5TzAMh {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvJN5TzAMh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJN5TzAMh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvJN5TzAMh .mbr-section-title {
  color: #4b0595;
}
.cid-uvJMoHhiRe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvJMoHhiRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvJMoHhiRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvJMoHhiRe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvJMoHhiRe .row {
  flex-direction: row-reverse;
}
.cid-uvJMoHhiRe img {
  width: 100%;
}
.cid-uvJNDGNObD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvJNDGNObD .mbr-section-subtitle {
  text-align: center;
  color: #4b0595;
}
.cid-uvJNDGNObD .mbr-text {
  text-align: center;
  color: #7e42cb;
}
.cid-uvOR1nTXNR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #783bc6;
}
.cid-uvOR1nTXNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOR1nTXNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOR1nTXNR .mbr-section-title {
  color: #ffffff;
}
.cid-uvOR1nTXNR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvMkjizb5X {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvMkjizb5X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMkjizb5X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvMkjizb5X .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvMkjizb5X .row {
  flex-direction: row-reverse;
}
.cid-uvMkjizb5X img {
  width: 100%;
}
.cid-uvMl0Q6dJd {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvMl0Q6dJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMl0Q6dJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvMl0Q6dJd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvMl0Q6dJd .row {
  flex-direction: row-reverse;
}
.cid-uvMl0Q6dJd img {
  width: 100%;
}
.cid-uvMllFvcZV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvMllFvcZV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvMllFvcZV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvMllFvcZV .mbr-section-title {
  color: #ffffff;
}
.cid-uvMsS22z3I {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f7efff;
}
.cid-uvMsS22z3I img,
.cid-uvMsS22z3I .item-img {
  width: 100%;
}
.cid-uvMsS22z3I .item:focus,
.cid-uvMsS22z3I span:focus {
  outline: none;
}
.cid-uvMsS22z3I .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uvMsS22z3I .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #f7efff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uvMsS22z3I .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uvMsS22z3I .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uvMsS22z3I .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uvMsS22z3I .mbr-section-title {
  color: #232323;
}
.cid-uvMsS22z3I .mbr-text,
.cid-uvMsS22z3I .mbr-section-btn {
  text-align: center;
  color: #4b0595;
}
.cid-uvMsS22z3I .item-title {
  text-align: center;
  color: #4b0595;
}
.cid-uvMsS22z3I .item-subtitle {
  text-align: center;
}
.cid-uvNsXhKmsM {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvNsXhKmsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNsXhKmsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNsXhKmsM .mbr-section-title {
  color: #ffffff;
}
.cid-uvNt0Qsuii {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvNt0Qsuii .line {
  background-color: #e9dbf7;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvNt0Qsuii .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-tNVaRrWYm9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNVaRrWYm9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNVaRrWYm9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNVaRrWYm9 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-tNVaRrWYm9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNVaRrWYm9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tNVaRrWYm9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNVaRrWYm9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-tNVaRrWYm9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-tNVaRrWYm9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tNVaRrWYm9 .card-title {
  color: #4b0595;
  text-align: center;
}
.cid-tNVaRrWYm9 .mbr-text,
.cid-tNVaRrWYm9 .mbr-section-btn {
  color: #4b0595;
  text-align: center;
}
.cid-uvNvLnvRRx {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uvNvLnvRRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNvLnvRRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvNvLnvRRx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvNvLnvRRx .row {
  flex-direction: row-reverse;
}
.cid-uvNvLnvRRx img {
  width: 100%;
}
.cid-uvNwBOwsjk {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #e9dbf7;
}
.cid-uvNwBOwsjk .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-uvNwBOwsjk .mbr-section-subtitle {
  color: #000000;
}
.cid-uvNwBOwsjk .mbr-section-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvNwj3WsBA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvNwj3WsBA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNwj3WsBA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNwj3WsBA .mbr-section-title {
  color: #ffffff;
}
.cid-uvNwj3WsBA .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvNypW7zoH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvNypW7zoH .line {
  background-color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvNypW7zoH .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-uvNzWokAT9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvNzWokAT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNzWokAT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNzWokAT9 .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvNzWokAT9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvNzWokAT9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvNzWokAT9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvNzWokAT9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvNzWokAT9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvNzWokAT9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvNzWokAT9 .card-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvNzWokAT9 .mbr-text,
.cid-uvNzWokAT9 .mbr-section-btn {
  color: #4b0595;
  text-align: center;
}
.cid-uvNzWokAT9 .card-title DIV {
  text-align: center;
}
.cid-uvNAhVfJ14 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7e42cb;
}
.cid-uvNAhVfJ14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNAhVfJ14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNAhVfJ14 .mbr-section-title {
  color: #ffffff;
}
.cid-uvNAhVfJ14 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvNBHiIOWS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvNBHiIOWS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvNBHiIOWS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvNBHiIOWS .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvNBHiIOWS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvNBHiIOWS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvNBHiIOWS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvNBHiIOWS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvNBHiIOWS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvNBHiIOWS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvNBHiIOWS .card-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvNBHiIOWS .mbr-text,
.cid-uvNBHiIOWS .mbr-section-btn {
  color: #4b0595;
  text-align: center;
}
.cid-uvNBHiIOWS .card-title DIV {
  text-align: center;
}
.cid-uvOg5Nlnhx {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvOg5Nlnhx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOg5Nlnhx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOg5Nlnhx .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOg5Nlnhx .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOg5Nlnhx .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOg5Nlnhx .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOg5Nlnhx .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOg5Nlnhx .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOg5Nlnhx .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOg5Nlnhx .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOg5Nlnhx .mbr-text,
.cid-uvOg5Nlnhx .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOg5Nlnhx .card-title DIV {
  text-align: center;
}
.cid-uvOh8TwLdr {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvOh8TwLdr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOh8TwLdr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOh8TwLdr .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOh8TwLdr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOh8TwLdr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOh8TwLdr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOh8TwLdr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOh8TwLdr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOh8TwLdr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOh8TwLdr .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOh8TwLdr .mbr-text,
.cid-uvOh8TwLdr .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOh8TwLdr .card-title DIV {
  text-align: center;
}
.cid-uvOjzLCXLS {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvOjzLCXLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOjzLCXLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOjzLCXLS .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOjzLCXLS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOjzLCXLS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOjzLCXLS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOjzLCXLS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOjzLCXLS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOjzLCXLS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOjzLCXLS .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOjzLCXLS .mbr-text,
.cid-uvOjzLCXLS .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOjzLCXLS .card-title DIV {
  text-align: center;
}
.cid-uvOjGDcAmU {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvOjGDcAmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOjGDcAmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOjGDcAmU .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOjGDcAmU .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOjGDcAmU .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOjGDcAmU .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOjGDcAmU .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOjGDcAmU .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOjGDcAmU .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOjGDcAmU .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOjGDcAmU .mbr-text,
.cid-uvOjGDcAmU .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOjGDcAmU .card-title DIV {
  text-align: center;
}
.cid-uvOjORv68Q {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvOjORv68Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOjORv68Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOjORv68Q .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOjORv68Q .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOjORv68Q .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOjORv68Q .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOjORv68Q .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOjORv68Q .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOjORv68Q .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOjORv68Q .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOjORv68Q .mbr-text,
.cid-uvOjORv68Q .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOjORv68Q .card-title DIV {
  text-align: center;
}
.cid-uvOk2BgD7e {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #f7efff;
}
.cid-uvOk2BgD7e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOk2BgD7e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOk2BgD7e .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOk2BgD7e .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOk2BgD7e .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOk2BgD7e .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOk2BgD7e .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOk2BgD7e .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOk2BgD7e .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOk2BgD7e .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOk2BgD7e .mbr-text,
.cid-uvOk2BgD7e .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOk2BgD7e .card-title DIV {
  text-align: center;
}
.cid-uvOk1uruet {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f7efff;
}
.cid-uvOk1uruet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOk1uruet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOk1uruet .content-wrapper {
  background: #e9dbf7;
}
@media (max-width: 991px) {
  .cid-uvOk1uruet .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOk1uruet .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOk1uruet .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOk1uruet .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOk1uruet .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOk1uruet .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOk1uruet .card-title {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOk1uruet .mbr-text,
.cid-uvOk1uruet .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOk1uruet .card-title DIV {
  text-align: center;
}
.cid-uvOncSbglb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvOncSbglb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOncSbglb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOncSbglb .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvOncSbglb .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOncSbglb .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOncSbglb .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOncSbglb .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOncSbglb .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOncSbglb .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOncSbglb .card-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvOncSbglb .mbr-text,
.cid-uvOncSbglb .mbr-section-btn {
  color: #4b0595;
  text-align: center;
}
.cid-uvOncSbglb .card-title DIV {
  text-align: center;
}
.cid-uvOpgxFMBM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #7e42cb;
}
.cid-uvOpgxFMBM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOpgxFMBM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOpgxFMBM .content-wrapper {
  background: #7e42cb;
}
@media (max-width: 991px) {
  .cid-uvOpgxFMBM .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOpgxFMBM .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOpgxFMBM .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOpgxFMBM .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOpgxFMBM .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOpgxFMBM .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOpgxFMBM .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvOpgxFMBM .mbr-text,
.cid-uvOpgxFMBM .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uvOpgxFMBM .card-title DIV {
  text-align: center;
}
.cid-uvOwo7Kr6k {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvOwo7Kr6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOwo7Kr6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOwo7Kr6k .mbr-section-title {
  color: #4b0595;
}
.cid-uvOwcsKjns {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvOwcsKjns .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOwcsKjns .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOwcsKjns .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uvOwcsKjns .item-wrapper {
  background-color: #e9dbf7;
  border-radius: 4px;
}
.cid-uvOwcsKjns .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOwcsKjns .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #e9dbf7;
  transition: all 0.3s;
}
.cid-uvOwcsKjns .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #e9dbf7;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uvOwcsKjns .social-row .soc-item:hover {
  background-color: #e9dbf7;
}
.cid-uvOwcsKjns .social-row .soc-item:hover .mbr-iconfont {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uvOwcsKjns .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uvOwcsKjns .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOwcsKjns .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uvOwcsKjns .card-title {
  color: #7e42cb;
}
.cid-uvOwcsKjns .mbr-text,
.cid-uvOwcsKjns .social-row {
  color: #7e42cb;
}
.cid-uvOzn86stj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvOzn86stj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOzn86stj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOzn86stj .mbr-section-title {
  color: #ffffff;
}
.cid-uvOzX0xj4z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvOzX0xj4z .line {
  background-color: #f4edfd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvOzX0xj4z .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-uvOEaHrHgZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvOEaHrHgZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOEaHrHgZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOEaHrHgZ .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvOEaHrHgZ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOEaHrHgZ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOEaHrHgZ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOEaHrHgZ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOEaHrHgZ .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOEaHrHgZ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOEaHrHgZ .card-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvOEaHrHgZ .mbr-text,
.cid-uvOEaHrHgZ .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOEaHrHgZ .card-title DIV {
  text-align: center;
}
.cid-uvOEFmRB6c {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f4edfd;
}
.cid-uvOEFmRB6c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOEFmRB6c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOEFmRB6c .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  flex-direction: column;
  position: relative;
  margin-bottom: 3rem;
}
.cid-uvOEFmRB6c .item .icon-wrap {
  text-align: center;
}
.cid-uvOEFmRB6c .item::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 97%;
  color: #bbbbbb;
  transform: translate(-50%, 0);
}
.cid-uvOEFmRB6c .item:last-child:before {
  display: none;
}
.cid-uvOEFmRB6c .item.last::before {
  display: none;
}
.cid-uvOEFmRB6c .icon-box {
  background: #bbbbbb;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-bottom: 1rem;
  text-align: center;
  display: inline-block;
}
.cid-uvOEFmRB6c .text-box {
  text-align: center;
}
.cid-uvOEFmRB6c span {
  font-size: 2rem;
  color: #ffffff;
  line-height: 60px;
}
@media (max-width: 991px) {
  .cid-uvOEFmRB6c .card {
    margin-bottom: 2rem;
  }
  .cid-uvOEFmRB6c .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uvOEFmRB6c .card-title,
.cid-uvOEFmRB6c .card-box {
  color: #4b0595;
}
.cid-uvOEFmRB6c .mbr-text,
.cid-uvOEFmRB6c .mbr-section-btn {
  color: #4b0595;
}
.cid-uvOEFmRB6c .icon-text {
  color: #4b0595;
}
.cid-uvOHAit3FT {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvOHAit3FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOHAit3FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOHAit3FT .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-uvOHAit3FT .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvOHAit3FT .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvOHAit3FT .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvOHAit3FT .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvOHAit3FT .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvOHAit3FT .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvOHAit3FT .card-title {
  color: #4b0595;
  text-align: center;
}
.cid-uvOHAit3FT .mbr-text,
.cid-uvOHAit3FT .mbr-section-btn {
  color: #7e42cb;
  text-align: center;
}
.cid-uvOHAit3FT .card-title DIV {
  text-align: center;
}
.cid-uvOIYt5hCS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #8946cf;
}
.cid-uvOIYt5hCS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOIYt5hCS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOIYt5hCS .mbr-section-title {
  color: #ffffff;
}
.cid-uvOIYt5hCS .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvOM7g9b9t {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f7efff;
}
.cid-uvOM7g9b9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOM7g9b9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOM7g9b9t .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uvOM7g9b9t .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uvOM7g9b9t .mbr-section-title {
  color: #7e42cb;
}
.cid-uvOM7g9b9t .mbr-text {
  color: #7e42cb;
}
.cid-uvOO2D2l6U {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #f7efff;
}
.cid-uvOO2D2l6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOO2D2l6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvOO2D2l6U .image-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-top: 5px;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-uvOO2D2l6U .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uvOO2D2l6U .mbr-section-title {
  color: #7e42cb;
}
.cid-uvOO2D2l6U .mbr-text {
  color: #7e42cb;
}
.cid-uvORjS7326 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #783bc6;
}
.cid-uvORjS7326 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvORjS7326 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvORjS7326 .mbr-section-title {
  color: #ffffff;
}
.cid-uvORjS7326 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvORkG6wxD {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvORkG6wxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvORkG6wxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvORkG6wxD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvORkG6wxD .row {
  flex-direction: row-reverse;
}
.cid-uvORkG6wxD img {
  width: 100%;
}
.cid-uvOShsuLkD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvOShsuLkD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvOShsuLkD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvOShsuLkD .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvOShsuLkD .row {
  flex-direction: row-reverse;
}
.cid-uvOShsuLkD img {
  width: 100%;
}
.cid-uvP1udQF9s {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #783bc6;
}
.cid-uvP1udQF9s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvP1udQF9s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvP1udQF9s .mbr-section-title {
  color: #ffffff;
}
.cid-uvP1udQF9s .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvP1NWkoHF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e9dbf7;
}
.cid-uvP1NWkoHF .line {
  background-color: #f4edfd;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uvP1NWkoHF .mbr-text {
  color: #4b0595;
  text-align: center;
}
.cid-uvP24ISUzh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #e9dbf7;
}
.cid-uvP24ISUzh .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uvP24ISUzh .mbr-section-subtitle {
  color: #000000;
}
.cid-uvP24ISUzh .mbr-section-title {
  color: #4b0595;
  text-align: center;
}
.cid-utpOxV7pzZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #7e42cb;
}
.cid-utpOxV7pzZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-utpOxV7pzZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-utpOxV7pzZ .mbr-section-title {
  color: #ffffff;
}
.cid-tNW9kAaE0b {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #f1f3f4;
}
.cid-tNW9kAaE0b .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNW9kAaE0b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNW9kAaE0b .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #ff2924;
  margin-left: 1rem;
}
.cid-tNW9kAaE0b .panel-group {
  border: none;
}
.cid-tNW9kAaE0b .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tNW9kAaE0b .panel-body,
.cid-tNW9kAaE0b .card-header {
  padding: 1rem 0;
}
.cid-tNW9kAaE0b .panel-title-edit {
  color: #4b0595;
}
.cid-tNW9kAaE0b .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tNW9kAaE0b .panel-text {
  color: #7e42cb;
}
.cid-uvP8xbc4A9 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uvP8xbc4A9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvP8xbc4A9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvP8xbc4A9 .content-wrapper {
  background: #7e42cb;
}
@media (max-width: 991px) {
  .cid-uvP8xbc4A9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uvP8xbc4A9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uvP8xbc4A9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uvP8xbc4A9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uvP8xbc4A9 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uvP8xbc4A9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uvP8xbc4A9 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uvP8xbc4A9 .mbr-text,
.cid-uvP8xbc4A9 .mbr-section-btn {
  color: #bbbbbb;
  text-align: center;
}
.cid-uvP8xbc4A9 .card-title DIV {
  text-align: center;
}
.cid-uvPdP8JCu6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uvPdP8JCu6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPdP8JCu6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPdP8JCu6 .mbr-section-title {
  color: #4b0595;
}
.cid-uvPdP8JCu6 .mbr-section-subtitle {
  color: #7e42cb;
}
.cid-uvPdP8JCu6 .mbr-section-subtitle DIV {
  text-align: center;
}
.cid-uvPeYB9zJr {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvPeYB9zJr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPeYB9zJr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvPeYB9zJr .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvPeYB9zJr .row {
  flex-direction: row-reverse;
}
.cid-uvPeYB9zJr img {
  width: 100%;
}
.cid-u6llLfZgj6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u6llLfZgj6 .mbr-text {
  color: #4b0595;
}
.cid-uvDAp2ovW3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #7e42cb;
}
.cid-uvDAp2ovW3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvDAp2ovW3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvDAp2ovW3 .mbr-section-title {
  color: #ffffff;
}
.cid-uvPmm1195q {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uvPmm1195q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPmm1195q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uvPmm1195q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uvPmm1195q .row {
  flex-direction: row-reverse;
}
.cid-uvPmm1195q img {
  width: 100%;
}
.cid-uvPnbuink0 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #4b0595;
}
.cid-uvPnbuink0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uvPnbuink0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uvPnbuink0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uvPnbuink0 .mbr-section-title {
  color: #ffffff;
}
.cid-tKUajeTwKx .navbar-dropdown {
  position: relative !important;
}
.cid-tKUajeTwKx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKUajeTwKx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKUajeTwKx .dropdown-item:hover,
.cid-tKUajeTwKx .dropdown-item:focus {
  background: #ff2924 !important;
  color: white !important;
}
.cid-tKUajeTwKx .dropdown-item:hover span {
  color: white;
}
.cid-tKUajeTwKx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKUajeTwKx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKUajeTwKx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKUajeTwKx .nav-link {
  position: relative;
}
.cid-tKUajeTwKx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown-menu,
.cid-tKUajeTwKx .navbar.opened {
  background: #8946cf !important;
}
.cid-tKUajeTwKx .nav-item:focus,
.cid-tKUajeTwKx .nav-link:focus {
  outline: none;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKUajeTwKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKUajeTwKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.opened {
  transition: all 0.3s;
}
.cid-tKUajeTwKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKUajeTwKx .navbar .navbar-logo img {
  width: auto;
}
.cid-tKUajeTwKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar.collapsed {
  justify-content: center;
}
.cid-tKUajeTwKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKUajeTwKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKUajeTwKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKUajeTwKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKUajeTwKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKUajeTwKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKUajeTwKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKUajeTwKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKUajeTwKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKUajeTwKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKUajeTwKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKUajeTwKx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKUajeTwKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKUajeTwKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKUajeTwKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKUajeTwKx .dropdown-item.active,
.cid-tKUajeTwKx .dropdown-item:active {
  background-color: transparent;
}
.cid-tKUajeTwKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKUajeTwKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKUajeTwKx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKUajeTwKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKUajeTwKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKUajeTwKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKUajeTwKx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKUajeTwKx .navbar {
    height: 70px;
  }
  .cid-tKUajeTwKx .navbar.opened {
    height: auto;
  }
  .cid-tKUajeTwKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNWDtj6UoI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNWDtj6UoI .mbr-section-subtitle {
  text-align: center;
}
.cid-tKUajeTwKx .navbar-dropdown {
  position: relative !important;
}
.cid-tKUajeTwKx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKUajeTwKx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKUajeTwKx .dropdown-item:hover,
.cid-tKUajeTwKx .dropdown-item:focus {
  background: #ff2924 !important;
  color: white !important;
}
.cid-tKUajeTwKx .dropdown-item:hover span {
  color: white;
}
.cid-tKUajeTwKx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKUajeTwKx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKUajeTwKx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKUajeTwKx .nav-link {
  position: relative;
}
.cid-tKUajeTwKx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown-menu,
.cid-tKUajeTwKx .navbar.opened {
  background: #8946cf !important;
}
.cid-tKUajeTwKx .nav-item:focus,
.cid-tKUajeTwKx .nav-link:focus {
  outline: none;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKUajeTwKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKUajeTwKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.opened {
  transition: all 0.3s;
}
.cid-tKUajeTwKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKUajeTwKx .navbar .navbar-logo img {
  width: auto;
}
.cid-tKUajeTwKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar.collapsed {
  justify-content: center;
}
.cid-tKUajeTwKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKUajeTwKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKUajeTwKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKUajeTwKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKUajeTwKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKUajeTwKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKUajeTwKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKUajeTwKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKUajeTwKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKUajeTwKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKUajeTwKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKUajeTwKx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKUajeTwKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKUajeTwKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKUajeTwKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKUajeTwKx .dropdown-item.active,
.cid-tKUajeTwKx .dropdown-item:active {
  background-color: transparent;
}
.cid-tKUajeTwKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKUajeTwKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKUajeTwKx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKUajeTwKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKUajeTwKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKUajeTwKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKUajeTwKx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKUajeTwKx .navbar {
    height: 70px;
  }
  .cid-tKUajeTwKx .navbar.opened {
    height: auto;
  }
  .cid-tKUajeTwKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNWCnvYoYB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNWCnvYoYB .mbr-section-subtitle {
  text-align: center;
}
.cid-tKUajeTwKx .navbar-dropdown {
  position: relative !important;
}
.cid-tKUajeTwKx .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tKUajeTwKx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tKUajeTwKx .dropdown-item:hover,
.cid-tKUajeTwKx .dropdown-item:focus {
  background: #ff2924 !important;
  color: white !important;
}
.cid-tKUajeTwKx .dropdown-item:hover span {
  color: white;
}
.cid-tKUajeTwKx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tKUajeTwKx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tKUajeTwKx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tKUajeTwKx .nav-link {
  position: relative;
}
.cid-tKUajeTwKx .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-tKUajeTwKx .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown-menu,
.cid-tKUajeTwKx .navbar.opened {
  background: #8946cf !important;
}
.cid-tKUajeTwKx .nav-item:focus,
.cid-tKUajeTwKx .nav-link:focus {
  outline: none;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tKUajeTwKx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tKUajeTwKx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tKUajeTwKx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tKUajeTwKx .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.opened {
  transition: all 0.3s;
}
.cid-tKUajeTwKx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tKUajeTwKx .navbar .navbar-logo img {
  width: auto;
}
.cid-tKUajeTwKx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar.collapsed {
  justify-content: center;
}
.cid-tKUajeTwKx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tKUajeTwKx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tKUajeTwKx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-tKUajeTwKx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tKUajeTwKx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tKUajeTwKx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tKUajeTwKx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tKUajeTwKx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-tKUajeTwKx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tKUajeTwKx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tKUajeTwKx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tKUajeTwKx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tKUajeTwKx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tKUajeTwKx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tKUajeTwKx .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tKUajeTwKx .navbar.navbar-short {
  min-height: 60px;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tKUajeTwKx .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tKUajeTwKx .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tKUajeTwKx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tKUajeTwKx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tKUajeTwKx .dropdown-item.active,
.cid-tKUajeTwKx .dropdown-item:active {
  background-color: transparent;
}
.cid-tKUajeTwKx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tKUajeTwKx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8946cf;
}
.cid-tKUajeTwKx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tKUajeTwKx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tKUajeTwKx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tKUajeTwKx .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tKUajeTwKx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e6c63b;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tKUajeTwKx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tKUajeTwKx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tKUajeTwKx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tKUajeTwKx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tKUajeTwKx .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tKUajeTwKx .navbar {
    height: 70px;
  }
  .cid-tKUajeTwKx .navbar.opened {
    height: auto;
  }
  .cid-tKUajeTwKx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNWBxME5d8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNWBxME5d8 .mbr-section-subtitle {
  text-align: center;
}
