.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 2.25rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.36rem;
    font-size: calc( 2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.12rem + (4.2 - 2.12) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2.56rem;
    font-size: calc( 1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.77rem + (3.2 - 1.77) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #191c25 !important;
}
.bg-success {
  background-color: #baace7 !important;
}
.bg-info {
  background-color: #01dc94 !important;
}
.bg-warning {
  background-color: #f9da58 !important;
}
.bg-danger {
  background-color: #f96458 !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #191c25 !important;
  border-color: #191c25 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #272c3a !important;
  border-color: #272c3a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #272c3a !important;
  border-color: #272c3a !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #333e06;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cfef54 !important;
  border-color: #cfef54 !important;
  color: #333e06 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d8f275 !important;
  border-color: #d8f275 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #333e06 !important;
  background-color: #d8f275 !important;
  border-color: #d8f275 !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #01dc94 !important;
  border-color: #01dc94 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #03feab !important;
  border-color: #03feab !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #03feab !important;
  border-color: #03feab !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #baace7 !important;
  border-color: #baace7 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1c8ef !important;
  border-color: #d1c8ef !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1c8ef !important;
  border-color: #d1c8ef !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #4f4003;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9da58 !important;
  border-color: #f9da58 !important;
  color: #4f4003 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fae27a !important;
  border-color: #fae27a !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #4f4003 !important;
  background-color: #fae27a !important;
  border-color: #fae27a !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #f96458 !important;
  border-color: #f96458 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fa847a !important;
  border-color: #fa847a !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #fa847a !important;
  border-color: #fa847a !important;
}
.btn-white .mbr-iconfont::after {
  border: 1px solid #808080;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #353535 !important;
  border-color: #353535 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #353535 !important;
  border-color: #353535 !important;
}
.btn-primary-outline .mbr-iconfont::after {
  border: 1px solid #191c25;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #191c25;
  color: #191c25;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #191c25 !important;
  border-color: #191c25 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #cfef54;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cfef54;
  color: #cfef54;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b0d814 !important;
  background-color: transparent !important;
  border-color: #b0d814 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #333e06 !important;
  background-color: #cfef54 !important;
  border-color: #cfef54 !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #01dc94;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #01dc94;
  color: #01dc94;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #01865a !important;
  background-color: transparent !important;
  border-color: #01865a !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #01dc94 !important;
  border-color: #01dc94 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #baace7;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #baace7;
  color: #baace7;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8269d4 !important;
  background-color: transparent !important;
  border-color: #8269d4 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #baace7 !important;
  border-color: #baace7 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #f9da58;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9da58;
  color: #f9da58;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f2c509 !important;
  background-color: transparent !important;
  border-color: #f2c509 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #4f4003 !important;
  background-color: #f9da58 !important;
  border-color: #f9da58 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #f96458;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #f96458;
  color: #f96458;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f21a09 !important;
  background-color: transparent !important;
  border-color: #f21a09 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #f96458 !important;
  border-color: #f96458 !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 1px solid #232323;
}
.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 .mbr-iconfont::after {
  border: 1px solid #fafafa;
}
.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: #191c25 !important;
}
.text-secondary {
  color: #cfef54 !important;
}
.text-success {
  color: #baace7 !important;
}
.text-info {
  color: #01dc94 !important;
}
.text-warning {
  color: #f9da58 !important;
}
.text-danger {
  color: #f96458 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a4ca13 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #785dd0 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #017650 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #e3b908 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e31808 !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: #191c25;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #01dc94;
}
.alert-warning {
  background-color: #f9da58;
}
.alert-danger {
  background-color: #f96458;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #191c25;
  border-color: #191c25;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #191c25;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #c9cdda;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #aaffe3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.25rem;
}
.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: #191c25 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #191c25;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #191c25;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #191c25;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #191c25;
  border-bottom-color: #191c25;
}
.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: #191c25 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #cfef54 !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='%23191c25' %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;
}
html,
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 17px 22px;
  font-weight: 400 !important;
  border-width: 1px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  font-size: 22.5px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 16px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 48px;
  height: 48px;
  min-width: 48px;
  border-radius: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  margin-left: 48px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrapper,
.image-wrapper,
.item-content,
.address-wrapper,
.form-wrapper {
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .content-wrapper,
  .image-wrapper,
  .item-content,
  .address-wrapper,
  .form-wrapper {
    border-radius: 35px !important;
  }
}
.tags-wrapper .list .item-wrap {
  border-radius: 100px !important;
}
.content-wrapper .mbr-section-title span {
  border-radius: 100px !important;
}
.nav.nav-tabs {
  border-radius: 100px !important;
}
@media (max-width: 992px) {
  .nav.nav-tabs {
    border-radius: 35px !important;
  }
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 100px !important;
}
.form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
  border-radius: 50px !important;
}
@media (max-width: 992px) {
  .form-wrapper .dragArea.row .form-group textarea {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uo4jnaJDIq {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-uo4jnaJDIq nav.navbar {
  position: fixed;
}
.cid-uo4jnaJDIq .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-uo4jnaJDIq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uo4jnaJDIq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uo4jnaJDIq .dropdown-item:hover,
.cid-uo4jnaJDIq .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-uo4jnaJDIq .dropdown-item:hover span {
  color: white;
}
.cid-uo4jnaJDIq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uo4jnaJDIq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uo4jnaJDIq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uo4jnaJDIq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uo4jnaJDIq .nav-link {
  position: relative;
}
.cid-uo4jnaJDIq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uo4jnaJDIq .container {
    flex-wrap: nowrap;
  }
}
.cid-uo4jnaJDIq .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uo4jnaJDIq .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uo4jnaJDIq .dropdown-menu,
.cid-uo4jnaJDIq .navbar.opened {
  background: #eeeef7 !important;
}
.cid-uo4jnaJDIq .nav-item:focus,
.cid-uo4jnaJDIq .nav-link:focus {
  outline: none;
}
.cid-uo4jnaJDIq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uo4jnaJDIq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uo4jnaJDIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uo4jnaJDIq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uo4jnaJDIq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uo4jnaJDIq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uo4jnaJDIq .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uo4jnaJDIq .navbar.opened {
  transition: all 0.3s;
}
.cid-uo4jnaJDIq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uo4jnaJDIq .navbar .navbar-logo img {
  width: auto;
}
.cid-uo4jnaJDIq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uo4jnaJDIq .navbar.collapsed {
  justify-content: center;
}
.cid-uo4jnaJDIq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uo4jnaJDIq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uo4jnaJDIq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-uo4jnaJDIq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uo4jnaJDIq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uo4jnaJDIq .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-uo4jnaJDIq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uo4jnaJDIq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uo4jnaJDIq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uo4jnaJDIq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uo4jnaJDIq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uo4jnaJDIq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uo4jnaJDIq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uo4jnaJDIq .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-uo4jnaJDIq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uo4jnaJDIq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uo4jnaJDIq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uo4jnaJDIq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uo4jnaJDIq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uo4jnaJDIq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uo4jnaJDIq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uo4jnaJDIq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uo4jnaJDIq .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-uo4jnaJDIq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uo4jnaJDIq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uo4jnaJDIq .dropdown-item.active,
.cid-uo4jnaJDIq .dropdown-item:active {
  background-color: transparent;
}
.cid-uo4jnaJDIq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uo4jnaJDIq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uo4jnaJDIq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uo4jnaJDIq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-uo4jnaJDIq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uo4jnaJDIq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uo4jnaJDIq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uo4jnaJDIq ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-uo4jnaJDIq .navbar-buttons {
  text-align: center;
}
.cid-uo4jnaJDIq .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uo4jnaJDIq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uo4jnaJDIq .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uo4jnaJDIq .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uo4jnaJDIq button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uo4jnaJDIq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-uo4jnaJDIq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uo4jnaJDIq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4jnaJDIq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uo4jnaJDIq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uo4jnaJDIq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4jnaJDIq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uo4jnaJDIq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uo4jnaJDIq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uo4jnaJDIq .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uo4jnaJDIq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uo4jnaJDIq .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-uo4jnaJDIq .navbar {
    height: 70px;
  }
  .cid-uo4jnaJDIq .navbar.opened {
    height: auto;
  }
  .cid-uo4jnaJDIq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uo4jnaJDIq .navbar-nav {
  margin: 0 auto;
}
.cid-uo4jnaJDIq .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uo4jnaJDIq .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-uo4jnaJDIq .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uo4jnaJDIq .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uo4jnaJDIq .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-uo4jnaJDIq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uo4jnaJDIq .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uo4jnaJDIq .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uo4jnaJDIq .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-uo4jnaJDIq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-uo4jnaJDIq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uo4jnaJDIq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uo4jnaJDIq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uo4jnaJDIq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uo4jnaJDIq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uo4jnaJDIq .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uo4jnaJDIq .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-uo4jniUlt2 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  position: relative;
  background-color: #eeeef7;
}
.cid-uo4jniUlt2 .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 12px;
}
@media (max-width: 992px) {
  .cid-uo4jniUlt2 .image-wrap img {
    padding: 12px 0;
  }
}
.cid-uo4jniUlt2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jniUlt2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jniUlt2 .content-wrap {
  padding-left: 12px !important;
  padding-right: 12px !important;
}
.cid-uo4jniUlt2 .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 96px;
  border: 3px solid #baace7;
  overflow: hidden;
  margin-right: 36px;
}
@media (max-width: 1440px) {
  .cid-uo4jniUlt2 .content-wrapper {
    padding: 48px;
    margin-right: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uo4jniUlt2 .content-wrapper {
    padding: 26px 22px;
    margin: 0;
  }
}
.cid-uo4jniUlt2 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cfef54;
  opacity: 0.8;
  pointer-events: none;
}
.cid-uo4jniUlt2 .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 32px;
}
.cid-uo4jniUlt2 .content-wrapper .mbr-text {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uo4jniUlt2 .content-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uo4jniUlt2 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 2;
}
.cid-uo4jniUlt2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uo4jniUlt2 .content-wrapper .social-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 22px;
}
.cid-uo4jniUlt2 .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-uo4jniUlt2 .content-wrapper .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #eeeef7;
  border-radius: 100%;
  margin: 12px 0 0 12px;
}
.cid-uo4jniUlt2 .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uo4jniUlt2 .content-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #baace7;
  color: #eeeef7;
}
.cid-uo4jniUlt2 .content-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 22px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-uo4jniUlt2 .mbr-section-title {
  color: #191c25;
}
.cid-uo4jniUlt2 .mbr-text,
.cid-uo4jniUlt2 .text-wrapper {
  color: #191c25;
  text-align: right;
}
.cid-uo4jniUlt2 .mbr-section-title,
.cid-uo4jniUlt2 .mbr-section-btn,
.cid-uo4jniUlt2 .social-wrapper {
  text-align: right;
}
.cid-uo4jniUlt2 .mbr-text {
  text-align: justify;
}
.cid-uo4jBeweJS {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uo4jBeweJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jBeweJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jBeweJS .items-wrap {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uo4jBeweJS .items-wrap .item {
  padding: 0 32px;
}
.cid-uo4jBeweJS .item {
  margin-bottom: 32px;
}
.cid-uo4jBeweJS .item:hover .item-wrapper .item-img .icon-wrapper .mbr-iconfont,
.cid-uo4jBeweJS .item:focus .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  color: #cfef54;
  background-color: #191c25;
}
.cid-uo4jBeweJS .item .item-wrapper .item-desc {
  margin-bottom: 22px;
}
.cid-uo4jBeweJS .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}
.cid-uo4jBeweJS .item .item-wrapper .item-img .image-wrapper img {
  height: 380px;
  width: 380px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uo4jBeweJS .item .item-wrapper .item-img .image-wrapper img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uo4jBeweJS .item .item-wrapper .item-img .image-wrapper img {
    height: 225px;
    width: 225px;
  }
}
.cid-uo4jBeweJS .item .item-wrapper .item-img .icon-wrapper {
  position: absolute;
  z-index: 1;
  width: 68px;
  height: 68px;
}
.cid-uo4jBeweJS .item .item-wrapper .item-img .icon-wrapper .mbr-iconfont {
  position: absolute;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  font-size: 24px;
  color: #191c25;
  border-radius: 100%;
  background-color: #cfef54;
  padding-left: 8px;
  transition: all 0.3s ease-in-out;
}
.cid-uo4jBeweJS .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uo4jBeweJS .item .item-wrapper .item-content .item-name {
  margin-bottom: 0;
}
.cid-uo4jBeweJS .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uo4jBeweJS .item-name {
  color: #191c25;
  text-align: center;
}
.cid-uo4jCyszbk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #eeeef7;
}
.cid-uo4jCyszbk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jCyszbk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jCyszbk .items-wrap {
  justify-content: space-between;
}
.cid-uo4jCyszbk .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-uo4jCyszbk .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4jCyszbk .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uo4jCyszbk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo4jCyszbk .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uo4jCyszbk .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uo4jCyszbk .content-wrapper .content-wrap .mbr-text {
    margin-bottom: 22px;
  }
}
.cid-uo4jCyszbk .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uo4jCyszbk .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uo4jCyszbk .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uo4jCyszbk .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uo4jCyszbk .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uo4jCyszbk .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo4jCyszbk .image-wrapper {
    height: 350px;
  }
}
.cid-uo4jCyszbk .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uo4jCyszbk .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4jCyszbk .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uo4jCyszbk .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uo4jCyszbk .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-uo4jCyszbk .mbr-section-title {
  color: #191c25;
}
.cid-uo4jCyszbk .mbr-text {
  color: #191c25;
}
.cid-uo4jCyszbk .mbr-number_1 {
  color: #191c25;
}
.cid-uo4jCyszbk .mbr-number_2,
.cid-uo4jCyszbk .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uo4jC5rTFU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef7;
}
.cid-uo4jC5rTFU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jC5rTFU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jC5rTFU .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo4jC5rTFU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uo4jC5rTFU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uo4jC5rTFU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uo4jC5rTFU .image-wrapper img {
  height: 660px;
  object-fit: cover;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uo4jC5rTFU .image-wrapper img {
    height: 350px;
  }
}
.cid-uo4jC5rTFU .mbr-section-title {
  color: #191c25;
}
.cid-uo4jC5rTFU .mbr-text {
  color: #191c25;
}
.cid-uo4jGhdqHC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef7;
}
.cid-uo4jGhdqHC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jGhdqHC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jGhdqHC .items-wrap {
  justify-content: space-between;
}
.cid-uo4jGhdqHC .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #baace7;
}
@media (max-width: 1440px) {
  .cid-uo4jGhdqHC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uo4jGhdqHC .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uo4jGhdqHC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uo4jGhdqHC .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uo4jGhdqHC .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uo4jGhdqHC .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uo4jGhdqHC .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uo4jGhdqHC .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uo4jGhdqHC .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uo4jGhdqHC .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uo4jGhdqHC .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uo4jGhdqHC .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uo4jGhdqHC .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uo4jGhdqHC .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uo4jGhdqHC .image-wrapper {
  position: relative;
  border: 3px solid #baace7;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uo4jGhdqHC .image-wrapper {
    height: 350px;
  }
}
.cid-uo4jGhdqHC .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uo4jGhdqHC .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uo4jGhdqHC .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uo4jGhdqHC .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uo4jGhdqHC .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uo4jGhdqHC .mbr-section-title {
  color: #191c25;
}
.cid-uo4jGhdqHC .list {
  color: #191c25;
}
.cid-uo4jGhdqHC .mbr-number_1 {
  color: #191c25;
}
.cid-uo4jGhdqHC .mbr-number_2,
.cid-uo4jGhdqHC .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uo4jIOll7Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #eeeef7;
}
.cid-uo4jIOll7Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jIOll7Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jIOll7Y .items-wrap {
  justify-content: center;
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content {
  padding: 48px;
  background-color: #cfef54;
}
@media (max-width: 992px) {
  .cid-uo4jIOll7Y .tab-content .tab-pane .item-content {
    padding: 26px 22px;
  }
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper {
  position: relative;
  margin-bottom: 32px;
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .image-wrap {
  display: flex;
  justify-content: center;
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
  width: 450px;
  height: 450px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1440px) {
  .cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 768px) {
  .cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .number-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .image-wrapper .number-wrapper .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #baace7;
  margin-bottom: 0;
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uo4jIOll7Y .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-uo4jIOll7Y .tabs-wrapper {
  padding-top: 48px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uo4jIOll7Y .tabs-wrapper {
    padding-top: 0;
    text-align: center;
  }
}
.cid-uo4jIOll7Y .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  background-color: transparent;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cid-uo4jIOll7Y .tabs-wrapper .nav.nav-tabs {
    align-items: center !important;
  }
}
.cid-uo4jIOll7Y .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: inline-block;
  width: fit-content;
  margin: 0 8px 16px;
}
.cid-uo4jIOll7Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  border: 1px solid #baace7;
  background-color: #f5f5fb;
  color: #191c25;
  padding: 10px 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uo4jIOll7Y .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #cfef54;
  border: 1px solid #cfef54;
}
.cid-uo4jIOll7Y .card {
  justify-content: space-between;
}
.cid-uo4jIOll7Y .mbr-section-btn {
  margin-bottom: 22px;
  text-align: right;
}
.cid-uo4jIOll7Y .mbr-section-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uo4jIOll7Y .mbr-section-btn {
    text-align: center;
  }
}
.cid-uo4jIOll7Y .item-number {
  color: #191c25;
}
.cid-uo4jIOll7Y .item-title {
  color: #191c25;
  text-align: center;
}
.cid-uo4jIOll7Y .item-text {
  color: #191c25;
  text-align: justify;
}
.cid-vcNMIYCzSr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcNMIYCzSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNMIYCzSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNMIYCzSr .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #baace7;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card {
    padding: 32px 0;
  }
}
.cid-vcNMIYCzSr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #baace7;
  border-radius: 100%;
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-vcNMIYCzSr .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vcNMIYCzSr .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-vcNMIYCzSr .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-vcNMIYCzSr .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vcNMIYCzSr .panel-title-edit {
  color: #191c25;
}
.cid-vcNMIYCzSr .panel-desc {
  color: #191c25;
}
.cid-vcNMIYCzSr .panel-text {
  color: #191c25;
}
.cid-vcNO9SfnNF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcNO9SfnNF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNO9SfnNF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNO9SfnNF .panel-group .card {
  position: relative;
  padding: 60px 0;
  border: none;
  margin-top: 0;
  border-top: 2px solid #baace7;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card {
    padding: 32px 0;
  }
}
.cid-vcNO9SfnNF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .card-header .panel-title {
    display: block;
  }
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .panel-title-edit {
  width: 50%;
  margin-bottom: 0;
  padding-right: 60px;
}
@media (max-width: 1440px) {
  .cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .panel-title-edit {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .panel-title-edit {
    width: 100%;
    margin-bottom: 22px;
    padding-right: 0;
  }
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .desc-wrapper {
  width: 35%;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .desc-wrapper {
    width: 100%;
  }
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .desc-wrapper .panel-desc {
    margin-bottom: 22px;
  }
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 15%;
  padding-left: 32px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border: 1px solid #baace7;
  border-radius: 100%;
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title .icon-wrapper .icon-wrap .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  color: #191c25;
  background-color: #cfef54;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-vcNO9SfnNF .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .icon-wrap .mbr-iconfont {
  transform: rotate(-45deg);
}
.cid-vcNO9SfnNF .panel-group .card .panel-collapse .panel-body {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .panel-collapse .panel-body {
    margin-top: 32px;
  }
}
.cid-vcNO9SfnNF .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
  padding-right: 15%;
}
@media (max-width: 992px) {
  .cid-vcNO9SfnNF .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-vcNO9SfnNF .panel-title-edit {
  color: #191c25;
}
.cid-vcNO9SfnNF .panel-desc {
  color: #191c25;
}
.cid-vcNO9SfnNF .panel-text {
  color: #191c25;
}
.cid-vdmQ8GBLD8 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #eeeef7;
}
.cid-vdmQ8GBLD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdmQ8GBLD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdmQ8GBLD8 .items-wrap {
  justify-content: space-between;
}
.cid-vdmQ8GBLD8 .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vdmQ8GBLD8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vdmQ8GBLD8 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdmQ8GBLD8 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vdmQ8GBLD8 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1;
}
.cid-vdmQ8GBLD8 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vdmQ8GBLD8 .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap .logo-wrap {
  margin-right: 68px;
}
.cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
@media (max-width: 1440px) {
  .cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 32px;
  }
}
@media (max-width: 1199px) {
  .cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap .logo-wrap {
    margin-right: 0;
    margin-bottom: 22px;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vdmQ8GBLD8 .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vdmQ8GBLD8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vdmQ8GBLD8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vdmQ8GBLD8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vdmQ8GBLD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vdmQ8GBLD8 .mbr-section-title {
  color: #191c25;
}
.cid-vdmQ8GBLD8 .item-title {
  color: #191c25;
}
.cid-vdmQ8GBLD8 .item-text {
  color: #191c25;
}
.cid-vdmQ8GBLD8 .tabs-wrapper {
  text-align: right;
}
.cid-vcNM28EzTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcNM28EzTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNM28EzTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNM28EzTm .items-wrap {
  justify-content: space-between;
}
.cid-vcNM28EzTm .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcNM28EzTm .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNM28EzTm .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcNM28EzTm .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNM28EzTm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNM28EzTm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNM28EzTm .content-wrap {
  height: 100%;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcNM28EzTm .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNM28EzTm .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNM28EzTm .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcNM28EzTm .mbr-section-title {
  color: #191c25;
}
.cid-vcNM28EzTm .mbr-text {
  color: #191c25;
}
.cid-vcNM28EzTm label {
  color: #191c25;
}
.cid-uo4jTqQjcY {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-uo4jTqQjcY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uo4jTqQjcY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uo4jTqQjcY .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uo4jTqQjcY .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uo4jTqQjcY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uo4jTqQjcY .mbr-section-title {
  color: #191c25;
}
.cid-uo4jTqQjcY .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-uo4jTqQjcY .mbr-section-title,
.cid-uo4jTqQjcY .logo-wrapper {
  text-align: center;
}
.cid-vcNZYP6Gg3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcNZYP6Gg3 nav.navbar {
  position: fixed;
}
.cid-vcNZYP6Gg3 .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-vcNZYP6Gg3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcNZYP6Gg3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcNZYP6Gg3 .dropdown-item:hover,
.cid-vcNZYP6Gg3 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcNZYP6Gg3 .dropdown-item:hover span {
  color: white;
}
.cid-vcNZYP6Gg3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcNZYP6Gg3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcNZYP6Gg3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcNZYP6Gg3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcNZYP6Gg3 .nav-link {
  position: relative;
}
.cid-vcNZYP6Gg3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcNZYP6Gg3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcNZYP6Gg3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcNZYP6Gg3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcNZYP6Gg3 .dropdown-menu,
.cid-vcNZYP6Gg3 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcNZYP6Gg3 .nav-item:focus,
.cid-vcNZYP6Gg3 .nav-link:focus {
  outline: none;
}
.cid-vcNZYP6Gg3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNZYP6Gg3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNZYP6Gg3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNZYP6Gg3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNZYP6Gg3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNZYP6Gg3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNZYP6Gg3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcNZYP6Gg3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNZYP6Gg3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcNZYP6Gg3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcNZYP6Gg3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcNZYP6Gg3 .navbar.collapsed {
  justify-content: center;
}
.cid-vcNZYP6Gg3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNZYP6Gg3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcNZYP6Gg3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcNZYP6Gg3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNZYP6Gg3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNZYP6Gg3 .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-vcNZYP6Gg3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNZYP6Gg3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcNZYP6Gg3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcNZYP6Gg3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNZYP6Gg3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNZYP6Gg3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNZYP6Gg3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcNZYP6Gg3 .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-vcNZYP6Gg3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNZYP6Gg3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcNZYP6Gg3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcNZYP6Gg3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcNZYP6Gg3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNZYP6Gg3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcNZYP6Gg3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcNZYP6Gg3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcNZYP6Gg3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcNZYP6Gg3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcNZYP6Gg3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNZYP6Gg3 .dropdown-item.active,
.cid-vcNZYP6Gg3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNZYP6Gg3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcNZYP6Gg3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNZYP6Gg3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNZYP6Gg3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcNZYP6Gg3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNZYP6Gg3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNZYP6Gg3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcNZYP6Gg3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcNZYP6Gg3 .navbar-buttons {
  text-align: center;
}
.cid-vcNZYP6Gg3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcNZYP6Gg3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcNZYP6Gg3 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcNZYP6Gg3 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcNZYP6Gg3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcNZYP6Gg3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcNZYP6Gg3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcNZYP6Gg3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcNZYP6Gg3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcNZYP6Gg3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcNZYP6Gg3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNZYP6Gg3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNZYP6Gg3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNZYP6Gg3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNZYP6Gg3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcNZYP6Gg3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNZYP6Gg3 .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-vcNZYP6Gg3 .navbar {
    height: 70px;
  }
  .cid-vcNZYP6Gg3 .navbar.opened {
    height: auto;
  }
  .cid-vcNZYP6Gg3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNZYP6Gg3 .navbar-nav {
  margin: 0 auto;
}
.cid-vcNZYP6Gg3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcNZYP6Gg3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcNZYP6Gg3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcNZYP6Gg3 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcNZYP6Gg3 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcNZYP6Gg3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcNZYP6Gg3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcNZYP6Gg3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcNZYP6Gg3 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcNZYP6Gg3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcNZYP6Gg3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcNZYP6Gg3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcNZYP6Gg3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcNZYP6Gg3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcNZYP6Gg3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcNZYP6Gg3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcNZYP6Gg3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcO0HKC24L {
  background-color: #eeeef7;
}
.cid-vcO0HKC24L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcO0HKC24L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcO0HKC24L .items-wrap {
  justify-content: space-between;
}
.cid-vcO0HKC24L .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcO0HKC24L .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcO0HKC24L .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcO0HKC24L .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcO0HKC24L .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcO0HKC24L .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcO0HKC24L .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcO0HKC24L .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcO0HKC24L .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcO0HKC24L .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcO0HKC24L .google-map {
  height: 100%;
}
.cid-vcO0HKC24L .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcO0HKC24L .google-map iframe {
    height: 350px;
  }
}
.cid-vcO0HKC24L .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcO0HKC24L .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcO0HKC24L .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcO0HKC24L .mbr-section-title {
  color: #191c25;
}
.cid-vcO0HKC24L .mbr-text {
  color: #191c25;
}
.cid-vcO0HKC24L .mbr-address {
  color: #191c25;
}
.cid-vcO0HKC24L .mbr-number_2,
.cid-vcO0HKC24L .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcO76ljJSY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcO76ljJSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcO76ljJSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcO76ljJSY .items-wrap {
  justify-content: space-between;
}
.cid-vcO76ljJSY .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcO76ljJSY .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcO76ljJSY .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcO76ljJSY .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcO76ljJSY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcO76ljJSY .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcO76ljJSY .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcO76ljJSY .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcO76ljJSY .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcO76ljJSY .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcO76ljJSY .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcO76ljJSY .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcO76ljJSY .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcO76ljJSY .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcO76ljJSY .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcO76ljJSY .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcO76ljJSY .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcO76ljJSY .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcO76ljJSY .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcO76ljJSY .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcO76ljJSY .mbr-section-title {
  color: #191c25;
}
.cid-vcO76ljJSY .item-title {
  color: #191c25;
}
.cid-vcO76ljJSY .item-text {
  color: #191c25;
}
.cid-vcO76ljJSY .tabs-wrapper {
  text-align: right;
}
.cid-vcO3zWAxTS {
  background-color: #eeeef7;
}
.cid-vcO3zWAxTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcO3zWAxTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcO3zWAxTS .items-wrap {
  justify-content: space-between;
}
.cid-vcO3zWAxTS .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcO3zWAxTS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcO3zWAxTS .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcO3zWAxTS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcO3zWAxTS .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcO3zWAxTS .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcO3zWAxTS .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcO3zWAxTS .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcO3zWAxTS .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcO3zWAxTS .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcO3zWAxTS .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcO3zWAxTS .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcO3zWAxTS .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcO3zWAxTS .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcO3zWAxTS .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcO3zWAxTS .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcO3zWAxTS .image-wrapper {
    height: 350px;
  }
}
.cid-vcO3zWAxTS .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcO3zWAxTS .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcO3zWAxTS .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcO3zWAxTS .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcO3zWAxTS .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcO3zWAxTS .mbr-section-title {
  color: #191c25;
}
.cid-vcO3zWAxTS .list {
  color: #191c25;
}
.cid-vcO3zWAxTS .mbr-number_1 {
  color: #191c25;
}
.cid-vcO3zWAxTS .mbr-number_2,
.cid-vcO3zWAxTS .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcNZYVC8Ev {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcNZYVC8Ev .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNZYVC8Ev .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNZYVC8Ev .items-wrap {
  justify-content: space-between;
}
.cid-vcNZYVC8Ev .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcNZYVC8Ev .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNZYVC8Ev .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcNZYVC8Ev .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNZYVC8Ev .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNZYVC8Ev .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNZYVC8Ev .content-wrap {
  height: 100%;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcNZYVC8Ev .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNZYVC8Ev .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNZYVC8Ev .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcNZYVC8Ev .mbr-section-title {
  color: #191c25;
}
.cid-vcNZYVC8Ev .mbr-text {
  color: #191c25;
}
.cid-vcNZYVC8Ev label {
  color: #191c25;
}
.cid-vcNZYWLvgq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcNZYWLvgq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNZYWLvgq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNZYWLvgq .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcNZYWLvgq .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcNZYWLvgq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcNZYWLvgq .mbr-section-title {
  color: #191c25;
}
.cid-vcNZYWLvgq .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcNZYWLvgq .mbr-section-title,
.cid-vcNZYWLvgq .logo-wrapper {
  text-align: center;
}
.cid-vcNTqoUJzG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcNTqoUJzG nav.navbar {
  position: fixed;
}
.cid-vcNTqoUJzG .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-vcNTqoUJzG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcNTqoUJzG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcNTqoUJzG .dropdown-item:hover,
.cid-vcNTqoUJzG .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcNTqoUJzG .dropdown-item:hover span {
  color: white;
}
.cid-vcNTqoUJzG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcNTqoUJzG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcNTqoUJzG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcNTqoUJzG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcNTqoUJzG .nav-link {
  position: relative;
}
.cid-vcNTqoUJzG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcNTqoUJzG .container {
    flex-wrap: nowrap;
  }
}
.cid-vcNTqoUJzG .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcNTqoUJzG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcNTqoUJzG .dropdown-menu,
.cid-vcNTqoUJzG .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcNTqoUJzG .nav-item:focus,
.cid-vcNTqoUJzG .nav-link:focus {
  outline: none;
}
.cid-vcNTqoUJzG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcNTqoUJzG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcNTqoUJzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcNTqoUJzG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcNTqoUJzG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcNTqoUJzG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcNTqoUJzG .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcNTqoUJzG .navbar.opened {
  transition: all 0.3s;
}
.cid-vcNTqoUJzG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcNTqoUJzG .navbar .navbar-logo img {
  width: auto;
}
.cid-vcNTqoUJzG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcNTqoUJzG .navbar.collapsed {
  justify-content: center;
}
.cid-vcNTqoUJzG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcNTqoUJzG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcNTqoUJzG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcNTqoUJzG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcNTqoUJzG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcNTqoUJzG .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-vcNTqoUJzG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcNTqoUJzG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcNTqoUJzG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcNTqoUJzG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcNTqoUJzG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcNTqoUJzG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcNTqoUJzG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcNTqoUJzG .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-vcNTqoUJzG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcNTqoUJzG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcNTqoUJzG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcNTqoUJzG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcNTqoUJzG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcNTqoUJzG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcNTqoUJzG .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcNTqoUJzG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcNTqoUJzG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcNTqoUJzG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcNTqoUJzG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcNTqoUJzG .dropdown-item.active,
.cid-vcNTqoUJzG .dropdown-item:active {
  background-color: transparent;
}
.cid-vcNTqoUJzG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcNTqoUJzG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcNTqoUJzG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcNTqoUJzG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcNTqoUJzG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcNTqoUJzG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcNTqoUJzG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcNTqoUJzG ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcNTqoUJzG .navbar-buttons {
  text-align: center;
}
.cid-vcNTqoUJzG .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcNTqoUJzG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcNTqoUJzG .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcNTqoUJzG .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcNTqoUJzG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcNTqoUJzG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcNTqoUJzG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcNTqoUJzG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcNTqoUJzG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcNTqoUJzG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcNTqoUJzG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNTqoUJzG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcNTqoUJzG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcNTqoUJzG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcNTqoUJzG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcNTqoUJzG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcNTqoUJzG .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-vcNTqoUJzG .navbar {
    height: 70px;
  }
  .cid-vcNTqoUJzG .navbar.opened {
    height: auto;
  }
  .cid-vcNTqoUJzG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcNTqoUJzG .navbar-nav {
  margin: 0 auto;
}
.cid-vcNTqoUJzG .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcNTqoUJzG .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcNTqoUJzG .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcNTqoUJzG .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcNTqoUJzG .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcNTqoUJzG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcNTqoUJzG .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcNTqoUJzG .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcNTqoUJzG .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcNTqoUJzG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcNTqoUJzG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcNTqoUJzG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcNTqoUJzG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcNTqoUJzG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcNTqoUJzG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcNTqoUJzG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcNTqoUJzG .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcNTxl09x1 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #ddf779;
}
.cid-vcNTxl09x1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNTxl09x1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNTxl09x1 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-vcNTxl09x1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNTxl09x1 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcNTxl09x1 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcNTxl09x1 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-vcNTxl09x1 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcNTxl09x1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-vcNTxl09x1 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcNTxl09x1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcNTxl09x1 .mbr-section-title {
  color: #191c25;
}
.cid-vcNTxl09x1 .mbr-desc {
  color: #858585;
  text-align: center;
}
.cid-vcNTxl09x1 .mbr-section-title,
.cid-vcNTxl09x1 .mbr-section-btn,
.cid-vcNTxl09x1 .title-wrapper {
  text-align: center;
}
.cid-vcNY5JDf9o {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-vcNY5JDf9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNY5JDf9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNY5JDf9o .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNY5JDf9o .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-vcNY5JDf9o .content-wrap .mbr-label {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vcNY5JDf9o .content-wrap .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-vcNY5JDf9o .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vcNY5JDf9o .content-wrap .title-wrapper .mbr-section-title {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-vcNY5JDf9o .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-vcNY5JDf9o .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 320px;
  max-width: 320px;
}
@media (max-width: 768px) {
  .cid-vcNY5JDf9o .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcNY5JDf9o .embla__slide .slide-content {
  width: 100%;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 0;
}
@media (max-width: 992px) {
  .cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper {
    min-height: auto;
  }
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .card-box .rating-wrapper .rating-wrap .mbr-star {
  margin-bottom: 0;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .card-box .item-title {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .card-box .item-text {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .person-wrapper {
  padding-top: 20px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .item-img img {
  display: inline-flex;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-name {
  margin-bottom: 5px;
}
.cid-vcNY5JDf9o .embla__slide .slide-content .item-wrapper .person-wrapper .person-wrap .name-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vcNY5JDf9o .embla__button--next,
.cid-vcNY5JDf9o .embla__button--prev {
  display: flex;
}
.cid-vcNY5JDf9o .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  font-size: 16px;
  background-color: #2f1d41 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 100%;
  transition: all 0.5s;
  position: absolute;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vcNY5JDf9o .embla__button {
    bottom: 0;
  }
}
.cid-vcNY5JDf9o .embla__button:hover {
  background-color: #f27696 !important;
  color: #ffffff !important;
}
.cid-vcNY5JDf9o .embla__button:disabled {
  opacity: .5 !important;
  background-color: #2f1d41 !important;
  color: #ffffff !important;
}
.cid-vcNY5JDf9o .embla__button.embla__button--prev {
  margin-left: -70px;
}
.cid-vcNY5JDf9o .embla__button.embla__button--prev .mbr-iconfont {
  margin-right: 4px;
}
.cid-vcNY5JDf9o .embla__button.embla__button--next {
  margin-right: -70px;
}
.cid-vcNY5JDf9o .embla__button.embla__button--next .mbr-iconfont {
  margin-left: 4px;
}
.cid-vcNY5JDf9o .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
}
.cid-vcNY5JDf9o .embla .circle-wrap {
  position: absolute;
  border-radius: 100%;
  height: 350px;
  width: 350px;
  background-color: #e4e3f5;
  pointer-events: none;
}
.cid-vcNY5JDf9o .embla__viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vcNY5JDf9o .embla__viewport {
    padding: 0;
  }
}
.cid-vcNY5JDf9o .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcNY5JDf9o .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcNY5JDf9o .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcNY5JDf9o .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcNY5JDf9o .mbr-label {
  color: #3a353e;
  text-align: center;
}
.cid-vcNY5JDf9o .mbr-section-title,
.cid-vcNY5JDf9o .title-wrapper {
  color: #3a353e;
  text-align: center;
}
.cid-vcNY5JDf9o .mbr-star,
.cid-vcNY5JDf9o .rating-wrapper {
  color: #f27696;
  text-align: center;
}
.cid-vcNY5JDf9o .item-title {
  color: #3a353e;
  text-align: center;
}
.cid-vcNY5JDf9o .item-text {
  color: #3a353e;
  text-align: center;
}
.cid-vcNY5JDf9o .person-wrapper {
  text-align: center;
}
.cid-vcNY5JDf9o .item-name {
  color: #3a353e;
  text-align: left;
}
.cid-vcNY5JDf9o .item-role {
  color: #3a353e;
  text-align: left;
}
.cid-vcNTqxm5zW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcNTqxm5zW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNTqxm5zW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNTqxm5zW .items-wrap {
  justify-content: space-between;
}
.cid-vcNTqxm5zW .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcNTqxm5zW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNTqxm5zW .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcNTqxm5zW .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcNTqxm5zW .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcNTqxm5zW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcNTqxm5zW .content-wrap {
  height: 100%;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcNTqxm5zW .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcNTqxm5zW .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcNTqxm5zW .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcNTqxm5zW .mbr-section-title {
  color: #191c25;
}
.cid-vcNTqxm5zW .mbr-text {
  color: #191c25;
}
.cid-vcNTqxm5zW label {
  color: #191c25;
}
.cid-vcNTqylKTV {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcNTqylKTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcNTqylKTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcNTqylKTV .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcNTqylKTV .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcNTqylKTV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcNTqylKTV .mbr-section-title {
  color: #191c25;
}
.cid-vcNTqylKTV .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcNTqylKTV .mbr-section-title,
.cid-vcNTqylKTV .logo-wrapper {
  text-align: center;
}
.cid-vcOfUiYXqJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOfUiYXqJ nav.navbar {
  position: fixed;
}
.cid-vcOfUiYXqJ .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-vcOfUiYXqJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOfUiYXqJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOfUiYXqJ .dropdown-item:hover,
.cid-vcOfUiYXqJ .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOfUiYXqJ .dropdown-item:hover span {
  color: white;
}
.cid-vcOfUiYXqJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOfUiYXqJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOfUiYXqJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOfUiYXqJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOfUiYXqJ .nav-link {
  position: relative;
}
.cid-vcOfUiYXqJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOfUiYXqJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOfUiYXqJ .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOfUiYXqJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOfUiYXqJ .dropdown-menu,
.cid-vcOfUiYXqJ .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOfUiYXqJ .nav-item:focus,
.cid-vcOfUiYXqJ .nav-link:focus {
  outline: none;
}
.cid-vcOfUiYXqJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOfUiYXqJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOfUiYXqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOfUiYXqJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOfUiYXqJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOfUiYXqJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOfUiYXqJ .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOfUiYXqJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOfUiYXqJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOfUiYXqJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOfUiYXqJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOfUiYXqJ .navbar.collapsed {
  justify-content: center;
}
.cid-vcOfUiYXqJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOfUiYXqJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOfUiYXqJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOfUiYXqJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOfUiYXqJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOfUiYXqJ .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-vcOfUiYXqJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOfUiYXqJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOfUiYXqJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOfUiYXqJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOfUiYXqJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOfUiYXqJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOfUiYXqJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOfUiYXqJ .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-vcOfUiYXqJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOfUiYXqJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOfUiYXqJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOfUiYXqJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOfUiYXqJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOfUiYXqJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOfUiYXqJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOfUiYXqJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOfUiYXqJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOfUiYXqJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOfUiYXqJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOfUiYXqJ .dropdown-item.active,
.cid-vcOfUiYXqJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOfUiYXqJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOfUiYXqJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOfUiYXqJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOfUiYXqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOfUiYXqJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOfUiYXqJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOfUiYXqJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOfUiYXqJ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOfUiYXqJ .navbar-buttons {
  text-align: center;
}
.cid-vcOfUiYXqJ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOfUiYXqJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOfUiYXqJ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOfUiYXqJ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOfUiYXqJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOfUiYXqJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOfUiYXqJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOfUiYXqJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOfUiYXqJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOfUiYXqJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOfUiYXqJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOfUiYXqJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOfUiYXqJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOfUiYXqJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOfUiYXqJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOfUiYXqJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOfUiYXqJ .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-vcOfUiYXqJ .navbar {
    height: 70px;
  }
  .cid-vcOfUiYXqJ .navbar.opened {
    height: auto;
  }
  .cid-vcOfUiYXqJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOfUiYXqJ .navbar-nav {
  margin: 0 auto;
}
.cid-vcOfUiYXqJ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOfUiYXqJ .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOfUiYXqJ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOfUiYXqJ .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOfUiYXqJ .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOfUiYXqJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOfUiYXqJ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOfUiYXqJ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOfUiYXqJ .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOfUiYXqJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOfUiYXqJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOfUiYXqJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOfUiYXqJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOfUiYXqJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOfUiYXqJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOfUiYXqJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOfUiYXqJ .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOfUkFhUL {
  background-color: #eeeef7;
}
.cid-vcOfUkFhUL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOfUkFhUL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOfUkFhUL .items-wrap {
  justify-content: space-between;
}
.cid-vcOfUkFhUL .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOfUkFhUL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUkFhUL .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOfUkFhUL .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOfUkFhUL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOfUkFhUL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOfUkFhUL .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOfUkFhUL .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUkFhUL .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOfUkFhUL .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOfUkFhUL .google-map {
  height: 100%;
}
.cid-vcOfUkFhUL .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOfUkFhUL .google-map iframe {
    height: 350px;
  }
}
.cid-vcOfUkFhUL .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOfUkFhUL .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOfUkFhUL .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOfUkFhUL .mbr-section-title {
  color: #191c25;
}
.cid-vcOfUkFhUL .mbr-text {
  color: #191c25;
}
.cid-vcOfUkFhUL .mbr-address {
  color: #191c25;
}
.cid-vcOfUkFhUL .mbr-number_2,
.cid-vcOfUkFhUL .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOfUmbSVT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOfUmbSVT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOfUmbSVT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOfUmbSVT .items-wrap {
  justify-content: space-between;
}
.cid-vcOfUmbSVT .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOfUmbSVT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUmbSVT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOfUmbSVT .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOfUmbSVT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOfUmbSVT .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOfUmbSVT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOfUmbSVT .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOfUmbSVT .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOfUmbSVT .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOfUmbSVT .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOfUmbSVT .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOfUmbSVT .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOfUmbSVT .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOfUmbSVT .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOfUmbSVT .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOfUmbSVT .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOfUmbSVT .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOfUmbSVT .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOfUmbSVT .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOfUmbSVT .mbr-section-title {
  color: #191c25;
}
.cid-vcOfUmbSVT .item-title {
  color: #191c25;
}
.cid-vcOfUmbSVT .item-text {
  color: #191c25;
}
.cid-vcOfUmbSVT .tabs-wrapper {
  text-align: right;
}
.cid-vcOfUnzB89 {
  background-color: #eeeef7;
}
.cid-vcOfUnzB89 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOfUnzB89 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOfUnzB89 .items-wrap {
  justify-content: space-between;
}
.cid-vcOfUnzB89 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOfUnzB89 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUnzB89 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOfUnzB89 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOfUnzB89 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOfUnzB89 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOfUnzB89 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOfUnzB89 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOfUnzB89 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOfUnzB89 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOfUnzB89 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOfUnzB89 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOfUnzB89 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUnzB89 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOfUnzB89 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOfUnzB89 .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOfUnzB89 .image-wrapper {
    height: 350px;
  }
}
.cid-vcOfUnzB89 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOfUnzB89 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOfUnzB89 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOfUnzB89 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOfUnzB89 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOfUnzB89 .mbr-section-title {
  color: #191c25;
}
.cid-vcOfUnzB89 .list {
  color: #191c25;
}
.cid-vcOfUnzB89 .mbr-number_1 {
  color: #191c25;
}
.cid-vcOfUnzB89 .mbr-number_2,
.cid-vcOfUnzB89 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOfUor6Of {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOfUor6Of .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOfUor6Of .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOfUor6Of .items-wrap {
  justify-content: space-between;
}
.cid-vcOfUor6Of .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOfUor6Of .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUor6Of .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOfUor6Of .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOfUor6Of .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOfUor6Of .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOfUor6Of .content-wrap {
  height: 100%;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOfUor6Of .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOfUor6Of .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOfUor6Of .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOfUor6Of .mbr-section-title {
  color: #191c25;
}
.cid-vcOfUor6Of .mbr-text {
  color: #191c25;
}
.cid-vcOfUor6Of label {
  color: #191c25;
}
.cid-vcOfUpE98r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOfUpE98r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOfUpE98r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOfUpE98r .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOfUpE98r .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOfUpE98r .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOfUpE98r .mbr-section-title {
  color: #191c25;
}
.cid-vcOfUpE98r .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOfUpE98r .mbr-section-title,
.cid-vcOfUpE98r .logo-wrapper {
  text-align: center;
}
.cid-vcOeDJZDL9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOeDJZDL9 nav.navbar {
  position: fixed;
}
.cid-vcOeDJZDL9 .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-vcOeDJZDL9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOeDJZDL9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOeDJZDL9 .dropdown-item:hover,
.cid-vcOeDJZDL9 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOeDJZDL9 .dropdown-item:hover span {
  color: white;
}
.cid-vcOeDJZDL9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOeDJZDL9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOeDJZDL9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOeDJZDL9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOeDJZDL9 .nav-link {
  position: relative;
}
.cid-vcOeDJZDL9 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOeDJZDL9 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOeDJZDL9 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOeDJZDL9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOeDJZDL9 .dropdown-menu,
.cid-vcOeDJZDL9 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOeDJZDL9 .nav-item:focus,
.cid-vcOeDJZDL9 .nav-link:focus {
  outline: none;
}
.cid-vcOeDJZDL9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOeDJZDL9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOeDJZDL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOeDJZDL9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOeDJZDL9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOeDJZDL9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOeDJZDL9 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOeDJZDL9 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOeDJZDL9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOeDJZDL9 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOeDJZDL9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOeDJZDL9 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOeDJZDL9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOeDJZDL9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOeDJZDL9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOeDJZDL9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOeDJZDL9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOeDJZDL9 .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-vcOeDJZDL9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOeDJZDL9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOeDJZDL9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOeDJZDL9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOeDJZDL9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOeDJZDL9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOeDJZDL9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOeDJZDL9 .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-vcOeDJZDL9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOeDJZDL9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOeDJZDL9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOeDJZDL9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOeDJZDL9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOeDJZDL9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOeDJZDL9 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOeDJZDL9 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOeDJZDL9 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOeDJZDL9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOeDJZDL9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOeDJZDL9 .dropdown-item.active,
.cid-vcOeDJZDL9 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOeDJZDL9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOeDJZDL9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOeDJZDL9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOeDJZDL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOeDJZDL9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOeDJZDL9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOeDJZDL9 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOeDJZDL9 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOeDJZDL9 .navbar-buttons {
  text-align: center;
}
.cid-vcOeDJZDL9 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOeDJZDL9 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOeDJZDL9 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOeDJZDL9 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOeDJZDL9 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOeDJZDL9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOeDJZDL9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOeDJZDL9 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOeDJZDL9 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOeDJZDL9 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOeDJZDL9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOeDJZDL9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOeDJZDL9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOeDJZDL9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOeDJZDL9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOeDJZDL9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOeDJZDL9 .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-vcOeDJZDL9 .navbar {
    height: 70px;
  }
  .cid-vcOeDJZDL9 .navbar.opened {
    height: auto;
  }
  .cid-vcOeDJZDL9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOeDJZDL9 .navbar-nav {
  margin: 0 auto;
}
.cid-vcOeDJZDL9 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOeDJZDL9 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOeDJZDL9 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOeDJZDL9 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOeDJZDL9 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOeDJZDL9 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOeDJZDL9 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOeDJZDL9 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOeDJZDL9 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOeDJZDL9 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOeDJZDL9 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOeDJZDL9 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOeDJZDL9 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOeDJZDL9 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOeDJZDL9 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOeDJZDL9 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOeDJZDL9 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOeDNDH8z {
  background-color: #eeeef7;
}
.cid-vcOeDNDH8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOeDNDH8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOeDNDH8z .items-wrap {
  justify-content: space-between;
}
.cid-vcOeDNDH8z .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOeDNDH8z .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDNDH8z .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOeDNDH8z .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOeDNDH8z .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOeDNDH8z .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOeDNDH8z .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOeDNDH8z .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDNDH8z .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOeDNDH8z .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOeDNDH8z .google-map {
  height: 100%;
}
.cid-vcOeDNDH8z .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOeDNDH8z .google-map iframe {
    height: 350px;
  }
}
.cid-vcOeDNDH8z .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOeDNDH8z .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOeDNDH8z .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOeDNDH8z .mbr-section-title {
  color: #191c25;
}
.cid-vcOeDNDH8z .mbr-text {
  color: #191c25;
}
.cid-vcOeDNDH8z .mbr-address {
  color: #191c25;
}
.cid-vcOeDNDH8z .mbr-number_2,
.cid-vcOeDNDH8z .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOeDQiZ8Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOeDQiZ8Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOeDQiZ8Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOeDQiZ8Q .items-wrap {
  justify-content: space-between;
}
.cid-vcOeDQiZ8Q .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOeDQiZ8Q .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDQiZ8Q .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOeDQiZ8Q .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOeDQiZ8Q .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOeDQiZ8Q .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOeDQiZ8Q .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOeDQiZ8Q .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOeDQiZ8Q .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOeDQiZ8Q .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOeDQiZ8Q .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOeDQiZ8Q .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOeDQiZ8Q .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOeDQiZ8Q .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOeDQiZ8Q .mbr-section-title {
  color: #191c25;
}
.cid-vcOeDQiZ8Q .item-title {
  color: #191c25;
}
.cid-vcOeDQiZ8Q .item-text {
  color: #191c25;
}
.cid-vcOeDQiZ8Q .tabs-wrapper {
  text-align: right;
}
.cid-vcOeDRQnz2 {
  background-color: #eeeef7;
}
.cid-vcOeDRQnz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOeDRQnz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOeDRQnz2 .items-wrap {
  justify-content: space-between;
}
.cid-vcOeDRQnz2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOeDRQnz2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDRQnz2 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOeDRQnz2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOeDRQnz2 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOeDRQnz2 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOeDRQnz2 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOeDRQnz2 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOeDRQnz2 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOeDRQnz2 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOeDRQnz2 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOeDRQnz2 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOeDRQnz2 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDRQnz2 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOeDRQnz2 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOeDRQnz2 .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOeDRQnz2 .image-wrapper {
    height: 350px;
  }
}
.cid-vcOeDRQnz2 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOeDRQnz2 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOeDRQnz2 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOeDRQnz2 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOeDRQnz2 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOeDRQnz2 .mbr-section-title {
  color: #191c25;
}
.cid-vcOeDRQnz2 .list {
  color: #191c25;
}
.cid-vcOeDRQnz2 .mbr-number_1 {
  color: #191c25;
}
.cid-vcOeDRQnz2 .mbr-number_2,
.cid-vcOeDRQnz2 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOeDT0yRo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOeDT0yRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOeDT0yRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOeDT0yRo .items-wrap {
  justify-content: space-between;
}
.cid-vcOeDT0yRo .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOeDT0yRo .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDT0yRo .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOeDT0yRo .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOeDT0yRo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOeDT0yRo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOeDT0yRo .content-wrap {
  height: 100%;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOeDT0yRo .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOeDT0yRo .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOeDT0yRo .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOeDT0yRo .mbr-section-title {
  color: #191c25;
}
.cid-vcOeDT0yRo .mbr-text {
  color: #191c25;
}
.cid-vcOeDT0yRo label {
  color: #191c25;
}
.cid-vcOeDUAXOo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOeDUAXOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOeDUAXOo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOeDUAXOo .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOeDUAXOo .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOeDUAXOo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOeDUAXOo .mbr-section-title {
  color: #191c25;
}
.cid-vcOeDUAXOo .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOeDUAXOo .mbr-section-title,
.cid-vcOeDUAXOo .logo-wrapper {
  text-align: center;
}
.cid-vcOgw15o84 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOgw15o84 nav.navbar {
  position: fixed;
}
.cid-vcOgw15o84 .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-vcOgw15o84 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOgw15o84 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOgw15o84 .dropdown-item:hover,
.cid-vcOgw15o84 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOgw15o84 .dropdown-item:hover span {
  color: white;
}
.cid-vcOgw15o84 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOgw15o84 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOgw15o84 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOgw15o84 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOgw15o84 .nav-link {
  position: relative;
}
.cid-vcOgw15o84 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOgw15o84 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOgw15o84 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOgw15o84 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOgw15o84 .dropdown-menu,
.cid-vcOgw15o84 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOgw15o84 .nav-item:focus,
.cid-vcOgw15o84 .nav-link:focus {
  outline: none;
}
.cid-vcOgw15o84 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOgw15o84 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOgw15o84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOgw15o84 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOgw15o84 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOgw15o84 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOgw15o84 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOgw15o84 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOgw15o84 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOgw15o84 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOgw15o84 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOgw15o84 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOgw15o84 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOgw15o84 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOgw15o84 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOgw15o84 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOgw15o84 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOgw15o84 .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-vcOgw15o84 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOgw15o84 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOgw15o84 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOgw15o84 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOgw15o84 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOgw15o84 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOgw15o84 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOgw15o84 .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-vcOgw15o84 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOgw15o84 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOgw15o84 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOgw15o84 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOgw15o84 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOgw15o84 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOgw15o84 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOgw15o84 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOgw15o84 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOgw15o84 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOgw15o84 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOgw15o84 .dropdown-item.active,
.cid-vcOgw15o84 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOgw15o84 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOgw15o84 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOgw15o84 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOgw15o84 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOgw15o84 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOgw15o84 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOgw15o84 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOgw15o84 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOgw15o84 .navbar-buttons {
  text-align: center;
}
.cid-vcOgw15o84 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOgw15o84 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOgw15o84 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOgw15o84 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOgw15o84 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOgw15o84 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOgw15o84 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOgw15o84 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOgw15o84 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOgw15o84 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOgw15o84 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOgw15o84 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOgw15o84 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOgw15o84 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOgw15o84 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOgw15o84 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOgw15o84 .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-vcOgw15o84 .navbar {
    height: 70px;
  }
  .cid-vcOgw15o84 .navbar.opened {
    height: auto;
  }
  .cid-vcOgw15o84 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOgw15o84 .navbar-nav {
  margin: 0 auto;
}
.cid-vcOgw15o84 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOgw15o84 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOgw15o84 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOgw15o84 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOgw15o84 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOgw15o84 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOgw15o84 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOgw15o84 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOgw15o84 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOgw15o84 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOgw15o84 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOgw15o84 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOgw15o84 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOgw15o84 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOgw15o84 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOgw15o84 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOgw15o84 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOgw2FA2Q {
  background-color: #eeeef7;
}
.cid-vcOgw2FA2Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOgw2FA2Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOgw2FA2Q .items-wrap {
  justify-content: space-between;
}
.cid-vcOgw2FA2Q .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOgw2FA2Q .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw2FA2Q .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOgw2FA2Q .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOgw2FA2Q .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOgw2FA2Q .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOgw2FA2Q .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOgw2FA2Q .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw2FA2Q .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOgw2FA2Q .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOgw2FA2Q .google-map {
  height: 100%;
}
.cid-vcOgw2FA2Q .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOgw2FA2Q .google-map iframe {
    height: 350px;
  }
}
.cid-vcOgw2FA2Q .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOgw2FA2Q .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOgw2FA2Q .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOgw2FA2Q .mbr-section-title {
  color: #191c25;
}
.cid-vcOgw2FA2Q .mbr-text {
  color: #191c25;
}
.cid-vcOgw2FA2Q .mbr-address {
  color: #191c25;
}
.cid-vcOgw2FA2Q .mbr-number_2,
.cid-vcOgw2FA2Q .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOgw4C5oK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOgw4C5oK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOgw4C5oK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOgw4C5oK .items-wrap {
  justify-content: space-between;
}
.cid-vcOgw4C5oK .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOgw4C5oK .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw4C5oK .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOgw4C5oK .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOgw4C5oK .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOgw4C5oK .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOgw4C5oK .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOgw4C5oK .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOgw4C5oK .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOgw4C5oK .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOgw4C5oK .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOgw4C5oK .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOgw4C5oK .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOgw4C5oK .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOgw4C5oK .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOgw4C5oK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOgw4C5oK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOgw4C5oK .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOgw4C5oK .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOgw4C5oK .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOgw4C5oK .mbr-section-title {
  color: #191c25;
}
.cid-vcOgw4C5oK .item-title {
  color: #191c25;
}
.cid-vcOgw4C5oK .item-text {
  color: #191c25;
}
.cid-vcOgw4C5oK .tabs-wrapper {
  text-align: right;
}
.cid-vcOgw5Z75h {
  background-color: #eeeef7;
}
.cid-vcOgw5Z75h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOgw5Z75h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOgw5Z75h .items-wrap {
  justify-content: space-between;
}
.cid-vcOgw5Z75h .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOgw5Z75h .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw5Z75h .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOgw5Z75h .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOgw5Z75h .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOgw5Z75h .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOgw5Z75h .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOgw5Z75h .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOgw5Z75h .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOgw5Z75h .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOgw5Z75h .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOgw5Z75h .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOgw5Z75h .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw5Z75h .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOgw5Z75h .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOgw5Z75h .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOgw5Z75h .image-wrapper {
    height: 350px;
  }
}
.cid-vcOgw5Z75h .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOgw5Z75h .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOgw5Z75h .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOgw5Z75h .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOgw5Z75h .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOgw5Z75h .mbr-section-title {
  color: #191c25;
}
.cid-vcOgw5Z75h .list {
  color: #191c25;
}
.cid-vcOgw5Z75h .mbr-number_1 {
  color: #191c25;
}
.cid-vcOgw5Z75h .mbr-number_2,
.cid-vcOgw5Z75h .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOgw7dXLU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOgw7dXLU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOgw7dXLU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOgw7dXLU .items-wrap {
  justify-content: space-between;
}
.cid-vcOgw7dXLU .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOgw7dXLU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw7dXLU .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOgw7dXLU .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOgw7dXLU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOgw7dXLU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOgw7dXLU .content-wrap {
  height: 100%;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOgw7dXLU .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOgw7dXLU .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOgw7dXLU .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOgw7dXLU .mbr-section-title {
  color: #191c25;
}
.cid-vcOgw7dXLU .mbr-text {
  color: #191c25;
}
.cid-vcOgw7dXLU label {
  color: #191c25;
}
.cid-vcOgw8lF8F {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOgw8lF8F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOgw8lF8F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOgw8lF8F .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOgw8lF8F .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOgw8lF8F .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOgw8lF8F .mbr-section-title {
  color: #191c25;
}
.cid-vcOgw8lF8F .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOgw8lF8F .mbr-section-title,
.cid-vcOgw8lF8F .logo-wrapper {
  text-align: center;
}
.cid-vcOhfp3bd1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOhfp3bd1 nav.navbar {
  position: fixed;
}
.cid-vcOhfp3bd1 .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-vcOhfp3bd1 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOhfp3bd1 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOhfp3bd1 .dropdown-item:hover,
.cid-vcOhfp3bd1 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOhfp3bd1 .dropdown-item:hover span {
  color: white;
}
.cid-vcOhfp3bd1 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOhfp3bd1 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOhfp3bd1 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOhfp3bd1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOhfp3bd1 .nav-link {
  position: relative;
}
.cid-vcOhfp3bd1 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOhfp3bd1 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOhfp3bd1 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOhfp3bd1 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOhfp3bd1 .dropdown-menu,
.cid-vcOhfp3bd1 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOhfp3bd1 .nav-item:focus,
.cid-vcOhfp3bd1 .nav-link:focus {
  outline: none;
}
.cid-vcOhfp3bd1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOhfp3bd1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOhfp3bd1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOhfp3bd1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOhfp3bd1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOhfp3bd1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOhfp3bd1 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOhfp3bd1 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOhfp3bd1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOhfp3bd1 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOhfp3bd1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOhfp3bd1 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOhfp3bd1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOhfp3bd1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOhfp3bd1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOhfp3bd1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOhfp3bd1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOhfp3bd1 .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-vcOhfp3bd1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOhfp3bd1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOhfp3bd1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOhfp3bd1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOhfp3bd1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOhfp3bd1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOhfp3bd1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOhfp3bd1 .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-vcOhfp3bd1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOhfp3bd1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOhfp3bd1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOhfp3bd1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOhfp3bd1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOhfp3bd1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOhfp3bd1 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOhfp3bd1 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOhfp3bd1 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOhfp3bd1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOhfp3bd1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOhfp3bd1 .dropdown-item.active,
.cid-vcOhfp3bd1 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOhfp3bd1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOhfp3bd1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOhfp3bd1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOhfp3bd1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOhfp3bd1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOhfp3bd1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOhfp3bd1 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOhfp3bd1 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOhfp3bd1 .navbar-buttons {
  text-align: center;
}
.cid-vcOhfp3bd1 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOhfp3bd1 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOhfp3bd1 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOhfp3bd1 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOhfp3bd1 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOhfp3bd1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOhfp3bd1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOhfp3bd1 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOhfp3bd1 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOhfp3bd1 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOhfp3bd1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOhfp3bd1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOhfp3bd1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOhfp3bd1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOhfp3bd1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOhfp3bd1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOhfp3bd1 .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-vcOhfp3bd1 .navbar {
    height: 70px;
  }
  .cid-vcOhfp3bd1 .navbar.opened {
    height: auto;
  }
  .cid-vcOhfp3bd1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOhfp3bd1 .navbar-nav {
  margin: 0 auto;
}
.cid-vcOhfp3bd1 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOhfp3bd1 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOhfp3bd1 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOhfp3bd1 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOhfp3bd1 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOhfp3bd1 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOhfp3bd1 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOhfp3bd1 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOhfp3bd1 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOhfp3bd1 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOhfp3bd1 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOhfp3bd1 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOhfp3bd1 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOhfp3bd1 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOhfp3bd1 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOhfp3bd1 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOhfp3bd1 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOhfrXGRo {
  background-color: #eeeef7;
}
.cid-vcOhfrXGRo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhfrXGRo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhfrXGRo .items-wrap {
  justify-content: space-between;
}
.cid-vcOhfrXGRo .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOhfrXGRo .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfrXGRo .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOhfrXGRo .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhfrXGRo .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOhfrXGRo .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOhfrXGRo .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOhfrXGRo .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfrXGRo .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOhfrXGRo .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOhfrXGRo .google-map {
  height: 100%;
}
.cid-vcOhfrXGRo .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOhfrXGRo .google-map iframe {
    height: 350px;
  }
}
.cid-vcOhfrXGRo .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOhfrXGRo .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOhfrXGRo .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOhfrXGRo .mbr-section-title {
  color: #191c25;
}
.cid-vcOhfrXGRo .mbr-text {
  color: #191c25;
}
.cid-vcOhfrXGRo .mbr-address {
  color: #191c25;
}
.cid-vcOhfrXGRo .mbr-number_2,
.cid-vcOhfrXGRo .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOhfuClzt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOhfuClzt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhfuClzt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhfuClzt .items-wrap {
  justify-content: space-between;
}
.cid-vcOhfuClzt .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOhfuClzt .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfuClzt .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOhfuClzt .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOhfuClzt .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOhfuClzt .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOhfuClzt .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOhfuClzt .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOhfuClzt .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOhfuClzt .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOhfuClzt .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOhfuClzt .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOhfuClzt .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhfuClzt .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOhfuClzt .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOhfuClzt .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOhfuClzt .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOhfuClzt .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOhfuClzt .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOhfuClzt .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOhfuClzt .mbr-section-title {
  color: #191c25;
}
.cid-vcOhfuClzt .item-title {
  color: #191c25;
}
.cid-vcOhfuClzt .item-text {
  color: #191c25;
}
.cid-vcOhfuClzt .tabs-wrapper {
  text-align: right;
}
.cid-vcOhfvGWzP {
  background-color: #eeeef7;
}
.cid-vcOhfvGWzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhfvGWzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhfvGWzP .items-wrap {
  justify-content: space-between;
}
.cid-vcOhfvGWzP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOhfvGWzP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfvGWzP .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOhfvGWzP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhfvGWzP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOhfvGWzP .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOhfvGWzP .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOhfvGWzP .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOhfvGWzP .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOhfvGWzP .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOhfvGWzP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOhfvGWzP .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOhfvGWzP .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfvGWzP .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOhfvGWzP .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOhfvGWzP .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOhfvGWzP .image-wrapper {
    height: 350px;
  }
}
.cid-vcOhfvGWzP .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOhfvGWzP .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOhfvGWzP .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOhfvGWzP .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOhfvGWzP .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOhfvGWzP .mbr-section-title {
  color: #191c25;
}
.cid-vcOhfvGWzP .list {
  color: #191c25;
}
.cid-vcOhfvGWzP .mbr-number_1 {
  color: #191c25;
}
.cid-vcOhfvGWzP .mbr-number_2,
.cid-vcOhfvGWzP .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOhfwsiR0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOhfwsiR0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhfwsiR0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhfwsiR0 .items-wrap {
  justify-content: space-between;
}
.cid-vcOhfwsiR0 .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOhfwsiR0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfwsiR0 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOhfwsiR0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhfwsiR0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOhfwsiR0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOhfwsiR0 .content-wrap {
  height: 100%;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOhfwsiR0 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhfwsiR0 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOhfwsiR0 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOhfwsiR0 .mbr-section-title {
  color: #191c25;
}
.cid-vcOhfwsiR0 .mbr-text {
  color: #191c25;
}
.cid-vcOhfwsiR0 label {
  color: #191c25;
}
.cid-vcOhfxs5We {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOhfxs5We .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhfxs5We .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhfxs5We .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOhfxs5We .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOhfxs5We .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOhfxs5We .mbr-section-title {
  color: #191c25;
}
.cid-vcOhfxs5We .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOhfxs5We .mbr-section-title,
.cid-vcOhfxs5We .logo-wrapper {
  text-align: center;
}
.cid-vcOhZ2WJ1Z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOhZ2WJ1Z nav.navbar {
  position: fixed;
}
.cid-vcOhZ2WJ1Z .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-vcOhZ2WJ1Z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOhZ2WJ1Z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOhZ2WJ1Z .dropdown-item:hover,
.cid-vcOhZ2WJ1Z .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOhZ2WJ1Z .dropdown-item:hover span {
  color: white;
}
.cid-vcOhZ2WJ1Z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOhZ2WJ1Z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOhZ2WJ1Z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOhZ2WJ1Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOhZ2WJ1Z .nav-link {
  position: relative;
}
.cid-vcOhZ2WJ1Z .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOhZ2WJ1Z .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOhZ2WJ1Z .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOhZ2WJ1Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOhZ2WJ1Z .dropdown-menu,
.cid-vcOhZ2WJ1Z .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOhZ2WJ1Z .nav-item:focus,
.cid-vcOhZ2WJ1Z .nav-link:focus {
  outline: none;
}
.cid-vcOhZ2WJ1Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOhZ2WJ1Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOhZ2WJ1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOhZ2WJ1Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOhZ2WJ1Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOhZ2WJ1Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOhZ2WJ1Z .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOhZ2WJ1Z .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOhZ2WJ1Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOhZ2WJ1Z .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOhZ2WJ1Z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOhZ2WJ1Z .navbar.collapsed {
  justify-content: center;
}
.cid-vcOhZ2WJ1Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOhZ2WJ1Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOhZ2WJ1Z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOhZ2WJ1Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOhZ2WJ1Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOhZ2WJ1Z .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-vcOhZ2WJ1Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOhZ2WJ1Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOhZ2WJ1Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOhZ2WJ1Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOhZ2WJ1Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOhZ2WJ1Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOhZ2WJ1Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOhZ2WJ1Z .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-vcOhZ2WJ1Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOhZ2WJ1Z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOhZ2WJ1Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOhZ2WJ1Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOhZ2WJ1Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOhZ2WJ1Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOhZ2WJ1Z .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOhZ2WJ1Z .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOhZ2WJ1Z .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOhZ2WJ1Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOhZ2WJ1Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOhZ2WJ1Z .dropdown-item.active,
.cid-vcOhZ2WJ1Z .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOhZ2WJ1Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOhZ2WJ1Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOhZ2WJ1Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOhZ2WJ1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOhZ2WJ1Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOhZ2WJ1Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOhZ2WJ1Z ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOhZ2WJ1Z ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOhZ2WJ1Z .navbar-buttons {
  text-align: center;
}
.cid-vcOhZ2WJ1Z .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOhZ2WJ1Z .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOhZ2WJ1Z .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOhZ2WJ1Z .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOhZ2WJ1Z button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOhZ2WJ1Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOhZ2WJ1Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOhZ2WJ1Z button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOhZ2WJ1Z button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOhZ2WJ1Z button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOhZ2WJ1Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOhZ2WJ1Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOhZ2WJ1Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOhZ2WJ1Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOhZ2WJ1Z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOhZ2WJ1Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOhZ2WJ1Z .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-vcOhZ2WJ1Z .navbar {
    height: 70px;
  }
  .cid-vcOhZ2WJ1Z .navbar.opened {
    height: auto;
  }
  .cid-vcOhZ2WJ1Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOhZ2WJ1Z .navbar-nav {
  margin: 0 auto;
}
.cid-vcOhZ2WJ1Z .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOhZ2WJ1Z .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOhZ2WJ1Z .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOhZ2WJ1Z .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOhZ2WJ1Z .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOhZ2WJ1Z .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOhZ2WJ1Z .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOhZ2WJ1Z .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOhZ2WJ1Z .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOhZ2WJ1Z .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOhZ2WJ1Z .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOhZ2WJ1Z .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOhZ2WJ1Z .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOhZ2WJ1Z .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOhZ2WJ1Z .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOhZ2WJ1Z .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOhZ2WJ1Z .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOhZ5XGJS {
  background-color: #eeeef7;
}
.cid-vcOhZ5XGJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhZ5XGJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhZ5XGJS .items-wrap {
  justify-content: space-between;
}
.cid-vcOhZ5XGJS .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOhZ5XGJS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZ5XGJS .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOhZ5XGJS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhZ5XGJS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOhZ5XGJS .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOhZ5XGJS .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOhZ5XGJS .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZ5XGJS .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOhZ5XGJS .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOhZ5XGJS .google-map {
  height: 100%;
}
.cid-vcOhZ5XGJS .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOhZ5XGJS .google-map iframe {
    height: 350px;
  }
}
.cid-vcOhZ5XGJS .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOhZ5XGJS .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOhZ5XGJS .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOhZ5XGJS .mbr-section-title {
  color: #191c25;
}
.cid-vcOhZ5XGJS .mbr-text {
  color: #191c25;
}
.cid-vcOhZ5XGJS .mbr-address {
  color: #191c25;
}
.cid-vcOhZ5XGJS .mbr-number_2,
.cid-vcOhZ5XGJS .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOhZ8w0Xz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOhZ8w0Xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhZ8w0Xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhZ8w0Xz .items-wrap {
  justify-content: space-between;
}
.cid-vcOhZ8w0Xz .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOhZ8w0Xz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZ8w0Xz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOhZ8w0Xz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOhZ8w0Xz .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOhZ8w0Xz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOhZ8w0Xz .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOhZ8w0Xz .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOhZ8w0Xz .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOhZ8w0Xz .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOhZ8w0Xz .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOhZ8w0Xz .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOhZ8w0Xz .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOhZ8w0Xz .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOhZ8w0Xz .mbr-section-title {
  color: #191c25;
}
.cid-vcOhZ8w0Xz .item-title {
  color: #191c25;
}
.cid-vcOhZ8w0Xz .item-text {
  color: #191c25;
}
.cid-vcOhZ8w0Xz .tabs-wrapper {
  text-align: right;
}
.cid-vcOhZ9o42n {
  background-color: #eeeef7;
}
.cid-vcOhZ9o42n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhZ9o42n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhZ9o42n .items-wrap {
  justify-content: space-between;
}
.cid-vcOhZ9o42n .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOhZ9o42n .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZ9o42n .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOhZ9o42n .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhZ9o42n .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOhZ9o42n .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOhZ9o42n .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOhZ9o42n .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOhZ9o42n .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOhZ9o42n .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOhZ9o42n .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOhZ9o42n .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOhZ9o42n .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZ9o42n .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOhZ9o42n .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOhZ9o42n .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOhZ9o42n .image-wrapper {
    height: 350px;
  }
}
.cid-vcOhZ9o42n .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOhZ9o42n .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOhZ9o42n .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOhZ9o42n .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOhZ9o42n .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOhZ9o42n .mbr-section-title {
  color: #191c25;
}
.cid-vcOhZ9o42n .list {
  color: #191c25;
}
.cid-vcOhZ9o42n .mbr-number_1 {
  color: #191c25;
}
.cid-vcOhZ9o42n .mbr-number_2,
.cid-vcOhZ9o42n .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOhZa6AxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOhZa6AxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhZa6AxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhZa6AxA .items-wrap {
  justify-content: space-between;
}
.cid-vcOhZa6AxA .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOhZa6AxA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZa6AxA .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOhZa6AxA .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOhZa6AxA .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOhZa6AxA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOhZa6AxA .content-wrap {
  height: 100%;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOhZa6AxA .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOhZa6AxA .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOhZa6AxA .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOhZa6AxA .mbr-section-title {
  color: #191c25;
}
.cid-vcOhZa6AxA .mbr-text {
  color: #191c25;
}
.cid-vcOhZa6AxA label {
  color: #191c25;
}
.cid-vcOhZbf7xm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOhZbf7xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOhZbf7xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOhZbf7xm .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOhZbf7xm .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOhZbf7xm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOhZbf7xm .mbr-section-title {
  color: #191c25;
}
.cid-vcOhZbf7xm .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOhZbf7xm .mbr-section-title,
.cid-vcOhZbf7xm .logo-wrapper {
  text-align: center;
}
.cid-vcOioUKlo3 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOioUKlo3 nav.navbar {
  position: fixed;
}
.cid-vcOioUKlo3 .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-vcOioUKlo3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOioUKlo3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOioUKlo3 .dropdown-item:hover,
.cid-vcOioUKlo3 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOioUKlo3 .dropdown-item:hover span {
  color: white;
}
.cid-vcOioUKlo3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOioUKlo3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOioUKlo3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOioUKlo3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOioUKlo3 .nav-link {
  position: relative;
}
.cid-vcOioUKlo3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOioUKlo3 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOioUKlo3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOioUKlo3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOioUKlo3 .dropdown-menu,
.cid-vcOioUKlo3 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOioUKlo3 .nav-item:focus,
.cid-vcOioUKlo3 .nav-link:focus {
  outline: none;
}
.cid-vcOioUKlo3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOioUKlo3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOioUKlo3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOioUKlo3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOioUKlo3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOioUKlo3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOioUKlo3 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOioUKlo3 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOioUKlo3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOioUKlo3 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOioUKlo3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOioUKlo3 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOioUKlo3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOioUKlo3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOioUKlo3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOioUKlo3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOioUKlo3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOioUKlo3 .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-vcOioUKlo3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOioUKlo3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOioUKlo3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOioUKlo3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOioUKlo3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOioUKlo3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOioUKlo3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOioUKlo3 .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-vcOioUKlo3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOioUKlo3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOioUKlo3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOioUKlo3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOioUKlo3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOioUKlo3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOioUKlo3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOioUKlo3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOioUKlo3 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOioUKlo3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOioUKlo3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOioUKlo3 .dropdown-item.active,
.cid-vcOioUKlo3 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOioUKlo3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOioUKlo3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOioUKlo3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOioUKlo3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOioUKlo3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOioUKlo3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOioUKlo3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOioUKlo3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOioUKlo3 .navbar-buttons {
  text-align: center;
}
.cid-vcOioUKlo3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOioUKlo3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOioUKlo3 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOioUKlo3 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOioUKlo3 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOioUKlo3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOioUKlo3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOioUKlo3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOioUKlo3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOioUKlo3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOioUKlo3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOioUKlo3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOioUKlo3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOioUKlo3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOioUKlo3 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOioUKlo3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOioUKlo3 .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-vcOioUKlo3 .navbar {
    height: 70px;
  }
  .cid-vcOioUKlo3 .navbar.opened {
    height: auto;
  }
  .cid-vcOioUKlo3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOioUKlo3 .navbar-nav {
  margin: 0 auto;
}
.cid-vcOioUKlo3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOioUKlo3 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOioUKlo3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOioUKlo3 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOioUKlo3 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOioUKlo3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOioUKlo3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOioUKlo3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOioUKlo3 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOioUKlo3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOioUKlo3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOioUKlo3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOioUKlo3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOioUKlo3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOioUKlo3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOioUKlo3 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOioUKlo3 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOioWgy14 {
  background-color: #eeeef7;
}
.cid-vcOioWgy14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOioWgy14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOioWgy14 .items-wrap {
  justify-content: space-between;
}
.cid-vcOioWgy14 .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOioWgy14 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOioWgy14 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOioWgy14 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOioWgy14 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOioWgy14 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOioWgy14 .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOioWgy14 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOioWgy14 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOioWgy14 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOioWgy14 .google-map {
  height: 100%;
}
.cid-vcOioWgy14 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOioWgy14 .google-map iframe {
    height: 350px;
  }
}
.cid-vcOioWgy14 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOioWgy14 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOioWgy14 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOioWgy14 .mbr-section-title {
  color: #191c25;
}
.cid-vcOioWgy14 .mbr-text {
  color: #191c25;
}
.cid-vcOioWgy14 .mbr-address {
  color: #191c25;
}
.cid-vcOioWgy14 .mbr-number_2,
.cid-vcOioWgy14 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOioXqnD8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOioXqnD8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOioXqnD8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOioXqnD8 .items-wrap {
  justify-content: space-between;
}
.cid-vcOioXqnD8 .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOioXqnD8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOioXqnD8 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOioXqnD8 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOioXqnD8 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOioXqnD8 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOioXqnD8 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOioXqnD8 .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOioXqnD8 .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOioXqnD8 .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOioXqnD8 .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOioXqnD8 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOioXqnD8 .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOioXqnD8 .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOioXqnD8 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOioXqnD8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOioXqnD8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOioXqnD8 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOioXqnD8 .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOioXqnD8 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOioXqnD8 .mbr-section-title {
  color: #191c25;
}
.cid-vcOioXqnD8 .item-title {
  color: #191c25;
}
.cid-vcOioXqnD8 .item-text {
  color: #191c25;
}
.cid-vcOioXqnD8 .tabs-wrapper {
  text-align: right;
}
.cid-vcOioYhi2X {
  background-color: #eeeef7;
}
.cid-vcOioYhi2X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOioYhi2X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOioYhi2X .items-wrap {
  justify-content: space-between;
}
.cid-vcOioYhi2X .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOioYhi2X .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOioYhi2X .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOioYhi2X .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOioYhi2X .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOioYhi2X .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOioYhi2X .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOioYhi2X .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOioYhi2X .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOioYhi2X .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOioYhi2X .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOioYhi2X .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOioYhi2X .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOioYhi2X .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOioYhi2X .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOioYhi2X .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOioYhi2X .image-wrapper {
    height: 350px;
  }
}
.cid-vcOioYhi2X .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOioYhi2X .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOioYhi2X .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOioYhi2X .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOioYhi2X .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOioYhi2X .mbr-section-title {
  color: #191c25;
}
.cid-vcOioYhi2X .list {
  color: #191c25;
}
.cid-vcOioYhi2X .mbr-number_1 {
  color: #191c25;
}
.cid-vcOioYhi2X .mbr-number_2,
.cid-vcOioYhi2X .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOip0n6oI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOip0n6oI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOip0n6oI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOip0n6oI .items-wrap {
  justify-content: space-between;
}
.cid-vcOip0n6oI .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOip0n6oI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOip0n6oI .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOip0n6oI .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOip0n6oI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOip0n6oI .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOip0n6oI .content-wrap {
  height: 100%;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOip0n6oI .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOip0n6oI .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOip0n6oI .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOip0n6oI .mbr-section-title {
  color: #191c25;
}
.cid-vcOip0n6oI .mbr-text {
  color: #191c25;
}
.cid-vcOip0n6oI label {
  color: #191c25;
}
.cid-vcOip2GJND {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOip2GJND .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOip2GJND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOip2GJND .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOip2GJND .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOip2GJND .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOip2GJND .mbr-section-title {
  color: #191c25;
}
.cid-vcOip2GJND .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOip2GJND .mbr-section-title,
.cid-vcOip2GJND .logo-wrapper {
  text-align: center;
}
.cid-vcOiPHrZD6 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOiPHrZD6 nav.navbar {
  position: fixed;
}
.cid-vcOiPHrZD6 .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-vcOiPHrZD6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOiPHrZD6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOiPHrZD6 .dropdown-item:hover,
.cid-vcOiPHrZD6 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOiPHrZD6 .dropdown-item:hover span {
  color: white;
}
.cid-vcOiPHrZD6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOiPHrZD6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOiPHrZD6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOiPHrZD6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOiPHrZD6 .nav-link {
  position: relative;
}
.cid-vcOiPHrZD6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOiPHrZD6 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOiPHrZD6 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOiPHrZD6 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOiPHrZD6 .dropdown-menu,
.cid-vcOiPHrZD6 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOiPHrZD6 .nav-item:focus,
.cid-vcOiPHrZD6 .nav-link:focus {
  outline: none;
}
.cid-vcOiPHrZD6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOiPHrZD6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOiPHrZD6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOiPHrZD6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOiPHrZD6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOiPHrZD6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOiPHrZD6 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOiPHrZD6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOiPHrZD6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOiPHrZD6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOiPHrZD6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOiPHrZD6 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOiPHrZD6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOiPHrZD6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOiPHrZD6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOiPHrZD6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOiPHrZD6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOiPHrZD6 .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-vcOiPHrZD6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOiPHrZD6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOiPHrZD6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOiPHrZD6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOiPHrZD6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOiPHrZD6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOiPHrZD6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOiPHrZD6 .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-vcOiPHrZD6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOiPHrZD6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOiPHrZD6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOiPHrZD6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOiPHrZD6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOiPHrZD6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOiPHrZD6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOiPHrZD6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOiPHrZD6 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOiPHrZD6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOiPHrZD6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOiPHrZD6 .dropdown-item.active,
.cid-vcOiPHrZD6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOiPHrZD6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOiPHrZD6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOiPHrZD6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOiPHrZD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOiPHrZD6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOiPHrZD6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOiPHrZD6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOiPHrZD6 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOiPHrZD6 .navbar-buttons {
  text-align: center;
}
.cid-vcOiPHrZD6 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOiPHrZD6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOiPHrZD6 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOiPHrZD6 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOiPHrZD6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOiPHrZD6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOiPHrZD6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOiPHrZD6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOiPHrZD6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOiPHrZD6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOiPHrZD6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOiPHrZD6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOiPHrZD6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOiPHrZD6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOiPHrZD6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOiPHrZD6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOiPHrZD6 .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-vcOiPHrZD6 .navbar {
    height: 70px;
  }
  .cid-vcOiPHrZD6 .navbar.opened {
    height: auto;
  }
  .cid-vcOiPHrZD6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOiPHrZD6 .navbar-nav {
  margin: 0 auto;
}
.cid-vcOiPHrZD6 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOiPHrZD6 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOiPHrZD6 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOiPHrZD6 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOiPHrZD6 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOiPHrZD6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOiPHrZD6 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOiPHrZD6 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOiPHrZD6 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOiPHrZD6 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOiPHrZD6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOiPHrZD6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOiPHrZD6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOiPHrZD6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOiPHrZD6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOiPHrZD6 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOiPHrZD6 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOiPIrurd {
  background-color: #eeeef7;
}
.cid-vcOiPIrurd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiPIrurd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiPIrurd .items-wrap {
  justify-content: space-between;
}
.cid-vcOiPIrurd .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOiPIrurd .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPIrurd .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOiPIrurd .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOiPIrurd .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOiPIrurd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOiPIrurd .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOiPIrurd .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPIrurd .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOiPIrurd .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOiPIrurd .google-map {
  height: 100%;
}
.cid-vcOiPIrurd .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOiPIrurd .google-map iframe {
    height: 350px;
  }
}
.cid-vcOiPIrurd .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOiPIrurd .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOiPIrurd .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOiPIrurd .mbr-section-title {
  color: #191c25;
}
.cid-vcOiPIrurd .mbr-text {
  color: #191c25;
}
.cid-vcOiPIrurd .mbr-address {
  color: #191c25;
}
.cid-vcOiPIrurd .mbr-number_2,
.cid-vcOiPIrurd .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOiPKpoU6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOiPKpoU6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiPKpoU6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiPKpoU6 .items-wrap {
  justify-content: space-between;
}
.cid-vcOiPKpoU6 .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOiPKpoU6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPKpoU6 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOiPKpoU6 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOiPKpoU6 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOiPKpoU6 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOiPKpoU6 .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOiPKpoU6 .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOiPKpoU6 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOiPKpoU6 .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOiPKpoU6 .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOiPKpoU6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOiPKpoU6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOiPKpoU6 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOiPKpoU6 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOiPKpoU6 .mbr-section-title {
  color: #191c25;
}
.cid-vcOiPKpoU6 .item-title {
  color: #191c25;
}
.cid-vcOiPKpoU6 .item-text {
  color: #191c25;
}
.cid-vcOiPKpoU6 .tabs-wrapper {
  text-align: right;
}
.cid-vcOiPLlIZt {
  background-color: #eeeef7;
}
.cid-vcOiPLlIZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiPLlIZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiPLlIZt .items-wrap {
  justify-content: space-between;
}
.cid-vcOiPLlIZt .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOiPLlIZt .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPLlIZt .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOiPLlIZt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOiPLlIZt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOiPLlIZt .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOiPLlIZt .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOiPLlIZt .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOiPLlIZt .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOiPLlIZt .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOiPLlIZt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOiPLlIZt .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOiPLlIZt .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPLlIZt .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOiPLlIZt .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOiPLlIZt .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOiPLlIZt .image-wrapper {
    height: 350px;
  }
}
.cid-vcOiPLlIZt .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOiPLlIZt .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOiPLlIZt .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOiPLlIZt .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOiPLlIZt .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOiPLlIZt .mbr-section-title {
  color: #191c25;
}
.cid-vcOiPLlIZt .list {
  color: #191c25;
}
.cid-vcOiPLlIZt .mbr-number_1 {
  color: #191c25;
}
.cid-vcOiPLlIZt .mbr-number_2,
.cid-vcOiPLlIZt .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOiPM50h1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOiPM50h1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiPM50h1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiPM50h1 .items-wrap {
  justify-content: space-between;
}
.cid-vcOiPM50h1 .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOiPM50h1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPM50h1 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOiPM50h1 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOiPM50h1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOiPM50h1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOiPM50h1 .content-wrap {
  height: 100%;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOiPM50h1 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOiPM50h1 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOiPM50h1 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOiPM50h1 .mbr-section-title {
  color: #191c25;
}
.cid-vcOiPM50h1 .mbr-text {
  color: #191c25;
}
.cid-vcOiPM50h1 label {
  color: #191c25;
}
.cid-vcOiPNfi6z {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOiPNfi6z .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOiPNfi6z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOiPNfi6z .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOiPNfi6z .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOiPNfi6z .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOiPNfi6z .mbr-section-title {
  color: #191c25;
}
.cid-vcOiPNfi6z .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOiPNfi6z .mbr-section-title,
.cid-vcOiPNfi6z .logo-wrapper {
  text-align: center;
}
.cid-vcOjVl34aJ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOjVl34aJ nav.navbar {
  position: fixed;
}
.cid-vcOjVl34aJ .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-vcOjVl34aJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOjVl34aJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOjVl34aJ .dropdown-item:hover,
.cid-vcOjVl34aJ .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOjVl34aJ .dropdown-item:hover span {
  color: white;
}
.cid-vcOjVl34aJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOjVl34aJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOjVl34aJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOjVl34aJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOjVl34aJ .nav-link {
  position: relative;
}
.cid-vcOjVl34aJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOjVl34aJ .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOjVl34aJ .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOjVl34aJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOjVl34aJ .dropdown-menu,
.cid-vcOjVl34aJ .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOjVl34aJ .nav-item:focus,
.cid-vcOjVl34aJ .nav-link:focus {
  outline: none;
}
.cid-vcOjVl34aJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOjVl34aJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOjVl34aJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOjVl34aJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOjVl34aJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOjVl34aJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOjVl34aJ .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOjVl34aJ .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOjVl34aJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOjVl34aJ .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOjVl34aJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOjVl34aJ .navbar.collapsed {
  justify-content: center;
}
.cid-vcOjVl34aJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOjVl34aJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOjVl34aJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOjVl34aJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOjVl34aJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOjVl34aJ .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-vcOjVl34aJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOjVl34aJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOjVl34aJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOjVl34aJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOjVl34aJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOjVl34aJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOjVl34aJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOjVl34aJ .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-vcOjVl34aJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOjVl34aJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOjVl34aJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOjVl34aJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOjVl34aJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOjVl34aJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOjVl34aJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOjVl34aJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOjVl34aJ .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOjVl34aJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOjVl34aJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOjVl34aJ .dropdown-item.active,
.cid-vcOjVl34aJ .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOjVl34aJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOjVl34aJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOjVl34aJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOjVl34aJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOjVl34aJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOjVl34aJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOjVl34aJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOjVl34aJ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOjVl34aJ .navbar-buttons {
  text-align: center;
}
.cid-vcOjVl34aJ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOjVl34aJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOjVl34aJ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOjVl34aJ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOjVl34aJ button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOjVl34aJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOjVl34aJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOjVl34aJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOjVl34aJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOjVl34aJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOjVl34aJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOjVl34aJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOjVl34aJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOjVl34aJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOjVl34aJ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOjVl34aJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOjVl34aJ .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-vcOjVl34aJ .navbar {
    height: 70px;
  }
  .cid-vcOjVl34aJ .navbar.opened {
    height: auto;
  }
  .cid-vcOjVl34aJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOjVl34aJ .navbar-nav {
  margin: 0 auto;
}
.cid-vcOjVl34aJ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOjVl34aJ .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOjVl34aJ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOjVl34aJ .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOjVl34aJ .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOjVl34aJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOjVl34aJ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOjVl34aJ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOjVl34aJ .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOjVl34aJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOjVl34aJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOjVl34aJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOjVl34aJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOjVl34aJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOjVl34aJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOjVl34aJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOjVl34aJ .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOjVmBg3f {
  background-color: #eeeef7;
}
.cid-vcOjVmBg3f .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjVmBg3f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjVmBg3f .items-wrap {
  justify-content: space-between;
}
.cid-vcOjVmBg3f .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOjVmBg3f .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVmBg3f .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOjVmBg3f .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjVmBg3f .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOjVmBg3f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOjVmBg3f .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOjVmBg3f .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVmBg3f .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOjVmBg3f .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOjVmBg3f .google-map {
  height: 100%;
}
.cid-vcOjVmBg3f .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOjVmBg3f .google-map iframe {
    height: 350px;
  }
}
.cid-vcOjVmBg3f .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOjVmBg3f .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOjVmBg3f .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOjVmBg3f .mbr-section-title {
  color: #191c25;
}
.cid-vcOjVmBg3f .mbr-text {
  color: #191c25;
}
.cid-vcOjVmBg3f .mbr-address {
  color: #191c25;
}
.cid-vcOjVmBg3f .mbr-number_2,
.cid-vcOjVmBg3f .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOjVnRl23 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOjVnRl23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjVnRl23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjVnRl23 .items-wrap {
  justify-content: space-between;
}
.cid-vcOjVnRl23 .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOjVnRl23 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVnRl23 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOjVnRl23 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOjVnRl23 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOjVnRl23 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOjVnRl23 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOjVnRl23 .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOjVnRl23 .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOjVnRl23 .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOjVnRl23 .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOjVnRl23 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOjVnRl23 .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjVnRl23 .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOjVnRl23 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOjVnRl23 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOjVnRl23 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOjVnRl23 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOjVnRl23 .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOjVnRl23 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOjVnRl23 .mbr-section-title {
  color: #191c25;
}
.cid-vcOjVnRl23 .item-title {
  color: #191c25;
}
.cid-vcOjVnRl23 .item-text {
  color: #191c25;
}
.cid-vcOjVnRl23 .tabs-wrapper {
  text-align: right;
}
.cid-vcOjVoRS0w {
  background-color: #eeeef7;
}
.cid-vcOjVoRS0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjVoRS0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjVoRS0w .items-wrap {
  justify-content: space-between;
}
.cid-vcOjVoRS0w .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOjVoRS0w .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVoRS0w .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOjVoRS0w .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjVoRS0w .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOjVoRS0w .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOjVoRS0w .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOjVoRS0w .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOjVoRS0w .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOjVoRS0w .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOjVoRS0w .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOjVoRS0w .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOjVoRS0w .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVoRS0w .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOjVoRS0w .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOjVoRS0w .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOjVoRS0w .image-wrapper {
    height: 350px;
  }
}
.cid-vcOjVoRS0w .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOjVoRS0w .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOjVoRS0w .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOjVoRS0w .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOjVoRS0w .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOjVoRS0w .mbr-section-title {
  color: #191c25;
}
.cid-vcOjVoRS0w .list {
  color: #191c25;
}
.cid-vcOjVoRS0w .mbr-number_1 {
  color: #191c25;
}
.cid-vcOjVoRS0w .mbr-number_2,
.cid-vcOjVoRS0w .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOjVpF7B8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOjVpF7B8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjVpF7B8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjVpF7B8 .items-wrap {
  justify-content: space-between;
}
.cid-vcOjVpF7B8 .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOjVpF7B8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVpF7B8 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOjVpF7B8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjVpF7B8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOjVpF7B8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOjVpF7B8 .content-wrap {
  height: 100%;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOjVpF7B8 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjVpF7B8 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOjVpF7B8 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOjVpF7B8 .mbr-section-title {
  color: #191c25;
}
.cid-vcOjVpF7B8 .mbr-text {
  color: #191c25;
}
.cid-vcOjVpF7B8 label {
  color: #191c25;
}
.cid-vcOjVqMsV9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOjVqMsV9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjVqMsV9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjVqMsV9 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOjVqMsV9 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOjVqMsV9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOjVqMsV9 .mbr-section-title {
  color: #191c25;
}
.cid-vcOjVqMsV9 .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOjVqMsV9 .mbr-section-title,
.cid-vcOjVqMsV9 .logo-wrapper {
  text-align: center;
}
.cid-vcOkpBG3IC {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOkpBG3IC nav.navbar {
  position: fixed;
}
.cid-vcOkpBG3IC .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-vcOkpBG3IC .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOkpBG3IC .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOkpBG3IC .dropdown-item:hover,
.cid-vcOkpBG3IC .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOkpBG3IC .dropdown-item:hover span {
  color: white;
}
.cid-vcOkpBG3IC .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOkpBG3IC .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOkpBG3IC .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOkpBG3IC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOkpBG3IC .nav-link {
  position: relative;
}
.cid-vcOkpBG3IC .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOkpBG3IC .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOkpBG3IC .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOkpBG3IC .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOkpBG3IC .dropdown-menu,
.cid-vcOkpBG3IC .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOkpBG3IC .nav-item:focus,
.cid-vcOkpBG3IC .nav-link:focus {
  outline: none;
}
.cid-vcOkpBG3IC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOkpBG3IC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOkpBG3IC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOkpBG3IC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOkpBG3IC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOkpBG3IC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOkpBG3IC .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOkpBG3IC .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOkpBG3IC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOkpBG3IC .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOkpBG3IC .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOkpBG3IC .navbar.collapsed {
  justify-content: center;
}
.cid-vcOkpBG3IC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOkpBG3IC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOkpBG3IC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOkpBG3IC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOkpBG3IC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOkpBG3IC .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-vcOkpBG3IC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOkpBG3IC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOkpBG3IC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOkpBG3IC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOkpBG3IC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOkpBG3IC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOkpBG3IC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOkpBG3IC .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-vcOkpBG3IC .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOkpBG3IC .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOkpBG3IC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOkpBG3IC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOkpBG3IC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOkpBG3IC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOkpBG3IC .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOkpBG3IC .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOkpBG3IC .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOkpBG3IC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOkpBG3IC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOkpBG3IC .dropdown-item.active,
.cid-vcOkpBG3IC .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOkpBG3IC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOkpBG3IC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOkpBG3IC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOkpBG3IC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOkpBG3IC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOkpBG3IC .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOkpBG3IC ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOkpBG3IC ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOkpBG3IC .navbar-buttons {
  text-align: center;
}
.cid-vcOkpBG3IC .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOkpBG3IC .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOkpBG3IC .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOkpBG3IC .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOkpBG3IC button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOkpBG3IC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOkpBG3IC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOkpBG3IC button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOkpBG3IC button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOkpBG3IC button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOkpBG3IC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOkpBG3IC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOkpBG3IC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOkpBG3IC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOkpBG3IC .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOkpBG3IC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOkpBG3IC .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-vcOkpBG3IC .navbar {
    height: 70px;
  }
  .cid-vcOkpBG3IC .navbar.opened {
    height: auto;
  }
  .cid-vcOkpBG3IC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOkpBG3IC .navbar-nav {
  margin: 0 auto;
}
.cid-vcOkpBG3IC .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOkpBG3IC .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOkpBG3IC .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOkpBG3IC .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOkpBG3IC .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOkpBG3IC .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOkpBG3IC .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOkpBG3IC .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOkpBG3IC .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOkpBG3IC .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOkpBG3IC .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOkpBG3IC .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOkpBG3IC .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOkpBG3IC .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOkpBG3IC .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOkpBG3IC .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOkpBG3IC .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOkpD1NW1 {
  background-color: #eeeef7;
}
.cid-vcOkpD1NW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkpD1NW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkpD1NW1 .items-wrap {
  justify-content: space-between;
}
.cid-vcOkpD1NW1 .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOkpD1NW1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpD1NW1 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOkpD1NW1 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkpD1NW1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkpD1NW1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOkpD1NW1 .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOkpD1NW1 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpD1NW1 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOkpD1NW1 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOkpD1NW1 .google-map {
  height: 100%;
}
.cid-vcOkpD1NW1 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOkpD1NW1 .google-map iframe {
    height: 350px;
  }
}
.cid-vcOkpD1NW1 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOkpD1NW1 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOkpD1NW1 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOkpD1NW1 .mbr-section-title {
  color: #191c25;
}
.cid-vcOkpD1NW1 .mbr-text {
  color: #191c25;
}
.cid-vcOkpD1NW1 .mbr-address {
  color: #191c25;
}
.cid-vcOkpD1NW1 .mbr-number_2,
.cid-vcOkpD1NW1 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOkpErVxS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOkpErVxS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkpErVxS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkpErVxS .items-wrap {
  justify-content: space-between;
}
.cid-vcOkpErVxS .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOkpErVxS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpErVxS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOkpErVxS .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOkpErVxS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOkpErVxS .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOkpErVxS .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOkpErVxS .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOkpErVxS .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOkpErVxS .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOkpErVxS .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOkpErVxS .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOkpErVxS .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkpErVxS .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOkpErVxS .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOkpErVxS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOkpErVxS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOkpErVxS .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOkpErVxS .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOkpErVxS .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOkpErVxS .mbr-section-title {
  color: #191c25;
}
.cid-vcOkpErVxS .item-title {
  color: #191c25;
}
.cid-vcOkpErVxS .item-text {
  color: #191c25;
}
.cid-vcOkpErVxS .tabs-wrapper {
  text-align: right;
}
.cid-vcOkpFj6Fj {
  background-color: #eeeef7;
}
.cid-vcOkpFj6Fj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkpFj6Fj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkpFj6Fj .items-wrap {
  justify-content: space-between;
}
.cid-vcOkpFj6Fj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOkpFj6Fj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpFj6Fj .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOkpFj6Fj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkpFj6Fj .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkpFj6Fj .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOkpFj6Fj .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOkpFj6Fj .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOkpFj6Fj .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOkpFj6Fj .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOkpFj6Fj .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOkpFj6Fj .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOkpFj6Fj .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpFj6Fj .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOkpFj6Fj .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOkpFj6Fj .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOkpFj6Fj .image-wrapper {
    height: 350px;
  }
}
.cid-vcOkpFj6Fj .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOkpFj6Fj .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOkpFj6Fj .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOkpFj6Fj .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOkpFj6Fj .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOkpFj6Fj .mbr-section-title {
  color: #191c25;
}
.cid-vcOkpFj6Fj .list {
  color: #191c25;
}
.cid-vcOkpFj6Fj .mbr-number_1 {
  color: #191c25;
}
.cid-vcOkpFj6Fj .mbr-number_2,
.cid-vcOkpFj6Fj .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOkpG9Njx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOkpG9Njx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkpG9Njx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkpG9Njx .items-wrap {
  justify-content: space-between;
}
.cid-vcOkpG9Njx .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOkpG9Njx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpG9Njx .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOkpG9Njx .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkpG9Njx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkpG9Njx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOkpG9Njx .content-wrap {
  height: 100%;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOkpG9Njx .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkpG9Njx .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOkpG9Njx .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOkpG9Njx .mbr-section-title {
  color: #191c25;
}
.cid-vcOkpG9Njx .mbr-text {
  color: #191c25;
}
.cid-vcOkpG9Njx label {
  color: #191c25;
}
.cid-vcOkpHAA5i {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOkpHAA5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkpHAA5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkpHAA5i .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOkpHAA5i .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOkpHAA5i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOkpHAA5i .mbr-section-title {
  color: #191c25;
}
.cid-vcOkpHAA5i .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOkpHAA5i .mbr-section-title,
.cid-vcOkpHAA5i .logo-wrapper {
  text-align: center;
}
.cid-vcOkQkjWf7 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOkQkjWf7 nav.navbar {
  position: fixed;
}
.cid-vcOkQkjWf7 .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-vcOkQkjWf7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOkQkjWf7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOkQkjWf7 .dropdown-item:hover,
.cid-vcOkQkjWf7 .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOkQkjWf7 .dropdown-item:hover span {
  color: white;
}
.cid-vcOkQkjWf7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOkQkjWf7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOkQkjWf7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOkQkjWf7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOkQkjWf7 .nav-link {
  position: relative;
}
.cid-vcOkQkjWf7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOkQkjWf7 .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOkQkjWf7 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOkQkjWf7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOkQkjWf7 .dropdown-menu,
.cid-vcOkQkjWf7 .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOkQkjWf7 .nav-item:focus,
.cid-vcOkQkjWf7 .nav-link:focus {
  outline: none;
}
.cid-vcOkQkjWf7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOkQkjWf7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOkQkjWf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOkQkjWf7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOkQkjWf7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOkQkjWf7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOkQkjWf7 .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOkQkjWf7 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOkQkjWf7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOkQkjWf7 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOkQkjWf7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOkQkjWf7 .navbar.collapsed {
  justify-content: center;
}
.cid-vcOkQkjWf7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOkQkjWf7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOkQkjWf7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOkQkjWf7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOkQkjWf7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOkQkjWf7 .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-vcOkQkjWf7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOkQkjWf7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOkQkjWf7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOkQkjWf7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOkQkjWf7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOkQkjWf7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOkQkjWf7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOkQkjWf7 .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-vcOkQkjWf7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOkQkjWf7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOkQkjWf7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOkQkjWf7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOkQkjWf7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOkQkjWf7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOkQkjWf7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOkQkjWf7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOkQkjWf7 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOkQkjWf7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOkQkjWf7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOkQkjWf7 .dropdown-item.active,
.cid-vcOkQkjWf7 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOkQkjWf7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOkQkjWf7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOkQkjWf7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOkQkjWf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOkQkjWf7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOkQkjWf7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOkQkjWf7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOkQkjWf7 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOkQkjWf7 .navbar-buttons {
  text-align: center;
}
.cid-vcOkQkjWf7 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOkQkjWf7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOkQkjWf7 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOkQkjWf7 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOkQkjWf7 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOkQkjWf7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOkQkjWf7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOkQkjWf7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOkQkjWf7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOkQkjWf7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOkQkjWf7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOkQkjWf7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOkQkjWf7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOkQkjWf7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOkQkjWf7 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOkQkjWf7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOkQkjWf7 .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-vcOkQkjWf7 .navbar {
    height: 70px;
  }
  .cid-vcOkQkjWf7 .navbar.opened {
    height: auto;
  }
  .cid-vcOkQkjWf7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOkQkjWf7 .navbar-nav {
  margin: 0 auto;
}
.cid-vcOkQkjWf7 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOkQkjWf7 .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOkQkjWf7 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOkQkjWf7 .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOkQkjWf7 .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOkQkjWf7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOkQkjWf7 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOkQkjWf7 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOkQkjWf7 .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOkQkjWf7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOkQkjWf7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOkQkjWf7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOkQkjWf7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOkQkjWf7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOkQkjWf7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOkQkjWf7 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOkQkjWf7 .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOkQma89i {
  background-color: #eeeef7;
}
.cid-vcOkQma89i .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkQma89i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkQma89i .items-wrap {
  justify-content: space-between;
}
.cid-vcOkQma89i .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOkQma89i .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQma89i .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOkQma89i .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkQma89i .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkQma89i .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOkQma89i .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOkQma89i .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQma89i .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOkQma89i .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOkQma89i .google-map {
  height: 100%;
}
.cid-vcOkQma89i .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOkQma89i .google-map iframe {
    height: 350px;
  }
}
.cid-vcOkQma89i .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOkQma89i .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOkQma89i .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOkQma89i .mbr-section-title {
  color: #191c25;
}
.cid-vcOkQma89i .mbr-text {
  color: #191c25;
}
.cid-vcOkQma89i .mbr-address {
  color: #191c25;
}
.cid-vcOkQma89i .mbr-number_2,
.cid-vcOkQma89i .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOkQnmxSC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOkQnmxSC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkQnmxSC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkQnmxSC .items-wrap {
  justify-content: space-between;
}
.cid-vcOkQnmxSC .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOkQnmxSC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQnmxSC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOkQnmxSC .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOkQnmxSC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOkQnmxSC .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOkQnmxSC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOkQnmxSC .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOkQnmxSC .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOkQnmxSC .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOkQnmxSC .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOkQnmxSC .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOkQnmxSC .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkQnmxSC .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOkQnmxSC .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOkQnmxSC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOkQnmxSC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOkQnmxSC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOkQnmxSC .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOkQnmxSC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOkQnmxSC .mbr-section-title {
  color: #191c25;
}
.cid-vcOkQnmxSC .item-title {
  color: #191c25;
}
.cid-vcOkQnmxSC .item-text {
  color: #191c25;
}
.cid-vcOkQnmxSC .tabs-wrapper {
  text-align: right;
}
.cid-vcOkQoiUcl {
  background-color: #eeeef7;
}
.cid-vcOkQoiUcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkQoiUcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkQoiUcl .items-wrap {
  justify-content: space-between;
}
.cid-vcOkQoiUcl .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOkQoiUcl .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQoiUcl .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOkQoiUcl .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkQoiUcl .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkQoiUcl .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOkQoiUcl .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOkQoiUcl .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOkQoiUcl .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOkQoiUcl .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOkQoiUcl .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOkQoiUcl .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOkQoiUcl .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQoiUcl .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOkQoiUcl .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOkQoiUcl .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOkQoiUcl .image-wrapper {
    height: 350px;
  }
}
.cid-vcOkQoiUcl .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOkQoiUcl .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOkQoiUcl .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOkQoiUcl .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOkQoiUcl .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOkQoiUcl .mbr-section-title {
  color: #191c25;
}
.cid-vcOkQoiUcl .list {
  color: #191c25;
}
.cid-vcOkQoiUcl .mbr-number_1 {
  color: #191c25;
}
.cid-vcOkQoiUcl .mbr-number_2,
.cid-vcOkQoiUcl .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOkQpcPjD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOkQpcPjD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkQpcPjD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkQpcPjD .items-wrap {
  justify-content: space-between;
}
.cid-vcOkQpcPjD .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOkQpcPjD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQpcPjD .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOkQpcPjD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOkQpcPjD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOkQpcPjD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOkQpcPjD .content-wrap {
  height: 100%;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOkQpcPjD .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOkQpcPjD .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOkQpcPjD .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOkQpcPjD .mbr-section-title {
  color: #191c25;
}
.cid-vcOkQpcPjD .mbr-text {
  color: #191c25;
}
.cid-vcOkQpcPjD label {
  color: #191c25;
}
.cid-vcOkQqnt4r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOkQqnt4r .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOkQqnt4r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOkQqnt4r .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOkQqnt4r .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOkQqnt4r .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOkQqnt4r .mbr-section-title {
  color: #191c25;
}
.cid-vcOkQqnt4r .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOkQqnt4r .mbr-section-title,
.cid-vcOkQqnt4r .logo-wrapper {
  text-align: center;
}
.cid-vcOlegrM0z {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOlegrM0z nav.navbar {
  position: fixed;
}
.cid-vcOlegrM0z .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-vcOlegrM0z .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOlegrM0z .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOlegrM0z .dropdown-item:hover,
.cid-vcOlegrM0z .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOlegrM0z .dropdown-item:hover span {
  color: white;
}
.cid-vcOlegrM0z .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOlegrM0z .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOlegrM0z .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOlegrM0z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOlegrM0z .nav-link {
  position: relative;
}
.cid-vcOlegrM0z .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOlegrM0z .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOlegrM0z .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOlegrM0z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOlegrM0z .dropdown-menu,
.cid-vcOlegrM0z .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOlegrM0z .nav-item:focus,
.cid-vcOlegrM0z .nav-link:focus {
  outline: none;
}
.cid-vcOlegrM0z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOlegrM0z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOlegrM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOlegrM0z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOlegrM0z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOlegrM0z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOlegrM0z .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOlegrM0z .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOlegrM0z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOlegrM0z .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOlegrM0z .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOlegrM0z .navbar.collapsed {
  justify-content: center;
}
.cid-vcOlegrM0z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOlegrM0z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOlegrM0z .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOlegrM0z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOlegrM0z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOlegrM0z .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-vcOlegrM0z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOlegrM0z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOlegrM0z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOlegrM0z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOlegrM0z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOlegrM0z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOlegrM0z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOlegrM0z .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-vcOlegrM0z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOlegrM0z .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOlegrM0z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOlegrM0z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOlegrM0z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOlegrM0z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOlegrM0z .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOlegrM0z .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOlegrM0z .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOlegrM0z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOlegrM0z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOlegrM0z .dropdown-item.active,
.cid-vcOlegrM0z .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOlegrM0z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOlegrM0z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOlegrM0z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOlegrM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOlegrM0z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOlegrM0z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOlegrM0z ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOlegrM0z ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOlegrM0z .navbar-buttons {
  text-align: center;
}
.cid-vcOlegrM0z .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOlegrM0z .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOlegrM0z .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOlegrM0z .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOlegrM0z button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOlegrM0z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOlegrM0z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOlegrM0z button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOlegrM0z button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOlegrM0z button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOlegrM0z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOlegrM0z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOlegrM0z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOlegrM0z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOlegrM0z .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOlegrM0z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOlegrM0z .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-vcOlegrM0z .navbar {
    height: 70px;
  }
  .cid-vcOlegrM0z .navbar.opened {
    height: auto;
  }
  .cid-vcOlegrM0z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOlegrM0z .navbar-nav {
  margin: 0 auto;
}
.cid-vcOlegrM0z .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOlegrM0z .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOlegrM0z .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOlegrM0z .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOlegrM0z .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOlegrM0z .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOlegrM0z .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOlegrM0z .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOlegrM0z .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOlegrM0z .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOlegrM0z .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOlegrM0z .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOlegrM0z .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOlegrM0z .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOlegrM0z .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOlegrM0z .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOlegrM0z .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOlehqVMO {
  background-color: #eeeef7;
}
.cid-vcOlehqVMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlehqVMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlehqVMO .items-wrap {
  justify-content: space-between;
}
.cid-vcOlehqVMO .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOlehqVMO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlehqVMO .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOlehqVMO .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlehqVMO .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOlehqVMO .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOlehqVMO .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOlehqVMO .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlehqVMO .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOlehqVMO .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOlehqVMO .google-map {
  height: 100%;
}
.cid-vcOlehqVMO .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOlehqVMO .google-map iframe {
    height: 350px;
  }
}
.cid-vcOlehqVMO .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOlehqVMO .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOlehqVMO .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOlehqVMO .mbr-section-title {
  color: #191c25;
}
.cid-vcOlehqVMO .mbr-text {
  color: #191c25;
}
.cid-vcOlehqVMO .mbr-address {
  color: #191c25;
}
.cid-vcOlehqVMO .mbr-number_2,
.cid-vcOlehqVMO .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOleirOCj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOleirOCj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOleirOCj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOleirOCj .items-wrap {
  justify-content: space-between;
}
.cid-vcOleirOCj .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOleirOCj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOleirOCj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOleirOCj .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOleirOCj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOleirOCj .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOleirOCj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOleirOCj .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOleirOCj .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOleirOCj .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOleirOCj .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOleirOCj .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOleirOCj .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOleirOCj .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOleirOCj .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOleirOCj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOleirOCj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOleirOCj .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOleirOCj .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOleirOCj .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOleirOCj .mbr-section-title {
  color: #191c25;
}
.cid-vcOleirOCj .item-title {
  color: #191c25;
}
.cid-vcOleirOCj .item-text {
  color: #191c25;
}
.cid-vcOleirOCj .tabs-wrapper {
  text-align: right;
}
.cid-vcOlejetku {
  background-color: #eeeef7;
}
.cid-vcOlejetku .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlejetku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlejetku .items-wrap {
  justify-content: space-between;
}
.cid-vcOlejetku .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOlejetku .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlejetku .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOlejetku .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlejetku .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOlejetku .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOlejetku .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOlejetku .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOlejetku .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOlejetku .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOlejetku .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOlejetku .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOlejetku .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlejetku .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOlejetku .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOlejetku .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOlejetku .image-wrapper {
    height: 350px;
  }
}
.cid-vcOlejetku .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOlejetku .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOlejetku .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOlejetku .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOlejetku .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOlejetku .mbr-section-title {
  color: #191c25;
}
.cid-vcOlejetku .list {
  color: #191c25;
}
.cid-vcOlejetku .mbr-number_1 {
  color: #191c25;
}
.cid-vcOlejetku .mbr-number_2,
.cid-vcOlejetku .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOlejWlYx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOlejWlYx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlejWlYx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlejWlYx .items-wrap {
  justify-content: space-between;
}
.cid-vcOlejWlYx .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOlejWlYx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlejWlYx .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOlejWlYx .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlejWlYx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOlejWlYx .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOlejWlYx .content-wrap {
  height: 100%;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOlejWlYx .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlejWlYx .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOlejWlYx .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOlejWlYx .mbr-section-title {
  color: #191c25;
}
.cid-vcOlejWlYx .mbr-text {
  color: #191c25;
}
.cid-vcOlejWlYx label {
  color: #191c25;
}
.cid-vcOlekX4v4 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOlekX4v4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlekX4v4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlekX4v4 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOlekX4v4 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOlekX4v4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOlekX4v4 .mbr-section-title {
  color: #191c25;
}
.cid-vcOlekX4v4 .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOlekX4v4 .mbr-section-title,
.cid-vcOlekX4v4 .logo-wrapper {
  text-align: center;
}
.cid-vcOlDKpjOG {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOlDKpjOG nav.navbar {
  position: fixed;
}
.cid-vcOlDKpjOG .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-vcOlDKpjOG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOlDKpjOG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOlDKpjOG .dropdown-item:hover,
.cid-vcOlDKpjOG .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOlDKpjOG .dropdown-item:hover span {
  color: white;
}
.cid-vcOlDKpjOG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOlDKpjOG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOlDKpjOG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOlDKpjOG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOlDKpjOG .nav-link {
  position: relative;
}
.cid-vcOlDKpjOG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOlDKpjOG .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOlDKpjOG .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOlDKpjOG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOlDKpjOG .dropdown-menu,
.cid-vcOlDKpjOG .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOlDKpjOG .nav-item:focus,
.cid-vcOlDKpjOG .nav-link:focus {
  outline: none;
}
.cid-vcOlDKpjOG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOlDKpjOG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOlDKpjOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOlDKpjOG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOlDKpjOG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOlDKpjOG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOlDKpjOG .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOlDKpjOG .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOlDKpjOG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOlDKpjOG .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOlDKpjOG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOlDKpjOG .navbar.collapsed {
  justify-content: center;
}
.cid-vcOlDKpjOG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOlDKpjOG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOlDKpjOG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOlDKpjOG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOlDKpjOG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOlDKpjOG .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-vcOlDKpjOG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOlDKpjOG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOlDKpjOG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOlDKpjOG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOlDKpjOG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOlDKpjOG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOlDKpjOG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOlDKpjOG .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-vcOlDKpjOG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOlDKpjOG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOlDKpjOG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOlDKpjOG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOlDKpjOG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOlDKpjOG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOlDKpjOG .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOlDKpjOG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOlDKpjOG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOlDKpjOG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOlDKpjOG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOlDKpjOG .dropdown-item.active,
.cid-vcOlDKpjOG .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOlDKpjOG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOlDKpjOG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOlDKpjOG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOlDKpjOG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOlDKpjOG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOlDKpjOG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOlDKpjOG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOlDKpjOG ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOlDKpjOG .navbar-buttons {
  text-align: center;
}
.cid-vcOlDKpjOG .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOlDKpjOG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOlDKpjOG .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOlDKpjOG .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOlDKpjOG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOlDKpjOG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOlDKpjOG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOlDKpjOG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOlDKpjOG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOlDKpjOG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOlDKpjOG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOlDKpjOG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOlDKpjOG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOlDKpjOG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOlDKpjOG .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOlDKpjOG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOlDKpjOG .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-vcOlDKpjOG .navbar {
    height: 70px;
  }
  .cid-vcOlDKpjOG .navbar.opened {
    height: auto;
  }
  .cid-vcOlDKpjOG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOlDKpjOG .navbar-nav {
  margin: 0 auto;
}
.cid-vcOlDKpjOG .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOlDKpjOG .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOlDKpjOG .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOlDKpjOG .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOlDKpjOG .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOlDKpjOG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOlDKpjOG .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOlDKpjOG .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOlDKpjOG .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOlDKpjOG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOlDKpjOG .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOlDKpjOG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOlDKpjOG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOlDKpjOG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOlDKpjOG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOlDKpjOG .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOlDKpjOG .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOlDLBjvv {
  background-color: #eeeef7;
}
.cid-vcOlDLBjvv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlDLBjvv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlDLBjvv .items-wrap {
  justify-content: space-between;
}
.cid-vcOlDLBjvv .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOlDLBjvv .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDLBjvv .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOlDLBjvv .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlDLBjvv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOlDLBjvv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOlDLBjvv .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOlDLBjvv .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDLBjvv .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOlDLBjvv .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOlDLBjvv .google-map {
  height: 100%;
}
.cid-vcOlDLBjvv .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOlDLBjvv .google-map iframe {
    height: 350px;
  }
}
.cid-vcOlDLBjvv .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOlDLBjvv .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOlDLBjvv .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOlDLBjvv .mbr-section-title {
  color: #191c25;
}
.cid-vcOlDLBjvv .mbr-text {
  color: #191c25;
}
.cid-vcOlDLBjvv .mbr-address {
  color: #191c25;
}
.cid-vcOlDLBjvv .mbr-number_2,
.cid-vcOlDLBjvv .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOlDMBWdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOlDMBWdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlDMBWdD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlDMBWdD .items-wrap {
  justify-content: space-between;
}
.cid-vcOlDMBWdD .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOlDMBWdD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDMBWdD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOlDMBWdD .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOlDMBWdD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOlDMBWdD .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOlDMBWdD .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOlDMBWdD .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOlDMBWdD .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOlDMBWdD .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOlDMBWdD .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOlDMBWdD .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOlDMBWdD .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlDMBWdD .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOlDMBWdD .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOlDMBWdD .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOlDMBWdD .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOlDMBWdD .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOlDMBWdD .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOlDMBWdD .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOlDMBWdD .mbr-section-title {
  color: #191c25;
}
.cid-vcOlDMBWdD .item-title {
  color: #191c25;
}
.cid-vcOlDMBWdD .item-text {
  color: #191c25;
}
.cid-vcOlDMBWdD .tabs-wrapper {
  text-align: right;
}
.cid-vcOlDNLzMJ {
  background-color: #eeeef7;
}
.cid-vcOlDNLzMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlDNLzMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlDNLzMJ .items-wrap {
  justify-content: space-between;
}
.cid-vcOlDNLzMJ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOlDNLzMJ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDNLzMJ .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOlDNLzMJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlDNLzMJ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOlDNLzMJ .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOlDNLzMJ .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOlDNLzMJ .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOlDNLzMJ .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOlDNLzMJ .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOlDNLzMJ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOlDNLzMJ .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOlDNLzMJ .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDNLzMJ .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOlDNLzMJ .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOlDNLzMJ .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOlDNLzMJ .image-wrapper {
    height: 350px;
  }
}
.cid-vcOlDNLzMJ .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOlDNLzMJ .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOlDNLzMJ .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOlDNLzMJ .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOlDNLzMJ .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOlDNLzMJ .mbr-section-title {
  color: #191c25;
}
.cid-vcOlDNLzMJ .list {
  color: #191c25;
}
.cid-vcOlDNLzMJ .mbr-number_1 {
  color: #191c25;
}
.cid-vcOlDNLzMJ .mbr-number_2,
.cid-vcOlDNLzMJ .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOlDOxRV5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOlDOxRV5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlDOxRV5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlDOxRV5 .items-wrap {
  justify-content: space-between;
}
.cid-vcOlDOxRV5 .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOlDOxRV5 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDOxRV5 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOlDOxRV5 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOlDOxRV5 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOlDOxRV5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOlDOxRV5 .content-wrap {
  height: 100%;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOlDOxRV5 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOlDOxRV5 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOlDOxRV5 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOlDOxRV5 .mbr-section-title {
  color: #191c25;
}
.cid-vcOlDOxRV5 .mbr-text {
  color: #191c25;
}
.cid-vcOlDOxRV5 label {
  color: #191c25;
}
.cid-vcOlDPvQRq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOlDPvQRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOlDPvQRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOlDPvQRq .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOlDPvQRq .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOlDPvQRq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOlDPvQRq .mbr-section-title {
  color: #191c25;
}
.cid-vcOlDPvQRq .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOlDPvQRq .mbr-section-title,
.cid-vcOlDPvQRq .logo-wrapper {
  text-align: center;
}
.cid-vcOm5eA2Yh {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOm5eA2Yh nav.navbar {
  position: fixed;
}
.cid-vcOm5eA2Yh .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-vcOm5eA2Yh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOm5eA2Yh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOm5eA2Yh .dropdown-item:hover,
.cid-vcOm5eA2Yh .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOm5eA2Yh .dropdown-item:hover span {
  color: white;
}
.cid-vcOm5eA2Yh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOm5eA2Yh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOm5eA2Yh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOm5eA2Yh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOm5eA2Yh .nav-link {
  position: relative;
}
.cid-vcOm5eA2Yh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOm5eA2Yh .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOm5eA2Yh .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOm5eA2Yh .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOm5eA2Yh .dropdown-menu,
.cid-vcOm5eA2Yh .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOm5eA2Yh .nav-item:focus,
.cid-vcOm5eA2Yh .nav-link:focus {
  outline: none;
}
.cid-vcOm5eA2Yh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOm5eA2Yh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOm5eA2Yh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOm5eA2Yh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOm5eA2Yh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOm5eA2Yh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOm5eA2Yh .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOm5eA2Yh .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOm5eA2Yh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOm5eA2Yh .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOm5eA2Yh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOm5eA2Yh .navbar.collapsed {
  justify-content: center;
}
.cid-vcOm5eA2Yh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOm5eA2Yh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOm5eA2Yh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOm5eA2Yh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOm5eA2Yh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOm5eA2Yh .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-vcOm5eA2Yh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOm5eA2Yh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOm5eA2Yh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOm5eA2Yh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOm5eA2Yh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOm5eA2Yh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOm5eA2Yh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOm5eA2Yh .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-vcOm5eA2Yh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOm5eA2Yh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOm5eA2Yh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOm5eA2Yh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOm5eA2Yh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOm5eA2Yh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOm5eA2Yh .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOm5eA2Yh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOm5eA2Yh .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOm5eA2Yh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOm5eA2Yh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOm5eA2Yh .dropdown-item.active,
.cid-vcOm5eA2Yh .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOm5eA2Yh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOm5eA2Yh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOm5eA2Yh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOm5eA2Yh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOm5eA2Yh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOm5eA2Yh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOm5eA2Yh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOm5eA2Yh ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOm5eA2Yh .navbar-buttons {
  text-align: center;
}
.cid-vcOm5eA2Yh .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOm5eA2Yh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOm5eA2Yh .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOm5eA2Yh .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOm5eA2Yh button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOm5eA2Yh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOm5eA2Yh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOm5eA2Yh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOm5eA2Yh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOm5eA2Yh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOm5eA2Yh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOm5eA2Yh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOm5eA2Yh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOm5eA2Yh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOm5eA2Yh .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOm5eA2Yh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOm5eA2Yh .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-vcOm5eA2Yh .navbar {
    height: 70px;
  }
  .cid-vcOm5eA2Yh .navbar.opened {
    height: auto;
  }
  .cid-vcOm5eA2Yh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOm5eA2Yh .navbar-nav {
  margin: 0 auto;
}
.cid-vcOm5eA2Yh .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOm5eA2Yh .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOm5eA2Yh .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOm5eA2Yh .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOm5eA2Yh .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOm5eA2Yh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOm5eA2Yh .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOm5eA2Yh .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOm5eA2Yh .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOm5eA2Yh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOm5eA2Yh .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOm5eA2Yh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOm5eA2Yh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOm5eA2Yh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOm5eA2Yh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOm5eA2Yh .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOm5eA2Yh .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOm5g0Zw2 {
  background-color: #eeeef7;
}
.cid-vcOm5g0Zw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOm5g0Zw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOm5g0Zw2 .items-wrap {
  justify-content: space-between;
}
.cid-vcOm5g0Zw2 .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOm5g0Zw2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5g0Zw2 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOm5g0Zw2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOm5g0Zw2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOm5g0Zw2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOm5g0Zw2 .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOm5g0Zw2 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5g0Zw2 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOm5g0Zw2 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOm5g0Zw2 .google-map {
  height: 100%;
}
.cid-vcOm5g0Zw2 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOm5g0Zw2 .google-map iframe {
    height: 350px;
  }
}
.cid-vcOm5g0Zw2 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOm5g0Zw2 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOm5g0Zw2 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOm5g0Zw2 .mbr-section-title {
  color: #191c25;
}
.cid-vcOm5g0Zw2 .mbr-text {
  color: #191c25;
}
.cid-vcOm5g0Zw2 .mbr-address {
  color: #191c25;
}
.cid-vcOm5g0Zw2 .mbr-number_2,
.cid-vcOm5g0Zw2 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOm5gUWDi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOm5gUWDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOm5gUWDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOm5gUWDi .items-wrap {
  justify-content: space-between;
}
.cid-vcOm5gUWDi .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOm5gUWDi .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5gUWDi .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOm5gUWDi .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOm5gUWDi .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOm5gUWDi .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOm5gUWDi .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOm5gUWDi .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOm5gUWDi .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOm5gUWDi .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOm5gUWDi .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOm5gUWDi .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOm5gUWDi .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOm5gUWDi .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOm5gUWDi .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOm5gUWDi .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOm5gUWDi .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOm5gUWDi .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOm5gUWDi .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOm5gUWDi .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOm5gUWDi .mbr-section-title {
  color: #191c25;
}
.cid-vcOm5gUWDi .item-title {
  color: #191c25;
}
.cid-vcOm5gUWDi .item-text {
  color: #191c25;
}
.cid-vcOm5gUWDi .tabs-wrapper {
  text-align: right;
}
.cid-vcOm5hHU4O {
  background-color: #eeeef7;
}
.cid-vcOm5hHU4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOm5hHU4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOm5hHU4O .items-wrap {
  justify-content: space-between;
}
.cid-vcOm5hHU4O .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOm5hHU4O .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5hHU4O .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOm5hHU4O .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOm5hHU4O .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOm5hHU4O .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOm5hHU4O .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOm5hHU4O .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOm5hHU4O .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOm5hHU4O .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOm5hHU4O .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOm5hHU4O .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOm5hHU4O .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5hHU4O .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOm5hHU4O .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOm5hHU4O .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOm5hHU4O .image-wrapper {
    height: 350px;
  }
}
.cid-vcOm5hHU4O .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOm5hHU4O .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOm5hHU4O .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOm5hHU4O .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOm5hHU4O .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOm5hHU4O .mbr-section-title {
  color: #191c25;
}
.cid-vcOm5hHU4O .list {
  color: #191c25;
}
.cid-vcOm5hHU4O .mbr-number_1 {
  color: #191c25;
}
.cid-vcOm5hHU4O .mbr-number_2,
.cid-vcOm5hHU4O .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOm5izm17 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOm5izm17 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOm5izm17 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOm5izm17 .items-wrap {
  justify-content: space-between;
}
.cid-vcOm5izm17 .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOm5izm17 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5izm17 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOm5izm17 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOm5izm17 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOm5izm17 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOm5izm17 .content-wrap {
  height: 100%;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOm5izm17 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOm5izm17 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOm5izm17 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOm5izm17 .mbr-section-title {
  color: #191c25;
}
.cid-vcOm5izm17 .mbr-text {
  color: #191c25;
}
.cid-vcOm5izm17 label {
  color: #191c25;
}
.cid-vcOm5jpArT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOm5jpArT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOm5jpArT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOm5jpArT .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOm5jpArT .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOm5jpArT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOm5jpArT .mbr-section-title {
  color: #191c25;
}
.cid-vcOm5jpArT .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOm5jpArT .mbr-section-title,
.cid-vcOm5jpArT .logo-wrapper {
  text-align: center;
}
.cid-vcOmrN1YYP {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOmrN1YYP nav.navbar {
  position: fixed;
}
.cid-vcOmrN1YYP .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-vcOmrN1YYP .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOmrN1YYP .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOmrN1YYP .dropdown-item:hover,
.cid-vcOmrN1YYP .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOmrN1YYP .dropdown-item:hover span {
  color: white;
}
.cid-vcOmrN1YYP .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOmrN1YYP .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOmrN1YYP .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOmrN1YYP .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOmrN1YYP .nav-link {
  position: relative;
}
.cid-vcOmrN1YYP .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOmrN1YYP .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOmrN1YYP .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOmrN1YYP .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOmrN1YYP .dropdown-menu,
.cid-vcOmrN1YYP .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOmrN1YYP .nav-item:focus,
.cid-vcOmrN1YYP .nav-link:focus {
  outline: none;
}
.cid-vcOmrN1YYP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOmrN1YYP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOmrN1YYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOmrN1YYP .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOmrN1YYP .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOmrN1YYP .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOmrN1YYP .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOmrN1YYP .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOmrN1YYP .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOmrN1YYP .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOmrN1YYP .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOmrN1YYP .navbar.collapsed {
  justify-content: center;
}
.cid-vcOmrN1YYP .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOmrN1YYP .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOmrN1YYP .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOmrN1YYP .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOmrN1YYP .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOmrN1YYP .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-vcOmrN1YYP .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOmrN1YYP .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOmrN1YYP .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOmrN1YYP .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOmrN1YYP .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOmrN1YYP .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOmrN1YYP .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOmrN1YYP .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-vcOmrN1YYP .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOmrN1YYP .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOmrN1YYP .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOmrN1YYP .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOmrN1YYP .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOmrN1YYP .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOmrN1YYP .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOmrN1YYP .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOmrN1YYP .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOmrN1YYP .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOmrN1YYP .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOmrN1YYP .dropdown-item.active,
.cid-vcOmrN1YYP .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOmrN1YYP .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOmrN1YYP .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOmrN1YYP .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOmrN1YYP .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOmrN1YYP .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOmrN1YYP .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOmrN1YYP ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOmrN1YYP ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOmrN1YYP .navbar-buttons {
  text-align: center;
}
.cid-vcOmrN1YYP .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOmrN1YYP .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOmrN1YYP .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOmrN1YYP .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOmrN1YYP button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOmrN1YYP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOmrN1YYP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOmrN1YYP button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOmrN1YYP button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOmrN1YYP button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOmrN1YYP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOmrN1YYP nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOmrN1YYP nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOmrN1YYP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOmrN1YYP .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOmrN1YYP a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOmrN1YYP .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-vcOmrN1YYP .navbar {
    height: 70px;
  }
  .cid-vcOmrN1YYP .navbar.opened {
    height: auto;
  }
  .cid-vcOmrN1YYP .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOmrN1YYP .navbar-nav {
  margin: 0 auto;
}
.cid-vcOmrN1YYP .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOmrN1YYP .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOmrN1YYP .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOmrN1YYP .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOmrN1YYP .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOmrN1YYP .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOmrN1YYP .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOmrN1YYP .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOmrN1YYP .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOmrN1YYP .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOmrN1YYP .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOmrN1YYP .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOmrN1YYP .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOmrN1YYP .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOmrN1YYP .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOmrN1YYP .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOmrN1YYP .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOmrODHIs {
  background-color: #eeeef7;
}
.cid-vcOmrODHIs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmrODHIs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmrODHIs .items-wrap {
  justify-content: space-between;
}
.cid-vcOmrODHIs .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOmrODHIs .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrODHIs .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOmrODHIs .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmrODHIs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmrODHIs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOmrODHIs .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOmrODHIs .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrODHIs .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOmrODHIs .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOmrODHIs .google-map {
  height: 100%;
}
.cid-vcOmrODHIs .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOmrODHIs .google-map iframe {
    height: 350px;
  }
}
.cid-vcOmrODHIs .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOmrODHIs .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOmrODHIs .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOmrODHIs .mbr-section-title {
  color: #191c25;
}
.cid-vcOmrODHIs .mbr-text {
  color: #191c25;
}
.cid-vcOmrODHIs .mbr-address {
  color: #191c25;
}
.cid-vcOmrODHIs .mbr-number_2,
.cid-vcOmrODHIs .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOmrPZ6h7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOmrPZ6h7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmrPZ6h7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmrPZ6h7 .items-wrap {
  justify-content: space-between;
}
.cid-vcOmrPZ6h7 .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOmrPZ6h7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrPZ6h7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOmrPZ6h7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOmrPZ6h7 .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOmrPZ6h7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOmrPZ6h7 .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOmrPZ6h7 .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOmrPZ6h7 .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOmrPZ6h7 .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOmrPZ6h7 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOmrPZ6h7 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOmrPZ6h7 .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOmrPZ6h7 .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOmrPZ6h7 .mbr-section-title {
  color: #191c25;
}
.cid-vcOmrPZ6h7 .item-title {
  color: #191c25;
}
.cid-vcOmrPZ6h7 .item-text {
  color: #191c25;
}
.cid-vcOmrPZ6h7 .tabs-wrapper {
  text-align: right;
}
.cid-vcOmrR3Sgt {
  background-color: #eeeef7;
}
.cid-vcOmrR3Sgt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmrR3Sgt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmrR3Sgt .items-wrap {
  justify-content: space-between;
}
.cid-vcOmrR3Sgt .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOmrR3Sgt .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrR3Sgt .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOmrR3Sgt .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmrR3Sgt .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmrR3Sgt .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOmrR3Sgt .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOmrR3Sgt .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOmrR3Sgt .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOmrR3Sgt .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOmrR3Sgt .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOmrR3Sgt .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOmrR3Sgt .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrR3Sgt .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOmrR3Sgt .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOmrR3Sgt .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOmrR3Sgt .image-wrapper {
    height: 350px;
  }
}
.cid-vcOmrR3Sgt .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOmrR3Sgt .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOmrR3Sgt .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOmrR3Sgt .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOmrR3Sgt .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOmrR3Sgt .mbr-section-title {
  color: #191c25;
}
.cid-vcOmrR3Sgt .list {
  color: #191c25;
}
.cid-vcOmrR3Sgt .mbr-number_1 {
  color: #191c25;
}
.cid-vcOmrR3Sgt .mbr-number_2,
.cid-vcOmrR3Sgt .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOmrRMcok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOmrRMcok .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmrRMcok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmrRMcok .items-wrap {
  justify-content: space-between;
}
.cid-vcOmrRMcok .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOmrRMcok .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrRMcok .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOmrRMcok .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmrRMcok .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmrRMcok .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOmrRMcok .content-wrap {
  height: 100%;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOmrRMcok .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmrRMcok .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOmrRMcok .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOmrRMcok .mbr-section-title {
  color: #191c25;
}
.cid-vcOmrRMcok .mbr-text {
  color: #191c25;
}
.cid-vcOmrRMcok label {
  color: #191c25;
}
.cid-vcOmrSGxhj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOmrSGxhj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmrSGxhj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmrSGxhj .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOmrSGxhj .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOmrSGxhj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOmrSGxhj .mbr-section-title {
  color: #191c25;
}
.cid-vcOmrSGxhj .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOmrSGxhj .mbr-section-title,
.cid-vcOmrSGxhj .logo-wrapper {
  text-align: center;
}
.cid-vcOmMTjSIW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOmMTjSIW nav.navbar {
  position: fixed;
}
.cid-vcOmMTjSIW .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-vcOmMTjSIW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOmMTjSIW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOmMTjSIW .dropdown-item:hover,
.cid-vcOmMTjSIW .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOmMTjSIW .dropdown-item:hover span {
  color: white;
}
.cid-vcOmMTjSIW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOmMTjSIW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOmMTjSIW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOmMTjSIW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOmMTjSIW .nav-link {
  position: relative;
}
.cid-vcOmMTjSIW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOmMTjSIW .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOmMTjSIW .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOmMTjSIW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOmMTjSIW .dropdown-menu,
.cid-vcOmMTjSIW .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOmMTjSIW .nav-item:focus,
.cid-vcOmMTjSIW .nav-link:focus {
  outline: none;
}
.cid-vcOmMTjSIW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOmMTjSIW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOmMTjSIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOmMTjSIW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOmMTjSIW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOmMTjSIW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOmMTjSIW .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOmMTjSIW .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOmMTjSIW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOmMTjSIW .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOmMTjSIW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOmMTjSIW .navbar.collapsed {
  justify-content: center;
}
.cid-vcOmMTjSIW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOmMTjSIW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOmMTjSIW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOmMTjSIW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOmMTjSIW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOmMTjSIW .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-vcOmMTjSIW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOmMTjSIW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOmMTjSIW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOmMTjSIW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOmMTjSIW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOmMTjSIW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOmMTjSIW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOmMTjSIW .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-vcOmMTjSIW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOmMTjSIW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOmMTjSIW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOmMTjSIW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOmMTjSIW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOmMTjSIW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOmMTjSIW .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOmMTjSIW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOmMTjSIW .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOmMTjSIW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOmMTjSIW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOmMTjSIW .dropdown-item.active,
.cid-vcOmMTjSIW .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOmMTjSIW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOmMTjSIW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOmMTjSIW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOmMTjSIW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOmMTjSIW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOmMTjSIW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOmMTjSIW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOmMTjSIW ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOmMTjSIW .navbar-buttons {
  text-align: center;
}
.cid-vcOmMTjSIW .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOmMTjSIW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOmMTjSIW .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOmMTjSIW .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOmMTjSIW button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOmMTjSIW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOmMTjSIW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOmMTjSIW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOmMTjSIW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOmMTjSIW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOmMTjSIW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOmMTjSIW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOmMTjSIW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOmMTjSIW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOmMTjSIW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOmMTjSIW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOmMTjSIW .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-vcOmMTjSIW .navbar {
    height: 70px;
  }
  .cid-vcOmMTjSIW .navbar.opened {
    height: auto;
  }
  .cid-vcOmMTjSIW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOmMTjSIW .navbar-nav {
  margin: 0 auto;
}
.cid-vcOmMTjSIW .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOmMTjSIW .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOmMTjSIW .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOmMTjSIW .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOmMTjSIW .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOmMTjSIW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOmMTjSIW .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOmMTjSIW .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOmMTjSIW .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOmMTjSIW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOmMTjSIW .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOmMTjSIW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOmMTjSIW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOmMTjSIW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOmMTjSIW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOmMTjSIW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOmMTjSIW .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOmMUyqt3 {
  background-color: #eeeef7;
}
.cid-vcOmMUyqt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmMUyqt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmMUyqt3 .items-wrap {
  justify-content: space-between;
}
.cid-vcOmMUyqt3 .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOmMUyqt3 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMUyqt3 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOmMUyqt3 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmMUyqt3 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmMUyqt3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOmMUyqt3 .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOmMUyqt3 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMUyqt3 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOmMUyqt3 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOmMUyqt3 .google-map {
  height: 100%;
}
.cid-vcOmMUyqt3 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOmMUyqt3 .google-map iframe {
    height: 350px;
  }
}
.cid-vcOmMUyqt3 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOmMUyqt3 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOmMUyqt3 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOmMUyqt3 .mbr-section-title {
  color: #191c25;
}
.cid-vcOmMUyqt3 .mbr-text {
  color: #191c25;
}
.cid-vcOmMUyqt3 .mbr-address {
  color: #191c25;
}
.cid-vcOmMUyqt3 .mbr-number_2,
.cid-vcOmMUyqt3 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOmMVTYJI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOmMVTYJI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmMVTYJI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmMVTYJI .items-wrap {
  justify-content: space-between;
}
.cid-vcOmMVTYJI .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOmMVTYJI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMVTYJI .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOmMVTYJI .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOmMVTYJI .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOmMVTYJI .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOmMVTYJI .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOmMVTYJI .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOmMVTYJI .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOmMVTYJI .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOmMVTYJI .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOmMVTYJI .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOmMVTYJI .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmMVTYJI .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOmMVTYJI .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOmMVTYJI .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOmMVTYJI .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOmMVTYJI .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOmMVTYJI .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOmMVTYJI .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOmMVTYJI .mbr-section-title {
  color: #191c25;
}
.cid-vcOmMVTYJI .item-title {
  color: #191c25;
}
.cid-vcOmMVTYJI .item-text {
  color: #191c25;
}
.cid-vcOmMVTYJI .tabs-wrapper {
  text-align: right;
}
.cid-vcOmMWHA8l {
  background-color: #eeeef7;
}
.cid-vcOmMWHA8l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmMWHA8l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmMWHA8l .items-wrap {
  justify-content: space-between;
}
.cid-vcOmMWHA8l .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOmMWHA8l .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMWHA8l .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOmMWHA8l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmMWHA8l .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmMWHA8l .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOmMWHA8l .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOmMWHA8l .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOmMWHA8l .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOmMWHA8l .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOmMWHA8l .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOmMWHA8l .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOmMWHA8l .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMWHA8l .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOmMWHA8l .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOmMWHA8l .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOmMWHA8l .image-wrapper {
    height: 350px;
  }
}
.cid-vcOmMWHA8l .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOmMWHA8l .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOmMWHA8l .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOmMWHA8l .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOmMWHA8l .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOmMWHA8l .mbr-section-title {
  color: #191c25;
}
.cid-vcOmMWHA8l .list {
  color: #191c25;
}
.cid-vcOmMWHA8l .mbr-number_1 {
  color: #191c25;
}
.cid-vcOmMWHA8l .mbr-number_2,
.cid-vcOmMWHA8l .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOmMXCKuB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOmMXCKuB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmMXCKuB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmMXCKuB .items-wrap {
  justify-content: space-between;
}
.cid-vcOmMXCKuB .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOmMXCKuB .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMXCKuB .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOmMXCKuB .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOmMXCKuB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOmMXCKuB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOmMXCKuB .content-wrap {
  height: 100%;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOmMXCKuB .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOmMXCKuB .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOmMXCKuB .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOmMXCKuB .mbr-section-title {
  color: #191c25;
}
.cid-vcOmMXCKuB .mbr-text {
  color: #191c25;
}
.cid-vcOmMXCKuB label {
  color: #191c25;
}
.cid-vcOmMYqhMq {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOmMYqhMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOmMYqhMq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOmMYqhMq .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOmMYqhMq .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOmMYqhMq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOmMYqhMq .mbr-section-title {
  color: #191c25;
}
.cid-vcOmMYqhMq .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOmMYqhMq .mbr-section-title,
.cid-vcOmMYqhMq .logo-wrapper {
  text-align: center;
}
.cid-vcOngioxlb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOngioxlb nav.navbar {
  position: fixed;
}
.cid-vcOngioxlb .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-vcOngioxlb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOngioxlb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOngioxlb .dropdown-item:hover,
.cid-vcOngioxlb .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOngioxlb .dropdown-item:hover span {
  color: white;
}
.cid-vcOngioxlb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOngioxlb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOngioxlb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOngioxlb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOngioxlb .nav-link {
  position: relative;
}
.cid-vcOngioxlb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOngioxlb .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOngioxlb .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOngioxlb .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOngioxlb .dropdown-menu,
.cid-vcOngioxlb .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOngioxlb .nav-item:focus,
.cid-vcOngioxlb .nav-link:focus {
  outline: none;
}
.cid-vcOngioxlb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOngioxlb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOngioxlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOngioxlb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOngioxlb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOngioxlb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOngioxlb .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOngioxlb .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOngioxlb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOngioxlb .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOngioxlb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOngioxlb .navbar.collapsed {
  justify-content: center;
}
.cid-vcOngioxlb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOngioxlb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOngioxlb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOngioxlb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOngioxlb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOngioxlb .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-vcOngioxlb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOngioxlb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOngioxlb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOngioxlb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOngioxlb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOngioxlb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOngioxlb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOngioxlb .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-vcOngioxlb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOngioxlb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOngioxlb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOngioxlb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOngioxlb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOngioxlb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOngioxlb .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOngioxlb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOngioxlb .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOngioxlb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOngioxlb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOngioxlb .dropdown-item.active,
.cid-vcOngioxlb .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOngioxlb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOngioxlb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOngioxlb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOngioxlb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOngioxlb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOngioxlb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOngioxlb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOngioxlb ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOngioxlb .navbar-buttons {
  text-align: center;
}
.cid-vcOngioxlb .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOngioxlb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOngioxlb .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOngioxlb .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOngioxlb button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOngioxlb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOngioxlb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOngioxlb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOngioxlb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOngioxlb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOngioxlb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOngioxlb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOngioxlb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOngioxlb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOngioxlb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOngioxlb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOngioxlb .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-vcOngioxlb .navbar {
    height: 70px;
  }
  .cid-vcOngioxlb .navbar.opened {
    height: auto;
  }
  .cid-vcOngioxlb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOngioxlb .navbar-nav {
  margin: 0 auto;
}
.cid-vcOngioxlb .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOngioxlb .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOngioxlb .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOngioxlb .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOngioxlb .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOngioxlb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOngioxlb .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOngioxlb .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOngioxlb .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOngioxlb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOngioxlb .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOngioxlb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOngioxlb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOngioxlb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOngioxlb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOngioxlb .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOngioxlb .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOngjMTEi {
  background-color: #eeeef7;
}
.cid-vcOngjMTEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOngjMTEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOngjMTEi .items-wrap {
  justify-content: space-between;
}
.cid-vcOngjMTEi .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOngjMTEi .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngjMTEi .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOngjMTEi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOngjMTEi .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOngjMTEi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOngjMTEi .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOngjMTEi .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngjMTEi .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOngjMTEi .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOngjMTEi .google-map {
  height: 100%;
}
.cid-vcOngjMTEi .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOngjMTEi .google-map iframe {
    height: 350px;
  }
}
.cid-vcOngjMTEi .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOngjMTEi .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOngjMTEi .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOngjMTEi .mbr-section-title {
  color: #191c25;
}
.cid-vcOngjMTEi .mbr-text {
  color: #191c25;
}
.cid-vcOngjMTEi .mbr-address {
  color: #191c25;
}
.cid-vcOngjMTEi .mbr-number_2,
.cid-vcOngjMTEi .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOngljzlw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOngljzlw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOngljzlw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOngljzlw .items-wrap {
  justify-content: space-between;
}
.cid-vcOngljzlw .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOngljzlw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngljzlw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOngljzlw .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOngljzlw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOngljzlw .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOngljzlw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOngljzlw .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOngljzlw .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOngljzlw .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOngljzlw .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOngljzlw .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOngljzlw .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOngljzlw .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOngljzlw .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOngljzlw .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOngljzlw .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOngljzlw .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOngljzlw .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOngljzlw .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOngljzlw .mbr-section-title {
  color: #191c25;
}
.cid-vcOngljzlw .item-title {
  color: #191c25;
}
.cid-vcOngljzlw .item-text {
  color: #191c25;
}
.cid-vcOngljzlw .tabs-wrapper {
  text-align: right;
}
.cid-vcOngmKGeO {
  background-color: #eeeef7;
}
.cid-vcOngmKGeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOngmKGeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOngmKGeO .items-wrap {
  justify-content: space-between;
}
.cid-vcOngmKGeO .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOngmKGeO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngmKGeO .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOngmKGeO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOngmKGeO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOngmKGeO .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOngmKGeO .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOngmKGeO .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOngmKGeO .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOngmKGeO .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOngmKGeO .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOngmKGeO .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOngmKGeO .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngmKGeO .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOngmKGeO .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOngmKGeO .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOngmKGeO .image-wrapper {
    height: 350px;
  }
}
.cid-vcOngmKGeO .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOngmKGeO .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOngmKGeO .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOngmKGeO .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOngmKGeO .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOngmKGeO .mbr-section-title {
  color: #191c25;
}
.cid-vcOngmKGeO .list {
  color: #191c25;
}
.cid-vcOngmKGeO .mbr-number_1 {
  color: #191c25;
}
.cid-vcOngmKGeO .mbr-number_2,
.cid-vcOngmKGeO .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOngnRYfB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOngnRYfB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOngnRYfB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOngnRYfB .items-wrap {
  justify-content: space-between;
}
.cid-vcOngnRYfB .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOngnRYfB .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngnRYfB .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOngnRYfB .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOngnRYfB .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOngnRYfB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOngnRYfB .content-wrap {
  height: 100%;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOngnRYfB .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOngnRYfB .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOngnRYfB .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOngnRYfB .mbr-section-title {
  color: #191c25;
}
.cid-vcOngnRYfB .mbr-text {
  color: #191c25;
}
.cid-vcOngnRYfB label {
  color: #191c25;
}
.cid-vcOngpbr86 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOngpbr86 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOngpbr86 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOngpbr86 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOngpbr86 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOngpbr86 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOngpbr86 .mbr-section-title {
  color: #191c25;
}
.cid-vcOngpbr86 .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOngpbr86 .mbr-section-title,
.cid-vcOngpbr86 .logo-wrapper {
  text-align: center;
}
.cid-vcOnAnUGzd {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOnAnUGzd nav.navbar {
  position: fixed;
}
.cid-vcOnAnUGzd .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-vcOnAnUGzd .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOnAnUGzd .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOnAnUGzd .dropdown-item:hover,
.cid-vcOnAnUGzd .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOnAnUGzd .dropdown-item:hover span {
  color: white;
}
.cid-vcOnAnUGzd .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOnAnUGzd .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOnAnUGzd .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOnAnUGzd .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOnAnUGzd .nav-link {
  position: relative;
}
.cid-vcOnAnUGzd .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOnAnUGzd .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOnAnUGzd .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOnAnUGzd .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOnAnUGzd .dropdown-menu,
.cid-vcOnAnUGzd .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOnAnUGzd .nav-item:focus,
.cid-vcOnAnUGzd .nav-link:focus {
  outline: none;
}
.cid-vcOnAnUGzd .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOnAnUGzd .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOnAnUGzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOnAnUGzd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOnAnUGzd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOnAnUGzd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOnAnUGzd .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOnAnUGzd .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOnAnUGzd .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOnAnUGzd .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOnAnUGzd .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOnAnUGzd .navbar.collapsed {
  justify-content: center;
}
.cid-vcOnAnUGzd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOnAnUGzd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOnAnUGzd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOnAnUGzd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOnAnUGzd .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOnAnUGzd .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-vcOnAnUGzd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOnAnUGzd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOnAnUGzd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOnAnUGzd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOnAnUGzd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOnAnUGzd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOnAnUGzd .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOnAnUGzd .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-vcOnAnUGzd .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOnAnUGzd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOnAnUGzd .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOnAnUGzd .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOnAnUGzd .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOnAnUGzd .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOnAnUGzd .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOnAnUGzd .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOnAnUGzd .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOnAnUGzd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOnAnUGzd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOnAnUGzd .dropdown-item.active,
.cid-vcOnAnUGzd .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOnAnUGzd .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOnAnUGzd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOnAnUGzd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOnAnUGzd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOnAnUGzd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOnAnUGzd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOnAnUGzd ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOnAnUGzd ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOnAnUGzd .navbar-buttons {
  text-align: center;
}
.cid-vcOnAnUGzd .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOnAnUGzd .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOnAnUGzd .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOnAnUGzd .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOnAnUGzd button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOnAnUGzd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOnAnUGzd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOnAnUGzd button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOnAnUGzd button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOnAnUGzd button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOnAnUGzd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOnAnUGzd nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOnAnUGzd nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOnAnUGzd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOnAnUGzd .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOnAnUGzd a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOnAnUGzd .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-vcOnAnUGzd .navbar {
    height: 70px;
  }
  .cid-vcOnAnUGzd .navbar.opened {
    height: auto;
  }
  .cid-vcOnAnUGzd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOnAnUGzd .navbar-nav {
  margin: 0 auto;
}
.cid-vcOnAnUGzd .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOnAnUGzd .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOnAnUGzd .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOnAnUGzd .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOnAnUGzd .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOnAnUGzd .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOnAnUGzd .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOnAnUGzd .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOnAnUGzd .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOnAnUGzd .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOnAnUGzd .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOnAnUGzd .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOnAnUGzd .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOnAnUGzd .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOnAnUGzd .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOnAnUGzd .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOnAnUGzd .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOnApb7B9 {
  background-color: #eeeef7;
}
.cid-vcOnApb7B9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnApb7B9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnApb7B9 .items-wrap {
  justify-content: space-between;
}
.cid-vcOnApb7B9 .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOnApb7B9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnApb7B9 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOnApb7B9 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOnApb7B9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOnApb7B9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOnApb7B9 .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOnApb7B9 .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnApb7B9 .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOnApb7B9 .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOnApb7B9 .google-map {
  height: 100%;
}
.cid-vcOnApb7B9 .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOnApb7B9 .google-map iframe {
    height: 350px;
  }
}
.cid-vcOnApb7B9 .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOnApb7B9 .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOnApb7B9 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOnApb7B9 .mbr-section-title {
  color: #191c25;
}
.cid-vcOnApb7B9 .mbr-text {
  color: #191c25;
}
.cid-vcOnApb7B9 .mbr-address {
  color: #191c25;
}
.cid-vcOnApb7B9 .mbr-number_2,
.cid-vcOnApb7B9 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOnAqqM0v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOnAqqM0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnAqqM0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnAqqM0v .items-wrap {
  justify-content: space-between;
}
.cid-vcOnAqqM0v .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOnAqqM0v .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnAqqM0v .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOnAqqM0v .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOnAqqM0v .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOnAqqM0v .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOnAqqM0v .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOnAqqM0v .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOnAqqM0v .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOnAqqM0v .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOnAqqM0v .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOnAqqM0v .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOnAqqM0v .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOnAqqM0v .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOnAqqM0v .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOnAqqM0v .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOnAqqM0v .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOnAqqM0v .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOnAqqM0v .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOnAqqM0v .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOnAqqM0v .mbr-section-title {
  color: #191c25;
}
.cid-vcOnAqqM0v .item-title {
  color: #191c25;
}
.cid-vcOnAqqM0v .item-text {
  color: #191c25;
}
.cid-vcOnAqqM0v .tabs-wrapper {
  text-align: right;
}
.cid-vcOnArrcra {
  background-color: #eeeef7;
}
.cid-vcOnArrcra .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnArrcra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnArrcra .items-wrap {
  justify-content: space-between;
}
.cid-vcOnArrcra .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOnArrcra .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnArrcra .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOnArrcra .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOnArrcra .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOnArrcra .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOnArrcra .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOnArrcra .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOnArrcra .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOnArrcra .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOnArrcra .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOnArrcra .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOnArrcra .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnArrcra .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOnArrcra .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOnArrcra .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOnArrcra .image-wrapper {
    height: 350px;
  }
}
.cid-vcOnArrcra .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOnArrcra .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOnArrcra .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOnArrcra .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOnArrcra .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOnArrcra .mbr-section-title {
  color: #191c25;
}
.cid-vcOnArrcra .list {
  color: #191c25;
}
.cid-vcOnArrcra .mbr-number_1 {
  color: #191c25;
}
.cid-vcOnArrcra .mbr-number_2,
.cid-vcOnArrcra .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOnAsqxc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOnAsqxc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnAsqxc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnAsqxc8 .items-wrap {
  justify-content: space-between;
}
.cid-vcOnAsqxc8 .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOnAsqxc8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnAsqxc8 .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOnAsqxc8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOnAsqxc8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOnAsqxc8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOnAsqxc8 .content-wrap {
  height: 100%;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOnAsqxc8 .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOnAsqxc8 .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOnAsqxc8 .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOnAsqxc8 .mbr-section-title {
  color: #191c25;
}
.cid-vcOnAsqxc8 .mbr-text {
  color: #191c25;
}
.cid-vcOnAsqxc8 label {
  color: #191c25;
}
.cid-vcOnAtioOb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOnAtioOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOnAtioOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOnAtioOb .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOnAtioOb .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOnAtioOb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOnAtioOb .mbr-section-title {
  color: #191c25;
}
.cid-vcOnAtioOb .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOnAtioOb .mbr-section-title,
.cid-vcOnAtioOb .logo-wrapper {
  text-align: center;
}
.cid-vcOo0UZatp {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOo0UZatp nav.navbar {
  position: fixed;
}
.cid-vcOo0UZatp .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-vcOo0UZatp .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOo0UZatp .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOo0UZatp .dropdown-item:hover,
.cid-vcOo0UZatp .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOo0UZatp .dropdown-item:hover span {
  color: white;
}
.cid-vcOo0UZatp .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOo0UZatp .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOo0UZatp .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOo0UZatp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOo0UZatp .nav-link {
  position: relative;
}
.cid-vcOo0UZatp .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOo0UZatp .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOo0UZatp .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOo0UZatp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOo0UZatp .dropdown-menu,
.cid-vcOo0UZatp .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOo0UZatp .nav-item:focus,
.cid-vcOo0UZatp .nav-link:focus {
  outline: none;
}
.cid-vcOo0UZatp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOo0UZatp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOo0UZatp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOo0UZatp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOo0UZatp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOo0UZatp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOo0UZatp .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOo0UZatp .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOo0UZatp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOo0UZatp .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOo0UZatp .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOo0UZatp .navbar.collapsed {
  justify-content: center;
}
.cid-vcOo0UZatp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOo0UZatp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOo0UZatp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOo0UZatp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOo0UZatp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOo0UZatp .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-vcOo0UZatp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOo0UZatp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOo0UZatp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOo0UZatp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOo0UZatp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOo0UZatp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOo0UZatp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOo0UZatp .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-vcOo0UZatp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOo0UZatp .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOo0UZatp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOo0UZatp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOo0UZatp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOo0UZatp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOo0UZatp .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOo0UZatp .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOo0UZatp .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOo0UZatp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOo0UZatp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOo0UZatp .dropdown-item.active,
.cid-vcOo0UZatp .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOo0UZatp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOo0UZatp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOo0UZatp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOo0UZatp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOo0UZatp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOo0UZatp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOo0UZatp ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOo0UZatp ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOo0UZatp .navbar-buttons {
  text-align: center;
}
.cid-vcOo0UZatp .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOo0UZatp .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOo0UZatp .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOo0UZatp .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOo0UZatp button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOo0UZatp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOo0UZatp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOo0UZatp button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOo0UZatp button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOo0UZatp button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOo0UZatp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOo0UZatp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOo0UZatp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOo0UZatp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOo0UZatp .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOo0UZatp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOo0UZatp .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-vcOo0UZatp .navbar {
    height: 70px;
  }
  .cid-vcOo0UZatp .navbar.opened {
    height: auto;
  }
  .cid-vcOo0UZatp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOo0UZatp .navbar-nav {
  margin: 0 auto;
}
.cid-vcOo0UZatp .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOo0UZatp .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOo0UZatp .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOo0UZatp .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOo0UZatp .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOo0UZatp .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOo0UZatp .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOo0UZatp .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOo0UZatp .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOo0UZatp .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOo0UZatp .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOo0UZatp .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOo0UZatp .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOo0UZatp .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOo0UZatp .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOo0UZatp .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOo0UZatp .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOo0W7PLP {
  background-color: #eeeef7;
}
.cid-vcOo0W7PLP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo0W7PLP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo0W7PLP .items-wrap {
  justify-content: space-between;
}
.cid-vcOo0W7PLP .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOo0W7PLP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0W7PLP .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOo0W7PLP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOo0W7PLP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOo0W7PLP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOo0W7PLP .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOo0W7PLP .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0W7PLP .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOo0W7PLP .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOo0W7PLP .google-map {
  height: 100%;
}
.cid-vcOo0W7PLP .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOo0W7PLP .google-map iframe {
    height: 350px;
  }
}
.cid-vcOo0W7PLP .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOo0W7PLP .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOo0W7PLP .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOo0W7PLP .mbr-section-title {
  color: #191c25;
}
.cid-vcOo0W7PLP .mbr-text {
  color: #191c25;
}
.cid-vcOo0W7PLP .mbr-address {
  color: #191c25;
}
.cid-vcOo0W7PLP .mbr-number_2,
.cid-vcOo0W7PLP .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOo0XGzda {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOo0XGzda .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo0XGzda .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo0XGzda .items-wrap {
  justify-content: space-between;
}
.cid-vcOo0XGzda .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOo0XGzda .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0XGzda .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOo0XGzda .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOo0XGzda .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOo0XGzda .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOo0XGzda .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOo0XGzda .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOo0XGzda .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOo0XGzda .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOo0XGzda .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOo0XGzda .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOo0XGzda .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOo0XGzda .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOo0XGzda .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOo0XGzda .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOo0XGzda .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOo0XGzda .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOo0XGzda .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOo0XGzda .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOo0XGzda .mbr-section-title {
  color: #191c25;
}
.cid-vcOo0XGzda .item-title {
  color: #191c25;
}
.cid-vcOo0XGzda .item-text {
  color: #191c25;
}
.cid-vcOo0XGzda .tabs-wrapper {
  text-align: right;
}
.cid-vcOo0YH3ZL {
  background-color: #eeeef7;
}
.cid-vcOo0YH3ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo0YH3ZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo0YH3ZL .items-wrap {
  justify-content: space-between;
}
.cid-vcOo0YH3ZL .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOo0YH3ZL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0YH3ZL .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOo0YH3ZL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOo0YH3ZL .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOo0YH3ZL .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOo0YH3ZL .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOo0YH3ZL .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOo0YH3ZL .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOo0YH3ZL .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOo0YH3ZL .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOo0YH3ZL .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOo0YH3ZL .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0YH3ZL .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOo0YH3ZL .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOo0YH3ZL .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOo0YH3ZL .image-wrapper {
    height: 350px;
  }
}
.cid-vcOo0YH3ZL .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOo0YH3ZL .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOo0YH3ZL .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOo0YH3ZL .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOo0YH3ZL .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOo0YH3ZL .mbr-section-title {
  color: #191c25;
}
.cid-vcOo0YH3ZL .list {
  color: #191c25;
}
.cid-vcOo0YH3ZL .mbr-number_1 {
  color: #191c25;
}
.cid-vcOo0YH3ZL .mbr-number_2,
.cid-vcOo0YH3ZL .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOo0ZvBfC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOo0ZvBfC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo0ZvBfC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo0ZvBfC .items-wrap {
  justify-content: space-between;
}
.cid-vcOo0ZvBfC .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOo0ZvBfC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0ZvBfC .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOo0ZvBfC .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOo0ZvBfC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOo0ZvBfC .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOo0ZvBfC .content-wrap {
  height: 100%;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOo0ZvBfC .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOo0ZvBfC .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOo0ZvBfC .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOo0ZvBfC .mbr-section-title {
  color: #191c25;
}
.cid-vcOo0ZvBfC .mbr-text {
  color: #191c25;
}
.cid-vcOo0ZvBfC label {
  color: #191c25;
}
.cid-vcOo10nRrQ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOo10nRrQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOo10nRrQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOo10nRrQ .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOo10nRrQ .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOo10nRrQ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOo10nRrQ .mbr-section-title {
  color: #191c25;
}
.cid-vcOo10nRrQ .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOo10nRrQ .mbr-section-title,
.cid-vcOo10nRrQ .logo-wrapper {
  text-align: center;
}
.cid-veRIFTNtMr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-veRIFTNtMr nav.navbar {
  position: fixed;
}
.cid-veRIFTNtMr .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-veRIFTNtMr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veRIFTNtMr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veRIFTNtMr .dropdown-item:hover,
.cid-veRIFTNtMr .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-veRIFTNtMr .dropdown-item:hover span {
  color: white;
}
.cid-veRIFTNtMr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veRIFTNtMr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veRIFTNtMr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veRIFTNtMr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veRIFTNtMr .nav-link {
  position: relative;
}
.cid-veRIFTNtMr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veRIFTNtMr .container {
    flex-wrap: nowrap;
  }
}
.cid-veRIFTNtMr .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veRIFTNtMr .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veRIFTNtMr .dropdown-menu,
.cid-veRIFTNtMr .navbar.opened {
  background: #eeeef7 !important;
}
.cid-veRIFTNtMr .nav-item:focus,
.cid-veRIFTNtMr .nav-link:focus {
  outline: none;
}
.cid-veRIFTNtMr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRIFTNtMr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRIFTNtMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRIFTNtMr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRIFTNtMr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRIFTNtMr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRIFTNtMr .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veRIFTNtMr .navbar.opened {
  transition: all 0.3s;
}
.cid-veRIFTNtMr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veRIFTNtMr .navbar .navbar-logo img {
  width: auto;
}
.cid-veRIFTNtMr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veRIFTNtMr .navbar.collapsed {
  justify-content: center;
}
.cid-veRIFTNtMr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRIFTNtMr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veRIFTNtMr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-veRIFTNtMr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRIFTNtMr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRIFTNtMr .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-veRIFTNtMr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRIFTNtMr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veRIFTNtMr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veRIFTNtMr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRIFTNtMr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRIFTNtMr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRIFTNtMr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veRIFTNtMr .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-veRIFTNtMr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veRIFTNtMr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veRIFTNtMr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veRIFTNtMr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-veRIFTNtMr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRIFTNtMr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veRIFTNtMr .navbar.navbar-short {
  min-height: 96px;
}
.cid-veRIFTNtMr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veRIFTNtMr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-veRIFTNtMr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veRIFTNtMr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRIFTNtMr .dropdown-item.active,
.cid-veRIFTNtMr .dropdown-item:active {
  background-color: transparent;
}
.cid-veRIFTNtMr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veRIFTNtMr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRIFTNtMr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRIFTNtMr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-veRIFTNtMr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veRIFTNtMr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veRIFTNtMr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veRIFTNtMr ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-veRIFTNtMr .navbar-buttons {
  text-align: center;
}
.cid-veRIFTNtMr .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-veRIFTNtMr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veRIFTNtMr .navbar-buttons .btn:hover .mbr-iconfont,
.cid-veRIFTNtMr .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-veRIFTNtMr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-veRIFTNtMr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-veRIFTNtMr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veRIFTNtMr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veRIFTNtMr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veRIFTNtMr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veRIFTNtMr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRIFTNtMr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRIFTNtMr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRIFTNtMr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRIFTNtMr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veRIFTNtMr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veRIFTNtMr .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-veRIFTNtMr .navbar {
    height: 70px;
  }
  .cid-veRIFTNtMr .navbar.opened {
    height: auto;
  }
  .cid-veRIFTNtMr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRIFTNtMr .navbar-nav {
  margin: 0 auto;
}
.cid-veRIFTNtMr .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-veRIFTNtMr .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-veRIFTNtMr .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-veRIFTNtMr .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veRIFTNtMr .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-veRIFTNtMr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veRIFTNtMr .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-veRIFTNtMr .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-veRIFTNtMr .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-veRIFTNtMr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-veRIFTNtMr .navbar {
    justify-content: flex-start !important;
  }
  .cid-veRIFTNtMr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veRIFTNtMr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veRIFTNtMr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veRIFTNtMr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veRIFTNtMr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-veRIFTNtMr .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-veRIFUiwxD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-veRIFUiwxD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRIFUiwxD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRIFUiwxD .items-wrap {
  justify-content: space-between;
}
.cid-veRIFUiwxD .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veRIFUiwxD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-veRIFUiwxD .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-veRIFUiwxD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veRIFUiwxD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veRIFUiwxD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veRIFUiwxD .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-veRIFUiwxD .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-veRIFUiwxD .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-veRIFUiwxD .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-veRIFUiwxD .google-map {
  height: 100%;
}
.cid-veRIFUiwxD .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veRIFUiwxD .google-map iframe {
    height: 350px;
  }
}
.cid-veRIFUiwxD .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veRIFUiwxD .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-veRIFUiwxD .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-veRIFUiwxD .mbr-section-title {
  color: #191c25;
}
.cid-veRIFUiwxD .mbr-text {
  color: #191c25;
}
.cid-veRIFUiwxD .mbr-address {
  color: #191c25;
}
.cid-veRIFUiwxD .mbr-number_2,
.cid-veRIFUiwxD .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-veRIFVz8nn {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-veRIFVz8nn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRIFVz8nn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRIFVz8nn .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-veRIFVz8nn .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-veRIFVz8nn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veRIFVz8nn .mbr-section-title {
  color: #191c25;
}
.cid-veRIFVz8nn .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-veRIFVz8nn .mbr-section-title,
.cid-veRIFVz8nn .logo-wrapper {
  text-align: center;
}
.cid-veRJt94Qxj {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-veRJt94Qxj nav.navbar {
  position: fixed;
}
.cid-veRJt94Qxj .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-veRJt94Qxj .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veRJt94Qxj .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veRJt94Qxj .dropdown-item:hover,
.cid-veRJt94Qxj .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-veRJt94Qxj .dropdown-item:hover span {
  color: white;
}
.cid-veRJt94Qxj .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veRJt94Qxj .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veRJt94Qxj .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veRJt94Qxj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veRJt94Qxj .nav-link {
  position: relative;
}
.cid-veRJt94Qxj .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-veRJt94Qxj .container {
    flex-wrap: nowrap;
  }
}
.cid-veRJt94Qxj .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-veRJt94Qxj .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-veRJt94Qxj .dropdown-menu,
.cid-veRJt94Qxj .navbar.opened {
  background: #eeeef7 !important;
}
.cid-veRJt94Qxj .nav-item:focus,
.cid-veRJt94Qxj .nav-link:focus {
  outline: none;
}
.cid-veRJt94Qxj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veRJt94Qxj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veRJt94Qxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veRJt94Qxj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veRJt94Qxj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veRJt94Qxj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veRJt94Qxj .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-veRJt94Qxj .navbar.opened {
  transition: all 0.3s;
}
.cid-veRJt94Qxj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veRJt94Qxj .navbar .navbar-logo img {
  width: auto;
}
.cid-veRJt94Qxj .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veRJt94Qxj .navbar.collapsed {
  justify-content: center;
}
.cid-veRJt94Qxj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veRJt94Qxj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veRJt94Qxj .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-veRJt94Qxj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veRJt94Qxj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veRJt94Qxj .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-veRJt94Qxj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veRJt94Qxj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-veRJt94Qxj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-veRJt94Qxj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veRJt94Qxj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veRJt94Qxj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veRJt94Qxj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veRJt94Qxj .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-veRJt94Qxj .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veRJt94Qxj .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veRJt94Qxj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veRJt94Qxj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-veRJt94Qxj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-veRJt94Qxj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-veRJt94Qxj .navbar.navbar-short {
  min-height: 96px;
}
.cid-veRJt94Qxj .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-veRJt94Qxj .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-veRJt94Qxj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-veRJt94Qxj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veRJt94Qxj .dropdown-item.active,
.cid-veRJt94Qxj .dropdown-item:active {
  background-color: transparent;
}
.cid-veRJt94Qxj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veRJt94Qxj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veRJt94Qxj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veRJt94Qxj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-veRJt94Qxj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veRJt94Qxj .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veRJt94Qxj ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-veRJt94Qxj ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-veRJt94Qxj .navbar-buttons {
  text-align: center;
}
.cid-veRJt94Qxj .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-veRJt94Qxj .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-veRJt94Qxj .navbar-buttons .btn:hover .mbr-iconfont,
.cid-veRJt94Qxj .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-veRJt94Qxj button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-veRJt94Qxj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-veRJt94Qxj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-veRJt94Qxj button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veRJt94Qxj button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-veRJt94Qxj button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-veRJt94Qxj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRJt94Qxj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-veRJt94Qxj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-veRJt94Qxj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veRJt94Qxj .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veRJt94Qxj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veRJt94Qxj .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-veRJt94Qxj .navbar {
    height: 70px;
  }
  .cid-veRJt94Qxj .navbar.opened {
    height: auto;
  }
  .cid-veRJt94Qxj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veRJt94Qxj .navbar-nav {
  margin: 0 auto;
}
.cid-veRJt94Qxj .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-veRJt94Qxj .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-veRJt94Qxj .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-veRJt94Qxj .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-veRJt94Qxj .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-veRJt94Qxj .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-veRJt94Qxj .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-veRJt94Qxj .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-veRJt94Qxj .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-veRJt94Qxj .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-veRJt94Qxj .navbar {
    justify-content: flex-start !important;
  }
  .cid-veRJt94Qxj .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-veRJt94Qxj .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-veRJt94Qxj .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-veRJt94Qxj .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-veRJt94Qxj .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-veRJt94Qxj .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-veRJt9xyEc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-veRJt9xyEc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRJt9xyEc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRJt9xyEc .items-wrap {
  justify-content: space-between;
}
.cid-veRJt9xyEc .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veRJt9xyEc .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-veRJt9xyEc .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-veRJt9xyEc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veRJt9xyEc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veRJt9xyEc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veRJt9xyEc .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-veRJt9xyEc .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-veRJt9xyEc .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-veRJt9xyEc .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-veRJt9xyEc .google-map {
  height: 100%;
}
.cid-veRJt9xyEc .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-veRJt9xyEc .google-map iframe {
    height: 350px;
  }
}
.cid-veRJt9xyEc .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veRJt9xyEc .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-veRJt9xyEc .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-veRJt9xyEc .mbr-section-title {
  color: #191c25;
}
.cid-veRJt9xyEc .mbr-text {
  color: #191c25;
}
.cid-veRJt9xyEc .mbr-address {
  color: #191c25;
}
.cid-veRJt9xyEc .mbr-number_2,
.cid-veRJt9xyEc .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-veRJt9RNFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-veRJt9RNFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRJt9RNFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRJt9RNFi .items-wrap {
  justify-content: space-between;
}
.cid-veRJt9RNFi .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-veRJt9RNFi .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-veRJt9RNFi .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-veRJt9RNFi .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veRJt9RNFi .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-veRJt9RNFi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veRJt9RNFi .content-wrap {
  height: 100%;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-veRJt9RNFi .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-veRJt9RNFi .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veRJt9RNFi .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-veRJt9RNFi .mbr-section-title {
  color: #191c25;
}
.cid-veRJt9RNFi .mbr-text {
  color: #191c25;
}
.cid-veRJt9RNFi label {
  color: #191c25;
}
.cid-veRJtaaGAN {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-veRJtaaGAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-veRJtaaGAN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veRJtaaGAN .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-veRJtaaGAN .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-veRJtaaGAN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-veRJtaaGAN .mbr-section-title {
  color: #191c25;
}
.cid-veRJtaaGAN .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-veRJtaaGAN .mbr-section-title,
.cid-veRJtaaGAN .logo-wrapper {
  text-align: center;
}
.cid-vcOjeMyJBo {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 96px;
}
.cid-vcOjeMyJBo nav.navbar {
  position: fixed;
}
.cid-vcOjeMyJBo .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-vcOjeMyJBo .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vcOjeMyJBo .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vcOjeMyJBo .dropdown-item:hover,
.cid-vcOjeMyJBo .dropdown-item:focus {
  background: #191c25 !important;
  color: white !important;
}
.cid-vcOjeMyJBo .dropdown-item:hover span {
  color: white;
}
.cid-vcOjeMyJBo .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vcOjeMyJBo .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vcOjeMyJBo .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vcOjeMyJBo .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vcOjeMyJBo .nav-link {
  position: relative;
}
.cid-vcOjeMyJBo .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-vcOjeMyJBo .container {
    flex-wrap: nowrap;
  }
}
.cid-vcOjeMyJBo .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcOjeMyJBo .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vcOjeMyJBo .dropdown-menu,
.cid-vcOjeMyJBo .navbar.opened {
  background: #eeeef7 !important;
}
.cid-vcOjeMyJBo .nav-item:focus,
.cid-vcOjeMyJBo .nav-link:focus {
  outline: none;
}
.cid-vcOjeMyJBo .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcOjeMyJBo .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcOjeMyJBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcOjeMyJBo .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcOjeMyJBo .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcOjeMyJBo .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcOjeMyJBo .navbar {
  min-height: 96px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #eeeef7;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vcOjeMyJBo .navbar.opened {
  transition: all 0.3s;
}
.cid-vcOjeMyJBo .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcOjeMyJBo .navbar .navbar-logo img {
  width: auto;
}
.cid-vcOjeMyJBo .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vcOjeMyJBo .navbar.collapsed {
  justify-content: center;
}
.cid-vcOjeMyJBo .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcOjeMyJBo .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcOjeMyJBo .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 8rem);
  }
}
.cid-vcOjeMyJBo .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcOjeMyJBo .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcOjeMyJBo .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-vcOjeMyJBo .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcOjeMyJBo .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcOjeMyJBo .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vcOjeMyJBo .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcOjeMyJBo .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcOjeMyJBo .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcOjeMyJBo .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcOjeMyJBo .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-vcOjeMyJBo .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vcOjeMyJBo .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vcOjeMyJBo .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcOjeMyJBo .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-vcOjeMyJBo .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcOjeMyJBo .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcOjeMyJBo .navbar.navbar-short {
  min-height: 96px;
}
.cid-vcOjeMyJBo .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vcOjeMyJBo .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vcOjeMyJBo .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcOjeMyJBo .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcOjeMyJBo .dropdown-item.active,
.cid-vcOjeMyJBo .dropdown-item:active {
  background-color: transparent;
}
.cid-vcOjeMyJBo .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcOjeMyJBo .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcOjeMyJBo .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcOjeMyJBo .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #eeeef7;
}
.cid-vcOjeMyJBo .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vcOjeMyJBo .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vcOjeMyJBo ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vcOjeMyJBo ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f5f5fb;
    border: 1px solid #baace7;
  }
}
.cid-vcOjeMyJBo .navbar-buttons {
  text-align: center;
}
.cid-vcOjeMyJBo .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vcOjeMyJBo .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vcOjeMyJBo .navbar-buttons .btn:hover .mbr-iconfont,
.cid-vcOjeMyJBo .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-vcOjeMyJBo button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #eeeef7 !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-vcOjeMyJBo button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #191c25;
}
.cid-vcOjeMyJBo button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vcOjeMyJBo button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOjeMyJBo button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vcOjeMyJBo button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vcOjeMyJBo nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOjeMyJBo nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcOjeMyJBo nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcOjeMyJBo nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcOjeMyJBo .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vcOjeMyJBo a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcOjeMyJBo .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-vcOjeMyJBo .navbar {
    height: 70px;
  }
  .cid-vcOjeMyJBo .navbar.opened {
    height: auto;
  }
  .cid-vcOjeMyJBo .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcOjeMyJBo .navbar-nav {
  margin: 0 auto;
}
.cid-vcOjeMyJBo .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-vcOjeMyJBo .nav-item .nav-link {
  padding: 8px 28px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
@media (max-width: 1440px) {
  .cid-vcOjeMyJBo .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-vcOjeMyJBo .nav-item .nav-link::after {
  color: #cfef54 !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vcOjeMyJBo .nav-item .nav-link:hover {
  background-color: #cfef54;
}
.cid-vcOjeMyJBo .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vcOjeMyJBo .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-vcOjeMyJBo .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-vcOjeMyJBo .nav-item .dropdown-menu .dropdown-item {
  color: #eeeef7 !important;
  background-color: transparent !important;
}
.cid-vcOjeMyJBo .nav-item .dropdown-menu .dropdown-item:hover {
  color: #191c25 !important;
}
@media (max-width: 991px) {
  .cid-vcOjeMyJBo .navbar {
    justify-content: flex-start !important;
  }
  .cid-vcOjeMyJBo .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vcOjeMyJBo .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vcOjeMyJBo .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vcOjeMyJBo .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vcOjeMyJBo .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-vcOjeMyJBo .navbar-collapse .nav-item .nav-link {
    padding: 14px 0 !important;
    justify-content: flex-start;
  }
}
.cid-vcOjeNCMjK {
  background-color: #eeeef7;
}
.cid-vcOjeNCMjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjeNCMjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjeNCMjK .items-wrap {
  justify-content: space-between;
}
.cid-vcOjeNCMjK .content-wrapper {
  padding: 96px;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOjeNCMjK .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjeNCMjK .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOjeNCMjK .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjeNCMjK .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOjeNCMjK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOjeNCMjK .address-wrapper {
  padding: 96px;
  background-color: #baace7;
  margin-bottom: 32px;
}
@media (max-width: 1440px) {
  .cid-vcOjeNCMjK .address-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjeNCMjK .address-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOjeNCMjK .address-wrapper .mbr-address {
  margin-bottom: 0;
}
.cid-vcOjeNCMjK .google-map {
  height: 100%;
}
.cid-vcOjeNCMjK .google-map iframe {
  height: 400px;
  filter: grayscale(1);
}
@media (max-width: 992px) {
  .cid-vcOjeNCMjK .google-map iframe {
    height: 350px;
  }
}
.cid-vcOjeNCMjK .mbr-section-btn {
  margin-top: 32px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vcOjeNCMjK .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-vcOjeNCMjK .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-vcOjeNCMjK .mbr-section-title {
  color: #191c25;
}
.cid-vcOjeNCMjK .mbr-text {
  color: #191c25;
}
.cid-vcOjeNCMjK .mbr-address {
  color: #191c25;
}
.cid-vcOjeNCMjK .mbr-number_2,
.cid-vcOjeNCMjK .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOjeON9KC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOjeON9KC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjeON9KC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjeON9KC .items-wrap {
  justify-content: space-between;
}
.cid-vcOjeON9KC .content-wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 96px;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-vcOjeON9KC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjeON9KC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-vcOjeON9KC .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOjeON9KC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOjeON9KC .content-wrapper .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #9481d0;
  opacity: 1;
  pointer-events: none;
  z-index: 1;
}
.cid-vcOjeON9KC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vcOjeON9KC .content-wrapper .title-wrapper {
    padding-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOjeON9KC .content-wrapper .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-vcOjeON9KC .content-wrapper .title-wrapper .title-wrap {
    display: block;
  }
}
.cid-vcOjeON9KC .content-wrapper .title-wrapper .title-wrap .logo-wrap img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
}
.cid-vcOjeON9KC .content-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vcOjeON9KC .content-wrapper .tabs-wrapper {
  position: relative;
  z-index: 2;
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjeON9KC .content-wrapper .tabs-wrapper {
    margin-bottom: 32px;
    width: 100%;
  }
}
.cid-vcOjeON9KC .content-wrapper .tabs-wrapper .nav.nav-tabs {
  border: 1px solid #baace7;
  padding: 10px 16px;
  background-color: #f5f5fb;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-vcOjeON9KC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
  margin: 0;
}
.cid-vcOjeON9KC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  color: #191c25;
  padding: 12px 32px;
  border: none;
  transition: all 0.3s ease-in-out;
}
.cid-vcOjeON9KC .content-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #191c25;
  color: #f5f5fb;
}
.cid-vcOjeON9KC .content-wrapper .tab-content {
  position: relative;
  z-index: 2;
  width: 100%;
}
.cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content {
    display: block;
  }
}
.cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
  width: 50%;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
  height: 650px;
  width: 650px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1600px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 1440px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 450px;
    width: 450px;
  }
}
@media (max-width: 1200px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 350px;
    width: 350px;
  }
}
@media (max-width: 768px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .image-wrap img {
    height: 225px;
    width: 225px;
  }
}
.cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper {
    width: 100%;
  }
}
.cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-vcOjeON9KC .content-wrapper .tab-content .tab-pane .item-content .text-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vcOjeON9KC .mbr-section-title {
  color: #191c25;
}
.cid-vcOjeON9KC .item-title {
  color: #191c25;
}
.cid-vcOjeON9KC .item-text {
  color: #191c25;
}
.cid-vcOjeON9KC .tabs-wrapper {
  text-align: right;
}
.cid-vcOjePObzr {
  background-color: #eeeef7;
}
.cid-vcOjePObzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjePObzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjePObzr .items-wrap {
  justify-content: space-between;
}
.cid-vcOjePObzr .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #cfef54;
}
@media (max-width: 1440px) {
  .cid-vcOjePObzr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjePObzr .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-vcOjePObzr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjePObzr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOjePObzr .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcOjePObzr .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-vcOjePObzr .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-vcOjePObzr .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vcOjePObzr .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-vcOjePObzr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcOjePObzr .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-vcOjePObzr .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjePObzr .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-vcOjePObzr .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-vcOjePObzr .image-wrapper {
  position: relative;
  border: 3px solid #cfef54;
  background-color: #cfef54;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vcOjePObzr .image-wrapper {
    height: 350px;
  }
}
.cid-vcOjePObzr .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vcOjePObzr .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcOjePObzr .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-vcOjePObzr .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-vcOjePObzr .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #cfef54;
  margin-bottom: 0;
}
.cid-vcOjePObzr .mbr-section-title {
  color: #191c25;
}
.cid-vcOjePObzr .list {
  color: #191c25;
}
.cid-vcOjePObzr .mbr-number_1 {
  color: #191c25;
}
.cid-vcOjePObzr .mbr-number_2,
.cid-vcOjePObzr .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-vcOjeQF9vp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-vcOjeQF9vp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjeQF9vp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjeQF9vp .items-wrap {
  justify-content: space-between;
}
.cid-vcOjeQF9vp .content-wrapper {
  padding: 96px;
  background-color: #baace7;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vcOjeQF9vp .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjeQF9vp .content-wrapper {
    padding: 26px 22px;
    margin-bottom: 12px;
    height: auto;
  }
}
.cid-vcOjeQF9vp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcOjeQF9vp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vcOjeQF9vp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcOjeQF9vp .content-wrap {
  height: 100%;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper {
  height: 100%;
  padding: 96px;
  background-color: #01dc94;
}
@media (max-width: 1440px) {
  .cid-vcOjeQF9vp .content-wrap .form-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vcOjeQF9vp .content-wrap .form-wrapper {
    padding: 22px;
  }
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group {
  margin-bottom: 32px !important;
}
@media (max-width: 992px) {
  .cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group {
    margin-bottom: 16px !important;
  }
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 10px;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 21px 32px;
  border: 1px solid #baace7 !important;
  background-color: #f5f5fb;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 1px solid #baace7 !important;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #858585;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group textarea {
  min-height: 150px;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #858585;
  border-color: #858585;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
  padding: 15px 12px;
  width: 100%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcOjeQF9vp .content-wrap .form-wrapper .dragArea.row .mbr-section-btn .btn {
    margin-left: 10px;
  }
}
.cid-vcOjeQF9vp .mbr-section-title {
  color: #191c25;
}
.cid-vcOjeQF9vp .mbr-text {
  color: #191c25;
}
.cid-vcOjeQF9vp label {
  color: #191c25;
}
.cid-vcOjeRV0cB {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #eeeef7;
}
.cid-vcOjeRV0cB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcOjeRV0cB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcOjeRV0cB .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-vcOjeRV0cB .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-vcOjeRV0cB .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vcOjeRV0cB .mbr-section-title {
  color: #191c25;
}
.cid-vcOjeRV0cB .mbr-copy {
  color: #858585;
  text-align: center;
}
.cid-vcOjeRV0cB .mbr-section-title,
.cid-vcOjeRV0cB .logo-wrapper {
  text-align: center;
}
