.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f8fafd;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Manrope', sans-serif;
  font-size: 5.2rem;
  line-height: 1.2;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4.2rem;
  line-height: 1.2;
}
.display-2 > .mbr-iconfont {
  font-size: 5.25rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.4rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 4rem;
}
.display-7 {
  font-family: 'Manrope', 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: #b298dc !important;
}
.bg-success {
  background-color: #60e1a5 !important;
}
.bg-info {
  background-color: #4cd9f5 !important;
}
.bg-warning {
  background-color: #ffd042 !important;
}
.bg-danger {
  background-color: #e35e6b !important;
}
.btn-primary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #b298dc !important;
  border-color: #b298dc !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c6b3e5 !important;
  border-color: #c6b3e5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c6b3e5 !important;
  border-color: #c6b3e5 !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #6f2dbd !important;
  border-color: #6f2dbd !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #813dd1 !important;
  border-color: #813dd1 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #813dd1 !important;
  border-color: #813dd1 !important;
}
.btn-info .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #4cd9f5 !important;
  border-color: #4cd9f5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
}
.btn-success .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #60e1a5 !important;
  border-color: #60e1a5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning .mbr-iconfont::after {
  border: 1px solid #423200;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd042 !important;
  border-color: #ffd042 !important;
  color: #423200 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #423200 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-danger .mbr-iconfont::after {
  border: 1px solid #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #e35e6b !important;
  border-color: #e35e6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #e87c87 !important;
  border-color: #e87c87 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e87c87 !important;
  border-color: #e87c87 !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 #b298dc;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b298dc;
  color: #b298dc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #8257c6 !important;
  background-color: transparent !important;
  border-color: #8257c6 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b298dc !important;
  border-color: #b298dc !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 1px solid #6f2dbd;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #6f2dbd;
  color: #6f2dbd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #461c77 !important;
  background-color: transparent !important;
  border-color: #461c77 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #6f2dbd !important;
  border-color: #6f2dbd !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 1px solid #4cd9f5;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #4cd9f5;
  color: #4cd9f5;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0cbbde !important;
  background-color: transparent !important;
  border-color: #0cbbde !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #4cd9f5 !important;
  border-color: #4cd9f5 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 1px solid #60e1a5;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #60e1a5;
  color: #60e1a5;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #25c57b !important;
  background-color: transparent !important;
  border-color: #25c57b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #60e1a5 !important;
  border-color: #60e1a5 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 1px solid #ffd042;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd042;
  color: #ffd042;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #eab000 !important;
  background-color: transparent !important;
  border-color: #eab000 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #423200 !important;
  background-color: #ffd042 !important;
  border-color: #ffd042 !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 1px solid #e35e6b;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e35e6b;
  color: #e35e6b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c82333 !important;
  background-color: transparent !important;
  border-color: #c82333 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e35e6b !important;
  border-color: #e35e6b !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: #b298dc !important;
}
.text-secondary {
  color: #6f2dbd !important;
}
.text-success {
  color: #60e1a5 !important;
}
.text-info {
  color: #4cd9f5 !important;
}
.text-warning {
  color: #ffd042 !important;
}
.text-danger {
  color: #e35e6b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #794cc2 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3f196b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #23b873 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cafcf !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #dba500 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #bb2030 !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: #b298dc;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #4cd9f5;
}
.alert-warning {
  background-color: #ffd042;
}
.alert-danger {
  background-color: #e35e6b;
}
.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: #b298dc;
  border-color: #b298dc;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b298dc;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Manrope', 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: #b298dc !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', 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: #b298dc;
}
/* 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: #b298dc;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b298dc;
}
.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: #b298dc;
  border-bottom-color: #b298dc;
}
.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: #000000 !important;
  background-color: #b298dc !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #6f2dbd !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='%23b298dc' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.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;
}
.cid-uYER3qNJzy .navbar-dropdown {
  position: relative !important;
}
.cid-uYER3qNJzy .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-uYER3qNJzy .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYER3qNJzy .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYER3qNJzy .dropdown-item:hover,
.cid-uYER3qNJzy .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYER3qNJzy .dropdown-item:hover span {
  color: white;
}
.cid-uYER3qNJzy .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYER3qNJzy .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYER3qNJzy .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYER3qNJzy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYER3qNJzy .nav-link {
  position: relative;
}
.cid-uYER3qNJzy .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYER3qNJzy .container {
    flex-wrap: nowrap;
  }
}
.cid-uYER3qNJzy .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYER3qNJzy .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYER3qNJzy .dropdown-menu,
.cid-uYER3qNJzy .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYER3qNJzy .nav-item:focus,
.cid-uYER3qNJzy .nav-link:focus {
  outline: none;
}
.cid-uYER3qNJzy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYER3qNJzy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYER3qNJzy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYER3qNJzy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYER3qNJzy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYER3qNJzy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYER3qNJzy .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYER3qNJzy .navbar.opened {
  transition: all 0.3s;
}
.cid-uYER3qNJzy .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYER3qNJzy .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYER3qNJzy .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYER3qNJzy .navbar.collapsed {
  justify-content: center;
}
.cid-uYER3qNJzy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYER3qNJzy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYER3qNJzy .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYER3qNJzy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYER3qNJzy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYER3qNJzy .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-uYER3qNJzy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYER3qNJzy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYER3qNJzy .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYER3qNJzy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYER3qNJzy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYER3qNJzy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYER3qNJzy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYER3qNJzy .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-uYER3qNJzy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYER3qNJzy .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYER3qNJzy .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYER3qNJzy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYER3qNJzy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYER3qNJzy .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYER3qNJzy .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYER3qNJzy .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYER3qNJzy .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-uYER3qNJzy .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYER3qNJzy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYER3qNJzy .dropdown-item.active,
.cid-uYER3qNJzy .dropdown-item:active {
  background-color: transparent;
}
.cid-uYER3qNJzy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYER3qNJzy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYER3qNJzy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYER3qNJzy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYER3qNJzy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYER3qNJzy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYER3qNJzy ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYER3qNJzy ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYER3qNJzy .navbar-buttons {
  text-align: center;
}
.cid-uYER3qNJzy .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYER3qNJzy .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYER3qNJzy .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYER3qNJzy .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYER3qNJzy 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYER3qNJzy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYER3qNJzy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYER3qNJzy button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYER3qNJzy button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYER3qNJzy button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYER3qNJzy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYER3qNJzy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYER3qNJzy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYER3qNJzy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYER3qNJzy .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYER3qNJzy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYER3qNJzy .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-uYER3qNJzy .navbar {
    height: 70px;
  }
  .cid-uYER3qNJzy .navbar.opened {
    height: auto;
  }
  .cid-uYER3qNJzy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYER3qNJzy .navbar-nav {
  margin: 0 auto;
}
.cid-uYER3qNJzy .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYER3qNJzy .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-uYER3qNJzy .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYER3qNJzy .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYER3qNJzy .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYER3qNJzy .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYER3qNJzy .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYER3qNJzy .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYER3qNJzy .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYER3qNJzy .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYER3qNJzy .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYER3qNJzy .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYER3qNJzy .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYER3qNJzy .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYER3qNJzy .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYER3qNJzy .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYER3qNJzy .navbar-caption {
  color: #000000;
}
.cid-uYER3qNJzy .nav-link,
.cid-uYER3qNJzy .dropdown-item {
  color: #000000;
}
.cid-uYER3qQkbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYER3qQkbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYER3qQkbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYER3qQkbj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYER3qQkbj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYER3qQkbj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYER3qQkbj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYER3qQkbj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYER3qQkbj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYER3qQkbj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYER3qQkbj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYER3qQkbj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYER3qQkbj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYER3qQkbj .mbr-section-title {
  color: #191c25;
}
.cid-uYER3qQkbj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYER3qQkbj .mbr-section-title,
.cid-uYER3qQkbj .mbr-section-btn,
.cid-uYER3qQkbj .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYER3qT0E3 {
  background-color: transparent;
}
.cid-uYER3qT0E3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYER3qT0E3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYER3qT0E3 .items-wrap {
  justify-content: space-between;
}
.cid-uYER3qT0E3 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYER3qT0E3 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYER3qT0E3 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYER3qT0E3 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYER3qT0E3 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYER3qT0E3 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYER3qT0E3 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYER3qT0E3 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYER3qT0E3 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYER3qT0E3 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYER3qT0E3 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYER3qT0E3 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYER3qT0E3 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYER3qT0E3 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYER3qT0E3 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYER3qT0E3 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYER3qT0E3 .image-wrapper {
    height: 350px;
  }
}
.cid-uYER3qT0E3 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYER3qT0E3 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYER3qT0E3 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYER3qT0E3 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYER3qT0E3 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYER3qT0E3 .mbr-section-title {
  color: #191c25;
}
.cid-uYER3qT0E3 .list {
  color: #191c25;
}
.cid-uYER3qT0E3 .mbr-number_1 {
  color: #191c25;
}
.cid-uYER3qT0E3 .mbr-number_2,
.cid-uYER3qT0E3 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYER3qT0E3 .mbr-section-title,
.cid-uYER3qT0E3 .mbr-section-btn {
  color: #000000;
}
.cid-uYER3qT0E3 .list,
.cid-uYER3qT0E3 .item-wrap {
  color: #000000;
}
.cid-uYER3qXL0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYER3qXL0R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYER3qXL0R .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYER3qXL0R .image-wrap {
    height: 350px;
  }
}
.cid-uYER3qXcvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYER3qXcvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYER3qXcvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYER3qXcvT .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYER3qXcvT .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYER3qXcvT .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYER3qXcvT .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYER3qXcvT .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYER3qXcvT .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYER3qXcvT .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYER3qXcvT .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYER3qXcvT .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYER3qXcvT .mbr-section-title {
  color: #191c25;
}
.cid-uYER3qXcvT .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYER3qXcvT .mbr-section-title,
.cid-uYER3qXcvT .title-wrapper,
.cid-uYER3qXcvT .icon-wrapper {
  text-align: center;
}
.cid-uYER3qXcvT .mbr-section-title,
.cid-uYER3qXcvT .icon-wrapper,
.cid-uYER3qXcvT .title-wrapper {
  color: #000000;
}
.cid-uYEVZv96zq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYEVZv96zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEVZv96zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEVZv96zq .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYEVZv96zq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYEVZv96zq .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYEVZv96zq .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYEVZv96zq .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYEVZv96zq .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYEVZv96zq .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYEVZv96zq .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYEVZv96zq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYEVZv96zq .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYEVZv96zq .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYEVZv96zq .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYEVZv96zq .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYEVZv96zq .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYEVZv96zq .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYEVZv96zq .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYEVZv96zq .item:hover .item-wrapper .item-img img,
.cid-uYEVZv96zq .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYEVZv96zq .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYEVZv96zq .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYEVZv96zq .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYEVZv96zq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYEVZv96zq .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYEVZv96zq .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYEVZv96zq .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYEVZv96zq .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYEVZv96zq .list {
  color: #191c25;
}
.cid-uYEVZv96zq .mbr-text {
  color: #191c25;
}
.cid-uYEVZv96zq .item-title {
  color: #191c25;
}
.cid-uYEVZv96zq .item-text {
  color: #191c25;
}
.cid-uYER3qYoXM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYER3qYoXM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYER3qYoXM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYER3qYoXM .items-wrap {
  justify-content: space-between;
}
.cid-uYER3qYoXM .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYER3qYoXM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYER3qYoXM .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYER3qYoXM .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYER3qYoXM .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYER3qYoXM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYEYf85wnw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYEYf85wnw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYEYf85wnw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYEYf85wnw .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYEYf85wnw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYEYf85wnw .mbr-name {
  color: #858585;
}
.cid-uYEYf85wnw .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYEYf85wnw .mbr-section-btn {
  text-align: center;
}
.cid-uYER3r2cPZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYER3r2cPZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYER3r2cPZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYER3r2cPZ .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYER3r2cPZ .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYER3r2cPZ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYER3r2cPZ .mbr-section-title {
  color: #191c25;
}
.cid-uYER3r2cPZ .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYER3r2cPZ .mbr-section-title,
.cid-uYER3r2cPZ .logo-wrapper {
  text-align: center;
}
.cid-uYFauMf2R3 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFauMf2R3 .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-uYFauMf2R3 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFauMf2R3 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFauMf2R3 .dropdown-item:hover,
.cid-uYFauMf2R3 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFauMf2R3 .dropdown-item:hover span {
  color: white;
}
.cid-uYFauMf2R3 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFauMf2R3 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFauMf2R3 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFauMf2R3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFauMf2R3 .nav-link {
  position: relative;
}
.cid-uYFauMf2R3 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFauMf2R3 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFauMf2R3 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFauMf2R3 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFauMf2R3 .dropdown-menu,
.cid-uYFauMf2R3 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFauMf2R3 .nav-item:focus,
.cid-uYFauMf2R3 .nav-link:focus {
  outline: none;
}
.cid-uYFauMf2R3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFauMf2R3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFauMf2R3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFauMf2R3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFauMf2R3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFauMf2R3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFauMf2R3 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFauMf2R3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFauMf2R3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFauMf2R3 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFauMf2R3 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFauMf2R3 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFauMf2R3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFauMf2R3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFauMf2R3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFauMf2R3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFauMf2R3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFauMf2R3 .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-uYFauMf2R3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFauMf2R3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFauMf2R3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFauMf2R3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFauMf2R3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFauMf2R3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFauMf2R3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFauMf2R3 .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-uYFauMf2R3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFauMf2R3 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFauMf2R3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFauMf2R3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFauMf2R3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFauMf2R3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFauMf2R3 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFauMf2R3 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFauMf2R3 .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-uYFauMf2R3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFauMf2R3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFauMf2R3 .dropdown-item.active,
.cid-uYFauMf2R3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFauMf2R3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFauMf2R3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFauMf2R3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFauMf2R3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFauMf2R3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFauMf2R3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFauMf2R3 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFauMf2R3 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFauMf2R3 .navbar-buttons {
  text-align: center;
}
.cid-uYFauMf2R3 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFauMf2R3 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFauMf2R3 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFauMf2R3 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFauMf2R3 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFauMf2R3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFauMf2R3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFauMf2R3 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFauMf2R3 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFauMf2R3 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFauMf2R3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFauMf2R3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFauMf2R3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFauMf2R3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFauMf2R3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFauMf2R3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFauMf2R3 .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-uYFauMf2R3 .navbar {
    height: 70px;
  }
  .cid-uYFauMf2R3 .navbar.opened {
    height: auto;
  }
  .cid-uYFauMf2R3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFauMf2R3 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFauMf2R3 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFauMf2R3 .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-uYFauMf2R3 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFauMf2R3 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFauMf2R3 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFauMf2R3 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFauMf2R3 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFauMf2R3 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFauMf2R3 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFauMf2R3 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFauMf2R3 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFauMf2R3 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFauMf2R3 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFauMf2R3 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFauMf2R3 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFauMf2R3 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFauMf2R3 .navbar-caption {
  color: #000000;
}
.cid-uYFauMf2R3 .nav-link,
.cid-uYFauMf2R3 .dropdown-item {
  color: #000000;
}
.cid-uYFauN8zIe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFauN8zIe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauN8zIe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauN8zIe .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFauN8zIe .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFauN8zIe .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFauN8zIe .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFauN8zIe .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFauN8zIe .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFauN8zIe .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFauN8zIe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFauN8zIe .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFauN8zIe .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFauN8zIe .mbr-section-title {
  color: #191c25;
}
.cid-uYFauN8zIe .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFauN8zIe .mbr-section-title,
.cid-uYFauN8zIe .mbr-section-btn,
.cid-uYFauN8zIe .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFauNySa6 {
  background-color: transparent;
}
.cid-uYFauNySa6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauNySa6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauNySa6 .items-wrap {
  justify-content: space-between;
}
.cid-uYFauNySa6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFauNySa6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFauNySa6 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFauNySa6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFauNySa6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFauNySa6 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFauNySa6 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFauNySa6 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFauNySa6 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFauNySa6 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFauNySa6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFauNySa6 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFauNySa6 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFauNySa6 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFauNySa6 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFauNySa6 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFauNySa6 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFauNySa6 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFauNySa6 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFauNySa6 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFauNySa6 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFauNySa6 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFauNySa6 .mbr-section-title {
  color: #191c25;
}
.cid-uYFauNySa6 .list {
  color: #191c25;
}
.cid-uYFauNySa6 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFauNySa6 .mbr-number_2,
.cid-uYFauNySa6 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFauNySa6 .mbr-section-title,
.cid-uYFauNySa6 .mbr-section-btn {
  color: #000000;
}
.cid-uYFauNySa6 .list,
.cid-uYFauNySa6 .item-wrap {
  color: #000000;
}
.cid-uYFauO0agm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauO0agm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFauO0agm .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFauO0agm .image-wrap {
    height: 350px;
  }
}
.cid-uYFauOha44 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFauOha44 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauOha44 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauOha44 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFauOha44 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFauOha44 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFauOha44 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFauOha44 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFauOha44 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFauOha44 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFauOha44 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFauOha44 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFauOha44 .mbr-section-title {
  color: #191c25;
}
.cid-uYFauOha44 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFauOha44 .mbr-section-title,
.cid-uYFauOha44 .title-wrapper,
.cid-uYFauOha44 .icon-wrapper {
  text-align: center;
}
.cid-uYFauOha44 .mbr-section-title,
.cid-uYFauOha44 .icon-wrapper,
.cid-uYFauOha44 .title-wrapper {
  color: #000000;
}
.cid-uYFauOMC6u {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFauOMC6u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauOMC6u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauOMC6u .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFauOMC6u .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFauOMC6u .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFauOMC6u .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFauOMC6u .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFauOMC6u .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFauOMC6u .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFauOMC6u .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFauOMC6u .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFauOMC6u .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFauOMC6u .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFauOMC6u .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFauOMC6u .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFauOMC6u .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFauOMC6u .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFauOMC6u .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFauOMC6u .item:hover .item-wrapper .item-img img,
.cid-uYFauOMC6u .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFauOMC6u .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFauOMC6u .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFauOMC6u .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFauOMC6u .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFauOMC6u .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFauOMC6u .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFauOMC6u .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFauOMC6u .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFauOMC6u .list {
  color: #191c25;
}
.cid-uYFauOMC6u .mbr-text {
  color: #191c25;
}
.cid-uYFauOMC6u .item-title {
  color: #191c25;
}
.cid-uYFauOMC6u .item-text {
  color: #191c25;
}
.cid-uYFauPqTkw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFauPqTkw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauPqTkw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauPqTkw .items-wrap {
  justify-content: space-between;
}
.cid-uYFauPqTkw .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFauPqTkw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFauPqTkw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFauPqTkw .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFauPqTkw .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFauPqTkw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFauPKCXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFauPKCXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauPKCXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauPKCXR .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFauPKCXR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFauPKCXR .mbr-name {
  color: #858585;
}
.cid-uYFauPKCXR .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFauPKCXR .mbr-section-btn {
  text-align: center;
}
.cid-uYFauR5VLg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFauR5VLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFauR5VLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFauR5VLg .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFauR5VLg .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFauR5VLg .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFauR5VLg .mbr-section-title {
  color: #191c25;
}
.cid-uYFauR5VLg .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFauR5VLg .mbr-section-title,
.cid-uYFauR5VLg .logo-wrapper {
  text-align: center;
}
.cid-uYFaH1arH4 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaH1arH4 .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-uYFaH1arH4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaH1arH4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaH1arH4 .dropdown-item:hover,
.cid-uYFaH1arH4 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaH1arH4 .dropdown-item:hover span {
  color: white;
}
.cid-uYFaH1arH4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaH1arH4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaH1arH4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaH1arH4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaH1arH4 .nav-link {
  position: relative;
}
.cid-uYFaH1arH4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaH1arH4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaH1arH4 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaH1arH4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaH1arH4 .dropdown-menu,
.cid-uYFaH1arH4 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaH1arH4 .nav-item:focus,
.cid-uYFaH1arH4 .nav-link:focus {
  outline: none;
}
.cid-uYFaH1arH4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaH1arH4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaH1arH4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaH1arH4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaH1arH4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaH1arH4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaH1arH4 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaH1arH4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaH1arH4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaH1arH4 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaH1arH4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaH1arH4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaH1arH4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaH1arH4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaH1arH4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaH1arH4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaH1arH4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaH1arH4 .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-uYFaH1arH4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaH1arH4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaH1arH4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaH1arH4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaH1arH4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaH1arH4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaH1arH4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaH1arH4 .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-uYFaH1arH4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaH1arH4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaH1arH4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaH1arH4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaH1arH4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaH1arH4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaH1arH4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaH1arH4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaH1arH4 .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-uYFaH1arH4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaH1arH4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaH1arH4 .dropdown-item.active,
.cid-uYFaH1arH4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaH1arH4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaH1arH4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaH1arH4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaH1arH4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaH1arH4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaH1arH4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaH1arH4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaH1arH4 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaH1arH4 .navbar-buttons {
  text-align: center;
}
.cid-uYFaH1arH4 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaH1arH4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaH1arH4 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaH1arH4 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaH1arH4 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaH1arH4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaH1arH4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaH1arH4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaH1arH4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaH1arH4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaH1arH4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaH1arH4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaH1arH4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaH1arH4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaH1arH4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaH1arH4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaH1arH4 .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-uYFaH1arH4 .navbar {
    height: 70px;
  }
  .cid-uYFaH1arH4 .navbar.opened {
    height: auto;
  }
  .cid-uYFaH1arH4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaH1arH4 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaH1arH4 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaH1arH4 .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-uYFaH1arH4 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaH1arH4 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaH1arH4 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaH1arH4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaH1arH4 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaH1arH4 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaH1arH4 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaH1arH4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaH1arH4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaH1arH4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaH1arH4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaH1arH4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaH1arH4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaH1arH4 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaH1arH4 .navbar-caption {
  color: #000000;
}
.cid-uYFaH1arH4 .nav-link,
.cid-uYFaH1arH4 .dropdown-item {
  color: #000000;
}
.cid-uYFaH1YulH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaH1YulH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH1YulH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH1YulH .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaH1YulH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaH1YulH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaH1YulH .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaH1YulH .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaH1YulH .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaH1YulH .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaH1YulH .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaH1YulH .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaH1YulH .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaH1YulH .mbr-section-title {
  color: #191c25;
}
.cid-uYFaH1YulH .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaH1YulH .mbr-section-title,
.cid-uYFaH1YulH .mbr-section-btn,
.cid-uYFaH1YulH .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaH2ihaq {
  background-color: transparent;
}
.cid-uYFaH2ihaq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH2ihaq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH2ihaq .items-wrap {
  justify-content: space-between;
}
.cid-uYFaH2ihaq .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaH2ihaq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaH2ihaq .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaH2ihaq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaH2ihaq .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaH2ihaq .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaH2ihaq .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaH2ihaq .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaH2ihaq .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaH2ihaq .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaH2ihaq .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaH2ihaq .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaH2ihaq .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaH2ihaq .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaH2ihaq .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaH2ihaq .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaH2ihaq .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaH2ihaq .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaH2ihaq .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaH2ihaq .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaH2ihaq .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaH2ihaq .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaH2ihaq .mbr-section-title {
  color: #191c25;
}
.cid-uYFaH2ihaq .list {
  color: #191c25;
}
.cid-uYFaH2ihaq .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaH2ihaq .mbr-number_2,
.cid-uYFaH2ihaq .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaH2ihaq .mbr-section-title,
.cid-uYFaH2ihaq .mbr-section-btn {
  color: #000000;
}
.cid-uYFaH2ihaq .list,
.cid-uYFaH2ihaq .item-wrap {
  color: #000000;
}
.cid-uYFaH2F5LZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH2F5LZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaH2F5LZ .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaH2F5LZ .image-wrap {
    height: 350px;
  }
}
.cid-uYFaH2Zzem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaH2Zzem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH2Zzem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH2Zzem .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaH2Zzem .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaH2Zzem .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaH2Zzem .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaH2Zzem .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaH2Zzem .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaH2Zzem .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaH2Zzem .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaH2Zzem .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaH2Zzem .mbr-section-title {
  color: #191c25;
}
.cid-uYFaH2Zzem .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaH2Zzem .mbr-section-title,
.cid-uYFaH2Zzem .title-wrapper,
.cid-uYFaH2Zzem .icon-wrapper {
  text-align: center;
}
.cid-uYFaH2Zzem .mbr-section-title,
.cid-uYFaH2Zzem .icon-wrapper,
.cid-uYFaH2Zzem .title-wrapper {
  color: #000000;
}
.cid-uYFaH3tlo4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaH3tlo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH3tlo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH3tlo4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaH3tlo4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaH3tlo4 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaH3tlo4 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaH3tlo4 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaH3tlo4 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaH3tlo4 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaH3tlo4 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaH3tlo4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaH3tlo4 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaH3tlo4 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaH3tlo4 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaH3tlo4 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaH3tlo4 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaH3tlo4 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaH3tlo4 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaH3tlo4 .item:hover .item-wrapper .item-img img,
.cid-uYFaH3tlo4 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaH3tlo4 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaH3tlo4 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaH3tlo4 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaH3tlo4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaH3tlo4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaH3tlo4 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaH3tlo4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaH3tlo4 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaH3tlo4 .list {
  color: #191c25;
}
.cid-uYFaH3tlo4 .mbr-text {
  color: #191c25;
}
.cid-uYFaH3tlo4 .item-title {
  color: #191c25;
}
.cid-uYFaH3tlo4 .item-text {
  color: #191c25;
}
.cid-uYFaH45O6m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaH45O6m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH45O6m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH45O6m .items-wrap {
  justify-content: space-between;
}
.cid-uYFaH45O6m .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaH45O6m .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaH45O6m .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaH45O6m .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaH45O6m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaH45O6m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaH4q5GH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaH4q5GH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH4q5GH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH4q5GH .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaH4q5GH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaH4q5GH .mbr-name {
  color: #858585;
}
.cid-uYFaH4q5GH .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaH4q5GH .mbr-section-btn {
  text-align: center;
}
.cid-uYFaH5PEQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaH5PEQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaH5PEQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaH5PEQF .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaH5PEQF .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaH5PEQF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaH5PEQF .mbr-section-title {
  color: #191c25;
}
.cid-uYFaH5PEQF .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaH5PEQF .mbr-section-title,
.cid-uYFaH5PEQF .logo-wrapper {
  text-align: center;
}
.cid-uYFaLMzZSn .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaLMzZSn .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-uYFaLMzZSn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaLMzZSn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaLMzZSn .dropdown-item:hover,
.cid-uYFaLMzZSn .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaLMzZSn .dropdown-item:hover span {
  color: white;
}
.cid-uYFaLMzZSn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaLMzZSn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaLMzZSn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaLMzZSn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaLMzZSn .nav-link {
  position: relative;
}
.cid-uYFaLMzZSn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaLMzZSn .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaLMzZSn .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaLMzZSn .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaLMzZSn .dropdown-menu,
.cid-uYFaLMzZSn .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaLMzZSn .nav-item:focus,
.cid-uYFaLMzZSn .nav-link:focus {
  outline: none;
}
.cid-uYFaLMzZSn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaLMzZSn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaLMzZSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaLMzZSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaLMzZSn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaLMzZSn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaLMzZSn .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaLMzZSn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaLMzZSn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaLMzZSn .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaLMzZSn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaLMzZSn .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaLMzZSn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaLMzZSn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaLMzZSn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaLMzZSn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaLMzZSn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaLMzZSn .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-uYFaLMzZSn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaLMzZSn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaLMzZSn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaLMzZSn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaLMzZSn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaLMzZSn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaLMzZSn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaLMzZSn .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-uYFaLMzZSn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaLMzZSn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaLMzZSn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaLMzZSn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaLMzZSn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaLMzZSn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaLMzZSn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaLMzZSn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaLMzZSn .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-uYFaLMzZSn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaLMzZSn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaLMzZSn .dropdown-item.active,
.cid-uYFaLMzZSn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaLMzZSn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaLMzZSn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaLMzZSn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaLMzZSn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaLMzZSn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaLMzZSn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaLMzZSn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaLMzZSn ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaLMzZSn .navbar-buttons {
  text-align: center;
}
.cid-uYFaLMzZSn .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaLMzZSn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaLMzZSn .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaLMzZSn .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaLMzZSn 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaLMzZSn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaLMzZSn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaLMzZSn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaLMzZSn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaLMzZSn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaLMzZSn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaLMzZSn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaLMzZSn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaLMzZSn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaLMzZSn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaLMzZSn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaLMzZSn .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-uYFaLMzZSn .navbar {
    height: 70px;
  }
  .cid-uYFaLMzZSn .navbar.opened {
    height: auto;
  }
  .cid-uYFaLMzZSn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaLMzZSn .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaLMzZSn .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaLMzZSn .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-uYFaLMzZSn .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaLMzZSn .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaLMzZSn .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaLMzZSn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaLMzZSn .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaLMzZSn .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaLMzZSn .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaLMzZSn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaLMzZSn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaLMzZSn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaLMzZSn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaLMzZSn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaLMzZSn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaLMzZSn .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaLMzZSn .navbar-caption {
  color: #000000;
}
.cid-uYFaLMzZSn .nav-link,
.cid-uYFaLMzZSn .dropdown-item {
  color: #000000;
}
.cid-uYFaLNz7Y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaLNz7Y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLNz7Y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLNz7Y2 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaLNz7Y2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaLNz7Y2 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaLNz7Y2 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaLNz7Y2 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaLNz7Y2 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaLNz7Y2 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaLNz7Y2 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaLNz7Y2 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaLNz7Y2 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaLNz7Y2 .mbr-section-title {
  color: #191c25;
}
.cid-uYFaLNz7Y2 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaLNz7Y2 .mbr-section-title,
.cid-uYFaLNz7Y2 .mbr-section-btn,
.cid-uYFaLNz7Y2 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaLNWAz8 {
  background-color: transparent;
}
.cid-uYFaLNWAz8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLNWAz8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLNWAz8 .items-wrap {
  justify-content: space-between;
}
.cid-uYFaLNWAz8 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaLNWAz8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaLNWAz8 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaLNWAz8 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaLNWAz8 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaLNWAz8 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaLNWAz8 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaLNWAz8 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaLNWAz8 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaLNWAz8 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaLNWAz8 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaLNWAz8 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaLNWAz8 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaLNWAz8 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaLNWAz8 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaLNWAz8 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaLNWAz8 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaLNWAz8 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaLNWAz8 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaLNWAz8 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaLNWAz8 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaLNWAz8 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaLNWAz8 .mbr-section-title {
  color: #191c25;
}
.cid-uYFaLNWAz8 .list {
  color: #191c25;
}
.cid-uYFaLNWAz8 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaLNWAz8 .mbr-number_2,
.cid-uYFaLNWAz8 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaLNWAz8 .mbr-section-title,
.cid-uYFaLNWAz8 .mbr-section-btn {
  color: #000000;
}
.cid-uYFaLNWAz8 .list,
.cid-uYFaLNWAz8 .item-wrap {
  color: #000000;
}
.cid-uYFaLOnZiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLOnZiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaLOnZiz .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaLOnZiz .image-wrap {
    height: 350px;
  }
}
.cid-uYFaLOF1tj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaLOF1tj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLOF1tj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLOF1tj .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaLOF1tj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaLOF1tj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaLOF1tj .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaLOF1tj .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaLOF1tj .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaLOF1tj .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaLOF1tj .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaLOF1tj .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaLOF1tj .mbr-section-title {
  color: #191c25;
}
.cid-uYFaLOF1tj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaLOF1tj .mbr-section-title,
.cid-uYFaLOF1tj .title-wrapper,
.cid-uYFaLOF1tj .icon-wrapper {
  text-align: center;
}
.cid-uYFaLOF1tj .mbr-section-title,
.cid-uYFaLOF1tj .icon-wrapper,
.cid-uYFaLOF1tj .title-wrapper {
  color: #000000;
}
.cid-uYFaLP665T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaLP665T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLP665T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLP665T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaLP665T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaLP665T .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaLP665T .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaLP665T .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaLP665T .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaLP665T .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaLP665T .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaLP665T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaLP665T .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaLP665T .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaLP665T .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaLP665T .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaLP665T .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaLP665T .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaLP665T .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaLP665T .item:hover .item-wrapper .item-img img,
.cid-uYFaLP665T .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaLP665T .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaLP665T .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaLP665T .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaLP665T .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaLP665T .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaLP665T .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaLP665T .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaLP665T .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaLP665T .list {
  color: #191c25;
}
.cid-uYFaLP665T .mbr-text {
  color: #191c25;
}
.cid-uYFaLP665T .item-title {
  color: #191c25;
}
.cid-uYFaLP665T .item-text {
  color: #191c25;
}
.cid-uYFaLPKF4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaLPKF4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLPKF4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLPKF4e .items-wrap {
  justify-content: space-between;
}
.cid-uYFaLPKF4e .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaLPKF4e .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaLPKF4e .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaLPKF4e .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaLPKF4e .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaLPKF4e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaLQ3N5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaLQ3N5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLQ3N5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLQ3N5O .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaLQ3N5O .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaLQ3N5O .mbr-name {
  color: #858585;
}
.cid-uYFaLQ3N5O .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaLQ3N5O .mbr-section-btn {
  text-align: center;
}
.cid-uYFaLRreax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaLRreax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaLRreax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaLRreax .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaLRreax .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaLRreax .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaLRreax .mbr-section-title {
  color: #191c25;
}
.cid-uYFaLRreax .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaLRreax .mbr-section-title,
.cid-uYFaLRreax .logo-wrapper {
  text-align: center;
}
.cid-uYFaOmIOHX .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaOmIOHX .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-uYFaOmIOHX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaOmIOHX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaOmIOHX .dropdown-item:hover,
.cid-uYFaOmIOHX .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaOmIOHX .dropdown-item:hover span {
  color: white;
}
.cid-uYFaOmIOHX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaOmIOHX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaOmIOHX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaOmIOHX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaOmIOHX .nav-link {
  position: relative;
}
.cid-uYFaOmIOHX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaOmIOHX .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaOmIOHX .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaOmIOHX .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaOmIOHX .dropdown-menu,
.cid-uYFaOmIOHX .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaOmIOHX .nav-item:focus,
.cid-uYFaOmIOHX .nav-link:focus {
  outline: none;
}
.cid-uYFaOmIOHX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaOmIOHX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaOmIOHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaOmIOHX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaOmIOHX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaOmIOHX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaOmIOHX .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaOmIOHX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaOmIOHX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaOmIOHX .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaOmIOHX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaOmIOHX .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaOmIOHX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaOmIOHX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaOmIOHX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaOmIOHX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaOmIOHX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaOmIOHX .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-uYFaOmIOHX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaOmIOHX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaOmIOHX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaOmIOHX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaOmIOHX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaOmIOHX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaOmIOHX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaOmIOHX .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-uYFaOmIOHX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaOmIOHX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaOmIOHX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaOmIOHX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaOmIOHX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaOmIOHX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaOmIOHX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaOmIOHX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaOmIOHX .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-uYFaOmIOHX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaOmIOHX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaOmIOHX .dropdown-item.active,
.cid-uYFaOmIOHX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaOmIOHX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaOmIOHX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaOmIOHX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaOmIOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaOmIOHX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaOmIOHX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaOmIOHX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaOmIOHX ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaOmIOHX .navbar-buttons {
  text-align: center;
}
.cid-uYFaOmIOHX .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaOmIOHX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaOmIOHX .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaOmIOHX .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaOmIOHX 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaOmIOHX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaOmIOHX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaOmIOHX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaOmIOHX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaOmIOHX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaOmIOHX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaOmIOHX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaOmIOHX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaOmIOHX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaOmIOHX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaOmIOHX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaOmIOHX .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-uYFaOmIOHX .navbar {
    height: 70px;
  }
  .cid-uYFaOmIOHX .navbar.opened {
    height: auto;
  }
  .cid-uYFaOmIOHX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaOmIOHX .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaOmIOHX .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaOmIOHX .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-uYFaOmIOHX .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaOmIOHX .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaOmIOHX .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaOmIOHX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaOmIOHX .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaOmIOHX .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaOmIOHX .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaOmIOHX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaOmIOHX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaOmIOHX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaOmIOHX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaOmIOHX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaOmIOHX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaOmIOHX .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaOmIOHX .navbar-caption {
  color: #000000;
}
.cid-uYFaOmIOHX .nav-link,
.cid-uYFaOmIOHX .dropdown-item {
  color: #000000;
}
.cid-uYFaOnEp0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaOnEp0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOnEp0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOnEp0t .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaOnEp0t .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaOnEp0t .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaOnEp0t .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaOnEp0t .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaOnEp0t .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaOnEp0t .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaOnEp0t .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaOnEp0t .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaOnEp0t .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaOnEp0t .mbr-section-title {
  color: #191c25;
}
.cid-uYFaOnEp0t .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaOnEp0t .mbr-section-title,
.cid-uYFaOnEp0t .mbr-section-btn,
.cid-uYFaOnEp0t .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaOoerUG {
  background-color: transparent;
}
.cid-uYFaOoerUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOoerUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOoerUG .items-wrap {
  justify-content: space-between;
}
.cid-uYFaOoerUG .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaOoerUG .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaOoerUG .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaOoerUG .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaOoerUG .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaOoerUG .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaOoerUG .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaOoerUG .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaOoerUG .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaOoerUG .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaOoerUG .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaOoerUG .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaOoerUG .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaOoerUG .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaOoerUG .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaOoerUG .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaOoerUG .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaOoerUG .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaOoerUG .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaOoerUG .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaOoerUG .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaOoerUG .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaOoerUG .mbr-section-title {
  color: #191c25;
}
.cid-uYFaOoerUG .list {
  color: #191c25;
}
.cid-uYFaOoerUG .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaOoerUG .mbr-number_2,
.cid-uYFaOoerUG .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaOoerUG .mbr-section-title,
.cid-uYFaOoerUG .mbr-section-btn {
  color: #000000;
}
.cid-uYFaOoerUG .list,
.cid-uYFaOoerUG .item-wrap {
  color: #000000;
}
.cid-uYFaOoz6cb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOoz6cb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaOoz6cb .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaOoz6cb .image-wrap {
    height: 350px;
  }
}
.cid-uYFaOoS2uv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaOoS2uv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOoS2uv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOoS2uv .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaOoS2uv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaOoS2uv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaOoS2uv .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaOoS2uv .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaOoS2uv .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaOoS2uv .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaOoS2uv .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaOoS2uv .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaOoS2uv .mbr-section-title {
  color: #191c25;
}
.cid-uYFaOoS2uv .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaOoS2uv .mbr-section-title,
.cid-uYFaOoS2uv .title-wrapper,
.cid-uYFaOoS2uv .icon-wrapper {
  text-align: center;
}
.cid-uYFaOoS2uv .mbr-section-title,
.cid-uYFaOoS2uv .icon-wrapper,
.cid-uYFaOoS2uv .title-wrapper {
  color: #000000;
}
.cid-uYFaOprq5j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaOprq5j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOprq5j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOprq5j .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaOprq5j .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaOprq5j .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaOprq5j .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaOprq5j .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaOprq5j .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaOprq5j .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaOprq5j .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaOprq5j .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaOprq5j .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaOprq5j .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaOprq5j .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaOprq5j .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaOprq5j .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaOprq5j .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaOprq5j .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaOprq5j .item:hover .item-wrapper .item-img img,
.cid-uYFaOprq5j .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaOprq5j .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaOprq5j .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaOprq5j .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaOprq5j .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaOprq5j .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaOprq5j .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaOprq5j .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaOprq5j .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaOprq5j .list {
  color: #191c25;
}
.cid-uYFaOprq5j .mbr-text {
  color: #191c25;
}
.cid-uYFaOprq5j .item-title {
  color: #191c25;
}
.cid-uYFaOprq5j .item-text {
  color: #191c25;
}
.cid-uYFaOqaUfx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaOqaUfx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOqaUfx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOqaUfx .items-wrap {
  justify-content: space-between;
}
.cid-uYFaOqaUfx .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaOqaUfx .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaOqaUfx .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaOqaUfx .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaOqaUfx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaOqaUfx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaOqtd4K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaOqtd4K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOqtd4K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOqtd4K .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaOqtd4K .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaOqtd4K .mbr-name {
  color: #858585;
}
.cid-uYFaOqtd4K .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaOqtd4K .mbr-section-btn {
  text-align: center;
}
.cid-uYFaOrPOnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaOrPOnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaOrPOnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaOrPOnF .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaOrPOnF .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaOrPOnF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaOrPOnF .mbr-section-title {
  color: #191c25;
}
.cid-uYFaOrPOnF .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaOrPOnF .mbr-section-title,
.cid-uYFaOrPOnF .logo-wrapper {
  text-align: center;
}
.cid-uYFaQVhQRH .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaQVhQRH .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-uYFaQVhQRH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaQVhQRH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaQVhQRH .dropdown-item:hover,
.cid-uYFaQVhQRH .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaQVhQRH .dropdown-item:hover span {
  color: white;
}
.cid-uYFaQVhQRH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaQVhQRH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaQVhQRH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaQVhQRH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaQVhQRH .nav-link {
  position: relative;
}
.cid-uYFaQVhQRH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaQVhQRH .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaQVhQRH .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaQVhQRH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaQVhQRH .dropdown-menu,
.cid-uYFaQVhQRH .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaQVhQRH .nav-item:focus,
.cid-uYFaQVhQRH .nav-link:focus {
  outline: none;
}
.cid-uYFaQVhQRH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaQVhQRH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaQVhQRH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaQVhQRH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaQVhQRH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaQVhQRH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaQVhQRH .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaQVhQRH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaQVhQRH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaQVhQRH .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaQVhQRH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaQVhQRH .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaQVhQRH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaQVhQRH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaQVhQRH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaQVhQRH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaQVhQRH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaQVhQRH .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-uYFaQVhQRH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaQVhQRH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaQVhQRH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaQVhQRH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaQVhQRH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaQVhQRH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaQVhQRH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaQVhQRH .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-uYFaQVhQRH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaQVhQRH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaQVhQRH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaQVhQRH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaQVhQRH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaQVhQRH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaQVhQRH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaQVhQRH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaQVhQRH .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-uYFaQVhQRH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaQVhQRH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaQVhQRH .dropdown-item.active,
.cid-uYFaQVhQRH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaQVhQRH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaQVhQRH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaQVhQRH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaQVhQRH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaQVhQRH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaQVhQRH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaQVhQRH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaQVhQRH ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaQVhQRH .navbar-buttons {
  text-align: center;
}
.cid-uYFaQVhQRH .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaQVhQRH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaQVhQRH .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaQVhQRH .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaQVhQRH 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaQVhQRH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaQVhQRH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaQVhQRH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaQVhQRH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaQVhQRH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaQVhQRH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaQVhQRH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaQVhQRH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaQVhQRH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaQVhQRH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaQVhQRH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaQVhQRH .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-uYFaQVhQRH .navbar {
    height: 70px;
  }
  .cid-uYFaQVhQRH .navbar.opened {
    height: auto;
  }
  .cid-uYFaQVhQRH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaQVhQRH .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaQVhQRH .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaQVhQRH .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-uYFaQVhQRH .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaQVhQRH .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaQVhQRH .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaQVhQRH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaQVhQRH .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaQVhQRH .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaQVhQRH .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaQVhQRH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaQVhQRH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaQVhQRH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaQVhQRH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaQVhQRH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaQVhQRH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaQVhQRH .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaQVhQRH .navbar-caption {
  color: #000000;
}
.cid-uYFaQVhQRH .nav-link,
.cid-uYFaQVhQRH .dropdown-item {
  color: #000000;
}
.cid-uYFaQWqVWw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaQWqVWw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaQWqVWw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaQWqVWw .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaQWqVWw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaQWqVWw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaQWqVWw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaQWqVWw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaQWqVWw .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaQWqVWw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaQWqVWw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaQWqVWw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaQWqVWw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaQWqVWw .mbr-section-title {
  color: #191c25;
}
.cid-uYFaQWqVWw .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaQWqVWw .mbr-section-title,
.cid-uYFaQWqVWw .mbr-section-btn,
.cid-uYFaQWqVWw .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaQXdAiM {
  background-color: transparent;
}
.cid-uYFaQXdAiM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaQXdAiM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaQXdAiM .items-wrap {
  justify-content: space-between;
}
.cid-uYFaQXdAiM .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaQXdAiM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaQXdAiM .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaQXdAiM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaQXdAiM .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaQXdAiM .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaQXdAiM .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaQXdAiM .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaQXdAiM .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaQXdAiM .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaQXdAiM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaQXdAiM .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaQXdAiM .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaQXdAiM .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaQXdAiM .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaQXdAiM .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaQXdAiM .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaQXdAiM .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaQXdAiM .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaQXdAiM .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaQXdAiM .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaQXdAiM .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaQXdAiM .mbr-section-title {
  color: #191c25;
}
.cid-uYFaQXdAiM .list {
  color: #191c25;
}
.cid-uYFaQXdAiM .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaQXdAiM .mbr-number_2,
.cid-uYFaQXdAiM .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaQXdAiM .mbr-section-title,
.cid-uYFaQXdAiM .mbr-section-btn {
  color: #000000;
}
.cid-uYFaQXdAiM .list,
.cid-uYFaQXdAiM .item-wrap {
  color: #000000;
}
.cid-uYFaQY3inj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaQY3inj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaQY3inj .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaQY3inj .image-wrap {
    height: 350px;
  }
}
.cid-uYFaQZa1kd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaQZa1kd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaQZa1kd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaQZa1kd .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaQZa1kd .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaQZa1kd .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaQZa1kd .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaQZa1kd .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaQZa1kd .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaQZa1kd .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaQZa1kd .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaQZa1kd .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaQZa1kd .mbr-section-title {
  color: #191c25;
}
.cid-uYFaQZa1kd .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaQZa1kd .mbr-section-title,
.cid-uYFaQZa1kd .title-wrapper,
.cid-uYFaQZa1kd .icon-wrapper {
  text-align: center;
}
.cid-uYFaQZa1kd .mbr-section-title,
.cid-uYFaQZa1kd .icon-wrapper,
.cid-uYFaQZa1kd .title-wrapper {
  color: #000000;
}
.cid-uYFaR00wS3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaR00wS3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaR00wS3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaR00wS3 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaR00wS3 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaR00wS3 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaR00wS3 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaR00wS3 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaR00wS3 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaR00wS3 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaR00wS3 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaR00wS3 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaR00wS3 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaR00wS3 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaR00wS3 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaR00wS3 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaR00wS3 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaR00wS3 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaR00wS3 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaR00wS3 .item:hover .item-wrapper .item-img img,
.cid-uYFaR00wS3 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaR00wS3 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaR00wS3 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaR00wS3 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaR00wS3 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaR00wS3 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaR00wS3 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaR00wS3 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaR00wS3 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaR00wS3 .list {
  color: #191c25;
}
.cid-uYFaR00wS3 .mbr-text {
  color: #191c25;
}
.cid-uYFaR00wS3 .item-title {
  color: #191c25;
}
.cid-uYFaR00wS3 .item-text {
  color: #191c25;
}
.cid-uYFaR0Dy1m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaR0Dy1m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaR0Dy1m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaR0Dy1m .items-wrap {
  justify-content: space-between;
}
.cid-uYFaR0Dy1m .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaR0Dy1m .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaR0Dy1m .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaR0Dy1m .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaR0Dy1m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaR0Dy1m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaR0XTrN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaR0XTrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaR0XTrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaR0XTrN .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaR0XTrN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaR0XTrN .mbr-name {
  color: #858585;
}
.cid-uYFaR0XTrN .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaR0XTrN .mbr-section-btn {
  text-align: center;
}
.cid-uYFaR2fB38 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaR2fB38 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaR2fB38 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaR2fB38 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaR2fB38 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaR2fB38 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaR2fB38 .mbr-section-title {
  color: #191c25;
}
.cid-uYFaR2fB38 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaR2fB38 .mbr-section-title,
.cid-uYFaR2fB38 .logo-wrapper {
  text-align: center;
}
.cid-uYFaSOtJEa .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaSOtJEa .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-uYFaSOtJEa .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaSOtJEa .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaSOtJEa .dropdown-item:hover,
.cid-uYFaSOtJEa .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaSOtJEa .dropdown-item:hover span {
  color: white;
}
.cid-uYFaSOtJEa .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaSOtJEa .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaSOtJEa .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaSOtJEa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaSOtJEa .nav-link {
  position: relative;
}
.cid-uYFaSOtJEa .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaSOtJEa .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaSOtJEa .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaSOtJEa .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaSOtJEa .dropdown-menu,
.cid-uYFaSOtJEa .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaSOtJEa .nav-item:focus,
.cid-uYFaSOtJEa .nav-link:focus {
  outline: none;
}
.cid-uYFaSOtJEa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaSOtJEa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaSOtJEa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaSOtJEa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaSOtJEa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaSOtJEa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaSOtJEa .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaSOtJEa .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaSOtJEa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaSOtJEa .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaSOtJEa .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaSOtJEa .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaSOtJEa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaSOtJEa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaSOtJEa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaSOtJEa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaSOtJEa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaSOtJEa .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-uYFaSOtJEa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaSOtJEa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaSOtJEa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaSOtJEa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaSOtJEa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaSOtJEa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaSOtJEa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaSOtJEa .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-uYFaSOtJEa .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaSOtJEa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaSOtJEa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaSOtJEa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaSOtJEa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaSOtJEa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaSOtJEa .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaSOtJEa .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaSOtJEa .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-uYFaSOtJEa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaSOtJEa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaSOtJEa .dropdown-item.active,
.cid-uYFaSOtJEa .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaSOtJEa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaSOtJEa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaSOtJEa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaSOtJEa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaSOtJEa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaSOtJEa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaSOtJEa ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaSOtJEa ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaSOtJEa .navbar-buttons {
  text-align: center;
}
.cid-uYFaSOtJEa .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaSOtJEa .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaSOtJEa .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaSOtJEa .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaSOtJEa 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaSOtJEa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaSOtJEa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaSOtJEa button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaSOtJEa button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaSOtJEa button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaSOtJEa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaSOtJEa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaSOtJEa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaSOtJEa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaSOtJEa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaSOtJEa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaSOtJEa .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-uYFaSOtJEa .navbar {
    height: 70px;
  }
  .cid-uYFaSOtJEa .navbar.opened {
    height: auto;
  }
  .cid-uYFaSOtJEa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaSOtJEa .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaSOtJEa .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaSOtJEa .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-uYFaSOtJEa .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaSOtJEa .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaSOtJEa .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaSOtJEa .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaSOtJEa .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaSOtJEa .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaSOtJEa .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaSOtJEa .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaSOtJEa .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaSOtJEa .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaSOtJEa .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaSOtJEa .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaSOtJEa .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaSOtJEa .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaSOtJEa .navbar-caption {
  color: #000000;
}
.cid-uYFaSOtJEa .nav-link,
.cid-uYFaSOtJEa .dropdown-item {
  color: #000000;
}
.cid-uYFaSPh2ao {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaSPh2ao .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSPh2ao .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSPh2ao .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaSPh2ao .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaSPh2ao .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaSPh2ao .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaSPh2ao .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaSPh2ao .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaSPh2ao .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaSPh2ao .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaSPh2ao .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaSPh2ao .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaSPh2ao .mbr-section-title {
  color: #191c25;
}
.cid-uYFaSPh2ao .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaSPh2ao .mbr-section-title,
.cid-uYFaSPh2ao .mbr-section-btn,
.cid-uYFaSPh2ao .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaSPAqF2 {
  background-color: transparent;
}
.cid-uYFaSPAqF2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSPAqF2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSPAqF2 .items-wrap {
  justify-content: space-between;
}
.cid-uYFaSPAqF2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaSPAqF2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaSPAqF2 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaSPAqF2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaSPAqF2 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaSPAqF2 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaSPAqF2 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaSPAqF2 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaSPAqF2 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaSPAqF2 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaSPAqF2 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaSPAqF2 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaSPAqF2 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaSPAqF2 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaSPAqF2 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaSPAqF2 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaSPAqF2 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaSPAqF2 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaSPAqF2 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaSPAqF2 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaSPAqF2 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaSPAqF2 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaSPAqF2 .mbr-section-title {
  color: #191c25;
}
.cid-uYFaSPAqF2 .list {
  color: #191c25;
}
.cid-uYFaSPAqF2 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaSPAqF2 .mbr-number_2,
.cid-uYFaSPAqF2 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaSPAqF2 .mbr-section-title,
.cid-uYFaSPAqF2 .mbr-section-btn {
  color: #000000;
}
.cid-uYFaSPAqF2 .list,
.cid-uYFaSPAqF2 .item-wrap {
  color: #000000;
}
.cid-uYFaSPZdfW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSPZdfW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaSPZdfW .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaSPZdfW .image-wrap {
    height: 350px;
  }
}
.cid-uYFaSQiTPu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaSQiTPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSQiTPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSQiTPu .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaSQiTPu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaSQiTPu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaSQiTPu .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaSQiTPu .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaSQiTPu .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaSQiTPu .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaSQiTPu .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaSQiTPu .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaSQiTPu .mbr-section-title {
  color: #191c25;
}
.cid-uYFaSQiTPu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaSQiTPu .mbr-section-title,
.cid-uYFaSQiTPu .title-wrapper,
.cid-uYFaSQiTPu .icon-wrapper {
  text-align: center;
}
.cid-uYFaSQiTPu .mbr-section-title,
.cid-uYFaSQiTPu .icon-wrapper,
.cid-uYFaSQiTPu .title-wrapper {
  color: #000000;
}
.cid-uYFaSQPUf2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaSQPUf2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSQPUf2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSQPUf2 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaSQPUf2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaSQPUf2 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaSQPUf2 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaSQPUf2 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaSQPUf2 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaSQPUf2 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaSQPUf2 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaSQPUf2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaSQPUf2 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaSQPUf2 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaSQPUf2 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaSQPUf2 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaSQPUf2 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaSQPUf2 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaSQPUf2 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaSQPUf2 .item:hover .item-wrapper .item-img img,
.cid-uYFaSQPUf2 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaSQPUf2 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaSQPUf2 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaSQPUf2 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaSQPUf2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaSQPUf2 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaSQPUf2 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaSQPUf2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaSQPUf2 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaSQPUf2 .list {
  color: #191c25;
}
.cid-uYFaSQPUf2 .mbr-text {
  color: #191c25;
}
.cid-uYFaSQPUf2 .item-title {
  color: #191c25;
}
.cid-uYFaSQPUf2 .item-text {
  color: #191c25;
}
.cid-uYFaSRCGEE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaSRCGEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSRCGEE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSRCGEE .items-wrap {
  justify-content: space-between;
}
.cid-uYFaSRCGEE .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaSRCGEE .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaSRCGEE .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaSRCGEE .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaSRCGEE .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaSRCGEE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaSRUjul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaSRUjul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSRUjul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSRUjul .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaSRUjul .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaSRUjul .mbr-name {
  color: #858585;
}
.cid-uYFaSRUjul .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaSRUjul .mbr-section-btn {
  text-align: center;
}
.cid-uYFaSTie4O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaSTie4O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaSTie4O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaSTie4O .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaSTie4O .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaSTie4O .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaSTie4O .mbr-section-title {
  color: #191c25;
}
.cid-uYFaSTie4O .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaSTie4O .mbr-section-title,
.cid-uYFaSTie4O .logo-wrapper {
  text-align: center;
}
.cid-uYFaVkclLx .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaVkclLx .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-uYFaVkclLx .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaVkclLx .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaVkclLx .dropdown-item:hover,
.cid-uYFaVkclLx .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaVkclLx .dropdown-item:hover span {
  color: white;
}
.cid-uYFaVkclLx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaVkclLx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaVkclLx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaVkclLx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaVkclLx .nav-link {
  position: relative;
}
.cid-uYFaVkclLx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaVkclLx .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaVkclLx .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaVkclLx .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaVkclLx .dropdown-menu,
.cid-uYFaVkclLx .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaVkclLx .nav-item:focus,
.cid-uYFaVkclLx .nav-link:focus {
  outline: none;
}
.cid-uYFaVkclLx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaVkclLx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaVkclLx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaVkclLx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaVkclLx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaVkclLx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaVkclLx .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaVkclLx .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaVkclLx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaVkclLx .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaVkclLx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaVkclLx .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaVkclLx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaVkclLx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaVkclLx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaVkclLx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaVkclLx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaVkclLx .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-uYFaVkclLx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaVkclLx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaVkclLx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaVkclLx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaVkclLx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaVkclLx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaVkclLx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaVkclLx .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-uYFaVkclLx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaVkclLx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaVkclLx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaVkclLx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaVkclLx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaVkclLx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaVkclLx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaVkclLx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaVkclLx .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-uYFaVkclLx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaVkclLx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaVkclLx .dropdown-item.active,
.cid-uYFaVkclLx .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaVkclLx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaVkclLx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaVkclLx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaVkclLx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaVkclLx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaVkclLx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaVkclLx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaVkclLx ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaVkclLx .navbar-buttons {
  text-align: center;
}
.cid-uYFaVkclLx .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaVkclLx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaVkclLx .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaVkclLx .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaVkclLx 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaVkclLx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaVkclLx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaVkclLx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaVkclLx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaVkclLx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaVkclLx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaVkclLx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaVkclLx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaVkclLx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaVkclLx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaVkclLx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaVkclLx .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-uYFaVkclLx .navbar {
    height: 70px;
  }
  .cid-uYFaVkclLx .navbar.opened {
    height: auto;
  }
  .cid-uYFaVkclLx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaVkclLx .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaVkclLx .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaVkclLx .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-uYFaVkclLx .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaVkclLx .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaVkclLx .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaVkclLx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaVkclLx .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaVkclLx .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaVkclLx .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaVkclLx .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaVkclLx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaVkclLx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaVkclLx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaVkclLx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaVkclLx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaVkclLx .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaVkclLx .navbar-caption {
  color: #000000;
}
.cid-uYFaVkclLx .nav-link,
.cid-uYFaVkclLx .dropdown-item {
  color: #000000;
}
.cid-uYFaVldFbV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaVldFbV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVldFbV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVldFbV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaVldFbV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaVldFbV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaVldFbV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaVldFbV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaVldFbV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaVldFbV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaVldFbV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaVldFbV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaVldFbV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaVldFbV .mbr-section-title {
  color: #191c25;
}
.cid-uYFaVldFbV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaVldFbV .mbr-section-title,
.cid-uYFaVldFbV .mbr-section-btn,
.cid-uYFaVldFbV .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaVlyeHh {
  background-color: transparent;
}
.cid-uYFaVlyeHh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVlyeHh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVlyeHh .items-wrap {
  justify-content: space-between;
}
.cid-uYFaVlyeHh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaVlyeHh .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaVlyeHh .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaVlyeHh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaVlyeHh .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaVlyeHh .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaVlyeHh .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaVlyeHh .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaVlyeHh .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaVlyeHh .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaVlyeHh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaVlyeHh .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaVlyeHh .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaVlyeHh .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaVlyeHh .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaVlyeHh .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaVlyeHh .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaVlyeHh .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaVlyeHh .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaVlyeHh .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaVlyeHh .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaVlyeHh .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaVlyeHh .mbr-section-title {
  color: #191c25;
}
.cid-uYFaVlyeHh .list {
  color: #191c25;
}
.cid-uYFaVlyeHh .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaVlyeHh .mbr-number_2,
.cid-uYFaVlyeHh .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaVlyeHh .mbr-section-title,
.cid-uYFaVlyeHh .mbr-section-btn {
  color: #000000;
}
.cid-uYFaVlyeHh .list,
.cid-uYFaVlyeHh .item-wrap {
  color: #000000;
}
.cid-uYFaVlTsik .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVlTsik .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaVlTsik .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaVlTsik .image-wrap {
    height: 350px;
  }
}
.cid-uYFaVmax0i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaVmax0i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVmax0i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVmax0i .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaVmax0i .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaVmax0i .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaVmax0i .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaVmax0i .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaVmax0i .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaVmax0i .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaVmax0i .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaVmax0i .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaVmax0i .mbr-section-title {
  color: #191c25;
}
.cid-uYFaVmax0i .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaVmax0i .mbr-section-title,
.cid-uYFaVmax0i .title-wrapper,
.cid-uYFaVmax0i .icon-wrapper {
  text-align: center;
}
.cid-uYFaVmax0i .mbr-section-title,
.cid-uYFaVmax0i .icon-wrapper,
.cid-uYFaVmax0i .title-wrapper {
  color: #000000;
}
.cid-uYFaVmGSx4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaVmGSx4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVmGSx4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVmGSx4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaVmGSx4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaVmGSx4 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaVmGSx4 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaVmGSx4 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaVmGSx4 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaVmGSx4 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaVmGSx4 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaVmGSx4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaVmGSx4 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaVmGSx4 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaVmGSx4 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaVmGSx4 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaVmGSx4 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaVmGSx4 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaVmGSx4 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaVmGSx4 .item:hover .item-wrapper .item-img img,
.cid-uYFaVmGSx4 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaVmGSx4 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaVmGSx4 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaVmGSx4 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaVmGSx4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaVmGSx4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaVmGSx4 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaVmGSx4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaVmGSx4 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaVmGSx4 .list {
  color: #191c25;
}
.cid-uYFaVmGSx4 .mbr-text {
  color: #191c25;
}
.cid-uYFaVmGSx4 .item-title {
  color: #191c25;
}
.cid-uYFaVmGSx4 .item-text {
  color: #191c25;
}
.cid-uYFaVnmbNk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaVnmbNk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVnmbNk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVnmbNk .items-wrap {
  justify-content: space-between;
}
.cid-uYFaVnmbNk .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaVnmbNk .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaVnmbNk .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaVnmbNk .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaVnmbNk .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaVnmbNk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaVnGUug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaVnGUug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVnGUug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVnGUug .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaVnGUug .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaVnGUug .mbr-name {
  color: #858585;
}
.cid-uYFaVnGUug .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaVnGUug .mbr-section-btn {
  text-align: center;
}
.cid-uYFaVp1VNq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaVp1VNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaVp1VNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaVp1VNq .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaVp1VNq .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaVp1VNq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaVp1VNq .mbr-section-title {
  color: #191c25;
}
.cid-uYFaVp1VNq .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaVp1VNq .mbr-section-title,
.cid-uYFaVp1VNq .logo-wrapper {
  text-align: center;
}
.cid-uYFaXGMxhW .navbar-dropdown {
  position: relative !important;
}
.cid-uYFaXGMxhW .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-uYFaXGMxhW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFaXGMxhW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFaXGMxhW .dropdown-item:hover,
.cid-uYFaXGMxhW .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFaXGMxhW .dropdown-item:hover span {
  color: white;
}
.cid-uYFaXGMxhW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFaXGMxhW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFaXGMxhW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFaXGMxhW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFaXGMxhW .nav-link {
  position: relative;
}
.cid-uYFaXGMxhW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFaXGMxhW .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFaXGMxhW .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaXGMxhW .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFaXGMxhW .dropdown-menu,
.cid-uYFaXGMxhW .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFaXGMxhW .nav-item:focus,
.cid-uYFaXGMxhW .nav-link:focus {
  outline: none;
}
.cid-uYFaXGMxhW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFaXGMxhW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFaXGMxhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFaXGMxhW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFaXGMxhW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFaXGMxhW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFaXGMxhW .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFaXGMxhW .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFaXGMxhW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFaXGMxhW .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFaXGMxhW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFaXGMxhW .navbar.collapsed {
  justify-content: center;
}
.cid-uYFaXGMxhW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFaXGMxhW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFaXGMxhW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFaXGMxhW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFaXGMxhW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFaXGMxhW .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-uYFaXGMxhW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFaXGMxhW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFaXGMxhW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFaXGMxhW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFaXGMxhW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFaXGMxhW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFaXGMxhW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFaXGMxhW .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-uYFaXGMxhW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFaXGMxhW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFaXGMxhW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFaXGMxhW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFaXGMxhW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFaXGMxhW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFaXGMxhW .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFaXGMxhW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFaXGMxhW .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-uYFaXGMxhW .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFaXGMxhW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFaXGMxhW .dropdown-item.active,
.cid-uYFaXGMxhW .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFaXGMxhW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFaXGMxhW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFaXGMxhW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFaXGMxhW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFaXGMxhW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFaXGMxhW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFaXGMxhW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFaXGMxhW ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFaXGMxhW .navbar-buttons {
  text-align: center;
}
.cid-uYFaXGMxhW .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFaXGMxhW .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFaXGMxhW .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFaXGMxhW .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFaXGMxhW 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFaXGMxhW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFaXGMxhW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFaXGMxhW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaXGMxhW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFaXGMxhW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFaXGMxhW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaXGMxhW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFaXGMxhW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFaXGMxhW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFaXGMxhW .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFaXGMxhW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFaXGMxhW .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-uYFaXGMxhW .navbar {
    height: 70px;
  }
  .cid-uYFaXGMxhW .navbar.opened {
    height: auto;
  }
  .cid-uYFaXGMxhW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFaXGMxhW .navbar-nav {
  margin: 0 auto;
}
.cid-uYFaXGMxhW .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFaXGMxhW .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-uYFaXGMxhW .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFaXGMxhW .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFaXGMxhW .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFaXGMxhW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFaXGMxhW .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFaXGMxhW .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFaXGMxhW .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFaXGMxhW .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFaXGMxhW .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFaXGMxhW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFaXGMxhW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFaXGMxhW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFaXGMxhW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFaXGMxhW .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFaXGMxhW .navbar-caption {
  color: #000000;
}
.cid-uYFaXGMxhW .nav-link,
.cid-uYFaXGMxhW .dropdown-item {
  color: #000000;
}
.cid-uYFaXHGWy5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaXHGWy5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXHGWy5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXHGWy5 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFaXHGWy5 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaXHGWy5 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaXHGWy5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaXHGWy5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFaXHGWy5 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFaXHGWy5 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFaXHGWy5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFaXHGWy5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFaXHGWy5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaXHGWy5 .mbr-section-title {
  color: #191c25;
}
.cid-uYFaXHGWy5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaXHGWy5 .mbr-section-title,
.cid-uYFaXHGWy5 .mbr-section-btn,
.cid-uYFaXHGWy5 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFaXI0tQV {
  background-color: transparent;
}
.cid-uYFaXI0tQV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXI0tQV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXI0tQV .items-wrap {
  justify-content: space-between;
}
.cid-uYFaXI0tQV .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaXI0tQV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaXI0tQV .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFaXI0tQV .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaXI0tQV .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaXI0tQV .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFaXI0tQV .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFaXI0tQV .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFaXI0tQV .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFaXI0tQV .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFaXI0tQV .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFaXI0tQV .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFaXI0tQV .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaXI0tQV .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFaXI0tQV .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFaXI0tQV .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFaXI0tQV .image-wrapper {
    height: 350px;
  }
}
.cid-uYFaXI0tQV .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFaXI0tQV .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFaXI0tQV .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFaXI0tQV .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFaXI0tQV .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFaXI0tQV .mbr-section-title {
  color: #191c25;
}
.cid-uYFaXI0tQV .list {
  color: #191c25;
}
.cid-uYFaXI0tQV .mbr-number_1 {
  color: #191c25;
}
.cid-uYFaXI0tQV .mbr-number_2,
.cid-uYFaXI0tQV .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFaXI0tQV .mbr-section-title,
.cid-uYFaXI0tQV .mbr-section-btn {
  color: #000000;
}
.cid-uYFaXI0tQV .list,
.cid-uYFaXI0tQV .item-wrap {
  color: #000000;
}
.cid-uYFaXIn5Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXIn5Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFaXIn5Ng .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFaXIn5Ng .image-wrap {
    height: 350px;
  }
}
.cid-uYFaXIG2Su {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaXIG2Su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXIG2Su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXIG2Su .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFaXIG2Su .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaXIG2Su .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFaXIG2Su .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFaXIG2Su .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFaXIG2Su .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFaXIG2Su .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFaXIG2Su .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFaXIG2Su .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFaXIG2Su .mbr-section-title {
  color: #191c25;
}
.cid-uYFaXIG2Su .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFaXIG2Su .mbr-section-title,
.cid-uYFaXIG2Su .title-wrapper,
.cid-uYFaXIG2Su .icon-wrapper {
  text-align: center;
}
.cid-uYFaXIG2Su .mbr-section-title,
.cid-uYFaXIG2Su .icon-wrapper,
.cid-uYFaXIG2Su .title-wrapper {
  color: #000000;
}
.cid-uYFaXJ8YG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaXJ8YG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXJ8YG4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXJ8YG4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaXJ8YG4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFaXJ8YG4 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaXJ8YG4 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFaXJ8YG4 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFaXJ8YG4 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFaXJ8YG4 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFaXJ8YG4 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFaXJ8YG4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFaXJ8YG4 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFaXJ8YG4 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFaXJ8YG4 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFaXJ8YG4 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFaXJ8YG4 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFaXJ8YG4 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFaXJ8YG4 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFaXJ8YG4 .item:hover .item-wrapper .item-img img,
.cid-uYFaXJ8YG4 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFaXJ8YG4 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFaXJ8YG4 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFaXJ8YG4 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFaXJ8YG4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFaXJ8YG4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFaXJ8YG4 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFaXJ8YG4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFaXJ8YG4 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFaXJ8YG4 .list {
  color: #191c25;
}
.cid-uYFaXJ8YG4 .mbr-text {
  color: #191c25;
}
.cid-uYFaXJ8YG4 .item-title {
  color: #191c25;
}
.cid-uYFaXJ8YG4 .item-text {
  color: #191c25;
}
.cid-uYFaXJMlWD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaXJMlWD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXJMlWD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXJMlWD .items-wrap {
  justify-content: space-between;
}
.cid-uYFaXJMlWD .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFaXJMlWD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFaXJMlWD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFaXJMlWD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFaXJMlWD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFaXJMlWD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFaXK6fMW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFaXK6fMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXK6fMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXK6fMW .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFaXK6fMW .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFaXK6fMW .mbr-name {
  color: #858585;
}
.cid-uYFaXK6fMW .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFaXK6fMW .mbr-section-btn {
  text-align: center;
}
.cid-uYFaXLpdpc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFaXLpdpc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFaXLpdpc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFaXLpdpc .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFaXLpdpc .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFaXLpdpc .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFaXLpdpc .mbr-section-title {
  color: #191c25;
}
.cid-uYFaXLpdpc .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFaXLpdpc .mbr-section-title,
.cid-uYFaXLpdpc .logo-wrapper {
  text-align: center;
}
.cid-uYFb0crrCg .navbar-dropdown {
  position: relative !important;
}
.cid-uYFb0crrCg .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-uYFb0crrCg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFb0crrCg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFb0crrCg .dropdown-item:hover,
.cid-uYFb0crrCg .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFb0crrCg .dropdown-item:hover span {
  color: white;
}
.cid-uYFb0crrCg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFb0crrCg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFb0crrCg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFb0crrCg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFb0crrCg .nav-link {
  position: relative;
}
.cid-uYFb0crrCg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFb0crrCg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFb0crrCg .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFb0crrCg .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFb0crrCg .dropdown-menu,
.cid-uYFb0crrCg .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFb0crrCg .nav-item:focus,
.cid-uYFb0crrCg .nav-link:focus {
  outline: none;
}
.cid-uYFb0crrCg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFb0crrCg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFb0crrCg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFb0crrCg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFb0crrCg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFb0crrCg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFb0crrCg .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFb0crrCg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFb0crrCg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFb0crrCg .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFb0crrCg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFb0crrCg .navbar.collapsed {
  justify-content: center;
}
.cid-uYFb0crrCg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFb0crrCg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFb0crrCg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFb0crrCg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFb0crrCg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFb0crrCg .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-uYFb0crrCg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFb0crrCg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFb0crrCg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFb0crrCg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFb0crrCg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFb0crrCg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFb0crrCg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFb0crrCg .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-uYFb0crrCg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFb0crrCg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFb0crrCg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFb0crrCg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFb0crrCg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFb0crrCg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFb0crrCg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFb0crrCg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFb0crrCg .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-uYFb0crrCg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFb0crrCg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFb0crrCg .dropdown-item.active,
.cid-uYFb0crrCg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFb0crrCg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFb0crrCg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFb0crrCg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFb0crrCg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFb0crrCg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFb0crrCg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFb0crrCg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFb0crrCg ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFb0crrCg .navbar-buttons {
  text-align: center;
}
.cid-uYFb0crrCg .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFb0crrCg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFb0crrCg .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFb0crrCg .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFb0crrCg 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFb0crrCg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFb0crrCg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFb0crrCg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFb0crrCg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFb0crrCg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFb0crrCg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFb0crrCg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFb0crrCg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFb0crrCg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFb0crrCg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFb0crrCg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFb0crrCg .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-uYFb0crrCg .navbar {
    height: 70px;
  }
  .cid-uYFb0crrCg .navbar.opened {
    height: auto;
  }
  .cid-uYFb0crrCg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFb0crrCg .navbar-nav {
  margin: 0 auto;
}
.cid-uYFb0crrCg .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFb0crrCg .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-uYFb0crrCg .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFb0crrCg .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFb0crrCg .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFb0crrCg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFb0crrCg .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFb0crrCg .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFb0crrCg .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFb0crrCg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFb0crrCg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFb0crrCg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFb0crrCg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFb0crrCg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFb0crrCg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFb0crrCg .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFb0crrCg .navbar-caption {
  color: #000000;
}
.cid-uYFb0crrCg .nav-link,
.cid-uYFb0crrCg .dropdown-item {
  color: #000000;
}
.cid-uYFb0dr76N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb0dr76N .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0dr76N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0dr76N .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFb0dr76N .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb0dr76N .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFb0dr76N .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFb0dr76N .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFb0dr76N .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFb0dr76N .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFb0dr76N .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFb0dr76N .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFb0dr76N .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFb0dr76N .mbr-section-title {
  color: #191c25;
}
.cid-uYFb0dr76N .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFb0dr76N .mbr-section-title,
.cid-uYFb0dr76N .mbr-section-btn,
.cid-uYFb0dr76N .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFb0dLN0k {
  background-color: transparent;
}
.cid-uYFb0dLN0k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0dLN0k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0dLN0k .items-wrap {
  justify-content: space-between;
}
.cid-uYFb0dLN0k .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFb0dLN0k .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb0dLN0k .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFb0dLN0k .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb0dLN0k .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFb0dLN0k .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFb0dLN0k .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFb0dLN0k .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFb0dLN0k .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFb0dLN0k .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFb0dLN0k .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFb0dLN0k .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFb0dLN0k .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb0dLN0k .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFb0dLN0k .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFb0dLN0k .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFb0dLN0k .image-wrapper {
    height: 350px;
  }
}
.cid-uYFb0dLN0k .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFb0dLN0k .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFb0dLN0k .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFb0dLN0k .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFb0dLN0k .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFb0dLN0k .mbr-section-title {
  color: #191c25;
}
.cid-uYFb0dLN0k .list {
  color: #191c25;
}
.cid-uYFb0dLN0k .mbr-number_1 {
  color: #191c25;
}
.cid-uYFb0dLN0k .mbr-number_2,
.cid-uYFb0dLN0k .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFb0dLN0k .mbr-section-title,
.cid-uYFb0dLN0k .mbr-section-btn {
  color: #000000;
}
.cid-uYFb0dLN0k .list,
.cid-uYFb0dLN0k .item-wrap {
  color: #000000;
}
.cid-uYFb0ebQhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0ebQhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFb0ebQhb .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFb0ebQhb .image-wrap {
    height: 350px;
  }
}
.cid-uYFb0erhyb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb0erhyb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0erhyb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0erhyb .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFb0erhyb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb0erhyb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFb0erhyb .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFb0erhyb .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFb0erhyb .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFb0erhyb .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFb0erhyb .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFb0erhyb .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFb0erhyb .mbr-section-title {
  color: #191c25;
}
.cid-uYFb0erhyb .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFb0erhyb .mbr-section-title,
.cid-uYFb0erhyb .title-wrapper,
.cid-uYFb0erhyb .icon-wrapper {
  text-align: center;
}
.cid-uYFb0erhyb .mbr-section-title,
.cid-uYFb0erhyb .icon-wrapper,
.cid-uYFb0erhyb .title-wrapper {
  color: #000000;
}
.cid-uYFb0eW5A1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFb0eW5A1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0eW5A1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0eW5A1 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb0eW5A1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFb0eW5A1 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFb0eW5A1 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFb0eW5A1 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFb0eW5A1 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFb0eW5A1 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFb0eW5A1 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFb0eW5A1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFb0eW5A1 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFb0eW5A1 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFb0eW5A1 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFb0eW5A1 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFb0eW5A1 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFb0eW5A1 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFb0eW5A1 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFb0eW5A1 .item:hover .item-wrapper .item-img img,
.cid-uYFb0eW5A1 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFb0eW5A1 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFb0eW5A1 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFb0eW5A1 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFb0eW5A1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFb0eW5A1 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFb0eW5A1 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFb0eW5A1 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFb0eW5A1 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFb0eW5A1 .list {
  color: #191c25;
}
.cid-uYFb0eW5A1 .mbr-text {
  color: #191c25;
}
.cid-uYFb0eW5A1 .item-title {
  color: #191c25;
}
.cid-uYFb0eW5A1 .item-text {
  color: #191c25;
}
.cid-uYFb0fBFBv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb0fBFBv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0fBFBv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0fBFBv .items-wrap {
  justify-content: space-between;
}
.cid-uYFb0fBFBv .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFb0fBFBv .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb0fBFBv .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFb0fBFBv .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb0fBFBv .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFb0fBFBv .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFb0fV8UU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFb0fV8UU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0fV8UU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0fV8UU .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFb0fV8UU .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFb0fV8UU .mbr-name {
  color: #858585;
}
.cid-uYFb0fV8UU .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFb0fV8UU .mbr-section-btn {
  text-align: center;
}
.cid-uYFb0hgb8B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb0hgb8B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb0hgb8B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb0hgb8B .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFb0hgb8B .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFb0hgb8B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFb0hgb8B .mbr-section-title {
  color: #191c25;
}
.cid-uYFb0hgb8B .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFb0hgb8B .mbr-section-title,
.cid-uYFb0hgb8B .logo-wrapper {
  text-align: center;
}
.cid-uYFb26AEx4 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFb26AEx4 .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-uYFb26AEx4 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFb26AEx4 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFb26AEx4 .dropdown-item:hover,
.cid-uYFb26AEx4 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFb26AEx4 .dropdown-item:hover span {
  color: white;
}
.cid-uYFb26AEx4 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFb26AEx4 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFb26AEx4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFb26AEx4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFb26AEx4 .nav-link {
  position: relative;
}
.cid-uYFb26AEx4 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFb26AEx4 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFb26AEx4 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFb26AEx4 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFb26AEx4 .dropdown-menu,
.cid-uYFb26AEx4 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFb26AEx4 .nav-item:focus,
.cid-uYFb26AEx4 .nav-link:focus {
  outline: none;
}
.cid-uYFb26AEx4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFb26AEx4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFb26AEx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFb26AEx4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFb26AEx4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFb26AEx4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFb26AEx4 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFb26AEx4 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFb26AEx4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFb26AEx4 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFb26AEx4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFb26AEx4 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFb26AEx4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFb26AEx4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFb26AEx4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFb26AEx4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFb26AEx4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFb26AEx4 .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-uYFb26AEx4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFb26AEx4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFb26AEx4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFb26AEx4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFb26AEx4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFb26AEx4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFb26AEx4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFb26AEx4 .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-uYFb26AEx4 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFb26AEx4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFb26AEx4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFb26AEx4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFb26AEx4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFb26AEx4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFb26AEx4 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFb26AEx4 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFb26AEx4 .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-uYFb26AEx4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFb26AEx4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFb26AEx4 .dropdown-item.active,
.cid-uYFb26AEx4 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFb26AEx4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFb26AEx4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFb26AEx4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFb26AEx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFb26AEx4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFb26AEx4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFb26AEx4 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFb26AEx4 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFb26AEx4 .navbar-buttons {
  text-align: center;
}
.cid-uYFb26AEx4 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFb26AEx4 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFb26AEx4 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFb26AEx4 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFb26AEx4 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFb26AEx4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFb26AEx4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFb26AEx4 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFb26AEx4 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFb26AEx4 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFb26AEx4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFb26AEx4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFb26AEx4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFb26AEx4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFb26AEx4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFb26AEx4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFb26AEx4 .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-uYFb26AEx4 .navbar {
    height: 70px;
  }
  .cid-uYFb26AEx4 .navbar.opened {
    height: auto;
  }
  .cid-uYFb26AEx4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFb26AEx4 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFb26AEx4 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFb26AEx4 .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-uYFb26AEx4 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFb26AEx4 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFb26AEx4 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFb26AEx4 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFb26AEx4 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFb26AEx4 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFb26AEx4 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFb26AEx4 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFb26AEx4 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFb26AEx4 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFb26AEx4 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFb26AEx4 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFb26AEx4 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFb26AEx4 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFb26AEx4 .navbar-caption {
  color: #000000;
}
.cid-uYFb26AEx4 .nav-link,
.cid-uYFb26AEx4 .dropdown-item {
  color: #000000;
}
.cid-uYFb27wz2q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb27wz2q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb27wz2q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb27wz2q .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFb27wz2q .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb27wz2q .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFb27wz2q .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFb27wz2q .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFb27wz2q .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFb27wz2q .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFb27wz2q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFb27wz2q .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFb27wz2q .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFb27wz2q .mbr-section-title {
  color: #191c25;
}
.cid-uYFb27wz2q .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFb27wz2q .mbr-section-title,
.cid-uYFb27wz2q .mbr-section-btn,
.cid-uYFb27wz2q .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFb27PGzP {
  background-color: transparent;
}
.cid-uYFb27PGzP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb27PGzP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb27PGzP .items-wrap {
  justify-content: space-between;
}
.cid-uYFb27PGzP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFb27PGzP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb27PGzP .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFb27PGzP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb27PGzP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFb27PGzP .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFb27PGzP .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFb27PGzP .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFb27PGzP .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFb27PGzP .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFb27PGzP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFb27PGzP .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFb27PGzP .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb27PGzP .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFb27PGzP .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFb27PGzP .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFb27PGzP .image-wrapper {
    height: 350px;
  }
}
.cid-uYFb27PGzP .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFb27PGzP .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFb27PGzP .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFb27PGzP .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFb27PGzP .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFb27PGzP .mbr-section-title {
  color: #191c25;
}
.cid-uYFb27PGzP .list {
  color: #191c25;
}
.cid-uYFb27PGzP .mbr-number_1 {
  color: #191c25;
}
.cid-uYFb27PGzP .mbr-number_2,
.cid-uYFb27PGzP .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFb27PGzP .mbr-section-title,
.cid-uYFb27PGzP .mbr-section-btn {
  color: #000000;
}
.cid-uYFb27PGzP .list,
.cid-uYFb27PGzP .item-wrap {
  color: #000000;
}
.cid-uYFb287Yw8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb287Yw8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFb287Yw8 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFb287Yw8 .image-wrap {
    height: 350px;
  }
}
.cid-uYFb28oX5e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb28oX5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb28oX5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb28oX5e .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFb28oX5e .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb28oX5e .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFb28oX5e .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFb28oX5e .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFb28oX5e .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFb28oX5e .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFb28oX5e .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFb28oX5e .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFb28oX5e .mbr-section-title {
  color: #191c25;
}
.cid-uYFb28oX5e .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFb28oX5e .mbr-section-title,
.cid-uYFb28oX5e .title-wrapper,
.cid-uYFb28oX5e .icon-wrapper {
  text-align: center;
}
.cid-uYFb28oX5e .mbr-section-title,
.cid-uYFb28oX5e .icon-wrapper,
.cid-uYFb28oX5e .title-wrapper {
  color: #000000;
}
.cid-uYFb28UKXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFb28UKXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb28UKXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb28UKXW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb28UKXW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFb28UKXW .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFb28UKXW .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFb28UKXW .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFb28UKXW .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFb28UKXW .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFb28UKXW .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFb28UKXW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFb28UKXW .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFb28UKXW .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFb28UKXW .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFb28UKXW .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFb28UKXW .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFb28UKXW .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFb28UKXW .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFb28UKXW .item:hover .item-wrapper .item-img img,
.cid-uYFb28UKXW .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFb28UKXW .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFb28UKXW .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFb28UKXW .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFb28UKXW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFb28UKXW .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFb28UKXW .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFb28UKXW .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFb28UKXW .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFb28UKXW .list {
  color: #191c25;
}
.cid-uYFb28UKXW .mbr-text {
  color: #191c25;
}
.cid-uYFb28UKXW .item-title {
  color: #191c25;
}
.cid-uYFb28UKXW .item-text {
  color: #191c25;
}
.cid-uYFb29GsXp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb29GsXp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb29GsXp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb29GsXp .items-wrap {
  justify-content: space-between;
}
.cid-uYFb29GsXp .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFb29GsXp .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb29GsXp .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFb29GsXp .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb29GsXp .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFb29GsXp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFb29Zldh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFb29Zldh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb29Zldh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb29Zldh .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFb29Zldh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFb29Zldh .mbr-name {
  color: #858585;
}
.cid-uYFb29Zldh .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFb29Zldh .mbr-section-btn {
  text-align: center;
}
.cid-uYFb2bkYjY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb2bkYjY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb2bkYjY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb2bkYjY .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFb2bkYjY .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFb2bkYjY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFb2bkYjY .mbr-section-title {
  color: #191c25;
}
.cid-uYFb2bkYjY .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFb2bkYjY .mbr-section-title,
.cid-uYFb2bkYjY .logo-wrapper {
  text-align: center;
}
.cid-uYFb8e6F4U .navbar-dropdown {
  position: relative !important;
}
.cid-uYFb8e6F4U .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-uYFb8e6F4U .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFb8e6F4U .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFb8e6F4U .dropdown-item:hover,
.cid-uYFb8e6F4U .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFb8e6F4U .dropdown-item:hover span {
  color: white;
}
.cid-uYFb8e6F4U .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFb8e6F4U .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFb8e6F4U .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFb8e6F4U .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFb8e6F4U .nav-link {
  position: relative;
}
.cid-uYFb8e6F4U .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFb8e6F4U .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFb8e6F4U .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFb8e6F4U .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFb8e6F4U .dropdown-menu,
.cid-uYFb8e6F4U .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFb8e6F4U .nav-item:focus,
.cid-uYFb8e6F4U .nav-link:focus {
  outline: none;
}
.cid-uYFb8e6F4U .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFb8e6F4U .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFb8e6F4U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFb8e6F4U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFb8e6F4U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFb8e6F4U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFb8e6F4U .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFb8e6F4U .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFb8e6F4U .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFb8e6F4U .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFb8e6F4U .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFb8e6F4U .navbar.collapsed {
  justify-content: center;
}
.cid-uYFb8e6F4U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFb8e6F4U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFb8e6F4U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFb8e6F4U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFb8e6F4U .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFb8e6F4U .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-uYFb8e6F4U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFb8e6F4U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFb8e6F4U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFb8e6F4U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFb8e6F4U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFb8e6F4U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFb8e6F4U .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFb8e6F4U .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-uYFb8e6F4U .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFb8e6F4U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFb8e6F4U .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFb8e6F4U .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFb8e6F4U .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFb8e6F4U .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFb8e6F4U .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFb8e6F4U .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFb8e6F4U .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-uYFb8e6F4U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFb8e6F4U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFb8e6F4U .dropdown-item.active,
.cid-uYFb8e6F4U .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFb8e6F4U .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFb8e6F4U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFb8e6F4U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFb8e6F4U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFb8e6F4U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFb8e6F4U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFb8e6F4U ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFb8e6F4U ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFb8e6F4U .navbar-buttons {
  text-align: center;
}
.cid-uYFb8e6F4U .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFb8e6F4U .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFb8e6F4U .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFb8e6F4U .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFb8e6F4U 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFb8e6F4U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFb8e6F4U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFb8e6F4U button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFb8e6F4U button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFb8e6F4U button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFb8e6F4U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFb8e6F4U nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFb8e6F4U nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFb8e6F4U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFb8e6F4U .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFb8e6F4U a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFb8e6F4U .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-uYFb8e6F4U .navbar {
    height: 70px;
  }
  .cid-uYFb8e6F4U .navbar.opened {
    height: auto;
  }
  .cid-uYFb8e6F4U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFb8e6F4U .navbar-nav {
  margin: 0 auto;
}
.cid-uYFb8e6F4U .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFb8e6F4U .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-uYFb8e6F4U .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFb8e6F4U .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFb8e6F4U .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFb8e6F4U .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFb8e6F4U .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFb8e6F4U .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFb8e6F4U .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFb8e6F4U .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFb8e6F4U .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFb8e6F4U .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFb8e6F4U .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFb8e6F4U .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFb8e6F4U .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFb8e6F4U .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFb8e6F4U .navbar-caption {
  color: #000000;
}
.cid-uYFb8e6F4U .nav-link,
.cid-uYFb8e6F4U .dropdown-item {
  color: #000000;
}
.cid-uYFb8f1Pmu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb8f1Pmu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8f1Pmu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8f1Pmu .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFb8f1Pmu .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb8f1Pmu .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFb8f1Pmu .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFb8f1Pmu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFb8f1Pmu .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFb8f1Pmu .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFb8f1Pmu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFb8f1Pmu .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFb8f1Pmu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFb8f1Pmu .mbr-section-title {
  color: #191c25;
}
.cid-uYFb8f1Pmu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFb8f1Pmu .mbr-section-title,
.cid-uYFb8f1Pmu .mbr-section-btn,
.cid-uYFb8f1Pmu .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFb8flzrU {
  background-color: transparent;
}
.cid-uYFb8flzrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8flzrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8flzrU .items-wrap {
  justify-content: space-between;
}
.cid-uYFb8flzrU .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFb8flzrU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb8flzrU .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFb8flzrU .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb8flzrU .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFb8flzrU .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFb8flzrU .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFb8flzrU .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFb8flzrU .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFb8flzrU .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFb8flzrU .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFb8flzrU .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFb8flzrU .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb8flzrU .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFb8flzrU .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFb8flzrU .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFb8flzrU .image-wrapper {
    height: 350px;
  }
}
.cid-uYFb8flzrU .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFb8flzrU .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFb8flzrU .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFb8flzrU .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFb8flzrU .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFb8flzrU .mbr-section-title {
  color: #191c25;
}
.cid-uYFb8flzrU .list {
  color: #191c25;
}
.cid-uYFb8flzrU .mbr-number_1 {
  color: #191c25;
}
.cid-uYFb8flzrU .mbr-number_2,
.cid-uYFb8flzrU .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFb8flzrU .mbr-section-title,
.cid-uYFb8flzrU .mbr-section-btn {
  color: #000000;
}
.cid-uYFb8flzrU .list,
.cid-uYFb8flzrU .item-wrap {
  color: #000000;
}
.cid-uYFb8fHRu9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8fHRu9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFb8fHRu9 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFb8fHRu9 .image-wrap {
    height: 350px;
  }
}
.cid-uYFb8fZWIO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb8fZWIO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8fZWIO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8fZWIO .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFb8fZWIO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb8fZWIO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFb8fZWIO .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFb8fZWIO .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFb8fZWIO .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFb8fZWIO .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFb8fZWIO .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFb8fZWIO .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFb8fZWIO .mbr-section-title {
  color: #191c25;
}
.cid-uYFb8fZWIO .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFb8fZWIO .mbr-section-title,
.cid-uYFb8fZWIO .title-wrapper,
.cid-uYFb8fZWIO .icon-wrapper {
  text-align: center;
}
.cid-uYFb8fZWIO .mbr-section-title,
.cid-uYFb8fZWIO .icon-wrapper,
.cid-uYFb8fZWIO .title-wrapper {
  color: #000000;
}
.cid-uYFb8gwv4e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFb8gwv4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8gwv4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8gwv4e .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb8gwv4e .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFb8gwv4e .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFb8gwv4e .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFb8gwv4e .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFb8gwv4e .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFb8gwv4e .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFb8gwv4e .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFb8gwv4e .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFb8gwv4e .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFb8gwv4e .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFb8gwv4e .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFb8gwv4e .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFb8gwv4e .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFb8gwv4e .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFb8gwv4e .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFb8gwv4e .item:hover .item-wrapper .item-img img,
.cid-uYFb8gwv4e .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFb8gwv4e .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFb8gwv4e .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFb8gwv4e .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFb8gwv4e .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFb8gwv4e .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFb8gwv4e .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFb8gwv4e .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFb8gwv4e .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFb8gwv4e .list {
  color: #191c25;
}
.cid-uYFb8gwv4e .mbr-text {
  color: #191c25;
}
.cid-uYFb8gwv4e .item-title {
  color: #191c25;
}
.cid-uYFb8gwv4e .item-text {
  color: #191c25;
}
.cid-uYFb8hcHuG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb8hcHuG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8hcHuG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8hcHuG .items-wrap {
  justify-content: space-between;
}
.cid-uYFb8hcHuG .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFb8hcHuG .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFb8hcHuG .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFb8hcHuG .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFb8hcHuG .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFb8hcHuG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFb8hIIco {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFb8hIIco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8hIIco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8hIIco .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFb8hIIco .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFb8hIIco .mbr-name {
  color: #858585;
}
.cid-uYFb8hIIco .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFb8hIIco .mbr-section-btn {
  text-align: center;
}
.cid-uYFb8j5gdt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFb8j5gdt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFb8j5gdt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFb8j5gdt .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFb8j5gdt .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFb8j5gdt .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFb8j5gdt .mbr-section-title {
  color: #191c25;
}
.cid-uYFb8j5gdt .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFb8j5gdt .mbr-section-title,
.cid-uYFb8j5gdt .logo-wrapper {
  text-align: center;
}
.cid-uYFbbHQ5R7 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbbHQ5R7 .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-uYFbbHQ5R7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbbHQ5R7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbbHQ5R7 .dropdown-item:hover,
.cid-uYFbbHQ5R7 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbbHQ5R7 .dropdown-item:hover span {
  color: white;
}
.cid-uYFbbHQ5R7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbbHQ5R7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbbHQ5R7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbbHQ5R7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbbHQ5R7 .nav-link {
  position: relative;
}
.cid-uYFbbHQ5R7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbbHQ5R7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbbHQ5R7 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbbHQ5R7 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbbHQ5R7 .dropdown-menu,
.cid-uYFbbHQ5R7 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbbHQ5R7 .nav-item:focus,
.cid-uYFbbHQ5R7 .nav-link:focus {
  outline: none;
}
.cid-uYFbbHQ5R7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbbHQ5R7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbbHQ5R7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbbHQ5R7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbbHQ5R7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbbHQ5R7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbbHQ5R7 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbbHQ5R7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbbHQ5R7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbbHQ5R7 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbbHQ5R7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbbHQ5R7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbbHQ5R7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbbHQ5R7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbbHQ5R7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbbHQ5R7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbbHQ5R7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbbHQ5R7 .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-uYFbbHQ5R7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbbHQ5R7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbbHQ5R7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbbHQ5R7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbbHQ5R7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbbHQ5R7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbbHQ5R7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbbHQ5R7 .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-uYFbbHQ5R7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbbHQ5R7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbbHQ5R7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbbHQ5R7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbbHQ5R7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbbHQ5R7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbbHQ5R7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbbHQ5R7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbbHQ5R7 .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-uYFbbHQ5R7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbbHQ5R7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbbHQ5R7 .dropdown-item.active,
.cid-uYFbbHQ5R7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbbHQ5R7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbbHQ5R7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbbHQ5R7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbbHQ5R7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbbHQ5R7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbbHQ5R7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbbHQ5R7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbbHQ5R7 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbbHQ5R7 .navbar-buttons {
  text-align: center;
}
.cid-uYFbbHQ5R7 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbbHQ5R7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbbHQ5R7 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbbHQ5R7 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbbHQ5R7 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbbHQ5R7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbbHQ5R7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbbHQ5R7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbbHQ5R7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbbHQ5R7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbbHQ5R7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbbHQ5R7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbbHQ5R7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbbHQ5R7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbbHQ5R7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbbHQ5R7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbbHQ5R7 .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-uYFbbHQ5R7 .navbar {
    height: 70px;
  }
  .cid-uYFbbHQ5R7 .navbar.opened {
    height: auto;
  }
  .cid-uYFbbHQ5R7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbbHQ5R7 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbbHQ5R7 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbbHQ5R7 .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-uYFbbHQ5R7 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbbHQ5R7 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbbHQ5R7 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbbHQ5R7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbbHQ5R7 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbbHQ5R7 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbbHQ5R7 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbbHQ5R7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbbHQ5R7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbbHQ5R7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbbHQ5R7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbbHQ5R7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbbHQ5R7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbbHQ5R7 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbbHQ5R7 .navbar-caption {
  color: #000000;
}
.cid-uYFbbHQ5R7 .nav-link,
.cid-uYFbbHQ5R7 .dropdown-item {
  color: #000000;
}
.cid-uYFbbIXGha {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbbIXGha .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbIXGha .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbIXGha .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbbIXGha .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbbIXGha .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbbIXGha .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbbIXGha .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbbIXGha .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbbIXGha .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbbIXGha .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbbIXGha .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbbIXGha .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbbIXGha .mbr-section-title {
  color: #191c25;
}
.cid-uYFbbIXGha .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbbIXGha .mbr-section-title,
.cid-uYFbbIXGha .mbr-section-btn,
.cid-uYFbbIXGha .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbbJidsM {
  background-color: transparent;
}
.cid-uYFbbJidsM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbJidsM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbJidsM .items-wrap {
  justify-content: space-between;
}
.cid-uYFbbJidsM .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbbJidsM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbbJidsM .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbbJidsM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbbJidsM .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbbJidsM .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbbJidsM .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbbJidsM .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbbJidsM .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbbJidsM .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbbJidsM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbbJidsM .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbbJidsM .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbbJidsM .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbbJidsM .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbbJidsM .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbbJidsM .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbbJidsM .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbbJidsM .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbbJidsM .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbbJidsM .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbbJidsM .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbbJidsM .mbr-section-title {
  color: #191c25;
}
.cid-uYFbbJidsM .list {
  color: #191c25;
}
.cid-uYFbbJidsM .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbbJidsM .mbr-number_2,
.cid-uYFbbJidsM .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbbJidsM .mbr-section-title,
.cid-uYFbbJidsM .mbr-section-btn {
  color: #000000;
}
.cid-uYFbbJidsM .list,
.cid-uYFbbJidsM .item-wrap {
  color: #000000;
}
.cid-uYFbbJCEa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbJCEa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbbJCEa8 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbbJCEa8 .image-wrap {
    height: 350px;
  }
}
.cid-uYFbbJTQJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbbJTQJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbJTQJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbJTQJ5 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbbJTQJ5 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbbJTQJ5 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbbJTQJ5 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbbJTQJ5 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbbJTQJ5 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbbJTQJ5 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbbJTQJ5 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbbJTQJ5 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbbJTQJ5 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbbJTQJ5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbbJTQJ5 .mbr-section-title,
.cid-uYFbbJTQJ5 .title-wrapper,
.cid-uYFbbJTQJ5 .icon-wrapper {
  text-align: center;
}
.cid-uYFbbJTQJ5 .mbr-section-title,
.cid-uYFbbJTQJ5 .icon-wrapper,
.cid-uYFbbJTQJ5 .title-wrapper {
  color: #000000;
}
.cid-uYFbbKoMZL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbbKoMZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbKoMZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbKoMZL .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbbKoMZL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbbKoMZL .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbbKoMZL .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbbKoMZL .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbbKoMZL .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbbKoMZL .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbbKoMZL .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbbKoMZL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbbKoMZL .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbbKoMZL .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbbKoMZL .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbbKoMZL .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbbKoMZL .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbbKoMZL .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbbKoMZL .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbbKoMZL .item:hover .item-wrapper .item-img img,
.cid-uYFbbKoMZL .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbbKoMZL .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbbKoMZL .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbbKoMZL .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbbKoMZL .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbbKoMZL .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbbKoMZL .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbbKoMZL .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbbKoMZL .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbbKoMZL .list {
  color: #191c25;
}
.cid-uYFbbKoMZL .mbr-text {
  color: #191c25;
}
.cid-uYFbbKoMZL .item-title {
  color: #191c25;
}
.cid-uYFbbKoMZL .item-text {
  color: #191c25;
}
.cid-uYFbbL0pa8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbbL0pa8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbL0pa8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbL0pa8 .items-wrap {
  justify-content: space-between;
}
.cid-uYFbbL0pa8 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbbL0pa8 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbbL0pa8 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbbL0pa8 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbbL0pa8 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbbL0pa8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbbLlLlH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbbLlLlH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbLlLlH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbLlLlH .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbbLlLlH .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbbLlLlH .mbr-name {
  color: #858585;
}
.cid-uYFbbLlLlH .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbbLlLlH .mbr-section-btn {
  text-align: center;
}
.cid-uYFbbMDu6J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbbMDu6J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbbMDu6J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbbMDu6J .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbbMDu6J .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbbMDu6J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbbMDu6J .mbr-section-title {
  color: #191c25;
}
.cid-uYFbbMDu6J .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbbMDu6J .mbr-section-title,
.cid-uYFbbMDu6J .logo-wrapper {
  text-align: center;
}
.cid-uYFbdCIDoB .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbdCIDoB .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-uYFbdCIDoB .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbdCIDoB .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbdCIDoB .dropdown-item:hover,
.cid-uYFbdCIDoB .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbdCIDoB .dropdown-item:hover span {
  color: white;
}
.cid-uYFbdCIDoB .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbdCIDoB .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbdCIDoB .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbdCIDoB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbdCIDoB .nav-link {
  position: relative;
}
.cid-uYFbdCIDoB .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbdCIDoB .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbdCIDoB .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbdCIDoB .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbdCIDoB .dropdown-menu,
.cid-uYFbdCIDoB .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbdCIDoB .nav-item:focus,
.cid-uYFbdCIDoB .nav-link:focus {
  outline: none;
}
.cid-uYFbdCIDoB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbdCIDoB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbdCIDoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbdCIDoB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbdCIDoB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbdCIDoB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbdCIDoB .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbdCIDoB .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbdCIDoB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbdCIDoB .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbdCIDoB .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbdCIDoB .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbdCIDoB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbdCIDoB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbdCIDoB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbdCIDoB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbdCIDoB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbdCIDoB .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-uYFbdCIDoB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbdCIDoB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbdCIDoB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbdCIDoB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbdCIDoB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbdCIDoB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbdCIDoB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbdCIDoB .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-uYFbdCIDoB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbdCIDoB .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbdCIDoB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbdCIDoB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbdCIDoB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbdCIDoB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbdCIDoB .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbdCIDoB .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbdCIDoB .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-uYFbdCIDoB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbdCIDoB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbdCIDoB .dropdown-item.active,
.cid-uYFbdCIDoB .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbdCIDoB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbdCIDoB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbdCIDoB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbdCIDoB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbdCIDoB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbdCIDoB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbdCIDoB ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbdCIDoB ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbdCIDoB .navbar-buttons {
  text-align: center;
}
.cid-uYFbdCIDoB .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbdCIDoB .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbdCIDoB .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbdCIDoB .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbdCIDoB 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbdCIDoB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbdCIDoB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbdCIDoB button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbdCIDoB button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbdCIDoB button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbdCIDoB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbdCIDoB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbdCIDoB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbdCIDoB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbdCIDoB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbdCIDoB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbdCIDoB .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-uYFbdCIDoB .navbar {
    height: 70px;
  }
  .cid-uYFbdCIDoB .navbar.opened {
    height: auto;
  }
  .cid-uYFbdCIDoB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbdCIDoB .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbdCIDoB .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbdCIDoB .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-uYFbdCIDoB .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbdCIDoB .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbdCIDoB .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbdCIDoB .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbdCIDoB .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbdCIDoB .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbdCIDoB .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbdCIDoB .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbdCIDoB .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbdCIDoB .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbdCIDoB .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbdCIDoB .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbdCIDoB .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbdCIDoB .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbdCIDoB .navbar-caption {
  color: #000000;
}
.cid-uYFbdCIDoB .nav-link,
.cid-uYFbdCIDoB .dropdown-item {
  color: #000000;
}
.cid-uYFbdDJXAf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbdDJXAf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdDJXAf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdDJXAf .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbdDJXAf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbdDJXAf .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbdDJXAf .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbdDJXAf .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbdDJXAf .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbdDJXAf .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbdDJXAf .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbdDJXAf .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbdDJXAf .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbdDJXAf .mbr-section-title {
  color: #191c25;
}
.cid-uYFbdDJXAf .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbdDJXAf .mbr-section-title,
.cid-uYFbdDJXAf .mbr-section-btn,
.cid-uYFbdDJXAf .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbdE5EeL {
  background-color: transparent;
}
.cid-uYFbdE5EeL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdE5EeL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdE5EeL .items-wrap {
  justify-content: space-between;
}
.cid-uYFbdE5EeL .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbdE5EeL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbdE5EeL .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbdE5EeL .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbdE5EeL .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbdE5EeL .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbdE5EeL .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbdE5EeL .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbdE5EeL .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbdE5EeL .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbdE5EeL .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbdE5EeL .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbdE5EeL .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbdE5EeL .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbdE5EeL .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbdE5EeL .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbdE5EeL .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbdE5EeL .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbdE5EeL .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbdE5EeL .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbdE5EeL .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbdE5EeL .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbdE5EeL .mbr-section-title {
  color: #191c25;
}
.cid-uYFbdE5EeL .list {
  color: #191c25;
}
.cid-uYFbdE5EeL .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbdE5EeL .mbr-number_2,
.cid-uYFbdE5EeL .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbdE5EeL .mbr-section-title,
.cid-uYFbdE5EeL .mbr-section-btn {
  color: #000000;
}
.cid-uYFbdE5EeL .list,
.cid-uYFbdE5EeL .item-wrap {
  color: #000000;
}
.cid-uYFbdEtvsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdEtvsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbdEtvsE .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbdEtvsE .image-wrap {
    height: 350px;
  }
}
.cid-uYFbdEL0tR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbdEL0tR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdEL0tR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdEL0tR .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbdEL0tR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbdEL0tR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbdEL0tR .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbdEL0tR .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbdEL0tR .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbdEL0tR .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbdEL0tR .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbdEL0tR .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbdEL0tR .mbr-section-title {
  color: #191c25;
}
.cid-uYFbdEL0tR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbdEL0tR .mbr-section-title,
.cid-uYFbdEL0tR .title-wrapper,
.cid-uYFbdEL0tR .icon-wrapper {
  text-align: center;
}
.cid-uYFbdEL0tR .mbr-section-title,
.cid-uYFbdEL0tR .icon-wrapper,
.cid-uYFbdEL0tR .title-wrapper {
  color: #000000;
}
.cid-uYFbdFgjv8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbdFgjv8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdFgjv8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdFgjv8 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbdFgjv8 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbdFgjv8 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbdFgjv8 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbdFgjv8 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbdFgjv8 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbdFgjv8 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbdFgjv8 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbdFgjv8 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbdFgjv8 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbdFgjv8 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbdFgjv8 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbdFgjv8 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbdFgjv8 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbdFgjv8 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbdFgjv8 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbdFgjv8 .item:hover .item-wrapper .item-img img,
.cid-uYFbdFgjv8 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbdFgjv8 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbdFgjv8 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbdFgjv8 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbdFgjv8 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbdFgjv8 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbdFgjv8 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbdFgjv8 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbdFgjv8 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbdFgjv8 .list {
  color: #191c25;
}
.cid-uYFbdFgjv8 .mbr-text {
  color: #191c25;
}
.cid-uYFbdFgjv8 .item-title {
  color: #191c25;
}
.cid-uYFbdFgjv8 .item-text {
  color: #191c25;
}
.cid-uYFbdFPD13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbdFPD13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdFPD13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdFPD13 .items-wrap {
  justify-content: space-between;
}
.cid-uYFbdFPD13 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbdFPD13 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbdFPD13 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbdFPD13 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbdFPD13 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbdFPD13 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbdGaTcr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbdGaTcr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdGaTcr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdGaTcr .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbdGaTcr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbdGaTcr .mbr-name {
  color: #858585;
}
.cid-uYFbdGaTcr .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbdGaTcr .mbr-section-btn {
  text-align: center;
}
.cid-uYFbdHxRpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbdHxRpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbdHxRpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbdHxRpN .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbdHxRpN .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbdHxRpN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbdHxRpN .mbr-section-title {
  color: #191c25;
}
.cid-uYFbdHxRpN .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbdHxRpN .mbr-section-title,
.cid-uYFbdHxRpN .logo-wrapper {
  text-align: center;
}
.cid-uYFbgFxJ4J .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbgFxJ4J .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-uYFbgFxJ4J .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbgFxJ4J .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbgFxJ4J .dropdown-item:hover,
.cid-uYFbgFxJ4J .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbgFxJ4J .dropdown-item:hover span {
  color: white;
}
.cid-uYFbgFxJ4J .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbgFxJ4J .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbgFxJ4J .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbgFxJ4J .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbgFxJ4J .nav-link {
  position: relative;
}
.cid-uYFbgFxJ4J .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbgFxJ4J .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbgFxJ4J .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbgFxJ4J .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbgFxJ4J .dropdown-menu,
.cid-uYFbgFxJ4J .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbgFxJ4J .nav-item:focus,
.cid-uYFbgFxJ4J .nav-link:focus {
  outline: none;
}
.cid-uYFbgFxJ4J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbgFxJ4J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbgFxJ4J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbgFxJ4J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbgFxJ4J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbgFxJ4J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbgFxJ4J .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbgFxJ4J .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbgFxJ4J .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbgFxJ4J .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbgFxJ4J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbgFxJ4J .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbgFxJ4J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbgFxJ4J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbgFxJ4J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbgFxJ4J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbgFxJ4J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbgFxJ4J .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-uYFbgFxJ4J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbgFxJ4J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbgFxJ4J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbgFxJ4J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbgFxJ4J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbgFxJ4J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbgFxJ4J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbgFxJ4J .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-uYFbgFxJ4J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbgFxJ4J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbgFxJ4J .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbgFxJ4J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbgFxJ4J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbgFxJ4J .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbgFxJ4J .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbgFxJ4J .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbgFxJ4J .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-uYFbgFxJ4J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbgFxJ4J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbgFxJ4J .dropdown-item.active,
.cid-uYFbgFxJ4J .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbgFxJ4J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbgFxJ4J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbgFxJ4J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbgFxJ4J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbgFxJ4J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbgFxJ4J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbgFxJ4J ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbgFxJ4J ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbgFxJ4J .navbar-buttons {
  text-align: center;
}
.cid-uYFbgFxJ4J .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbgFxJ4J .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbgFxJ4J .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbgFxJ4J .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbgFxJ4J 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbgFxJ4J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbgFxJ4J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbgFxJ4J button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbgFxJ4J button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbgFxJ4J button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbgFxJ4J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbgFxJ4J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbgFxJ4J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbgFxJ4J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbgFxJ4J .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbgFxJ4J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbgFxJ4J .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-uYFbgFxJ4J .navbar {
    height: 70px;
  }
  .cid-uYFbgFxJ4J .navbar.opened {
    height: auto;
  }
  .cid-uYFbgFxJ4J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbgFxJ4J .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbgFxJ4J .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbgFxJ4J .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-uYFbgFxJ4J .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbgFxJ4J .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbgFxJ4J .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbgFxJ4J .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbgFxJ4J .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbgFxJ4J .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbgFxJ4J .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbgFxJ4J .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbgFxJ4J .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbgFxJ4J .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbgFxJ4J .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbgFxJ4J .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbgFxJ4J .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbgFxJ4J .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbgFxJ4J .navbar-caption {
  color: #000000;
}
.cid-uYFbgFxJ4J .nav-link,
.cid-uYFbgFxJ4J .dropdown-item {
  color: #000000;
}
.cid-uYFbgGFpLW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbgGFpLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgGFpLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgGFpLW .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbgGFpLW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbgGFpLW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbgGFpLW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbgGFpLW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbgGFpLW .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbgGFpLW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbgGFpLW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbgGFpLW .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbgGFpLW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbgGFpLW .mbr-section-title {
  color: #191c25;
}
.cid-uYFbgGFpLW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbgGFpLW .mbr-section-title,
.cid-uYFbgGFpLW .mbr-section-btn,
.cid-uYFbgGFpLW .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbgGZSYp {
  background-color: transparent;
}
.cid-uYFbgGZSYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgGZSYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgGZSYp .items-wrap {
  justify-content: space-between;
}
.cid-uYFbgGZSYp .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbgGZSYp .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbgGZSYp .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbgGZSYp .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbgGZSYp .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbgGZSYp .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbgGZSYp .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbgGZSYp .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbgGZSYp .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbgGZSYp .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbgGZSYp .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbgGZSYp .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbgGZSYp .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbgGZSYp .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbgGZSYp .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbgGZSYp .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbgGZSYp .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbgGZSYp .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbgGZSYp .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbgGZSYp .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbgGZSYp .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbgGZSYp .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbgGZSYp .mbr-section-title {
  color: #191c25;
}
.cid-uYFbgGZSYp .list {
  color: #191c25;
}
.cid-uYFbgGZSYp .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbgGZSYp .mbr-number_2,
.cid-uYFbgGZSYp .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbgGZSYp .mbr-section-title,
.cid-uYFbgGZSYp .mbr-section-btn {
  color: #000000;
}
.cid-uYFbgGZSYp .list,
.cid-uYFbgGZSYp .item-wrap {
  color: #000000;
}
.cid-uYFbgHjjvR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgHjjvR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbgHjjvR .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbgHjjvR .image-wrap {
    height: 350px;
  }
}
.cid-uYFbgHAPLv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbgHAPLv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgHAPLv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgHAPLv .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbgHAPLv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbgHAPLv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbgHAPLv .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbgHAPLv .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbgHAPLv .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbgHAPLv .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbgHAPLv .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbgHAPLv .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbgHAPLv .mbr-section-title {
  color: #191c25;
}
.cid-uYFbgHAPLv .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbgHAPLv .mbr-section-title,
.cid-uYFbgHAPLv .title-wrapper,
.cid-uYFbgHAPLv .icon-wrapper {
  text-align: center;
}
.cid-uYFbgHAPLv .mbr-section-title,
.cid-uYFbgHAPLv .icon-wrapper,
.cid-uYFbgHAPLv .title-wrapper {
  color: #000000;
}
.cid-uYFbgI88MW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbgI88MW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgI88MW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgI88MW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbgI88MW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbgI88MW .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbgI88MW .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbgI88MW .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbgI88MW .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbgI88MW .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbgI88MW .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbgI88MW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbgI88MW .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbgI88MW .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbgI88MW .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbgI88MW .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbgI88MW .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbgI88MW .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbgI88MW .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbgI88MW .item:hover .item-wrapper .item-img img,
.cid-uYFbgI88MW .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbgI88MW .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbgI88MW .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbgI88MW .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbgI88MW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbgI88MW .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbgI88MW .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbgI88MW .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbgI88MW .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbgI88MW .list {
  color: #191c25;
}
.cid-uYFbgI88MW .mbr-text {
  color: #191c25;
}
.cid-uYFbgI88MW .item-title {
  color: #191c25;
}
.cid-uYFbgI88MW .item-text {
  color: #191c25;
}
.cid-uYFbgIIBmr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbgIIBmr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgIIBmr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgIIBmr .items-wrap {
  justify-content: space-between;
}
.cid-uYFbgIIBmr .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbgIIBmr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbgIIBmr .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbgIIBmr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbgIIBmr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbgIIBmr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbgJ1R4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbgJ1R4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgJ1R4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgJ1R4q .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbgJ1R4q .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbgJ1R4q .mbr-name {
  color: #858585;
}
.cid-uYFbgJ1R4q .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbgJ1R4q .mbr-section-btn {
  text-align: center;
}
.cid-uYFbgKik06 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbgKik06 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbgKik06 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbgKik06 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbgKik06 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbgKik06 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbgKik06 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbgKik06 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbgKik06 .mbr-section-title,
.cid-uYFbgKik06 .logo-wrapper {
  text-align: center;
}
.cid-uYFbjCFHAD .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbjCFHAD .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-uYFbjCFHAD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbjCFHAD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbjCFHAD .dropdown-item:hover,
.cid-uYFbjCFHAD .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbjCFHAD .dropdown-item:hover span {
  color: white;
}
.cid-uYFbjCFHAD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbjCFHAD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbjCFHAD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbjCFHAD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbjCFHAD .nav-link {
  position: relative;
}
.cid-uYFbjCFHAD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbjCFHAD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbjCFHAD .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbjCFHAD .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbjCFHAD .dropdown-menu,
.cid-uYFbjCFHAD .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbjCFHAD .nav-item:focus,
.cid-uYFbjCFHAD .nav-link:focus {
  outline: none;
}
.cid-uYFbjCFHAD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbjCFHAD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbjCFHAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbjCFHAD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbjCFHAD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbjCFHAD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbjCFHAD .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbjCFHAD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbjCFHAD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbjCFHAD .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbjCFHAD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbjCFHAD .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbjCFHAD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbjCFHAD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbjCFHAD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbjCFHAD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbjCFHAD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbjCFHAD .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-uYFbjCFHAD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbjCFHAD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbjCFHAD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbjCFHAD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbjCFHAD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbjCFHAD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbjCFHAD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbjCFHAD .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-uYFbjCFHAD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbjCFHAD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbjCFHAD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbjCFHAD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbjCFHAD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbjCFHAD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbjCFHAD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbjCFHAD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbjCFHAD .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-uYFbjCFHAD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbjCFHAD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbjCFHAD .dropdown-item.active,
.cid-uYFbjCFHAD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbjCFHAD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbjCFHAD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbjCFHAD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbjCFHAD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbjCFHAD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbjCFHAD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbjCFHAD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbjCFHAD ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbjCFHAD .navbar-buttons {
  text-align: center;
}
.cid-uYFbjCFHAD .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbjCFHAD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbjCFHAD .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbjCFHAD .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbjCFHAD 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbjCFHAD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbjCFHAD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbjCFHAD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbjCFHAD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbjCFHAD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbjCFHAD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbjCFHAD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbjCFHAD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbjCFHAD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbjCFHAD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbjCFHAD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbjCFHAD .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-uYFbjCFHAD .navbar {
    height: 70px;
  }
  .cid-uYFbjCFHAD .navbar.opened {
    height: auto;
  }
  .cid-uYFbjCFHAD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbjCFHAD .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbjCFHAD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbjCFHAD .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-uYFbjCFHAD .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbjCFHAD .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbjCFHAD .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbjCFHAD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbjCFHAD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbjCFHAD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbjCFHAD .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbjCFHAD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbjCFHAD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbjCFHAD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbjCFHAD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbjCFHAD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbjCFHAD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbjCFHAD .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbjCFHAD .navbar-caption {
  color: #000000;
}
.cid-uYFbjCFHAD .nav-link,
.cid-uYFbjCFHAD .dropdown-item {
  color: #000000;
}
.cid-uYFbjDS7Xz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbjDS7Xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjDS7Xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjDS7Xz .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbjDS7Xz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbjDS7Xz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbjDS7Xz .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbjDS7Xz .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbjDS7Xz .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbjDS7Xz .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbjDS7Xz .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbjDS7Xz .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbjDS7Xz .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbjDS7Xz .mbr-section-title {
  color: #191c25;
}
.cid-uYFbjDS7Xz .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbjDS7Xz .mbr-section-title,
.cid-uYFbjDS7Xz .mbr-section-btn,
.cid-uYFbjDS7Xz .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbjEf3Uy {
  background-color: transparent;
}
.cid-uYFbjEf3Uy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjEf3Uy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjEf3Uy .items-wrap {
  justify-content: space-between;
}
.cid-uYFbjEf3Uy .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbjEf3Uy .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbjEf3Uy .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbjEf3Uy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbjEf3Uy .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbjEf3Uy .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbjEf3Uy .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbjEf3Uy .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbjEf3Uy .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbjEf3Uy .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbjEf3Uy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbjEf3Uy .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbjEf3Uy .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbjEf3Uy .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbjEf3Uy .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbjEf3Uy .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbjEf3Uy .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbjEf3Uy .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbjEf3Uy .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbjEf3Uy .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbjEf3Uy .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbjEf3Uy .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbjEf3Uy .mbr-section-title {
  color: #191c25;
}
.cid-uYFbjEf3Uy .list {
  color: #191c25;
}
.cid-uYFbjEf3Uy .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbjEf3Uy .mbr-number_2,
.cid-uYFbjEf3Uy .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbjEf3Uy .mbr-section-title,
.cid-uYFbjEf3Uy .mbr-section-btn {
  color: #000000;
}
.cid-uYFbjEf3Uy .list,
.cid-uYFbjEf3Uy .item-wrap {
  color: #000000;
}
.cid-uYFbjEyYPm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjEyYPm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbjEyYPm .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbjEyYPm .image-wrap {
    height: 350px;
  }
}
.cid-uYFbjEO1Zc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbjEO1Zc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjEO1Zc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjEO1Zc .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbjEO1Zc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbjEO1Zc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbjEO1Zc .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbjEO1Zc .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbjEO1Zc .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbjEO1Zc .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbjEO1Zc .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbjEO1Zc .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbjEO1Zc .mbr-section-title {
  color: #191c25;
}
.cid-uYFbjEO1Zc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbjEO1Zc .mbr-section-title,
.cid-uYFbjEO1Zc .title-wrapper,
.cid-uYFbjEO1Zc .icon-wrapper {
  text-align: center;
}
.cid-uYFbjEO1Zc .mbr-section-title,
.cid-uYFbjEO1Zc .icon-wrapper,
.cid-uYFbjEO1Zc .title-wrapper {
  color: #000000;
}
.cid-uYFbjFjFlV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbjFjFlV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjFjFlV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjFjFlV .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbjFjFlV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbjFjFlV .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbjFjFlV .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbjFjFlV .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbjFjFlV .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbjFjFlV .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbjFjFlV .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbjFjFlV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbjFjFlV .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbjFjFlV .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbjFjFlV .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbjFjFlV .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbjFjFlV .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbjFjFlV .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbjFjFlV .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbjFjFlV .item:hover .item-wrapper .item-img img,
.cid-uYFbjFjFlV .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbjFjFlV .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbjFjFlV .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbjFjFlV .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbjFjFlV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbjFjFlV .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbjFjFlV .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbjFjFlV .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbjFjFlV .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbjFjFlV .list {
  color: #191c25;
}
.cid-uYFbjFjFlV .mbr-text {
  color: #191c25;
}
.cid-uYFbjFjFlV .item-title {
  color: #191c25;
}
.cid-uYFbjFjFlV .item-text {
  color: #191c25;
}
.cid-uYFbjFTVdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbjFTVdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjFTVdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjFTVdP .items-wrap {
  justify-content: space-between;
}
.cid-uYFbjFTVdP .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbjFTVdP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbjFTVdP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbjFTVdP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbjFTVdP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbjFTVdP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbjGbeHo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbjGbeHo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjGbeHo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjGbeHo .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbjGbeHo .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbjGbeHo .mbr-name {
  color: #858585;
}
.cid-uYFbjGbeHo .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbjGbeHo .mbr-section-btn {
  text-align: center;
}
.cid-uYFbjHDeSk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbjHDeSk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbjHDeSk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbjHDeSk .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbjHDeSk .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbjHDeSk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbjHDeSk .mbr-section-title {
  color: #191c25;
}
.cid-uYFbjHDeSk .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbjHDeSk .mbr-section-title,
.cid-uYFbjHDeSk .logo-wrapper {
  text-align: center;
}
.cid-uYFbm8DPfn .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbm8DPfn .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-uYFbm8DPfn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbm8DPfn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbm8DPfn .dropdown-item:hover,
.cid-uYFbm8DPfn .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbm8DPfn .dropdown-item:hover span {
  color: white;
}
.cid-uYFbm8DPfn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbm8DPfn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbm8DPfn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbm8DPfn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbm8DPfn .nav-link {
  position: relative;
}
.cid-uYFbm8DPfn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbm8DPfn .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbm8DPfn .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbm8DPfn .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbm8DPfn .dropdown-menu,
.cid-uYFbm8DPfn .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbm8DPfn .nav-item:focus,
.cid-uYFbm8DPfn .nav-link:focus {
  outline: none;
}
.cid-uYFbm8DPfn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbm8DPfn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbm8DPfn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbm8DPfn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbm8DPfn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbm8DPfn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbm8DPfn .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbm8DPfn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbm8DPfn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbm8DPfn .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbm8DPfn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbm8DPfn .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbm8DPfn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbm8DPfn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbm8DPfn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbm8DPfn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbm8DPfn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbm8DPfn .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-uYFbm8DPfn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbm8DPfn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbm8DPfn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbm8DPfn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbm8DPfn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbm8DPfn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbm8DPfn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbm8DPfn .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-uYFbm8DPfn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbm8DPfn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbm8DPfn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbm8DPfn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbm8DPfn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbm8DPfn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbm8DPfn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbm8DPfn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbm8DPfn .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-uYFbm8DPfn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbm8DPfn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbm8DPfn .dropdown-item.active,
.cid-uYFbm8DPfn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbm8DPfn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbm8DPfn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbm8DPfn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbm8DPfn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbm8DPfn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbm8DPfn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbm8DPfn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbm8DPfn ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbm8DPfn .navbar-buttons {
  text-align: center;
}
.cid-uYFbm8DPfn .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbm8DPfn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbm8DPfn .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbm8DPfn .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbm8DPfn 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbm8DPfn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbm8DPfn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbm8DPfn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbm8DPfn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbm8DPfn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbm8DPfn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbm8DPfn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbm8DPfn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbm8DPfn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbm8DPfn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbm8DPfn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbm8DPfn .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-uYFbm8DPfn .navbar {
    height: 70px;
  }
  .cid-uYFbm8DPfn .navbar.opened {
    height: auto;
  }
  .cid-uYFbm8DPfn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbm8DPfn .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbm8DPfn .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbm8DPfn .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-uYFbm8DPfn .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbm8DPfn .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbm8DPfn .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbm8DPfn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbm8DPfn .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbm8DPfn .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbm8DPfn .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbm8DPfn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbm8DPfn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbm8DPfn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbm8DPfn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbm8DPfn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbm8DPfn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbm8DPfn .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbm8DPfn .navbar-caption {
  color: #000000;
}
.cid-uYFbm8DPfn .nav-link,
.cid-uYFbm8DPfn .dropdown-item {
  color: #000000;
}
.cid-uYFbm9HIeJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbm9HIeJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbm9HIeJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbm9HIeJ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbm9HIeJ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbm9HIeJ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbm9HIeJ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbm9HIeJ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbm9HIeJ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbm9HIeJ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbm9HIeJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbm9HIeJ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbm9HIeJ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbm9HIeJ .mbr-section-title {
  color: #191c25;
}
.cid-uYFbm9HIeJ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbm9HIeJ .mbr-section-title,
.cid-uYFbm9HIeJ .mbr-section-btn,
.cid-uYFbm9HIeJ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbma13Zh {
  background-color: transparent;
}
.cid-uYFbma13Zh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbma13Zh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbma13Zh .items-wrap {
  justify-content: space-between;
}
.cid-uYFbma13Zh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbma13Zh .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbma13Zh .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbma13Zh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbma13Zh .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbma13Zh .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbma13Zh .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbma13Zh .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbma13Zh .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbma13Zh .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbma13Zh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbma13Zh .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbma13Zh .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbma13Zh .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbma13Zh .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbma13Zh .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbma13Zh .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbma13Zh .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbma13Zh .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbma13Zh .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbma13Zh .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbma13Zh .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbma13Zh .mbr-section-title {
  color: #191c25;
}
.cid-uYFbma13Zh .list {
  color: #191c25;
}
.cid-uYFbma13Zh .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbma13Zh .mbr-number_2,
.cid-uYFbma13Zh .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbma13Zh .mbr-section-title,
.cid-uYFbma13Zh .mbr-section-btn {
  color: #000000;
}
.cid-uYFbma13Zh .list,
.cid-uYFbma13Zh .item-wrap {
  color: #000000;
}
.cid-uYFbmamjpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbmamjpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbmamjpm .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbmamjpm .image-wrap {
    height: 350px;
  }
}
.cid-uYFbmaH6kZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbmaH6kZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbmaH6kZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbmaH6kZ .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbmaH6kZ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbmaH6kZ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbmaH6kZ .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbmaH6kZ .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbmaH6kZ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbmaH6kZ .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbmaH6kZ .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbmaH6kZ .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbmaH6kZ .mbr-section-title {
  color: #191c25;
}
.cid-uYFbmaH6kZ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbmaH6kZ .mbr-section-title,
.cid-uYFbmaH6kZ .title-wrapper,
.cid-uYFbmaH6kZ .icon-wrapper {
  text-align: center;
}
.cid-uYFbmaH6kZ .mbr-section-title,
.cid-uYFbmaH6kZ .icon-wrapper,
.cid-uYFbmaH6kZ .title-wrapper {
  color: #000000;
}
.cid-uYFbmb8gYA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbmb8gYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbmb8gYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbmb8gYA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbmb8gYA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbmb8gYA .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbmb8gYA .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbmb8gYA .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbmb8gYA .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbmb8gYA .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbmb8gYA .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbmb8gYA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbmb8gYA .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbmb8gYA .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbmb8gYA .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbmb8gYA .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbmb8gYA .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbmb8gYA .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbmb8gYA .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbmb8gYA .item:hover .item-wrapper .item-img img,
.cid-uYFbmb8gYA .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbmb8gYA .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbmb8gYA .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbmb8gYA .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbmb8gYA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbmb8gYA .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbmb8gYA .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbmb8gYA .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbmb8gYA .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbmb8gYA .list {
  color: #191c25;
}
.cid-uYFbmb8gYA .mbr-text {
  color: #191c25;
}
.cid-uYFbmb8gYA .item-title {
  color: #191c25;
}
.cid-uYFbmb8gYA .item-text {
  color: #191c25;
}
.cid-uYFbmbNt1H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbmbNt1H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbmbNt1H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbmbNt1H .items-wrap {
  justify-content: space-between;
}
.cid-uYFbmbNt1H .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbmbNt1H .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbmbNt1H .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbmbNt1H .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbmbNt1H .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbmbNt1H .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbmciSp1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbmciSp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbmciSp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbmciSp1 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbmciSp1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbmciSp1 .mbr-name {
  color: #858585;
}
.cid-uYFbmciSp1 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbmciSp1 .mbr-section-btn {
  text-align: center;
}
.cid-uYFbmdxO5i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbmdxO5i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbmdxO5i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbmdxO5i .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbmdxO5i .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbmdxO5i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbmdxO5i .mbr-section-title {
  color: #191c25;
}
.cid-uYFbmdxO5i .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbmdxO5i .mbr-section-title,
.cid-uYFbmdxO5i .logo-wrapper {
  text-align: center;
}
.cid-uYFbsBkB2o .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbsBkB2o .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-uYFbsBkB2o .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbsBkB2o .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbsBkB2o .dropdown-item:hover,
.cid-uYFbsBkB2o .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbsBkB2o .dropdown-item:hover span {
  color: white;
}
.cid-uYFbsBkB2o .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbsBkB2o .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbsBkB2o .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbsBkB2o .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbsBkB2o .nav-link {
  position: relative;
}
.cid-uYFbsBkB2o .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbsBkB2o .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbsBkB2o .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbsBkB2o .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbsBkB2o .dropdown-menu,
.cid-uYFbsBkB2o .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbsBkB2o .nav-item:focus,
.cid-uYFbsBkB2o .nav-link:focus {
  outline: none;
}
.cid-uYFbsBkB2o .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbsBkB2o .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbsBkB2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbsBkB2o .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbsBkB2o .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbsBkB2o .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbsBkB2o .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbsBkB2o .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbsBkB2o .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbsBkB2o .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbsBkB2o .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbsBkB2o .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbsBkB2o .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbsBkB2o .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbsBkB2o .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbsBkB2o .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbsBkB2o .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbsBkB2o .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-uYFbsBkB2o .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbsBkB2o .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbsBkB2o .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbsBkB2o .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbsBkB2o .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbsBkB2o .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbsBkB2o .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbsBkB2o .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-uYFbsBkB2o .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbsBkB2o .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbsBkB2o .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbsBkB2o .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbsBkB2o .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbsBkB2o .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbsBkB2o .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbsBkB2o .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbsBkB2o .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-uYFbsBkB2o .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbsBkB2o .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbsBkB2o .dropdown-item.active,
.cid-uYFbsBkB2o .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbsBkB2o .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbsBkB2o .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbsBkB2o .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbsBkB2o .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbsBkB2o .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbsBkB2o .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbsBkB2o ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbsBkB2o ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbsBkB2o .navbar-buttons {
  text-align: center;
}
.cid-uYFbsBkB2o .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbsBkB2o .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbsBkB2o .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbsBkB2o .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbsBkB2o 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbsBkB2o button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbsBkB2o button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbsBkB2o button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbsBkB2o button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbsBkB2o button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbsBkB2o nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbsBkB2o nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbsBkB2o nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbsBkB2o nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbsBkB2o .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbsBkB2o a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbsBkB2o .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-uYFbsBkB2o .navbar {
    height: 70px;
  }
  .cid-uYFbsBkB2o .navbar.opened {
    height: auto;
  }
  .cid-uYFbsBkB2o .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbsBkB2o .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbsBkB2o .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbsBkB2o .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-uYFbsBkB2o .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbsBkB2o .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbsBkB2o .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbsBkB2o .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbsBkB2o .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbsBkB2o .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbsBkB2o .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbsBkB2o .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbsBkB2o .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbsBkB2o .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbsBkB2o .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbsBkB2o .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbsBkB2o .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbsBkB2o .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbsBkB2o .navbar-caption {
  color: #000000;
}
.cid-uYFbsBkB2o .nav-link,
.cid-uYFbsBkB2o .dropdown-item {
  color: #000000;
}
.cid-uYFbsCv4ZY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbsCv4ZY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsCv4ZY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsCv4ZY .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbsCv4ZY .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbsCv4ZY .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbsCv4ZY .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbsCv4ZY .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbsCv4ZY .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbsCv4ZY .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbsCv4ZY .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbsCv4ZY .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbsCv4ZY .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbsCv4ZY .mbr-section-title {
  color: #191c25;
}
.cid-uYFbsCv4ZY .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbsCv4ZY .mbr-section-title,
.cid-uYFbsCv4ZY .mbr-section-btn,
.cid-uYFbsCv4ZY .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbsCT3jX {
  background-color: transparent;
}
.cid-uYFbsCT3jX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsCT3jX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsCT3jX .items-wrap {
  justify-content: space-between;
}
.cid-uYFbsCT3jX .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbsCT3jX .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbsCT3jX .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbsCT3jX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbsCT3jX .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbsCT3jX .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbsCT3jX .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbsCT3jX .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbsCT3jX .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbsCT3jX .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbsCT3jX .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbsCT3jX .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbsCT3jX .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbsCT3jX .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbsCT3jX .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbsCT3jX .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbsCT3jX .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbsCT3jX .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbsCT3jX .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbsCT3jX .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbsCT3jX .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbsCT3jX .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbsCT3jX .mbr-section-title {
  color: #191c25;
}
.cid-uYFbsCT3jX .list {
  color: #191c25;
}
.cid-uYFbsCT3jX .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbsCT3jX .mbr-number_2,
.cid-uYFbsCT3jX .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbsCT3jX .mbr-section-title,
.cid-uYFbsCT3jX .mbr-section-btn {
  color: #000000;
}
.cid-uYFbsCT3jX .list,
.cid-uYFbsCT3jX .item-wrap {
  color: #000000;
}
.cid-uYFbsDm3Yq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsDm3Yq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbsDm3Yq .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbsDm3Yq .image-wrap {
    height: 350px;
  }
}
.cid-uYFbsDHIdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbsDHIdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsDHIdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsDHIdW .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbsDHIdW .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbsDHIdW .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbsDHIdW .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbsDHIdW .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbsDHIdW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbsDHIdW .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbsDHIdW .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbsDHIdW .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbsDHIdW .mbr-section-title {
  color: #191c25;
}
.cid-uYFbsDHIdW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbsDHIdW .mbr-section-title,
.cid-uYFbsDHIdW .title-wrapper,
.cid-uYFbsDHIdW .icon-wrapper {
  text-align: center;
}
.cid-uYFbsDHIdW .mbr-section-title,
.cid-uYFbsDHIdW .icon-wrapper,
.cid-uYFbsDHIdW .title-wrapper {
  color: #000000;
}
.cid-uYFbsEa9Q4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbsEa9Q4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsEa9Q4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsEa9Q4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbsEa9Q4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbsEa9Q4 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbsEa9Q4 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbsEa9Q4 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbsEa9Q4 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbsEa9Q4 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbsEa9Q4 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbsEa9Q4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbsEa9Q4 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbsEa9Q4 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbsEa9Q4 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbsEa9Q4 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbsEa9Q4 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbsEa9Q4 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbsEa9Q4 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbsEa9Q4 .item:hover .item-wrapper .item-img img,
.cid-uYFbsEa9Q4 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbsEa9Q4 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbsEa9Q4 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbsEa9Q4 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbsEa9Q4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbsEa9Q4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbsEa9Q4 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbsEa9Q4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbsEa9Q4 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbsEa9Q4 .list {
  color: #191c25;
}
.cid-uYFbsEa9Q4 .mbr-text {
  color: #191c25;
}
.cid-uYFbsEa9Q4 .item-title {
  color: #191c25;
}
.cid-uYFbsEa9Q4 .item-text {
  color: #191c25;
}
.cid-uYFbsEPvXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbsEPvXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsEPvXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsEPvXH .items-wrap {
  justify-content: space-between;
}
.cid-uYFbsEPvXH .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbsEPvXH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbsEPvXH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbsEPvXH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbsEPvXH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbsEPvXH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbsFb6Wr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbsFb6Wr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsFb6Wr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsFb6Wr .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbsFb6Wr .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbsFb6Wr .mbr-name {
  color: #858585;
}
.cid-uYFbsFb6Wr .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbsFb6Wr .mbr-section-btn {
  text-align: center;
}
.cid-uYFbsGwB0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbsGwB0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbsGwB0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbsGwB0J .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbsGwB0J .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbsGwB0J .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbsGwB0J .mbr-section-title {
  color: #191c25;
}
.cid-uYFbsGwB0J .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbsGwB0J .mbr-section-title,
.cid-uYFbsGwB0J .logo-wrapper {
  text-align: center;
}
.cid-uYFbvQfhjb .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbvQfhjb .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-uYFbvQfhjb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbvQfhjb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbvQfhjb .dropdown-item:hover,
.cid-uYFbvQfhjb .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbvQfhjb .dropdown-item:hover span {
  color: white;
}
.cid-uYFbvQfhjb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbvQfhjb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbvQfhjb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbvQfhjb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbvQfhjb .nav-link {
  position: relative;
}
.cid-uYFbvQfhjb .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbvQfhjb .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbvQfhjb .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbvQfhjb .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbvQfhjb .dropdown-menu,
.cid-uYFbvQfhjb .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbvQfhjb .nav-item:focus,
.cid-uYFbvQfhjb .nav-link:focus {
  outline: none;
}
.cid-uYFbvQfhjb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbvQfhjb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbvQfhjb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbvQfhjb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbvQfhjb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbvQfhjb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbvQfhjb .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbvQfhjb .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbvQfhjb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbvQfhjb .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbvQfhjb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbvQfhjb .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbvQfhjb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbvQfhjb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbvQfhjb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbvQfhjb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbvQfhjb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbvQfhjb .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-uYFbvQfhjb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbvQfhjb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbvQfhjb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbvQfhjb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbvQfhjb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbvQfhjb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbvQfhjb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbvQfhjb .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-uYFbvQfhjb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbvQfhjb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbvQfhjb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbvQfhjb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbvQfhjb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbvQfhjb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbvQfhjb .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbvQfhjb .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbvQfhjb .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-uYFbvQfhjb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbvQfhjb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbvQfhjb .dropdown-item.active,
.cid-uYFbvQfhjb .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbvQfhjb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbvQfhjb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbvQfhjb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbvQfhjb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbvQfhjb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbvQfhjb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbvQfhjb ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbvQfhjb ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbvQfhjb .navbar-buttons {
  text-align: center;
}
.cid-uYFbvQfhjb .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbvQfhjb .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbvQfhjb .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbvQfhjb .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbvQfhjb 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbvQfhjb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbvQfhjb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbvQfhjb button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbvQfhjb button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbvQfhjb button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbvQfhjb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbvQfhjb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbvQfhjb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbvQfhjb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbvQfhjb .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbvQfhjb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbvQfhjb .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-uYFbvQfhjb .navbar {
    height: 70px;
  }
  .cid-uYFbvQfhjb .navbar.opened {
    height: auto;
  }
  .cid-uYFbvQfhjb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbvQfhjb .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbvQfhjb .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbvQfhjb .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-uYFbvQfhjb .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbvQfhjb .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbvQfhjb .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbvQfhjb .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbvQfhjb .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbvQfhjb .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbvQfhjb .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbvQfhjb .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbvQfhjb .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbvQfhjb .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbvQfhjb .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbvQfhjb .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbvQfhjb .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbvQfhjb .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbvQfhjb .navbar-caption {
  color: #000000;
}
.cid-uYFbvQfhjb .nav-link,
.cid-uYFbvQfhjb .dropdown-item {
  color: #000000;
}
.cid-uYFbvRn6e5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbvRn6e5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvRn6e5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvRn6e5 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbvRn6e5 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbvRn6e5 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbvRn6e5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbvRn6e5 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbvRn6e5 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbvRn6e5 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbvRn6e5 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbvRn6e5 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbvRn6e5 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbvRn6e5 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbvRn6e5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbvRn6e5 .mbr-section-title,
.cid-uYFbvRn6e5 .mbr-section-btn,
.cid-uYFbvRn6e5 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbvRMYm2 {
  background-color: transparent;
}
.cid-uYFbvRMYm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvRMYm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvRMYm2 .items-wrap {
  justify-content: space-between;
}
.cid-uYFbvRMYm2 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbvRMYm2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbvRMYm2 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbvRMYm2 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbvRMYm2 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbvRMYm2 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbvRMYm2 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbvRMYm2 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbvRMYm2 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbvRMYm2 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbvRMYm2 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbvRMYm2 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbvRMYm2 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbvRMYm2 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbvRMYm2 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbvRMYm2 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbvRMYm2 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbvRMYm2 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbvRMYm2 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbvRMYm2 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbvRMYm2 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbvRMYm2 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbvRMYm2 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbvRMYm2 .list {
  color: #191c25;
}
.cid-uYFbvRMYm2 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbvRMYm2 .mbr-number_2,
.cid-uYFbvRMYm2 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbvRMYm2 .mbr-section-title,
.cid-uYFbvRMYm2 .mbr-section-btn {
  color: #000000;
}
.cid-uYFbvRMYm2 .list,
.cid-uYFbvRMYm2 .item-wrap {
  color: #000000;
}
.cid-uYFbvS7y1I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvS7y1I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbvS7y1I .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbvS7y1I .image-wrap {
    height: 350px;
  }
}
.cid-uYFbvSpNTx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbvSpNTx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvSpNTx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvSpNTx .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbvSpNTx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbvSpNTx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbvSpNTx .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbvSpNTx .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbvSpNTx .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbvSpNTx .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbvSpNTx .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbvSpNTx .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbvSpNTx .mbr-section-title {
  color: #191c25;
}
.cid-uYFbvSpNTx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbvSpNTx .mbr-section-title,
.cid-uYFbvSpNTx .title-wrapper,
.cid-uYFbvSpNTx .icon-wrapper {
  text-align: center;
}
.cid-uYFbvSpNTx .mbr-section-title,
.cid-uYFbvSpNTx .icon-wrapper,
.cid-uYFbvSpNTx .title-wrapper {
  color: #000000;
}
.cid-uYFbvT1v8f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbvT1v8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvT1v8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvT1v8f .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbvT1v8f .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbvT1v8f .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbvT1v8f .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbvT1v8f .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbvT1v8f .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbvT1v8f .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbvT1v8f .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbvT1v8f .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbvT1v8f .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbvT1v8f .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbvT1v8f .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbvT1v8f .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbvT1v8f .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbvT1v8f .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbvT1v8f .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbvT1v8f .item:hover .item-wrapper .item-img img,
.cid-uYFbvT1v8f .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbvT1v8f .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbvT1v8f .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbvT1v8f .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbvT1v8f .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbvT1v8f .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbvT1v8f .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbvT1v8f .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbvT1v8f .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbvT1v8f .list {
  color: #191c25;
}
.cid-uYFbvT1v8f .mbr-text {
  color: #191c25;
}
.cid-uYFbvT1v8f .item-title {
  color: #191c25;
}
.cid-uYFbvT1v8f .item-text {
  color: #191c25;
}
.cid-uYFbvTENGs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbvTENGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvTENGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvTENGs .items-wrap {
  justify-content: space-between;
}
.cid-uYFbvTENGs .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbvTENGs .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbvTENGs .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbvTENGs .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbvTENGs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbvTENGs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbvTYpx8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbvTYpx8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvTYpx8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvTYpx8 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbvTYpx8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbvTYpx8 .mbr-name {
  color: #858585;
}
.cid-uYFbvTYpx8 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbvTYpx8 .mbr-section-btn {
  text-align: center;
}
.cid-uYFbvVwNRh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbvVwNRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbvVwNRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbvVwNRh .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbvVwNRh .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbvVwNRh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbvVwNRh .mbr-section-title {
  color: #191c25;
}
.cid-uYFbvVwNRh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbvVwNRh .mbr-section-title,
.cid-uYFbvVwNRh .logo-wrapper {
  text-align: center;
}
.cid-uYFby59pBz .navbar-dropdown {
  position: relative !important;
}
.cid-uYFby59pBz .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-uYFby59pBz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFby59pBz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFby59pBz .dropdown-item:hover,
.cid-uYFby59pBz .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFby59pBz .dropdown-item:hover span {
  color: white;
}
.cid-uYFby59pBz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFby59pBz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFby59pBz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFby59pBz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFby59pBz .nav-link {
  position: relative;
}
.cid-uYFby59pBz .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFby59pBz .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFby59pBz .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFby59pBz .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFby59pBz .dropdown-menu,
.cid-uYFby59pBz .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFby59pBz .nav-item:focus,
.cid-uYFby59pBz .nav-link:focus {
  outline: none;
}
.cid-uYFby59pBz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFby59pBz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFby59pBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFby59pBz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFby59pBz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFby59pBz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFby59pBz .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFby59pBz .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFby59pBz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFby59pBz .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFby59pBz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFby59pBz .navbar.collapsed {
  justify-content: center;
}
.cid-uYFby59pBz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFby59pBz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFby59pBz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFby59pBz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFby59pBz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFby59pBz .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-uYFby59pBz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFby59pBz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFby59pBz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFby59pBz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFby59pBz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFby59pBz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFby59pBz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFby59pBz .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-uYFby59pBz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFby59pBz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFby59pBz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFby59pBz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFby59pBz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFby59pBz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFby59pBz .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFby59pBz .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFby59pBz .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-uYFby59pBz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFby59pBz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFby59pBz .dropdown-item.active,
.cid-uYFby59pBz .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFby59pBz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFby59pBz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFby59pBz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFby59pBz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFby59pBz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFby59pBz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFby59pBz ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFby59pBz ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFby59pBz .navbar-buttons {
  text-align: center;
}
.cid-uYFby59pBz .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFby59pBz .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFby59pBz .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFby59pBz .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFby59pBz 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFby59pBz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFby59pBz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFby59pBz button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFby59pBz button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFby59pBz button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFby59pBz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFby59pBz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFby59pBz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFby59pBz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFby59pBz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFby59pBz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFby59pBz .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-uYFby59pBz .navbar {
    height: 70px;
  }
  .cid-uYFby59pBz .navbar.opened {
    height: auto;
  }
  .cid-uYFby59pBz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFby59pBz .navbar-nav {
  margin: 0 auto;
}
.cid-uYFby59pBz .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFby59pBz .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-uYFby59pBz .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFby59pBz .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFby59pBz .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFby59pBz .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFby59pBz .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFby59pBz .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFby59pBz .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFby59pBz .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFby59pBz .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFby59pBz .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFby59pBz .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFby59pBz .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFby59pBz .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFby59pBz .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFby59pBz .navbar-caption {
  color: #000000;
}
.cid-uYFby59pBz .nav-link,
.cid-uYFby59pBz .dropdown-item {
  color: #000000;
}
.cid-uYFby6mwVo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFby6mwVo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby6mwVo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby6mwVo .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFby6mwVo .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFby6mwVo .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFby6mwVo .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFby6mwVo .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFby6mwVo .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFby6mwVo .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFby6mwVo .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFby6mwVo .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFby6mwVo .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFby6mwVo .mbr-section-title {
  color: #191c25;
}
.cid-uYFby6mwVo .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFby6mwVo .mbr-section-title,
.cid-uYFby6mwVo .mbr-section-btn,
.cid-uYFby6mwVo .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFby6GIyf {
  background-color: transparent;
}
.cid-uYFby6GIyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby6GIyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby6GIyf .items-wrap {
  justify-content: space-between;
}
.cid-uYFby6GIyf .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFby6GIyf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFby6GIyf .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFby6GIyf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFby6GIyf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFby6GIyf .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFby6GIyf .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFby6GIyf .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFby6GIyf .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFby6GIyf .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFby6GIyf .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFby6GIyf .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFby6GIyf .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFby6GIyf .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFby6GIyf .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFby6GIyf .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFby6GIyf .image-wrapper {
    height: 350px;
  }
}
.cid-uYFby6GIyf .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFby6GIyf .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFby6GIyf .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFby6GIyf .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFby6GIyf .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFby6GIyf .mbr-section-title {
  color: #191c25;
}
.cid-uYFby6GIyf .list {
  color: #191c25;
}
.cid-uYFby6GIyf .mbr-number_1 {
  color: #191c25;
}
.cid-uYFby6GIyf .mbr-number_2,
.cid-uYFby6GIyf .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFby6GIyf .mbr-section-title,
.cid-uYFby6GIyf .mbr-section-btn {
  color: #000000;
}
.cid-uYFby6GIyf .list,
.cid-uYFby6GIyf .item-wrap {
  color: #000000;
}
.cid-uYFby70YvJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby70YvJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFby70YvJ .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFby70YvJ .image-wrap {
    height: 350px;
  }
}
.cid-uYFby7hnxu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFby7hnxu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby7hnxu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby7hnxu .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFby7hnxu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFby7hnxu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFby7hnxu .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFby7hnxu .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFby7hnxu .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFby7hnxu .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFby7hnxu .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFby7hnxu .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFby7hnxu .mbr-section-title {
  color: #191c25;
}
.cid-uYFby7hnxu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFby7hnxu .mbr-section-title,
.cid-uYFby7hnxu .title-wrapper,
.cid-uYFby7hnxu .icon-wrapper {
  text-align: center;
}
.cid-uYFby7hnxu .mbr-section-title,
.cid-uYFby7hnxu .icon-wrapper,
.cid-uYFby7hnxu .title-wrapper {
  color: #000000;
}
.cid-uYFby7Luyc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFby7Luyc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby7Luyc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby7Luyc .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFby7Luyc .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFby7Luyc .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFby7Luyc .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFby7Luyc .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFby7Luyc .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFby7Luyc .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFby7Luyc .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFby7Luyc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFby7Luyc .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFby7Luyc .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFby7Luyc .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFby7Luyc .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFby7Luyc .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFby7Luyc .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFby7Luyc .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFby7Luyc .item:hover .item-wrapper .item-img img,
.cid-uYFby7Luyc .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFby7Luyc .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFby7Luyc .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFby7Luyc .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFby7Luyc .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFby7Luyc .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFby7Luyc .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFby7Luyc .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFby7Luyc .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFby7Luyc .list {
  color: #191c25;
}
.cid-uYFby7Luyc .mbr-text {
  color: #191c25;
}
.cid-uYFby7Luyc .item-title {
  color: #191c25;
}
.cid-uYFby7Luyc .item-text {
  color: #191c25;
}
.cid-uYFby8lttT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFby8lttT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby8lttT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby8lttT .items-wrap {
  justify-content: space-between;
}
.cid-uYFby8lttT .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFby8lttT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFby8lttT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFby8lttT .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFby8lttT .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFby8lttT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFby8EMjx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFby8EMjx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby8EMjx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby8EMjx .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFby8EMjx .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFby8EMjx .mbr-name {
  color: #858585;
}
.cid-uYFby8EMjx .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFby8EMjx .mbr-section-btn {
  text-align: center;
}
.cid-uYFby9X6Dr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFby9X6Dr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFby9X6Dr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFby9X6Dr .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFby9X6Dr .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFby9X6Dr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFby9X6Dr .mbr-section-title {
  color: #191c25;
}
.cid-uYFby9X6Dr .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFby9X6Dr .mbr-section-title,
.cid-uYFby9X6Dr .logo-wrapper {
  text-align: center;
}
.cid-uYFbAcaMbn .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbAcaMbn .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-uYFbAcaMbn .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbAcaMbn .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbAcaMbn .dropdown-item:hover,
.cid-uYFbAcaMbn .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbAcaMbn .dropdown-item:hover span {
  color: white;
}
.cid-uYFbAcaMbn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbAcaMbn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbAcaMbn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbAcaMbn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbAcaMbn .nav-link {
  position: relative;
}
.cid-uYFbAcaMbn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbAcaMbn .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbAcaMbn .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbAcaMbn .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbAcaMbn .dropdown-menu,
.cid-uYFbAcaMbn .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbAcaMbn .nav-item:focus,
.cid-uYFbAcaMbn .nav-link:focus {
  outline: none;
}
.cid-uYFbAcaMbn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbAcaMbn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbAcaMbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbAcaMbn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbAcaMbn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbAcaMbn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbAcaMbn .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbAcaMbn .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbAcaMbn .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbAcaMbn .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbAcaMbn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbAcaMbn .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbAcaMbn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbAcaMbn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbAcaMbn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbAcaMbn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbAcaMbn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbAcaMbn .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-uYFbAcaMbn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbAcaMbn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbAcaMbn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbAcaMbn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbAcaMbn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbAcaMbn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbAcaMbn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbAcaMbn .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-uYFbAcaMbn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbAcaMbn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbAcaMbn .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbAcaMbn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbAcaMbn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbAcaMbn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbAcaMbn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbAcaMbn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbAcaMbn .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-uYFbAcaMbn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbAcaMbn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbAcaMbn .dropdown-item.active,
.cid-uYFbAcaMbn .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbAcaMbn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbAcaMbn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbAcaMbn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbAcaMbn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbAcaMbn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbAcaMbn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbAcaMbn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbAcaMbn ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbAcaMbn .navbar-buttons {
  text-align: center;
}
.cid-uYFbAcaMbn .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbAcaMbn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbAcaMbn .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbAcaMbn .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbAcaMbn 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbAcaMbn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbAcaMbn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbAcaMbn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbAcaMbn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbAcaMbn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbAcaMbn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbAcaMbn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbAcaMbn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbAcaMbn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbAcaMbn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbAcaMbn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbAcaMbn .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-uYFbAcaMbn .navbar {
    height: 70px;
  }
  .cid-uYFbAcaMbn .navbar.opened {
    height: auto;
  }
  .cid-uYFbAcaMbn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbAcaMbn .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbAcaMbn .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbAcaMbn .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-uYFbAcaMbn .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbAcaMbn .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbAcaMbn .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbAcaMbn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbAcaMbn .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbAcaMbn .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbAcaMbn .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbAcaMbn .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbAcaMbn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbAcaMbn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbAcaMbn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbAcaMbn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbAcaMbn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbAcaMbn .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbAcaMbn .navbar-caption {
  color: #000000;
}
.cid-uYFbAcaMbn .nav-link,
.cid-uYFbAcaMbn .dropdown-item {
  color: #000000;
}
.cid-uYFbAdlbbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbAdlbbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAdlbbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAdlbbW .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbAdlbbW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbAdlbbW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbAdlbbW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbAdlbbW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbAdlbbW .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbAdlbbW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbAdlbbW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbAdlbbW .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbAdlbbW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbAdlbbW .mbr-section-title {
  color: #191c25;
}
.cid-uYFbAdlbbW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbAdlbbW .mbr-section-title,
.cid-uYFbAdlbbW .mbr-section-btn,
.cid-uYFbAdlbbW .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbAdIRwZ {
  background-color: transparent;
}
.cid-uYFbAdIRwZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAdIRwZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAdIRwZ .items-wrap {
  justify-content: space-between;
}
.cid-uYFbAdIRwZ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbAdIRwZ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbAdIRwZ .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbAdIRwZ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbAdIRwZ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbAdIRwZ .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbAdIRwZ .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbAdIRwZ .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbAdIRwZ .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbAdIRwZ .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbAdIRwZ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbAdIRwZ .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbAdIRwZ .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbAdIRwZ .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbAdIRwZ .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbAdIRwZ .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbAdIRwZ .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbAdIRwZ .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbAdIRwZ .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbAdIRwZ .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbAdIRwZ .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbAdIRwZ .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbAdIRwZ .mbr-section-title {
  color: #191c25;
}
.cid-uYFbAdIRwZ .list {
  color: #191c25;
}
.cid-uYFbAdIRwZ .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbAdIRwZ .mbr-number_2,
.cid-uYFbAdIRwZ .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbAdIRwZ .mbr-section-title,
.cid-uYFbAdIRwZ .mbr-section-btn {
  color: #000000;
}
.cid-uYFbAdIRwZ .list,
.cid-uYFbAdIRwZ .item-wrap {
  color: #000000;
}
.cid-uYFbAe350Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAe350Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbAe350Z .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbAe350Z .image-wrap {
    height: 350px;
  }
}
.cid-uYFbAekyXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbAekyXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAekyXR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAekyXR .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbAekyXR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbAekyXR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbAekyXR .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbAekyXR .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbAekyXR .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbAekyXR .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbAekyXR .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbAekyXR .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbAekyXR .mbr-section-title {
  color: #191c25;
}
.cid-uYFbAekyXR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbAekyXR .mbr-section-title,
.cid-uYFbAekyXR .title-wrapper,
.cid-uYFbAekyXR .icon-wrapper {
  text-align: center;
}
.cid-uYFbAekyXR .mbr-section-title,
.cid-uYFbAekyXR .icon-wrapper,
.cid-uYFbAekyXR .title-wrapper {
  color: #000000;
}
.cid-uYFbAeQGPK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbAeQGPK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAeQGPK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAeQGPK .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbAeQGPK .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbAeQGPK .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbAeQGPK .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbAeQGPK .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbAeQGPK .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbAeQGPK .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbAeQGPK .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbAeQGPK .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbAeQGPK .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbAeQGPK .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbAeQGPK .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbAeQGPK .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbAeQGPK .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbAeQGPK .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbAeQGPK .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbAeQGPK .item:hover .item-wrapper .item-img img,
.cid-uYFbAeQGPK .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbAeQGPK .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbAeQGPK .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbAeQGPK .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbAeQGPK .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbAeQGPK .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbAeQGPK .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbAeQGPK .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbAeQGPK .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbAeQGPK .list {
  color: #191c25;
}
.cid-uYFbAeQGPK .mbr-text {
  color: #191c25;
}
.cid-uYFbAeQGPK .item-title {
  color: #191c25;
}
.cid-uYFbAeQGPK .item-text {
  color: #191c25;
}
.cid-uYFbAfsbEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbAfsbEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAfsbEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAfsbEU .items-wrap {
  justify-content: space-between;
}
.cid-uYFbAfsbEU .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbAfsbEU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbAfsbEU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbAfsbEU .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbAfsbEU .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbAfsbEU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbAfO7aC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbAfO7aC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAfO7aC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAfO7aC .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbAfO7aC .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbAfO7aC .mbr-name {
  color: #858585;
}
.cid-uYFbAfO7aC .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbAfO7aC .mbr-section-btn {
  text-align: center;
}
.cid-uYFbAh2PmA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbAh2PmA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbAh2PmA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbAh2PmA .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbAh2PmA .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbAh2PmA .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbAh2PmA .mbr-section-title {
  color: #191c25;
}
.cid-uYFbAh2PmA .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbAh2PmA .mbr-section-title,
.cid-uYFbAh2PmA .logo-wrapper {
  text-align: center;
}
.cid-uYFbCvNxsr .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbCvNxsr .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-uYFbCvNxsr .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbCvNxsr .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbCvNxsr .dropdown-item:hover,
.cid-uYFbCvNxsr .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbCvNxsr .dropdown-item:hover span {
  color: white;
}
.cid-uYFbCvNxsr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbCvNxsr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbCvNxsr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbCvNxsr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbCvNxsr .nav-link {
  position: relative;
}
.cid-uYFbCvNxsr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbCvNxsr .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbCvNxsr .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbCvNxsr .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbCvNxsr .dropdown-menu,
.cid-uYFbCvNxsr .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbCvNxsr .nav-item:focus,
.cid-uYFbCvNxsr .nav-link:focus {
  outline: none;
}
.cid-uYFbCvNxsr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbCvNxsr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbCvNxsr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbCvNxsr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbCvNxsr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbCvNxsr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbCvNxsr .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbCvNxsr .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbCvNxsr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbCvNxsr .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbCvNxsr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbCvNxsr .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbCvNxsr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbCvNxsr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbCvNxsr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbCvNxsr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbCvNxsr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbCvNxsr .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-uYFbCvNxsr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbCvNxsr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbCvNxsr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbCvNxsr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbCvNxsr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbCvNxsr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbCvNxsr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbCvNxsr .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-uYFbCvNxsr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbCvNxsr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbCvNxsr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbCvNxsr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbCvNxsr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbCvNxsr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbCvNxsr .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbCvNxsr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbCvNxsr .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-uYFbCvNxsr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbCvNxsr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbCvNxsr .dropdown-item.active,
.cid-uYFbCvNxsr .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbCvNxsr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbCvNxsr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbCvNxsr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbCvNxsr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbCvNxsr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbCvNxsr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbCvNxsr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbCvNxsr ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbCvNxsr .navbar-buttons {
  text-align: center;
}
.cid-uYFbCvNxsr .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbCvNxsr .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbCvNxsr .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbCvNxsr .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbCvNxsr 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbCvNxsr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbCvNxsr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbCvNxsr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbCvNxsr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbCvNxsr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbCvNxsr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbCvNxsr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbCvNxsr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbCvNxsr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbCvNxsr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbCvNxsr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbCvNxsr .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-uYFbCvNxsr .navbar {
    height: 70px;
  }
  .cid-uYFbCvNxsr .navbar.opened {
    height: auto;
  }
  .cid-uYFbCvNxsr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbCvNxsr .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbCvNxsr .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbCvNxsr .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-uYFbCvNxsr .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbCvNxsr .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbCvNxsr .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbCvNxsr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbCvNxsr .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbCvNxsr .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbCvNxsr .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbCvNxsr .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbCvNxsr .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbCvNxsr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbCvNxsr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbCvNxsr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbCvNxsr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbCvNxsr .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbCvNxsr .navbar-caption {
  color: #000000;
}
.cid-uYFbCvNxsr .nav-link,
.cid-uYFbCvNxsr .dropdown-item {
  color: #000000;
}
.cid-uYFbCx6L3q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbCx6L3q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCx6L3q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCx6L3q .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbCx6L3q .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbCx6L3q .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbCx6L3q .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbCx6L3q .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbCx6L3q .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbCx6L3q .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbCx6L3q .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbCx6L3q .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbCx6L3q .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbCx6L3q .mbr-section-title {
  color: #191c25;
}
.cid-uYFbCx6L3q .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbCx6L3q .mbr-section-title,
.cid-uYFbCx6L3q .mbr-section-btn,
.cid-uYFbCx6L3q .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbCxvXfP {
  background-color: transparent;
}
.cid-uYFbCxvXfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCxvXfP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCxvXfP .items-wrap {
  justify-content: space-between;
}
.cid-uYFbCxvXfP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbCxvXfP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbCxvXfP .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbCxvXfP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbCxvXfP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbCxvXfP .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbCxvXfP .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbCxvXfP .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbCxvXfP .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbCxvXfP .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbCxvXfP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbCxvXfP .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbCxvXfP .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbCxvXfP .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbCxvXfP .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbCxvXfP .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbCxvXfP .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbCxvXfP .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbCxvXfP .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbCxvXfP .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbCxvXfP .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbCxvXfP .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbCxvXfP .mbr-section-title {
  color: #191c25;
}
.cid-uYFbCxvXfP .list {
  color: #191c25;
}
.cid-uYFbCxvXfP .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbCxvXfP .mbr-number_2,
.cid-uYFbCxvXfP .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbCxvXfP .mbr-section-title,
.cid-uYFbCxvXfP .mbr-section-btn {
  color: #000000;
}
.cid-uYFbCxvXfP .list,
.cid-uYFbCxvXfP .item-wrap {
  color: #000000;
}
.cid-uYFbCxOuEj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCxOuEj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbCxOuEj .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbCxOuEj .image-wrap {
    height: 350px;
  }
}
.cid-uYFbCy5zq6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbCy5zq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCy5zq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCy5zq6 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbCy5zq6 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbCy5zq6 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbCy5zq6 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbCy5zq6 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbCy5zq6 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbCy5zq6 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbCy5zq6 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbCy5zq6 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbCy5zq6 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbCy5zq6 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbCy5zq6 .mbr-section-title,
.cid-uYFbCy5zq6 .title-wrapper,
.cid-uYFbCy5zq6 .icon-wrapper {
  text-align: center;
}
.cid-uYFbCy5zq6 .mbr-section-title,
.cid-uYFbCy5zq6 .icon-wrapper,
.cid-uYFbCy5zq6 .title-wrapper {
  color: #000000;
}
.cid-uYFbCyyITk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbCyyITk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCyyITk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCyyITk .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbCyyITk .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbCyyITk .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbCyyITk .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbCyyITk .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbCyyITk .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbCyyITk .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbCyyITk .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbCyyITk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbCyyITk .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbCyyITk .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbCyyITk .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbCyyITk .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbCyyITk .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbCyyITk .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbCyyITk .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbCyyITk .item:hover .item-wrapper .item-img img,
.cid-uYFbCyyITk .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbCyyITk .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbCyyITk .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbCyyITk .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbCyyITk .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbCyyITk .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbCyyITk .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbCyyITk .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbCyyITk .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbCyyITk .list {
  color: #191c25;
}
.cid-uYFbCyyITk .mbr-text {
  color: #191c25;
}
.cid-uYFbCyyITk .item-title {
  color: #191c25;
}
.cid-uYFbCyyITk .item-text {
  color: #191c25;
}
.cid-uYFbCza83q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbCza83q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCza83q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCza83q .items-wrap {
  justify-content: space-between;
}
.cid-uYFbCza83q .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbCza83q .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbCza83q .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbCza83q .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbCza83q .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbCza83q .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbCzvnDP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbCzvnDP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCzvnDP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCzvnDP .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbCzvnDP .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbCzvnDP .mbr-name {
  color: #858585;
}
.cid-uYFbCzvnDP .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbCzvnDP .mbr-section-btn {
  text-align: center;
}
.cid-uYFbCAKYIF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbCAKYIF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbCAKYIF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbCAKYIF .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbCAKYIF .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbCAKYIF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbCAKYIF .mbr-section-title {
  color: #191c25;
}
.cid-uYFbCAKYIF .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbCAKYIF .mbr-section-title,
.cid-uYFbCAKYIF .logo-wrapper {
  text-align: center;
}
.cid-uYFbEqx7CD .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbEqx7CD .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-uYFbEqx7CD .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbEqx7CD .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbEqx7CD .dropdown-item:hover,
.cid-uYFbEqx7CD .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbEqx7CD .dropdown-item:hover span {
  color: white;
}
.cid-uYFbEqx7CD .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbEqx7CD .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbEqx7CD .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbEqx7CD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbEqx7CD .nav-link {
  position: relative;
}
.cid-uYFbEqx7CD .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbEqx7CD .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbEqx7CD .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbEqx7CD .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbEqx7CD .dropdown-menu,
.cid-uYFbEqx7CD .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbEqx7CD .nav-item:focus,
.cid-uYFbEqx7CD .nav-link:focus {
  outline: none;
}
.cid-uYFbEqx7CD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbEqx7CD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbEqx7CD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbEqx7CD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbEqx7CD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbEqx7CD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbEqx7CD .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbEqx7CD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbEqx7CD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbEqx7CD .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbEqx7CD .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbEqx7CD .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbEqx7CD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbEqx7CD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbEqx7CD .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbEqx7CD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbEqx7CD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbEqx7CD .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-uYFbEqx7CD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbEqx7CD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbEqx7CD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbEqx7CD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbEqx7CD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbEqx7CD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbEqx7CD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbEqx7CD .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-uYFbEqx7CD .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbEqx7CD .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbEqx7CD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbEqx7CD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbEqx7CD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbEqx7CD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbEqx7CD .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbEqx7CD .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbEqx7CD .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-uYFbEqx7CD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbEqx7CD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbEqx7CD .dropdown-item.active,
.cid-uYFbEqx7CD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbEqx7CD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbEqx7CD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbEqx7CD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbEqx7CD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbEqx7CD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbEqx7CD .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbEqx7CD ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbEqx7CD ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbEqx7CD .navbar-buttons {
  text-align: center;
}
.cid-uYFbEqx7CD .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbEqx7CD .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbEqx7CD .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbEqx7CD .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbEqx7CD 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbEqx7CD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbEqx7CD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbEqx7CD button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbEqx7CD button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbEqx7CD button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbEqx7CD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbEqx7CD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbEqx7CD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbEqx7CD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbEqx7CD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbEqx7CD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbEqx7CD .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-uYFbEqx7CD .navbar {
    height: 70px;
  }
  .cid-uYFbEqx7CD .navbar.opened {
    height: auto;
  }
  .cid-uYFbEqx7CD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbEqx7CD .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbEqx7CD .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbEqx7CD .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-uYFbEqx7CD .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbEqx7CD .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbEqx7CD .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbEqx7CD .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbEqx7CD .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbEqx7CD .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbEqx7CD .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbEqx7CD .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbEqx7CD .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbEqx7CD .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbEqx7CD .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbEqx7CD .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbEqx7CD .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbEqx7CD .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbEqx7CD .navbar-caption {
  color: #000000;
}
.cid-uYFbEqx7CD .nav-link,
.cid-uYFbEqx7CD .dropdown-item {
  color: #000000;
}
.cid-uYFbErG53x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbErG53x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbErG53x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbErG53x .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbErG53x .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbErG53x .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbErG53x .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbErG53x .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbErG53x .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbErG53x .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbErG53x .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbErG53x .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbErG53x .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbErG53x .mbr-section-title {
  color: #191c25;
}
.cid-uYFbErG53x .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbErG53x .mbr-section-title,
.cid-uYFbErG53x .mbr-section-btn,
.cid-uYFbErG53x .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbErZHrj {
  background-color: transparent;
}
.cid-uYFbErZHrj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbErZHrj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbErZHrj .items-wrap {
  justify-content: space-between;
}
.cid-uYFbErZHrj .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbErZHrj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbErZHrj .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbErZHrj .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbErZHrj .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbErZHrj .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbErZHrj .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbErZHrj .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbErZHrj .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbErZHrj .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbErZHrj .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbErZHrj .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbErZHrj .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbErZHrj .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbErZHrj .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbErZHrj .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbErZHrj .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbErZHrj .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbErZHrj .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbErZHrj .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbErZHrj .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbErZHrj .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbErZHrj .mbr-section-title {
  color: #191c25;
}
.cid-uYFbErZHrj .list {
  color: #191c25;
}
.cid-uYFbErZHrj .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbErZHrj .mbr-number_2,
.cid-uYFbErZHrj .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbErZHrj .mbr-section-title,
.cid-uYFbErZHrj .mbr-section-btn {
  color: #000000;
}
.cid-uYFbErZHrj .list,
.cid-uYFbErZHrj .item-wrap {
  color: #000000;
}
.cid-uYFbEsqSqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbEsqSqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbEsqSqZ .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbEsqSqZ .image-wrap {
    height: 350px;
  }
}
.cid-uYFbEsHWrc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbEsHWrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbEsHWrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbEsHWrc .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbEsHWrc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbEsHWrc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbEsHWrc .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbEsHWrc .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbEsHWrc .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbEsHWrc .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbEsHWrc .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbEsHWrc .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbEsHWrc .mbr-section-title {
  color: #191c25;
}
.cid-uYFbEsHWrc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbEsHWrc .mbr-section-title,
.cid-uYFbEsHWrc .title-wrapper,
.cid-uYFbEsHWrc .icon-wrapper {
  text-align: center;
}
.cid-uYFbEsHWrc .mbr-section-title,
.cid-uYFbEsHWrc .icon-wrapper,
.cid-uYFbEsHWrc .title-wrapper {
  color: #000000;
}
.cid-uYFbEtaIVD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbEtaIVD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbEtaIVD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbEtaIVD .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbEtaIVD .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbEtaIVD .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbEtaIVD .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbEtaIVD .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbEtaIVD .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbEtaIVD .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbEtaIVD .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbEtaIVD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbEtaIVD .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbEtaIVD .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbEtaIVD .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbEtaIVD .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbEtaIVD .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbEtaIVD .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbEtaIVD .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbEtaIVD .item:hover .item-wrapper .item-img img,
.cid-uYFbEtaIVD .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbEtaIVD .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbEtaIVD .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbEtaIVD .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbEtaIVD .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbEtaIVD .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbEtaIVD .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbEtaIVD .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbEtaIVD .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbEtaIVD .list {
  color: #191c25;
}
.cid-uYFbEtaIVD .mbr-text {
  color: #191c25;
}
.cid-uYFbEtaIVD .item-title {
  color: #191c25;
}
.cid-uYFbEtaIVD .item-text {
  color: #191c25;
}
.cid-uYFbEtJbMH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbEtJbMH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbEtJbMH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbEtJbMH .items-wrap {
  justify-content: space-between;
}
.cid-uYFbEtJbMH .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbEtJbMH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbEtJbMH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbEtJbMH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbEtJbMH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbEtJbMH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbEu1ZOj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbEu1ZOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbEu1ZOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbEu1ZOj .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbEu1ZOj .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbEu1ZOj .mbr-name {
  color: #858585;
}
.cid-uYFbEu1ZOj .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbEu1ZOj .mbr-section-btn {
  text-align: center;
}
.cid-uYFbEvkB43 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbEvkB43 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbEvkB43 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbEvkB43 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbEvkB43 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbEvkB43 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbEvkB43 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbEvkB43 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbEvkB43 .mbr-section-title,
.cid-uYFbEvkB43 .logo-wrapper {
  text-align: center;
}
.cid-uYFbHvQaul .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbHvQaul .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-uYFbHvQaul .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbHvQaul .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbHvQaul .dropdown-item:hover,
.cid-uYFbHvQaul .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbHvQaul .dropdown-item:hover span {
  color: white;
}
.cid-uYFbHvQaul .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbHvQaul .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbHvQaul .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbHvQaul .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbHvQaul .nav-link {
  position: relative;
}
.cid-uYFbHvQaul .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbHvQaul .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbHvQaul .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbHvQaul .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbHvQaul .dropdown-menu,
.cid-uYFbHvQaul .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbHvQaul .nav-item:focus,
.cid-uYFbHvQaul .nav-link:focus {
  outline: none;
}
.cid-uYFbHvQaul .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbHvQaul .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbHvQaul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbHvQaul .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbHvQaul .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbHvQaul .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbHvQaul .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbHvQaul .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbHvQaul .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbHvQaul .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbHvQaul .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbHvQaul .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbHvQaul .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbHvQaul .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbHvQaul .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbHvQaul .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbHvQaul .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbHvQaul .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-uYFbHvQaul .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbHvQaul .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbHvQaul .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbHvQaul .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbHvQaul .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbHvQaul .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbHvQaul .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbHvQaul .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-uYFbHvQaul .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbHvQaul .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbHvQaul .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbHvQaul .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbHvQaul .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbHvQaul .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbHvQaul .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbHvQaul .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbHvQaul .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-uYFbHvQaul .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbHvQaul .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbHvQaul .dropdown-item.active,
.cid-uYFbHvQaul .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbHvQaul .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbHvQaul .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbHvQaul .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbHvQaul .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbHvQaul .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbHvQaul .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbHvQaul ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbHvQaul ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbHvQaul .navbar-buttons {
  text-align: center;
}
.cid-uYFbHvQaul .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbHvQaul .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbHvQaul .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbHvQaul .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbHvQaul 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbHvQaul button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbHvQaul button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbHvQaul button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbHvQaul button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbHvQaul button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbHvQaul nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbHvQaul nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbHvQaul nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbHvQaul nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbHvQaul .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbHvQaul a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbHvQaul .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-uYFbHvQaul .navbar {
    height: 70px;
  }
  .cid-uYFbHvQaul .navbar.opened {
    height: auto;
  }
  .cid-uYFbHvQaul .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbHvQaul .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbHvQaul .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbHvQaul .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-uYFbHvQaul .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbHvQaul .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbHvQaul .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbHvQaul .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbHvQaul .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbHvQaul .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbHvQaul .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbHvQaul .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbHvQaul .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbHvQaul .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbHvQaul .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbHvQaul .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbHvQaul .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbHvQaul .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbHvQaul .navbar-caption {
  color: #000000;
}
.cid-uYFbHvQaul .nav-link,
.cid-uYFbHvQaul .dropdown-item {
  color: #000000;
}
.cid-uYFbHxdfil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbHxdfil .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHxdfil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHxdfil .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbHxdfil .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbHxdfil .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbHxdfil .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbHxdfil .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbHxdfil .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbHxdfil .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbHxdfil .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbHxdfil .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbHxdfil .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbHxdfil .mbr-section-title {
  color: #191c25;
}
.cid-uYFbHxdfil .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbHxdfil .mbr-section-title,
.cid-uYFbHxdfil .mbr-section-btn,
.cid-uYFbHxdfil .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbHxA7XO {
  background-color: transparent;
}
.cid-uYFbHxA7XO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHxA7XO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHxA7XO .items-wrap {
  justify-content: space-between;
}
.cid-uYFbHxA7XO .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbHxA7XO .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbHxA7XO .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbHxA7XO .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbHxA7XO .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbHxA7XO .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbHxA7XO .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbHxA7XO .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbHxA7XO .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbHxA7XO .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbHxA7XO .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbHxA7XO .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbHxA7XO .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbHxA7XO .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbHxA7XO .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbHxA7XO .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbHxA7XO .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbHxA7XO .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbHxA7XO .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbHxA7XO .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbHxA7XO .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbHxA7XO .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbHxA7XO .mbr-section-title {
  color: #191c25;
}
.cid-uYFbHxA7XO .list {
  color: #191c25;
}
.cid-uYFbHxA7XO .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbHxA7XO .mbr-number_2,
.cid-uYFbHxA7XO .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbHxA7XO .mbr-section-title,
.cid-uYFbHxA7XO .mbr-section-btn {
  color: #000000;
}
.cid-uYFbHxA7XO .list,
.cid-uYFbHxA7XO .item-wrap {
  color: #000000;
}
.cid-uYFbHxU8Gv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHxU8Gv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbHxU8Gv .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbHxU8Gv .image-wrap {
    height: 350px;
  }
}
.cid-uYFbHyndoC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbHyndoC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHyndoC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHyndoC .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbHyndoC .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbHyndoC .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbHyndoC .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbHyndoC .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbHyndoC .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbHyndoC .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbHyndoC .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbHyndoC .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbHyndoC .mbr-section-title {
  color: #191c25;
}
.cid-uYFbHyndoC .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbHyndoC .mbr-section-title,
.cid-uYFbHyndoC .title-wrapper,
.cid-uYFbHyndoC .icon-wrapper {
  text-align: center;
}
.cid-uYFbHyndoC .mbr-section-title,
.cid-uYFbHyndoC .icon-wrapper,
.cid-uYFbHyndoC .title-wrapper {
  color: #000000;
}
.cid-uYFbHyOpcu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbHyOpcu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHyOpcu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHyOpcu .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbHyOpcu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbHyOpcu .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbHyOpcu .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbHyOpcu .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbHyOpcu .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbHyOpcu .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbHyOpcu .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbHyOpcu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbHyOpcu .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbHyOpcu .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbHyOpcu .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbHyOpcu .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbHyOpcu .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbHyOpcu .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbHyOpcu .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbHyOpcu .item:hover .item-wrapper .item-img img,
.cid-uYFbHyOpcu .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbHyOpcu .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbHyOpcu .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbHyOpcu .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbHyOpcu .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbHyOpcu .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbHyOpcu .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbHyOpcu .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbHyOpcu .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbHyOpcu .list {
  color: #191c25;
}
.cid-uYFbHyOpcu .mbr-text {
  color: #191c25;
}
.cid-uYFbHyOpcu .item-title {
  color: #191c25;
}
.cid-uYFbHyOpcu .item-text {
  color: #191c25;
}
.cid-uYFbHzuQ7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbHzuQ7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHzuQ7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHzuQ7v .items-wrap {
  justify-content: space-between;
}
.cid-uYFbHzuQ7v .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbHzuQ7v .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbHzuQ7v .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbHzuQ7v .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbHzuQ7v .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbHzuQ7v .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbHzM57X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbHzM57X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHzM57X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHzM57X .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbHzM57X .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbHzM57X .mbr-name {
  color: #858585;
}
.cid-uYFbHzM57X .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbHzM57X .mbr-section-btn {
  text-align: center;
}
.cid-uYFbHB8yFS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbHB8yFS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbHB8yFS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbHB8yFS .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbHB8yFS .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbHB8yFS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbHB8yFS .mbr-section-title {
  color: #191c25;
}
.cid-uYFbHB8yFS .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbHB8yFS .mbr-section-title,
.cid-uYFbHB8yFS .logo-wrapper {
  text-align: center;
}
.cid-uYFbLdHNbg .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbLdHNbg .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-uYFbLdHNbg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbLdHNbg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbLdHNbg .dropdown-item:hover,
.cid-uYFbLdHNbg .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbLdHNbg .dropdown-item:hover span {
  color: white;
}
.cid-uYFbLdHNbg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbLdHNbg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbLdHNbg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbLdHNbg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbLdHNbg .nav-link {
  position: relative;
}
.cid-uYFbLdHNbg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbLdHNbg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbLdHNbg .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbLdHNbg .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbLdHNbg .dropdown-menu,
.cid-uYFbLdHNbg .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbLdHNbg .nav-item:focus,
.cid-uYFbLdHNbg .nav-link:focus {
  outline: none;
}
.cid-uYFbLdHNbg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbLdHNbg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbLdHNbg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbLdHNbg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbLdHNbg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbLdHNbg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbLdHNbg .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbLdHNbg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbLdHNbg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbLdHNbg .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbLdHNbg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbLdHNbg .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbLdHNbg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbLdHNbg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbLdHNbg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbLdHNbg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbLdHNbg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbLdHNbg .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-uYFbLdHNbg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbLdHNbg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbLdHNbg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbLdHNbg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbLdHNbg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbLdHNbg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbLdHNbg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbLdHNbg .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-uYFbLdHNbg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbLdHNbg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbLdHNbg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbLdHNbg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbLdHNbg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbLdHNbg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbLdHNbg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbLdHNbg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbLdHNbg .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-uYFbLdHNbg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbLdHNbg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbLdHNbg .dropdown-item.active,
.cid-uYFbLdHNbg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbLdHNbg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbLdHNbg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbLdHNbg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbLdHNbg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbLdHNbg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbLdHNbg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbLdHNbg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbLdHNbg ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbLdHNbg .navbar-buttons {
  text-align: center;
}
.cid-uYFbLdHNbg .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbLdHNbg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbLdHNbg .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbLdHNbg .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbLdHNbg 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbLdHNbg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbLdHNbg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbLdHNbg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbLdHNbg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbLdHNbg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbLdHNbg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbLdHNbg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbLdHNbg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbLdHNbg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbLdHNbg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbLdHNbg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbLdHNbg .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-uYFbLdHNbg .navbar {
    height: 70px;
  }
  .cid-uYFbLdHNbg .navbar.opened {
    height: auto;
  }
  .cid-uYFbLdHNbg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbLdHNbg .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbLdHNbg .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbLdHNbg .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-uYFbLdHNbg .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbLdHNbg .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbLdHNbg .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbLdHNbg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbLdHNbg .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbLdHNbg .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbLdHNbg .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbLdHNbg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbLdHNbg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbLdHNbg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbLdHNbg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbLdHNbg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbLdHNbg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbLdHNbg .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbLdHNbg .navbar-caption {
  color: #000000;
}
.cid-uYFbLdHNbg .nav-link,
.cid-uYFbLdHNbg .dropdown-item {
  color: #000000;
}
.cid-uYFbLfkwAG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbLfkwAG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLfkwAG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLfkwAG .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbLfkwAG .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbLfkwAG .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbLfkwAG .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbLfkwAG .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbLfkwAG .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbLfkwAG .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbLfkwAG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbLfkwAG .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbLfkwAG .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbLfkwAG .mbr-section-title {
  color: #191c25;
}
.cid-uYFbLfkwAG .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbLfkwAG .mbr-section-title,
.cid-uYFbLfkwAG .mbr-section-btn,
.cid-uYFbLfkwAG .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbLfDZ7t {
  background-color: transparent;
}
.cid-uYFbLfDZ7t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLfDZ7t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLfDZ7t .items-wrap {
  justify-content: space-between;
}
.cid-uYFbLfDZ7t .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbLfDZ7t .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbLfDZ7t .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbLfDZ7t .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbLfDZ7t .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbLfDZ7t .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbLfDZ7t .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbLfDZ7t .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbLfDZ7t .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbLfDZ7t .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbLfDZ7t .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbLfDZ7t .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbLfDZ7t .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbLfDZ7t .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbLfDZ7t .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbLfDZ7t .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbLfDZ7t .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbLfDZ7t .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbLfDZ7t .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbLfDZ7t .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbLfDZ7t .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbLfDZ7t .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbLfDZ7t .mbr-section-title {
  color: #191c25;
}
.cid-uYFbLfDZ7t .list {
  color: #191c25;
}
.cid-uYFbLfDZ7t .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbLfDZ7t .mbr-number_2,
.cid-uYFbLfDZ7t .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbLfDZ7t .mbr-section-title,
.cid-uYFbLfDZ7t .mbr-section-btn {
  color: #000000;
}
.cid-uYFbLfDZ7t .list,
.cid-uYFbLfDZ7t .item-wrap {
  color: #000000;
}
.cid-uYFbLfYfaX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLfYfaX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbLfYfaX .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbLfYfaX .image-wrap {
    height: 350px;
  }
}
.cid-uYFbLgbWwD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbLgbWwD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLgbWwD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLgbWwD .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbLgbWwD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbLgbWwD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbLgbWwD .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbLgbWwD .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbLgbWwD .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbLgbWwD .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbLgbWwD .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbLgbWwD .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbLgbWwD .mbr-section-title {
  color: #191c25;
}
.cid-uYFbLgbWwD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbLgbWwD .mbr-section-title,
.cid-uYFbLgbWwD .title-wrapper,
.cid-uYFbLgbWwD .icon-wrapper {
  text-align: center;
}
.cid-uYFbLgbWwD .mbr-section-title,
.cid-uYFbLgbWwD .icon-wrapper,
.cid-uYFbLgbWwD .title-wrapper {
  color: #000000;
}
.cid-uYFbLgGh5V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbLgGh5V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLgGh5V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLgGh5V .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbLgGh5V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbLgGh5V .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbLgGh5V .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbLgGh5V .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbLgGh5V .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbLgGh5V .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbLgGh5V .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbLgGh5V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbLgGh5V .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbLgGh5V .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbLgGh5V .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbLgGh5V .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbLgGh5V .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbLgGh5V .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbLgGh5V .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbLgGh5V .item:hover .item-wrapper .item-img img,
.cid-uYFbLgGh5V .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbLgGh5V .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbLgGh5V .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbLgGh5V .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbLgGh5V .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbLgGh5V .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbLgGh5V .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbLgGh5V .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbLgGh5V .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbLgGh5V .list {
  color: #191c25;
}
.cid-uYFbLgGh5V .mbr-text {
  color: #191c25;
}
.cid-uYFbLgGh5V .item-title {
  color: #191c25;
}
.cid-uYFbLgGh5V .item-text {
  color: #191c25;
}
.cid-uYFbLheAJH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbLheAJH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLheAJH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLheAJH .items-wrap {
  justify-content: space-between;
}
.cid-uYFbLheAJH .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbLheAJH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbLheAJH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbLheAJH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbLheAJH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbLheAJH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbLhyNdT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbLhyNdT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLhyNdT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLhyNdT .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbLhyNdT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbLhyNdT .mbr-name {
  color: #858585;
}
.cid-uYFbLhyNdT .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbLhyNdT .mbr-section-btn {
  text-align: center;
}
.cid-uYFbLiN0Yo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbLiN0Yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbLiN0Yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbLiN0Yo .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbLiN0Yo .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbLiN0Yo .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbLiN0Yo .mbr-section-title {
  color: #191c25;
}
.cid-uYFbLiN0Yo .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbLiN0Yo .mbr-section-title,
.cid-uYFbLiN0Yo .logo-wrapper {
  text-align: center;
}
.cid-uYFbP7b0U6 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbP7b0U6 .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-uYFbP7b0U6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbP7b0U6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbP7b0U6 .dropdown-item:hover,
.cid-uYFbP7b0U6 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbP7b0U6 .dropdown-item:hover span {
  color: white;
}
.cid-uYFbP7b0U6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbP7b0U6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbP7b0U6 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbP7b0U6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbP7b0U6 .nav-link {
  position: relative;
}
.cid-uYFbP7b0U6 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbP7b0U6 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbP7b0U6 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbP7b0U6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbP7b0U6 .dropdown-menu,
.cid-uYFbP7b0U6 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbP7b0U6 .nav-item:focus,
.cid-uYFbP7b0U6 .nav-link:focus {
  outline: none;
}
.cid-uYFbP7b0U6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbP7b0U6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbP7b0U6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbP7b0U6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbP7b0U6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbP7b0U6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbP7b0U6 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbP7b0U6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbP7b0U6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbP7b0U6 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbP7b0U6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbP7b0U6 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbP7b0U6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbP7b0U6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbP7b0U6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbP7b0U6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbP7b0U6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbP7b0U6 .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-uYFbP7b0U6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbP7b0U6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbP7b0U6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbP7b0U6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbP7b0U6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbP7b0U6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbP7b0U6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbP7b0U6 .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-uYFbP7b0U6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbP7b0U6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbP7b0U6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbP7b0U6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbP7b0U6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbP7b0U6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbP7b0U6 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbP7b0U6 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbP7b0U6 .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-uYFbP7b0U6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbP7b0U6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbP7b0U6 .dropdown-item.active,
.cid-uYFbP7b0U6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbP7b0U6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbP7b0U6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbP7b0U6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbP7b0U6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbP7b0U6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbP7b0U6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbP7b0U6 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbP7b0U6 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbP7b0U6 .navbar-buttons {
  text-align: center;
}
.cid-uYFbP7b0U6 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbP7b0U6 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbP7b0U6 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbP7b0U6 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbP7b0U6 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbP7b0U6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbP7b0U6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbP7b0U6 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbP7b0U6 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbP7b0U6 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbP7b0U6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbP7b0U6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbP7b0U6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbP7b0U6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbP7b0U6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbP7b0U6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbP7b0U6 .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-uYFbP7b0U6 .navbar {
    height: 70px;
  }
  .cid-uYFbP7b0U6 .navbar.opened {
    height: auto;
  }
  .cid-uYFbP7b0U6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbP7b0U6 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbP7b0U6 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbP7b0U6 .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-uYFbP7b0U6 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbP7b0U6 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbP7b0U6 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbP7b0U6 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbP7b0U6 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbP7b0U6 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbP7b0U6 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbP7b0U6 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbP7b0U6 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbP7b0U6 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbP7b0U6 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbP7b0U6 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbP7b0U6 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbP7b0U6 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbP7b0U6 .navbar-caption {
  color: #000000;
}
.cid-uYFbP7b0U6 .nav-link,
.cid-uYFbP7b0U6 .dropdown-item {
  color: #000000;
}
.cid-uYFbP8rGqp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbP8rGqp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbP8rGqp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbP8rGqp .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbP8rGqp .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbP8rGqp .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbP8rGqp .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbP8rGqp .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbP8rGqp .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbP8rGqp .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbP8rGqp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbP8rGqp .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbP8rGqp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbP8rGqp .mbr-section-title {
  color: #191c25;
}
.cid-uYFbP8rGqp .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbP8rGqp .mbr-section-title,
.cid-uYFbP8rGqp .mbr-section-btn,
.cid-uYFbP8rGqp .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbP8Kpsv {
  background-color: transparent;
}
.cid-uYFbP8Kpsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbP8Kpsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbP8Kpsv .items-wrap {
  justify-content: space-between;
}
.cid-uYFbP8Kpsv .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbP8Kpsv .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbP8Kpsv .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbP8Kpsv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbP8Kpsv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbP8Kpsv .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbP8Kpsv .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbP8Kpsv .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbP8Kpsv .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbP8Kpsv .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbP8Kpsv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbP8Kpsv .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbP8Kpsv .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbP8Kpsv .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbP8Kpsv .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbP8Kpsv .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbP8Kpsv .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbP8Kpsv .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbP8Kpsv .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbP8Kpsv .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbP8Kpsv .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbP8Kpsv .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbP8Kpsv .mbr-section-title {
  color: #191c25;
}
.cid-uYFbP8Kpsv .list {
  color: #191c25;
}
.cid-uYFbP8Kpsv .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbP8Kpsv .mbr-number_2,
.cid-uYFbP8Kpsv .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbP8Kpsv .mbr-section-title,
.cid-uYFbP8Kpsv .mbr-section-btn {
  color: #000000;
}
.cid-uYFbP8Kpsv .list,
.cid-uYFbP8Kpsv .item-wrap {
  color: #000000;
}
.cid-uYFbP94pB8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbP94pB8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbP94pB8 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbP94pB8 .image-wrap {
    height: 350px;
  }
}
.cid-uYFbP9kUce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbP9kUce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbP9kUce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbP9kUce .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbP9kUce .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbP9kUce .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbP9kUce .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbP9kUce .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbP9kUce .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbP9kUce .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbP9kUce .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbP9kUce .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbP9kUce .mbr-section-title {
  color: #191c25;
}
.cid-uYFbP9kUce .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbP9kUce .mbr-section-title,
.cid-uYFbP9kUce .title-wrapper,
.cid-uYFbP9kUce .icon-wrapper {
  text-align: center;
}
.cid-uYFbP9kUce .mbr-section-title,
.cid-uYFbP9kUce .icon-wrapper,
.cid-uYFbP9kUce .title-wrapper {
  color: #000000;
}
.cid-uYFbP9NTEM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbP9NTEM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbP9NTEM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbP9NTEM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbP9NTEM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbP9NTEM .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbP9NTEM .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbP9NTEM .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbP9NTEM .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbP9NTEM .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbP9NTEM .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbP9NTEM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbP9NTEM .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbP9NTEM .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbP9NTEM .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbP9NTEM .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbP9NTEM .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbP9NTEM .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbP9NTEM .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbP9NTEM .item:hover .item-wrapper .item-img img,
.cid-uYFbP9NTEM .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbP9NTEM .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbP9NTEM .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbP9NTEM .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbP9NTEM .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbP9NTEM .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbP9NTEM .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbP9NTEM .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbP9NTEM .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbP9NTEM .list {
  color: #191c25;
}
.cid-uYFbP9NTEM .mbr-text {
  color: #191c25;
}
.cid-uYFbP9NTEM .item-title {
  color: #191c25;
}
.cid-uYFbP9NTEM .item-text {
  color: #191c25;
}
.cid-uYFbPanDtc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbPanDtc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbPanDtc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbPanDtc .items-wrap {
  justify-content: space-between;
}
.cid-uYFbPanDtc .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbPanDtc .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbPanDtc .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbPanDtc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbPanDtc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbPanDtc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbPaJlcl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbPaJlcl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbPaJlcl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbPaJlcl .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbPaJlcl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbPaJlcl .mbr-name {
  color: #858585;
}
.cid-uYFbPaJlcl .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbPaJlcl .mbr-section-btn {
  text-align: center;
}
.cid-uYFbPbYbmU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbPbYbmU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbPbYbmU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbPbYbmU .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbPbYbmU .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbPbYbmU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbPbYbmU .mbr-section-title {
  color: #191c25;
}
.cid-uYFbPbYbmU .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbPbYbmU .mbr-section-title,
.cid-uYFbPbYbmU .logo-wrapper {
  text-align: center;
}
.cid-uYFbSr0DPI .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbSr0DPI .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-uYFbSr0DPI .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbSr0DPI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbSr0DPI .dropdown-item:hover,
.cid-uYFbSr0DPI .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbSr0DPI .dropdown-item:hover span {
  color: white;
}
.cid-uYFbSr0DPI .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbSr0DPI .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbSr0DPI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbSr0DPI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbSr0DPI .nav-link {
  position: relative;
}
.cid-uYFbSr0DPI .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbSr0DPI .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbSr0DPI .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbSr0DPI .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbSr0DPI .dropdown-menu,
.cid-uYFbSr0DPI .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbSr0DPI .nav-item:focus,
.cid-uYFbSr0DPI .nav-link:focus {
  outline: none;
}
.cid-uYFbSr0DPI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbSr0DPI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbSr0DPI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbSr0DPI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbSr0DPI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbSr0DPI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbSr0DPI .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbSr0DPI .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbSr0DPI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbSr0DPI .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbSr0DPI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbSr0DPI .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbSr0DPI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbSr0DPI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbSr0DPI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbSr0DPI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbSr0DPI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbSr0DPI .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-uYFbSr0DPI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbSr0DPI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbSr0DPI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbSr0DPI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbSr0DPI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbSr0DPI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbSr0DPI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbSr0DPI .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-uYFbSr0DPI .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbSr0DPI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbSr0DPI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbSr0DPI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbSr0DPI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbSr0DPI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbSr0DPI .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbSr0DPI .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbSr0DPI .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-uYFbSr0DPI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbSr0DPI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbSr0DPI .dropdown-item.active,
.cid-uYFbSr0DPI .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbSr0DPI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbSr0DPI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbSr0DPI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbSr0DPI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbSr0DPI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbSr0DPI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbSr0DPI ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbSr0DPI ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbSr0DPI .navbar-buttons {
  text-align: center;
}
.cid-uYFbSr0DPI .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbSr0DPI .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbSr0DPI .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbSr0DPI .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbSr0DPI 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbSr0DPI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbSr0DPI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbSr0DPI button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbSr0DPI button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbSr0DPI button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbSr0DPI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbSr0DPI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbSr0DPI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbSr0DPI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbSr0DPI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbSr0DPI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbSr0DPI .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-uYFbSr0DPI .navbar {
    height: 70px;
  }
  .cid-uYFbSr0DPI .navbar.opened {
    height: auto;
  }
  .cid-uYFbSr0DPI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbSr0DPI .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbSr0DPI .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbSr0DPI .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-uYFbSr0DPI .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbSr0DPI .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbSr0DPI .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbSr0DPI .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbSr0DPI .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbSr0DPI .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbSr0DPI .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbSr0DPI .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbSr0DPI .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbSr0DPI .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbSr0DPI .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbSr0DPI .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbSr0DPI .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbSr0DPI .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbSr0DPI .navbar-caption {
  color: #000000;
}
.cid-uYFbSr0DPI .nav-link,
.cid-uYFbSr0DPI .dropdown-item {
  color: #000000;
}
.cid-uYFbSss8lP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbSss8lP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbSss8lP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbSss8lP .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbSss8lP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbSss8lP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbSss8lP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbSss8lP .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbSss8lP .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbSss8lP .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbSss8lP .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbSss8lP .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbSss8lP .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbSss8lP .mbr-section-title {
  color: #191c25;
}
.cid-uYFbSss8lP .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbSss8lP .mbr-section-title,
.cid-uYFbSss8lP .mbr-section-btn,
.cid-uYFbSss8lP .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbSsOEk9 {
  background-color: transparent;
}
.cid-uYFbSsOEk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbSsOEk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbSsOEk9 .items-wrap {
  justify-content: space-between;
}
.cid-uYFbSsOEk9 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbSsOEk9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbSsOEk9 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbSsOEk9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbSsOEk9 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbSsOEk9 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbSsOEk9 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbSsOEk9 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbSsOEk9 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbSsOEk9 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbSsOEk9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbSsOEk9 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbSsOEk9 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbSsOEk9 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbSsOEk9 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbSsOEk9 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbSsOEk9 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbSsOEk9 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbSsOEk9 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbSsOEk9 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbSsOEk9 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbSsOEk9 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbSsOEk9 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbSsOEk9 .list {
  color: #191c25;
}
.cid-uYFbSsOEk9 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbSsOEk9 .mbr-number_2,
.cid-uYFbSsOEk9 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbSsOEk9 .mbr-section-title,
.cid-uYFbSsOEk9 .mbr-section-btn {
  color: #000000;
}
.cid-uYFbSsOEk9 .list,
.cid-uYFbSsOEk9 .item-wrap {
  color: #000000;
}
.cid-uYFbSt8vQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbSt8vQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbSt8vQp .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbSt8vQp .image-wrap {
    height: 350px;
  }
}
.cid-uYFbStltzJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbStltzJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbStltzJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbStltzJ .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbStltzJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbStltzJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbStltzJ .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbStltzJ .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbStltzJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbStltzJ .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbStltzJ .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbStltzJ .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbStltzJ .mbr-section-title {
  color: #191c25;
}
.cid-uYFbStltzJ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbStltzJ .mbr-section-title,
.cid-uYFbStltzJ .title-wrapper,
.cid-uYFbStltzJ .icon-wrapper {
  text-align: center;
}
.cid-uYFbStltzJ .mbr-section-title,
.cid-uYFbStltzJ .icon-wrapper,
.cid-uYFbStltzJ .title-wrapper {
  color: #000000;
}
.cid-uYFbStNAAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbStNAAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbStNAAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbStNAAq .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbStNAAq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbStNAAq .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbStNAAq .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbStNAAq .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbStNAAq .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbStNAAq .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbStNAAq .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbStNAAq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbStNAAq .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbStNAAq .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbStNAAq .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbStNAAq .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbStNAAq .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbStNAAq .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbStNAAq .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbStNAAq .item:hover .item-wrapper .item-img img,
.cid-uYFbStNAAq .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbStNAAq .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbStNAAq .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbStNAAq .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbStNAAq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbStNAAq .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbStNAAq .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbStNAAq .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbStNAAq .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbStNAAq .list {
  color: #191c25;
}
.cid-uYFbStNAAq .mbr-text {
  color: #191c25;
}
.cid-uYFbStNAAq .item-title {
  color: #191c25;
}
.cid-uYFbStNAAq .item-text {
  color: #191c25;
}
.cid-uYFbSunyEF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbSunyEF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbSunyEF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbSunyEF .items-wrap {
  justify-content: space-between;
}
.cid-uYFbSunyEF .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbSunyEF .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbSunyEF .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbSunyEF .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbSunyEF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbSunyEF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbSuGB6x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbSuGB6x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbSuGB6x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbSuGB6x .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbSuGB6x .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbSuGB6x .mbr-name {
  color: #858585;
}
.cid-uYFbSuGB6x .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbSuGB6x .mbr-section-btn {
  text-align: center;
}
.cid-uYFbSw2WUm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbSw2WUm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbSw2WUm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbSw2WUm .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbSw2WUm .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbSw2WUm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbSw2WUm .mbr-section-title {
  color: #191c25;
}
.cid-uYFbSw2WUm .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbSw2WUm .mbr-section-title,
.cid-uYFbSw2WUm .logo-wrapper {
  text-align: center;
}
.cid-uYFbVy8AJQ .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbVy8AJQ .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-uYFbVy8AJQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbVy8AJQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbVy8AJQ .dropdown-item:hover,
.cid-uYFbVy8AJQ .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbVy8AJQ .dropdown-item:hover span {
  color: white;
}
.cid-uYFbVy8AJQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbVy8AJQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbVy8AJQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbVy8AJQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbVy8AJQ .nav-link {
  position: relative;
}
.cid-uYFbVy8AJQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbVy8AJQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbVy8AJQ .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbVy8AJQ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbVy8AJQ .dropdown-menu,
.cid-uYFbVy8AJQ .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbVy8AJQ .nav-item:focus,
.cid-uYFbVy8AJQ .nav-link:focus {
  outline: none;
}
.cid-uYFbVy8AJQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbVy8AJQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbVy8AJQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbVy8AJQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbVy8AJQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbVy8AJQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbVy8AJQ .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbVy8AJQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbVy8AJQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbVy8AJQ .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbVy8AJQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbVy8AJQ .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbVy8AJQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbVy8AJQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbVy8AJQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbVy8AJQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbVy8AJQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbVy8AJQ .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-uYFbVy8AJQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbVy8AJQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbVy8AJQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbVy8AJQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbVy8AJQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbVy8AJQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbVy8AJQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbVy8AJQ .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-uYFbVy8AJQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbVy8AJQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbVy8AJQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbVy8AJQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbVy8AJQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbVy8AJQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbVy8AJQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbVy8AJQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbVy8AJQ .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-uYFbVy8AJQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbVy8AJQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbVy8AJQ .dropdown-item.active,
.cid-uYFbVy8AJQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbVy8AJQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbVy8AJQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbVy8AJQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbVy8AJQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbVy8AJQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbVy8AJQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbVy8AJQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbVy8AJQ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbVy8AJQ .navbar-buttons {
  text-align: center;
}
.cid-uYFbVy8AJQ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbVy8AJQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbVy8AJQ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbVy8AJQ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbVy8AJQ 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbVy8AJQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbVy8AJQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbVy8AJQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbVy8AJQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbVy8AJQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbVy8AJQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbVy8AJQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbVy8AJQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbVy8AJQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbVy8AJQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbVy8AJQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbVy8AJQ .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-uYFbVy8AJQ .navbar {
    height: 70px;
  }
  .cid-uYFbVy8AJQ .navbar.opened {
    height: auto;
  }
  .cid-uYFbVy8AJQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbVy8AJQ .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbVy8AJQ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbVy8AJQ .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-uYFbVy8AJQ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbVy8AJQ .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbVy8AJQ .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbVy8AJQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbVy8AJQ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbVy8AJQ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbVy8AJQ .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbVy8AJQ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbVy8AJQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbVy8AJQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbVy8AJQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbVy8AJQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbVy8AJQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbVy8AJQ .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbVy8AJQ .navbar-caption {
  color: #000000;
}
.cid-uYFbVy8AJQ .nav-link,
.cid-uYFbVy8AJQ .dropdown-item {
  color: #000000;
}
.cid-uYFbVzsoqc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbVzsoqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVzsoqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVzsoqc .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbVzsoqc .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbVzsoqc .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbVzsoqc .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbVzsoqc .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbVzsoqc .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbVzsoqc .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbVzsoqc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbVzsoqc .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbVzsoqc .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbVzsoqc .mbr-section-title {
  color: #191c25;
}
.cid-uYFbVzsoqc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbVzsoqc .mbr-section-title,
.cid-uYFbVzsoqc .mbr-section-btn,
.cid-uYFbVzsoqc .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbVzM9Uu {
  background-color: transparent;
}
.cid-uYFbVzM9Uu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVzM9Uu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVzM9Uu .items-wrap {
  justify-content: space-between;
}
.cid-uYFbVzM9Uu .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbVzM9Uu .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbVzM9Uu .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbVzM9Uu .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbVzM9Uu .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbVzM9Uu .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbVzM9Uu .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbVzM9Uu .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbVzM9Uu .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbVzM9Uu .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbVzM9Uu .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbVzM9Uu .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbVzM9Uu .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbVzM9Uu .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbVzM9Uu .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbVzM9Uu .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbVzM9Uu .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbVzM9Uu .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbVzM9Uu .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbVzM9Uu .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbVzM9Uu .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbVzM9Uu .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbVzM9Uu .mbr-section-title {
  color: #191c25;
}
.cid-uYFbVzM9Uu .list {
  color: #191c25;
}
.cid-uYFbVzM9Uu .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbVzM9Uu .mbr-number_2,
.cid-uYFbVzM9Uu .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbVzM9Uu .mbr-section-title,
.cid-uYFbVzM9Uu .mbr-section-btn {
  color: #000000;
}
.cid-uYFbVzM9Uu .list,
.cid-uYFbVzM9Uu .item-wrap {
  color: #000000;
}
.cid-uYFbVA5PX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVA5PX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbVA5PX4 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbVA5PX4 .image-wrap {
    height: 350px;
  }
}
.cid-uYFbVAmS74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbVAmS74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVAmS74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVAmS74 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbVAmS74 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbVAmS74 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbVAmS74 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbVAmS74 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbVAmS74 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbVAmS74 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbVAmS74 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbVAmS74 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbVAmS74 .mbr-section-title {
  color: #191c25;
}
.cid-uYFbVAmS74 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbVAmS74 .mbr-section-title,
.cid-uYFbVAmS74 .title-wrapper,
.cid-uYFbVAmS74 .icon-wrapper {
  text-align: center;
}
.cid-uYFbVAmS74 .mbr-section-title,
.cid-uYFbVAmS74 .icon-wrapper,
.cid-uYFbVAmS74 .title-wrapper {
  color: #000000;
}
.cid-uYFbVAPNFX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbVAPNFX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVAPNFX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVAPNFX .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbVAPNFX .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbVAPNFX .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbVAPNFX .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbVAPNFX .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbVAPNFX .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbVAPNFX .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbVAPNFX .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbVAPNFX .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbVAPNFX .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbVAPNFX .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbVAPNFX .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbVAPNFX .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbVAPNFX .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbVAPNFX .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbVAPNFX .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbVAPNFX .item:hover .item-wrapper .item-img img,
.cid-uYFbVAPNFX .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbVAPNFX .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbVAPNFX .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbVAPNFX .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbVAPNFX .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbVAPNFX .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbVAPNFX .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbVAPNFX .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbVAPNFX .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbVAPNFX .list {
  color: #191c25;
}
.cid-uYFbVAPNFX .mbr-text {
  color: #191c25;
}
.cid-uYFbVAPNFX .item-title {
  color: #191c25;
}
.cid-uYFbVAPNFX .item-text {
  color: #191c25;
}
.cid-uYFbVBrBq4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbVBrBq4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVBrBq4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVBrBq4 .items-wrap {
  justify-content: space-between;
}
.cid-uYFbVBrBq4 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbVBrBq4 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbVBrBq4 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbVBrBq4 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbVBrBq4 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbVBrBq4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbVBWWoR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbVBWWoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVBWWoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVBWWoR .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbVBWWoR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbVBWWoR .mbr-name {
  color: #858585;
}
.cid-uYFbVBWWoR .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbVBWWoR .mbr-section-btn {
  text-align: center;
}
.cid-uYFbVDcMug {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbVDcMug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbVDcMug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbVDcMug .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbVDcMug .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbVDcMug .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbVDcMug .mbr-section-title {
  color: #191c25;
}
.cid-uYFbVDcMug .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbVDcMug .mbr-section-title,
.cid-uYFbVDcMug .logo-wrapper {
  text-align: center;
}
.cid-uYFbYimGKf .navbar-dropdown {
  position: relative !important;
}
.cid-uYFbYimGKf .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-uYFbYimGKf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFbYimGKf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFbYimGKf .dropdown-item:hover,
.cid-uYFbYimGKf .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFbYimGKf .dropdown-item:hover span {
  color: white;
}
.cid-uYFbYimGKf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFbYimGKf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFbYimGKf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFbYimGKf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFbYimGKf .nav-link {
  position: relative;
}
.cid-uYFbYimGKf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFbYimGKf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFbYimGKf .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbYimGKf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFbYimGKf .dropdown-menu,
.cid-uYFbYimGKf .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFbYimGKf .nav-item:focus,
.cid-uYFbYimGKf .nav-link:focus {
  outline: none;
}
.cid-uYFbYimGKf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFbYimGKf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFbYimGKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFbYimGKf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFbYimGKf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFbYimGKf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFbYimGKf .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFbYimGKf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFbYimGKf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFbYimGKf .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFbYimGKf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFbYimGKf .navbar.collapsed {
  justify-content: center;
}
.cid-uYFbYimGKf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFbYimGKf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFbYimGKf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFbYimGKf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFbYimGKf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFbYimGKf .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-uYFbYimGKf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFbYimGKf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFbYimGKf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFbYimGKf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFbYimGKf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFbYimGKf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFbYimGKf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFbYimGKf .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-uYFbYimGKf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFbYimGKf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFbYimGKf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFbYimGKf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFbYimGKf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFbYimGKf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFbYimGKf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFbYimGKf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFbYimGKf .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-uYFbYimGKf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFbYimGKf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFbYimGKf .dropdown-item.active,
.cid-uYFbYimGKf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFbYimGKf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFbYimGKf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFbYimGKf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFbYimGKf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFbYimGKf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFbYimGKf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFbYimGKf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFbYimGKf ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFbYimGKf .navbar-buttons {
  text-align: center;
}
.cid-uYFbYimGKf .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFbYimGKf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFbYimGKf .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFbYimGKf .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFbYimGKf 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFbYimGKf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFbYimGKf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFbYimGKf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbYimGKf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFbYimGKf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFbYimGKf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbYimGKf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFbYimGKf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFbYimGKf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFbYimGKf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFbYimGKf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFbYimGKf .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-uYFbYimGKf .navbar {
    height: 70px;
  }
  .cid-uYFbYimGKf .navbar.opened {
    height: auto;
  }
  .cid-uYFbYimGKf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFbYimGKf .navbar-nav {
  margin: 0 auto;
}
.cid-uYFbYimGKf .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFbYimGKf .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-uYFbYimGKf .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFbYimGKf .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFbYimGKf .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFbYimGKf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFbYimGKf .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFbYimGKf .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFbYimGKf .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFbYimGKf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFbYimGKf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFbYimGKf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFbYimGKf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFbYimGKf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFbYimGKf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFbYimGKf .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFbYimGKf .navbar-caption {
  color: #000000;
}
.cid-uYFbYimGKf .nav-link,
.cid-uYFbYimGKf .dropdown-item {
  color: #000000;
}
.cid-uYFbYjRfRM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbYjRfRM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYjRfRM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYjRfRM .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFbYjRfRM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbYjRfRM .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbYjRfRM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbYjRfRM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFbYjRfRM .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFbYjRfRM .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFbYjRfRM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFbYjRfRM .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFbYjRfRM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbYjRfRM .mbr-section-title {
  color: #191c25;
}
.cid-uYFbYjRfRM .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbYjRfRM .mbr-section-title,
.cid-uYFbYjRfRM .mbr-section-btn,
.cid-uYFbYjRfRM .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFbYkgNug {
  background-color: transparent;
}
.cid-uYFbYkgNug .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYkgNug .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYkgNug .items-wrap {
  justify-content: space-between;
}
.cid-uYFbYkgNug .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbYkgNug .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbYkgNug .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFbYkgNug .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbYkgNug .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbYkgNug .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFbYkgNug .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFbYkgNug .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFbYkgNug .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFbYkgNug .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFbYkgNug .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFbYkgNug .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFbYkgNug .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbYkgNug .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFbYkgNug .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFbYkgNug .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFbYkgNug .image-wrapper {
    height: 350px;
  }
}
.cid-uYFbYkgNug .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFbYkgNug .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFbYkgNug .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFbYkgNug .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFbYkgNug .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFbYkgNug .mbr-section-title {
  color: #191c25;
}
.cid-uYFbYkgNug .list {
  color: #191c25;
}
.cid-uYFbYkgNug .mbr-number_1 {
  color: #191c25;
}
.cid-uYFbYkgNug .mbr-number_2,
.cid-uYFbYkgNug .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFbYkgNug .mbr-section-title,
.cid-uYFbYkgNug .mbr-section-btn {
  color: #000000;
}
.cid-uYFbYkgNug .list,
.cid-uYFbYkgNug .item-wrap {
  color: #000000;
}
.cid-uYFbYkA6yw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYkA6yw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFbYkA6yw .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFbYkA6yw .image-wrap {
    height: 350px;
  }
}
.cid-uYFbYkPUbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbYkPUbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYkPUbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYkPUbj .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFbYkPUbj .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbYkPUbj .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFbYkPUbj .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFbYkPUbj .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFbYkPUbj .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFbYkPUbj .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFbYkPUbj .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFbYkPUbj .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFbYkPUbj .mbr-section-title {
  color: #191c25;
}
.cid-uYFbYkPUbj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFbYkPUbj .mbr-section-title,
.cid-uYFbYkPUbj .title-wrapper,
.cid-uYFbYkPUbj .icon-wrapper {
  text-align: center;
}
.cid-uYFbYkPUbj .mbr-section-title,
.cid-uYFbYkPUbj .icon-wrapper,
.cid-uYFbYkPUbj .title-wrapper {
  color: #000000;
}
.cid-uYFbYlgctM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbYlgctM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYlgctM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYlgctM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbYlgctM .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFbYlgctM .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbYlgctM .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFbYlgctM .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFbYlgctM .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFbYlgctM .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFbYlgctM .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFbYlgctM .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFbYlgctM .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFbYlgctM .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFbYlgctM .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFbYlgctM .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFbYlgctM .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFbYlgctM .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFbYlgctM .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFbYlgctM .item:hover .item-wrapper .item-img img,
.cid-uYFbYlgctM .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFbYlgctM .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFbYlgctM .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFbYlgctM .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFbYlgctM .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFbYlgctM .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFbYlgctM .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFbYlgctM .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFbYlgctM .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFbYlgctM .list {
  color: #191c25;
}
.cid-uYFbYlgctM .mbr-text {
  color: #191c25;
}
.cid-uYFbYlgctM .item-title {
  color: #191c25;
}
.cid-uYFbYlgctM .item-text {
  color: #191c25;
}
.cid-uYFbYlVLtZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbYlVLtZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYlVLtZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYlVLtZ .items-wrap {
  justify-content: space-between;
}
.cid-uYFbYlVLtZ .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFbYlVLtZ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFbYlVLtZ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFbYlVLtZ .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFbYlVLtZ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFbYlVLtZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFbYmeBKx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFbYmeBKx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYmeBKx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYmeBKx .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFbYmeBKx .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFbYmeBKx .mbr-name {
  color: #858585;
}
.cid-uYFbYmeBKx .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFbYmeBKx .mbr-section-btn {
  text-align: center;
}
.cid-uYFbYnu8Vr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFbYnu8Vr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFbYnu8Vr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFbYnu8Vr .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFbYnu8Vr .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFbYnu8Vr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFbYnu8Vr .mbr-section-title {
  color: #191c25;
}
.cid-uYFbYnu8Vr .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFbYnu8Vr .mbr-section-title,
.cid-uYFbYnu8Vr .logo-wrapper {
  text-align: center;
}
.cid-uYFc1GZUIJ .navbar-dropdown {
  position: relative !important;
}
.cid-uYFc1GZUIJ .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-uYFc1GZUIJ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFc1GZUIJ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFc1GZUIJ .dropdown-item:hover,
.cid-uYFc1GZUIJ .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFc1GZUIJ .dropdown-item:hover span {
  color: white;
}
.cid-uYFc1GZUIJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFc1GZUIJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFc1GZUIJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFc1GZUIJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFc1GZUIJ .nav-link {
  position: relative;
}
.cid-uYFc1GZUIJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFc1GZUIJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFc1GZUIJ .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFc1GZUIJ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFc1GZUIJ .dropdown-menu,
.cid-uYFc1GZUIJ .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFc1GZUIJ .nav-item:focus,
.cid-uYFc1GZUIJ .nav-link:focus {
  outline: none;
}
.cid-uYFc1GZUIJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFc1GZUIJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFc1GZUIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFc1GZUIJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFc1GZUIJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFc1GZUIJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFc1GZUIJ .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFc1GZUIJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFc1GZUIJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFc1GZUIJ .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFc1GZUIJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFc1GZUIJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYFc1GZUIJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFc1GZUIJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFc1GZUIJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFc1GZUIJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFc1GZUIJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFc1GZUIJ .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-uYFc1GZUIJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFc1GZUIJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFc1GZUIJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFc1GZUIJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFc1GZUIJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFc1GZUIJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFc1GZUIJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFc1GZUIJ .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-uYFc1GZUIJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFc1GZUIJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFc1GZUIJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFc1GZUIJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFc1GZUIJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFc1GZUIJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFc1GZUIJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFc1GZUIJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFc1GZUIJ .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-uYFc1GZUIJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFc1GZUIJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFc1GZUIJ .dropdown-item.active,
.cid-uYFc1GZUIJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFc1GZUIJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFc1GZUIJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFc1GZUIJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFc1GZUIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFc1GZUIJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFc1GZUIJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFc1GZUIJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFc1GZUIJ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFc1GZUIJ .navbar-buttons {
  text-align: center;
}
.cid-uYFc1GZUIJ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFc1GZUIJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFc1GZUIJ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFc1GZUIJ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFc1GZUIJ 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFc1GZUIJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFc1GZUIJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFc1GZUIJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFc1GZUIJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFc1GZUIJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFc1GZUIJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFc1GZUIJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFc1GZUIJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFc1GZUIJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFc1GZUIJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFc1GZUIJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFc1GZUIJ .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-uYFc1GZUIJ .navbar {
    height: 70px;
  }
  .cid-uYFc1GZUIJ .navbar.opened {
    height: auto;
  }
  .cid-uYFc1GZUIJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFc1GZUIJ .navbar-nav {
  margin: 0 auto;
}
.cid-uYFc1GZUIJ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFc1GZUIJ .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-uYFc1GZUIJ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFc1GZUIJ .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFc1GZUIJ .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFc1GZUIJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFc1GZUIJ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFc1GZUIJ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFc1GZUIJ .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFc1GZUIJ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFc1GZUIJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFc1GZUIJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFc1GZUIJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFc1GZUIJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFc1GZUIJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFc1GZUIJ .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFc1GZUIJ .navbar-caption {
  color: #000000;
}
.cid-uYFc1GZUIJ .nav-link,
.cid-uYFc1GZUIJ .dropdown-item {
  color: #000000;
}
.cid-uYFc1IuvyD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc1IuvyD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1IuvyD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1IuvyD .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFc1IuvyD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc1IuvyD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFc1IuvyD .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFc1IuvyD .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFc1IuvyD .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFc1IuvyD .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFc1IuvyD .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFc1IuvyD .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFc1IuvyD .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFc1IuvyD .mbr-section-title {
  color: #191c25;
}
.cid-uYFc1IuvyD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFc1IuvyD .mbr-section-title,
.cid-uYFc1IuvyD .mbr-section-btn,
.cid-uYFc1IuvyD .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFc1ISGWv {
  background-color: transparent;
}
.cid-uYFc1ISGWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1ISGWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1ISGWv .items-wrap {
  justify-content: space-between;
}
.cid-uYFc1ISGWv .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFc1ISGWv .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc1ISGWv .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFc1ISGWv .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc1ISGWv .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFc1ISGWv .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFc1ISGWv .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFc1ISGWv .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFc1ISGWv .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFc1ISGWv .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFc1ISGWv .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFc1ISGWv .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFc1ISGWv .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc1ISGWv .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFc1ISGWv .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFc1ISGWv .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFc1ISGWv .image-wrapper {
    height: 350px;
  }
}
.cid-uYFc1ISGWv .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFc1ISGWv .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFc1ISGWv .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFc1ISGWv .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFc1ISGWv .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFc1ISGWv .mbr-section-title {
  color: #191c25;
}
.cid-uYFc1ISGWv .list {
  color: #191c25;
}
.cid-uYFc1ISGWv .mbr-number_1 {
  color: #191c25;
}
.cid-uYFc1ISGWv .mbr-number_2,
.cid-uYFc1ISGWv .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFc1ISGWv .mbr-section-title,
.cid-uYFc1ISGWv .mbr-section-btn {
  color: #000000;
}
.cid-uYFc1ISGWv .list,
.cid-uYFc1ISGWv .item-wrap {
  color: #000000;
}
.cid-uYFc1JdWo4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1JdWo4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFc1JdWo4 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFc1JdWo4 .image-wrap {
    height: 350px;
  }
}
.cid-uYFc1JuYfc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc1JuYfc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1JuYfc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1JuYfc .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFc1JuYfc .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc1JuYfc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFc1JuYfc .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFc1JuYfc .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFc1JuYfc .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFc1JuYfc .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFc1JuYfc .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFc1JuYfc .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFc1JuYfc .mbr-section-title {
  color: #191c25;
}
.cid-uYFc1JuYfc .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFc1JuYfc .mbr-section-title,
.cid-uYFc1JuYfc .title-wrapper,
.cid-uYFc1JuYfc .icon-wrapper {
  text-align: center;
}
.cid-uYFc1JuYfc .mbr-section-title,
.cid-uYFc1JuYfc .icon-wrapper,
.cid-uYFc1JuYfc .title-wrapper {
  color: #000000;
}
.cid-uYFc1JVMCs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFc1JVMCs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1JVMCs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1JVMCs .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc1JVMCs .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFc1JVMCs .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFc1JVMCs .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFc1JVMCs .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFc1JVMCs .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFc1JVMCs .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFc1JVMCs .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFc1JVMCs .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFc1JVMCs .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFc1JVMCs .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFc1JVMCs .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFc1JVMCs .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFc1JVMCs .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFc1JVMCs .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFc1JVMCs .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFc1JVMCs .item:hover .item-wrapper .item-img img,
.cid-uYFc1JVMCs .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFc1JVMCs .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFc1JVMCs .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFc1JVMCs .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFc1JVMCs .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFc1JVMCs .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFc1JVMCs .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFc1JVMCs .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFc1JVMCs .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFc1JVMCs .list {
  color: #191c25;
}
.cid-uYFc1JVMCs .mbr-text {
  color: #191c25;
}
.cid-uYFc1JVMCs .item-title {
  color: #191c25;
}
.cid-uYFc1JVMCs .item-text {
  color: #191c25;
}
.cid-uYFc1KBkxH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc1KBkxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1KBkxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1KBkxH .items-wrap {
  justify-content: space-between;
}
.cid-uYFc1KBkxH .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFc1KBkxH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc1KBkxH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFc1KBkxH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc1KBkxH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFc1KBkxH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFc1KU3Wc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFc1KU3Wc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1KU3Wc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1KU3Wc .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFc1KU3Wc .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFc1KU3Wc .mbr-name {
  color: #858585;
}
.cid-uYFc1KU3Wc .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFc1KU3Wc .mbr-section-btn {
  text-align: center;
}
.cid-uYFc1M8iXW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc1M8iXW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc1M8iXW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc1M8iXW .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFc1M8iXW .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFc1M8iXW .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFc1M8iXW .mbr-section-title {
  color: #191c25;
}
.cid-uYFc1M8iXW .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFc1M8iXW .mbr-section-title,
.cid-uYFc1M8iXW .logo-wrapper {
  text-align: center;
}
.cid-uYFc5r1Fpu .navbar-dropdown {
  position: relative !important;
}
.cid-uYFc5r1Fpu .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-uYFc5r1Fpu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFc5r1Fpu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFc5r1Fpu .dropdown-item:hover,
.cid-uYFc5r1Fpu .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFc5r1Fpu .dropdown-item:hover span {
  color: white;
}
.cid-uYFc5r1Fpu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFc5r1Fpu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFc5r1Fpu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFc5r1Fpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFc5r1Fpu .nav-link {
  position: relative;
}
.cid-uYFc5r1Fpu .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFc5r1Fpu .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFc5r1Fpu .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFc5r1Fpu .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFc5r1Fpu .dropdown-menu,
.cid-uYFc5r1Fpu .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFc5r1Fpu .nav-item:focus,
.cid-uYFc5r1Fpu .nav-link:focus {
  outline: none;
}
.cid-uYFc5r1Fpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFc5r1Fpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFc5r1Fpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFc5r1Fpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFc5r1Fpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFc5r1Fpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFc5r1Fpu .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFc5r1Fpu .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFc5r1Fpu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFc5r1Fpu .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFc5r1Fpu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFc5r1Fpu .navbar.collapsed {
  justify-content: center;
}
.cid-uYFc5r1Fpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFc5r1Fpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFc5r1Fpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFc5r1Fpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFc5r1Fpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFc5r1Fpu .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-uYFc5r1Fpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFc5r1Fpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFc5r1Fpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFc5r1Fpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFc5r1Fpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFc5r1Fpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFc5r1Fpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFc5r1Fpu .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-uYFc5r1Fpu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFc5r1Fpu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFc5r1Fpu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFc5r1Fpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFc5r1Fpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFc5r1Fpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFc5r1Fpu .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFc5r1Fpu .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFc5r1Fpu .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-uYFc5r1Fpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFc5r1Fpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFc5r1Fpu .dropdown-item.active,
.cid-uYFc5r1Fpu .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFc5r1Fpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFc5r1Fpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFc5r1Fpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFc5r1Fpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFc5r1Fpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFc5r1Fpu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFc5r1Fpu ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFc5r1Fpu ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFc5r1Fpu .navbar-buttons {
  text-align: center;
}
.cid-uYFc5r1Fpu .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFc5r1Fpu .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFc5r1Fpu .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFc5r1Fpu .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFc5r1Fpu 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFc5r1Fpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFc5r1Fpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFc5r1Fpu button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFc5r1Fpu button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFc5r1Fpu button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFc5r1Fpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFc5r1Fpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFc5r1Fpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFc5r1Fpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFc5r1Fpu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFc5r1Fpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFc5r1Fpu .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-uYFc5r1Fpu .navbar {
    height: 70px;
  }
  .cid-uYFc5r1Fpu .navbar.opened {
    height: auto;
  }
  .cid-uYFc5r1Fpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFc5r1Fpu .navbar-nav {
  margin: 0 auto;
}
.cid-uYFc5r1Fpu .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFc5r1Fpu .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-uYFc5r1Fpu .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFc5r1Fpu .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFc5r1Fpu .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFc5r1Fpu .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFc5r1Fpu .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFc5r1Fpu .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFc5r1Fpu .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFc5r1Fpu .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFc5r1Fpu .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFc5r1Fpu .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFc5r1Fpu .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFc5r1Fpu .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFc5r1Fpu .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFc5r1Fpu .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFc5r1Fpu .navbar-caption {
  color: #000000;
}
.cid-uYFc5r1Fpu .nav-link,
.cid-uYFc5r1Fpu .dropdown-item {
  color: #000000;
}
.cid-uYFc5sEfZ0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc5sEfZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5sEfZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5sEfZ0 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFc5sEfZ0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc5sEfZ0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFc5sEfZ0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFc5sEfZ0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFc5sEfZ0 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFc5sEfZ0 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFc5sEfZ0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFc5sEfZ0 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFc5sEfZ0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFc5sEfZ0 .mbr-section-title {
  color: #191c25;
}
.cid-uYFc5sEfZ0 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFc5sEfZ0 .mbr-section-title,
.cid-uYFc5sEfZ0 .mbr-section-btn,
.cid-uYFc5sEfZ0 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFc5sZyNw {
  background-color: transparent;
}
.cid-uYFc5sZyNw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5sZyNw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5sZyNw .items-wrap {
  justify-content: space-between;
}
.cid-uYFc5sZyNw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFc5sZyNw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc5sZyNw .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFc5sZyNw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc5sZyNw .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFc5sZyNw .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFc5sZyNw .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFc5sZyNw .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFc5sZyNw .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFc5sZyNw .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFc5sZyNw .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFc5sZyNw .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFc5sZyNw .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc5sZyNw .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFc5sZyNw .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFc5sZyNw .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFc5sZyNw .image-wrapper {
    height: 350px;
  }
}
.cid-uYFc5sZyNw .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFc5sZyNw .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFc5sZyNw .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFc5sZyNw .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFc5sZyNw .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFc5sZyNw .mbr-section-title {
  color: #191c25;
}
.cid-uYFc5sZyNw .list {
  color: #191c25;
}
.cid-uYFc5sZyNw .mbr-number_1 {
  color: #191c25;
}
.cid-uYFc5sZyNw .mbr-number_2,
.cid-uYFc5sZyNw .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFc5sZyNw .mbr-section-title,
.cid-uYFc5sZyNw .mbr-section-btn {
  color: #000000;
}
.cid-uYFc5sZyNw .list,
.cid-uYFc5sZyNw .item-wrap {
  color: #000000;
}
.cid-uYFc5tkTow .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5tkTow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFc5tkTow .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFc5tkTow .image-wrap {
    height: 350px;
  }
}
.cid-uYFc5tAbKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc5tAbKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5tAbKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5tAbKJ .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFc5tAbKJ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc5tAbKJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFc5tAbKJ .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFc5tAbKJ .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFc5tAbKJ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFc5tAbKJ .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFc5tAbKJ .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFc5tAbKJ .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFc5tAbKJ .mbr-section-title {
  color: #191c25;
}
.cid-uYFc5tAbKJ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFc5tAbKJ .mbr-section-title,
.cid-uYFc5tAbKJ .title-wrapper,
.cid-uYFc5tAbKJ .icon-wrapper {
  text-align: center;
}
.cid-uYFc5tAbKJ .mbr-section-title,
.cid-uYFc5tAbKJ .icon-wrapper,
.cid-uYFc5tAbKJ .title-wrapper {
  color: #000000;
}
.cid-uYFc5u4wBh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFc5u4wBh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5u4wBh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5u4wBh .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc5u4wBh .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFc5u4wBh .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFc5u4wBh .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFc5u4wBh .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFc5u4wBh .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFc5u4wBh .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFc5u4wBh .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFc5u4wBh .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFc5u4wBh .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFc5u4wBh .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFc5u4wBh .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFc5u4wBh .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFc5u4wBh .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFc5u4wBh .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFc5u4wBh .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFc5u4wBh .item:hover .item-wrapper .item-img img,
.cid-uYFc5u4wBh .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFc5u4wBh .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFc5u4wBh .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFc5u4wBh .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFc5u4wBh .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFc5u4wBh .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFc5u4wBh .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFc5u4wBh .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFc5u4wBh .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFc5u4wBh .list {
  color: #191c25;
}
.cid-uYFc5u4wBh .mbr-text {
  color: #191c25;
}
.cid-uYFc5u4wBh .item-title {
  color: #191c25;
}
.cid-uYFc5u4wBh .item-text {
  color: #191c25;
}
.cid-uYFc5uECs0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc5uECs0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5uECs0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5uECs0 .items-wrap {
  justify-content: space-between;
}
.cid-uYFc5uECs0 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFc5uECs0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc5uECs0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFc5uECs0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc5uECs0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFc5uECs0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFc5uYc7F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFc5uYc7F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5uYc7F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5uYc7F .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFc5uYc7F .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFc5uYc7F .mbr-name {
  color: #858585;
}
.cid-uYFc5uYc7F .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFc5uYc7F .mbr-section-btn {
  text-align: center;
}
.cid-uYFc5wdOTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc5wdOTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc5wdOTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc5wdOTh .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFc5wdOTh .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFc5wdOTh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFc5wdOTh .mbr-section-title {
  color: #191c25;
}
.cid-uYFc5wdOTh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFc5wdOTh .mbr-section-title,
.cid-uYFc5wdOTh .logo-wrapper {
  text-align: center;
}
.cid-uYFc8EDw10 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFc8EDw10 .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-uYFc8EDw10 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFc8EDw10 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFc8EDw10 .dropdown-item:hover,
.cid-uYFc8EDw10 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFc8EDw10 .dropdown-item:hover span {
  color: white;
}
.cid-uYFc8EDw10 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFc8EDw10 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFc8EDw10 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFc8EDw10 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFc8EDw10 .nav-link {
  position: relative;
}
.cid-uYFc8EDw10 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFc8EDw10 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFc8EDw10 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFc8EDw10 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFc8EDw10 .dropdown-menu,
.cid-uYFc8EDw10 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFc8EDw10 .nav-item:focus,
.cid-uYFc8EDw10 .nav-link:focus {
  outline: none;
}
.cid-uYFc8EDw10 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFc8EDw10 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFc8EDw10 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFc8EDw10 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFc8EDw10 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFc8EDw10 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFc8EDw10 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFc8EDw10 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFc8EDw10 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFc8EDw10 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFc8EDw10 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFc8EDw10 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFc8EDw10 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFc8EDw10 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFc8EDw10 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFc8EDw10 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFc8EDw10 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFc8EDw10 .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-uYFc8EDw10 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFc8EDw10 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFc8EDw10 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFc8EDw10 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFc8EDw10 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFc8EDw10 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFc8EDw10 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFc8EDw10 .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-uYFc8EDw10 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFc8EDw10 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFc8EDw10 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFc8EDw10 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFc8EDw10 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFc8EDw10 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFc8EDw10 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFc8EDw10 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFc8EDw10 .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-uYFc8EDw10 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFc8EDw10 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFc8EDw10 .dropdown-item.active,
.cid-uYFc8EDw10 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFc8EDw10 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFc8EDw10 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFc8EDw10 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFc8EDw10 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFc8EDw10 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFc8EDw10 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFc8EDw10 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFc8EDw10 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFc8EDw10 .navbar-buttons {
  text-align: center;
}
.cid-uYFc8EDw10 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFc8EDw10 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFc8EDw10 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFc8EDw10 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFc8EDw10 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFc8EDw10 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFc8EDw10 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFc8EDw10 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFc8EDw10 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFc8EDw10 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFc8EDw10 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFc8EDw10 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFc8EDw10 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFc8EDw10 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFc8EDw10 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFc8EDw10 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFc8EDw10 .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-uYFc8EDw10 .navbar {
    height: 70px;
  }
  .cid-uYFc8EDw10 .navbar.opened {
    height: auto;
  }
  .cid-uYFc8EDw10 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFc8EDw10 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFc8EDw10 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFc8EDw10 .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-uYFc8EDw10 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFc8EDw10 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFc8EDw10 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFc8EDw10 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFc8EDw10 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFc8EDw10 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFc8EDw10 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFc8EDw10 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFc8EDw10 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFc8EDw10 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFc8EDw10 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFc8EDw10 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFc8EDw10 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFc8EDw10 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFc8EDw10 .navbar-caption {
  color: #000000;
}
.cid-uYFc8EDw10 .nav-link,
.cid-uYFc8EDw10 .dropdown-item {
  color: #000000;
}
.cid-uYFc8FUt5o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc8FUt5o .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8FUt5o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8FUt5o .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFc8FUt5o .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc8FUt5o .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFc8FUt5o .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFc8FUt5o .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFc8FUt5o .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFc8FUt5o .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFc8FUt5o .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFc8FUt5o .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFc8FUt5o .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFc8FUt5o .mbr-section-title {
  color: #191c25;
}
.cid-uYFc8FUt5o .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFc8FUt5o .mbr-section-title,
.cid-uYFc8FUt5o .mbr-section-btn,
.cid-uYFc8FUt5o .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFc8Gdplq {
  background-color: transparent;
}
.cid-uYFc8Gdplq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8Gdplq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8Gdplq .items-wrap {
  justify-content: space-between;
}
.cid-uYFc8Gdplq .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFc8Gdplq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc8Gdplq .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFc8Gdplq .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc8Gdplq .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFc8Gdplq .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFc8Gdplq .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFc8Gdplq .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFc8Gdplq .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFc8Gdplq .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFc8Gdplq .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFc8Gdplq .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFc8Gdplq .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc8Gdplq .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFc8Gdplq .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFc8Gdplq .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFc8Gdplq .image-wrapper {
    height: 350px;
  }
}
.cid-uYFc8Gdplq .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFc8Gdplq .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFc8Gdplq .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFc8Gdplq .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFc8Gdplq .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFc8Gdplq .mbr-section-title {
  color: #191c25;
}
.cid-uYFc8Gdplq .list {
  color: #191c25;
}
.cid-uYFc8Gdplq .mbr-number_1 {
  color: #191c25;
}
.cid-uYFc8Gdplq .mbr-number_2,
.cid-uYFc8Gdplq .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFc8Gdplq .mbr-section-title,
.cid-uYFc8Gdplq .mbr-section-btn {
  color: #000000;
}
.cid-uYFc8Gdplq .list,
.cid-uYFc8Gdplq .item-wrap {
  color: #000000;
}
.cid-uYFc8GLxRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8GLxRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFc8GLxRe .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFc8GLxRe .image-wrap {
    height: 350px;
  }
}
.cid-uYFc8H1MFy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc8H1MFy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8H1MFy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8H1MFy .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFc8H1MFy .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc8H1MFy .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFc8H1MFy .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFc8H1MFy .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFc8H1MFy .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFc8H1MFy .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFc8H1MFy .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFc8H1MFy .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFc8H1MFy .mbr-section-title {
  color: #191c25;
}
.cid-uYFc8H1MFy .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFc8H1MFy .mbr-section-title,
.cid-uYFc8H1MFy .title-wrapper,
.cid-uYFc8H1MFy .icon-wrapper {
  text-align: center;
}
.cid-uYFc8H1MFy .mbr-section-title,
.cid-uYFc8H1MFy .icon-wrapper,
.cid-uYFc8H1MFy .title-wrapper {
  color: #000000;
}
.cid-uYFc8Hvn0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFc8Hvn0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8Hvn0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8Hvn0F .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc8Hvn0F .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFc8Hvn0F .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFc8Hvn0F .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFc8Hvn0F .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFc8Hvn0F .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFc8Hvn0F .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFc8Hvn0F .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFc8Hvn0F .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFc8Hvn0F .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFc8Hvn0F .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFc8Hvn0F .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFc8Hvn0F .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFc8Hvn0F .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFc8Hvn0F .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFc8Hvn0F .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFc8Hvn0F .item:hover .item-wrapper .item-img img,
.cid-uYFc8Hvn0F .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFc8Hvn0F .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFc8Hvn0F .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFc8Hvn0F .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFc8Hvn0F .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFc8Hvn0F .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFc8Hvn0F .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFc8Hvn0F .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFc8Hvn0F .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFc8Hvn0F .list {
  color: #191c25;
}
.cid-uYFc8Hvn0F .mbr-text {
  color: #191c25;
}
.cid-uYFc8Hvn0F .item-title {
  color: #191c25;
}
.cid-uYFc8Hvn0F .item-text {
  color: #191c25;
}
.cid-uYFc8I6QDz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc8I6QDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8I6QDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8I6QDz .items-wrap {
  justify-content: space-between;
}
.cid-uYFc8I6QDz .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFc8I6QDz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFc8I6QDz .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFc8I6QDz .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFc8I6QDz .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFc8I6QDz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFc8Iq17P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFc8Iq17P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8Iq17P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8Iq17P .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFc8Iq17P .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFc8Iq17P .mbr-name {
  color: #858585;
}
.cid-uYFc8Iq17P .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFc8Iq17P .mbr-section-btn {
  text-align: center;
}
.cid-uYFc8JGOYm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFc8JGOYm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFc8JGOYm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFc8JGOYm .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFc8JGOYm .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFc8JGOYm .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFc8JGOYm .mbr-section-title {
  color: #191c25;
}
.cid-uYFc8JGOYm .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFc8JGOYm .mbr-section-title,
.cid-uYFc8JGOYm .logo-wrapper {
  text-align: center;
}
.cid-uYFcchxg6l .navbar-dropdown {
  position: relative !important;
}
.cid-uYFcchxg6l .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-uYFcchxg6l .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFcchxg6l .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFcchxg6l .dropdown-item:hover,
.cid-uYFcchxg6l .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFcchxg6l .dropdown-item:hover span {
  color: white;
}
.cid-uYFcchxg6l .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFcchxg6l .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFcchxg6l .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFcchxg6l .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFcchxg6l .nav-link {
  position: relative;
}
.cid-uYFcchxg6l .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFcchxg6l .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFcchxg6l .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFcchxg6l .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFcchxg6l .dropdown-menu,
.cid-uYFcchxg6l .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFcchxg6l .nav-item:focus,
.cid-uYFcchxg6l .nav-link:focus {
  outline: none;
}
.cid-uYFcchxg6l .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFcchxg6l .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFcchxg6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFcchxg6l .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFcchxg6l .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFcchxg6l .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFcchxg6l .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFcchxg6l .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFcchxg6l .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFcchxg6l .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFcchxg6l .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFcchxg6l .navbar.collapsed {
  justify-content: center;
}
.cid-uYFcchxg6l .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFcchxg6l .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFcchxg6l .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFcchxg6l .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFcchxg6l .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFcchxg6l .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-uYFcchxg6l .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFcchxg6l .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFcchxg6l .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFcchxg6l .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFcchxg6l .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFcchxg6l .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFcchxg6l .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFcchxg6l .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-uYFcchxg6l .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFcchxg6l .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFcchxg6l .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFcchxg6l .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFcchxg6l .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFcchxg6l .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFcchxg6l .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFcchxg6l .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFcchxg6l .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-uYFcchxg6l .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFcchxg6l .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFcchxg6l .dropdown-item.active,
.cid-uYFcchxg6l .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFcchxg6l .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFcchxg6l .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFcchxg6l .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFcchxg6l .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFcchxg6l .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFcchxg6l .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFcchxg6l ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFcchxg6l ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFcchxg6l .navbar-buttons {
  text-align: center;
}
.cid-uYFcchxg6l .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFcchxg6l .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFcchxg6l .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFcchxg6l .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFcchxg6l 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFcchxg6l button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFcchxg6l button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFcchxg6l button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFcchxg6l button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFcchxg6l button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFcchxg6l nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFcchxg6l nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFcchxg6l nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFcchxg6l nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFcchxg6l .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFcchxg6l a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFcchxg6l .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-uYFcchxg6l .navbar {
    height: 70px;
  }
  .cid-uYFcchxg6l .navbar.opened {
    height: auto;
  }
  .cid-uYFcchxg6l .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFcchxg6l .navbar-nav {
  margin: 0 auto;
}
.cid-uYFcchxg6l .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFcchxg6l .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-uYFcchxg6l .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFcchxg6l .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFcchxg6l .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFcchxg6l .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFcchxg6l .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFcchxg6l .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFcchxg6l .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFcchxg6l .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFcchxg6l .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFcchxg6l .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFcchxg6l .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFcchxg6l .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFcchxg6l .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFcchxg6l .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFcchxg6l .navbar-caption {
  color: #000000;
}
.cid-uYFcchxg6l .nav-link,
.cid-uYFcchxg6l .dropdown-item {
  color: #000000;
}
.cid-uYFcciWtNU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcciWtNU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcciWtNU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcciWtNU .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFcciWtNU .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcciWtNU .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcciWtNU .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcciWtNU .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFcciWtNU .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFcciWtNU .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFcciWtNU .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFcciWtNU .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFcciWtNU .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcciWtNU .mbr-section-title {
  color: #191c25;
}
.cid-uYFcciWtNU .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcciWtNU .mbr-section-title,
.cid-uYFcciWtNU .mbr-section-btn,
.cid-uYFcciWtNU .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFccjgsLQ {
  background-color: transparent;
}
.cid-uYFccjgsLQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFccjgsLQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFccjgsLQ .items-wrap {
  justify-content: space-between;
}
.cid-uYFccjgsLQ .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFccjgsLQ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFccjgsLQ .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFccjgsLQ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFccjgsLQ .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFccjgsLQ .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFccjgsLQ .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFccjgsLQ .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFccjgsLQ .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFccjgsLQ .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFccjgsLQ .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFccjgsLQ .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFccjgsLQ .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFccjgsLQ .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFccjgsLQ .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFccjgsLQ .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFccjgsLQ .image-wrapper {
    height: 350px;
  }
}
.cid-uYFccjgsLQ .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFccjgsLQ .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFccjgsLQ .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFccjgsLQ .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFccjgsLQ .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFccjgsLQ .mbr-section-title {
  color: #191c25;
}
.cid-uYFccjgsLQ .list {
  color: #191c25;
}
.cid-uYFccjgsLQ .mbr-number_1 {
  color: #191c25;
}
.cid-uYFccjgsLQ .mbr-number_2,
.cid-uYFccjgsLQ .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFccjgsLQ .mbr-section-title,
.cid-uYFccjgsLQ .mbr-section-btn {
  color: #000000;
}
.cid-uYFccjgsLQ .list,
.cid-uYFccjgsLQ .item-wrap {
  color: #000000;
}
.cid-uYFccjAtMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFccjAtMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFccjAtMR .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFccjAtMR .image-wrap {
    height: 350px;
  }
}
.cid-uYFccjPv3n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFccjPv3n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFccjPv3n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFccjPv3n .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFccjPv3n .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFccjPv3n .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFccjPv3n .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFccjPv3n .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFccjPv3n .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFccjPv3n .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFccjPv3n .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFccjPv3n .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFccjPv3n .mbr-section-title {
  color: #191c25;
}
.cid-uYFccjPv3n .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFccjPv3n .mbr-section-title,
.cid-uYFccjPv3n .title-wrapper,
.cid-uYFccjPv3n .icon-wrapper {
  text-align: center;
}
.cid-uYFccjPv3n .mbr-section-title,
.cid-uYFccjPv3n .icon-wrapper,
.cid-uYFccjPv3n .title-wrapper {
  color: #000000;
}
.cid-uYFcckhg4R {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcckhg4R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcckhg4R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcckhg4R .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcckhg4R .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFcckhg4R .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcckhg4R .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFcckhg4R .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFcckhg4R .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFcckhg4R .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFcckhg4R .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFcckhg4R .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFcckhg4R .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFcckhg4R .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFcckhg4R .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFcckhg4R .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFcckhg4R .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFcckhg4R .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFcckhg4R .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFcckhg4R .item:hover .item-wrapper .item-img img,
.cid-uYFcckhg4R .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFcckhg4R .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFcckhg4R .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFcckhg4R .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFcckhg4R .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFcckhg4R .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFcckhg4R .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFcckhg4R .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFcckhg4R .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFcckhg4R .list {
  color: #191c25;
}
.cid-uYFcckhg4R .mbr-text {
  color: #191c25;
}
.cid-uYFcckhg4R .item-title {
  color: #191c25;
}
.cid-uYFcckhg4R .item-text {
  color: #191c25;
}
.cid-uYFccl02Q6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFccl02Q6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFccl02Q6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFccl02Q6 .items-wrap {
  justify-content: space-between;
}
.cid-uYFccl02Q6 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFccl02Q6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFccl02Q6 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFccl02Q6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFccl02Q6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFccl02Q6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFcclkN96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcclkN96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcclkN96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcclkN96 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFcclkN96 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFcclkN96 .mbr-name {
  color: #858585;
}
.cid-uYFcclkN96 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFcclkN96 .mbr-section-btn {
  text-align: center;
}
.cid-uYFccmBOee {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFccmBOee .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFccmBOee .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFccmBOee .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFccmBOee .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFccmBOee .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFccmBOee .mbr-section-title {
  color: #191c25;
}
.cid-uYFccmBOee .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFccmBOee .mbr-section-title,
.cid-uYFccmBOee .logo-wrapper {
  text-align: center;
}
.cid-uYFcfmR7CR .navbar-dropdown {
  position: relative !important;
}
.cid-uYFcfmR7CR .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-uYFcfmR7CR .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFcfmR7CR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFcfmR7CR .dropdown-item:hover,
.cid-uYFcfmR7CR .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFcfmR7CR .dropdown-item:hover span {
  color: white;
}
.cid-uYFcfmR7CR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFcfmR7CR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFcfmR7CR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFcfmR7CR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFcfmR7CR .nav-link {
  position: relative;
}
.cid-uYFcfmR7CR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFcfmR7CR .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFcfmR7CR .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFcfmR7CR .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFcfmR7CR .dropdown-menu,
.cid-uYFcfmR7CR .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFcfmR7CR .nav-item:focus,
.cid-uYFcfmR7CR .nav-link:focus {
  outline: none;
}
.cid-uYFcfmR7CR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFcfmR7CR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFcfmR7CR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFcfmR7CR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFcfmR7CR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFcfmR7CR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFcfmR7CR .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFcfmR7CR .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFcfmR7CR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFcfmR7CR .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFcfmR7CR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFcfmR7CR .navbar.collapsed {
  justify-content: center;
}
.cid-uYFcfmR7CR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFcfmR7CR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFcfmR7CR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFcfmR7CR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFcfmR7CR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFcfmR7CR .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-uYFcfmR7CR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFcfmR7CR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFcfmR7CR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFcfmR7CR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFcfmR7CR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFcfmR7CR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFcfmR7CR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFcfmR7CR .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-uYFcfmR7CR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFcfmR7CR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFcfmR7CR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFcfmR7CR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFcfmR7CR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFcfmR7CR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFcfmR7CR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFcfmR7CR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFcfmR7CR .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-uYFcfmR7CR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFcfmR7CR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFcfmR7CR .dropdown-item.active,
.cid-uYFcfmR7CR .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFcfmR7CR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFcfmR7CR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFcfmR7CR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFcfmR7CR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFcfmR7CR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFcfmR7CR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFcfmR7CR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFcfmR7CR ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFcfmR7CR .navbar-buttons {
  text-align: center;
}
.cid-uYFcfmR7CR .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFcfmR7CR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFcfmR7CR .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFcfmR7CR .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFcfmR7CR 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFcfmR7CR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFcfmR7CR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFcfmR7CR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFcfmR7CR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFcfmR7CR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFcfmR7CR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFcfmR7CR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFcfmR7CR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFcfmR7CR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFcfmR7CR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFcfmR7CR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFcfmR7CR .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-uYFcfmR7CR .navbar {
    height: 70px;
  }
  .cid-uYFcfmR7CR .navbar.opened {
    height: auto;
  }
  .cid-uYFcfmR7CR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFcfmR7CR .navbar-nav {
  margin: 0 auto;
}
.cid-uYFcfmR7CR .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFcfmR7CR .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-uYFcfmR7CR .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFcfmR7CR .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFcfmR7CR .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFcfmR7CR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFcfmR7CR .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFcfmR7CR .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFcfmR7CR .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFcfmR7CR .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFcfmR7CR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFcfmR7CR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFcfmR7CR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFcfmR7CR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFcfmR7CR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFcfmR7CR .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFcfmR7CR .navbar-caption {
  color: #000000;
}
.cid-uYFcfmR7CR .nav-link,
.cid-uYFcfmR7CR .dropdown-item {
  color: #000000;
}
.cid-uYFcfovsOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcfovsOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfovsOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfovsOt .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFcfovsOt .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcfovsOt .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcfovsOt .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcfovsOt .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFcfovsOt .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFcfovsOt .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFcfovsOt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFcfovsOt .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFcfovsOt .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcfovsOt .mbr-section-title {
  color: #191c25;
}
.cid-uYFcfovsOt .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcfovsOt .mbr-section-title,
.cid-uYFcfovsOt .mbr-section-btn,
.cid-uYFcfovsOt .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFcfoOQiN {
  background-color: transparent;
}
.cid-uYFcfoOQiN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfoOQiN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfoOQiN .items-wrap {
  justify-content: space-between;
}
.cid-uYFcfoOQiN .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFcfoOQiN .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcfoOQiN .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFcfoOQiN .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcfoOQiN .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFcfoOQiN .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFcfoOQiN .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFcfoOQiN .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFcfoOQiN .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFcfoOQiN .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFcfoOQiN .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcfoOQiN .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFcfoOQiN .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcfoOQiN .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFcfoOQiN .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFcfoOQiN .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFcfoOQiN .image-wrapper {
    height: 350px;
  }
}
.cid-uYFcfoOQiN .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFcfoOQiN .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcfoOQiN .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFcfoOQiN .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFcfoOQiN .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFcfoOQiN .mbr-section-title {
  color: #191c25;
}
.cid-uYFcfoOQiN .list {
  color: #191c25;
}
.cid-uYFcfoOQiN .mbr-number_1 {
  color: #191c25;
}
.cid-uYFcfoOQiN .mbr-number_2,
.cid-uYFcfoOQiN .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFcfoOQiN .mbr-section-title,
.cid-uYFcfoOQiN .mbr-section-btn {
  color: #000000;
}
.cid-uYFcfoOQiN .list,
.cid-uYFcfoOQiN .item-wrap {
  color: #000000;
}
.cid-uYFcfp7sF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfp7sF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFcfp7sF9 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFcfp7sF9 .image-wrap {
    height: 350px;
  }
}
.cid-uYFcfpmNc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcfpmNc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfpmNc4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfpmNc4 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFcfpmNc4 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcfpmNc4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFcfpmNc4 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFcfpmNc4 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFcfpmNc4 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFcfpmNc4 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFcfpmNc4 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFcfpmNc4 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFcfpmNc4 .mbr-section-title {
  color: #191c25;
}
.cid-uYFcfpmNc4 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcfpmNc4 .mbr-section-title,
.cid-uYFcfpmNc4 .title-wrapper,
.cid-uYFcfpmNc4 .icon-wrapper {
  text-align: center;
}
.cid-uYFcfpmNc4 .mbr-section-title,
.cid-uYFcfpmNc4 .icon-wrapper,
.cid-uYFcfpmNc4 .title-wrapper {
  color: #000000;
}
.cid-uYFcfpOBE2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcfpOBE2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfpOBE2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfpOBE2 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcfpOBE2 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFcfpOBE2 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcfpOBE2 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFcfpOBE2 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFcfpOBE2 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFcfpOBE2 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFcfpOBE2 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFcfpOBE2 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFcfpOBE2 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFcfpOBE2 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFcfpOBE2 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFcfpOBE2 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFcfpOBE2 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFcfpOBE2 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFcfpOBE2 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFcfpOBE2 .item:hover .item-wrapper .item-img img,
.cid-uYFcfpOBE2 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFcfpOBE2 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFcfpOBE2 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFcfpOBE2 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFcfpOBE2 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFcfpOBE2 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFcfpOBE2 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFcfpOBE2 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFcfpOBE2 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFcfpOBE2 .list {
  color: #191c25;
}
.cid-uYFcfpOBE2 .mbr-text {
  color: #191c25;
}
.cid-uYFcfpOBE2 .item-title {
  color: #191c25;
}
.cid-uYFcfpOBE2 .item-text {
  color: #191c25;
}
.cid-uYFcfqqbQ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcfqqbQ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfqqbQ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfqqbQ7 .items-wrap {
  justify-content: space-between;
}
.cid-uYFcfqqbQ7 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFcfqqbQ7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcfqqbQ7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcfqqbQ7 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcfqqbQ7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFcfqqbQ7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFcfqI5BO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcfqI5BO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfqI5BO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfqI5BO .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFcfqI5BO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFcfqI5BO .mbr-name {
  color: #858585;
}
.cid-uYFcfqI5BO .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFcfqI5BO .mbr-section-btn {
  text-align: center;
}
.cid-uYFcfrY2y5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcfrY2y5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcfrY2y5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcfrY2y5 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcfrY2y5 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFcfrY2y5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFcfrY2y5 .mbr-section-title {
  color: #191c25;
}
.cid-uYFcfrY2y5 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFcfrY2y5 .mbr-section-title,
.cid-uYFcfrY2y5 .logo-wrapper {
  text-align: center;
}
.cid-uYFciifopT .navbar-dropdown {
  position: relative !important;
}
.cid-uYFciifopT .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-uYFciifopT .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFciifopT .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFciifopT .dropdown-item:hover,
.cid-uYFciifopT .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFciifopT .dropdown-item:hover span {
  color: white;
}
.cid-uYFciifopT .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFciifopT .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFciifopT .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFciifopT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFciifopT .nav-link {
  position: relative;
}
.cid-uYFciifopT .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFciifopT .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFciifopT .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFciifopT .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFciifopT .dropdown-menu,
.cid-uYFciifopT .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFciifopT .nav-item:focus,
.cid-uYFciifopT .nav-link:focus {
  outline: none;
}
.cid-uYFciifopT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFciifopT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFciifopT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFciifopT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFciifopT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFciifopT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFciifopT .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFciifopT .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFciifopT .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFciifopT .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFciifopT .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFciifopT .navbar.collapsed {
  justify-content: center;
}
.cid-uYFciifopT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFciifopT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFciifopT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFciifopT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFciifopT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFciifopT .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-uYFciifopT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFciifopT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFciifopT .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFciifopT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFciifopT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFciifopT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFciifopT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFciifopT .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-uYFciifopT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFciifopT .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFciifopT .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFciifopT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFciifopT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFciifopT .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFciifopT .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFciifopT .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFciifopT .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-uYFciifopT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFciifopT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFciifopT .dropdown-item.active,
.cid-uYFciifopT .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFciifopT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFciifopT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFciifopT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFciifopT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFciifopT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFciifopT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFciifopT ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFciifopT ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFciifopT .navbar-buttons {
  text-align: center;
}
.cid-uYFciifopT .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFciifopT .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFciifopT .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFciifopT .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFciifopT 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFciifopT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFciifopT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFciifopT button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFciifopT button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFciifopT button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFciifopT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFciifopT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFciifopT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFciifopT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFciifopT .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFciifopT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFciifopT .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-uYFciifopT .navbar {
    height: 70px;
  }
  .cid-uYFciifopT .navbar.opened {
    height: auto;
  }
  .cid-uYFciifopT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFciifopT .navbar-nav {
  margin: 0 auto;
}
.cid-uYFciifopT .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFciifopT .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-uYFciifopT .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFciifopT .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFciifopT .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFciifopT .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFciifopT .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFciifopT .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFciifopT .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFciifopT .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFciifopT .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFciifopT .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFciifopT .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFciifopT .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFciifopT .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFciifopT .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFciifopT .navbar-caption {
  color: #000000;
}
.cid-uYFciifopT .nav-link,
.cid-uYFciifopT .dropdown-item {
  color: #000000;
}
.cid-uYFcikkMWj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcikkMWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcikkMWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcikkMWj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFcikkMWj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcikkMWj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcikkMWj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcikkMWj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFcikkMWj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFcikkMWj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFcikkMWj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFcikkMWj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFcikkMWj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcikkMWj .mbr-section-title {
  color: #191c25;
}
.cid-uYFcikkMWj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcikkMWj .mbr-section-title,
.cid-uYFcikkMWj .mbr-section-btn,
.cid-uYFcikkMWj .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFcikDrhr {
  background-color: transparent;
}
.cid-uYFcikDrhr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcikDrhr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcikDrhr .items-wrap {
  justify-content: space-between;
}
.cid-uYFcikDrhr .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFcikDrhr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcikDrhr .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFcikDrhr .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcikDrhr .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFcikDrhr .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFcikDrhr .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFcikDrhr .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFcikDrhr .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFcikDrhr .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFcikDrhr .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcikDrhr .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFcikDrhr .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcikDrhr .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFcikDrhr .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFcikDrhr .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFcikDrhr .image-wrapper {
    height: 350px;
  }
}
.cid-uYFcikDrhr .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFcikDrhr .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcikDrhr .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFcikDrhr .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFcikDrhr .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFcikDrhr .mbr-section-title {
  color: #191c25;
}
.cid-uYFcikDrhr .list {
  color: #191c25;
}
.cid-uYFcikDrhr .mbr-number_1 {
  color: #191c25;
}
.cid-uYFcikDrhr .mbr-number_2,
.cid-uYFcikDrhr .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFcikDrhr .mbr-section-title,
.cid-uYFcikDrhr .mbr-section-btn {
  color: #000000;
}
.cid-uYFcikDrhr .list,
.cid-uYFcikDrhr .item-wrap {
  color: #000000;
}
.cid-uYFcikWUA7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcikWUA7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFcikWUA7 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFcikWUA7 .image-wrap {
    height: 350px;
  }
}
.cid-uYFcilaS3z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcilaS3z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcilaS3z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcilaS3z .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFcilaS3z .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcilaS3z .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFcilaS3z .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFcilaS3z .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFcilaS3z .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFcilaS3z .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFcilaS3z .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFcilaS3z .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFcilaS3z .mbr-section-title {
  color: #191c25;
}
.cid-uYFcilaS3z .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcilaS3z .mbr-section-title,
.cid-uYFcilaS3z .title-wrapper,
.cid-uYFcilaS3z .icon-wrapper {
  text-align: center;
}
.cid-uYFcilaS3z .mbr-section-title,
.cid-uYFcilaS3z .icon-wrapper,
.cid-uYFcilaS3z .title-wrapper {
  color: #000000;
}
.cid-uYFcilCvot {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcilCvot .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcilCvot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcilCvot .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcilCvot .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFcilCvot .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcilCvot .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFcilCvot .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFcilCvot .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFcilCvot .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFcilCvot .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFcilCvot .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFcilCvot .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFcilCvot .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFcilCvot .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFcilCvot .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFcilCvot .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFcilCvot .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFcilCvot .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFcilCvot .item:hover .item-wrapper .item-img img,
.cid-uYFcilCvot .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFcilCvot .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFcilCvot .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFcilCvot .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFcilCvot .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFcilCvot .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFcilCvot .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFcilCvot .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFcilCvot .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFcilCvot .list {
  color: #191c25;
}
.cid-uYFcilCvot .mbr-text {
  color: #191c25;
}
.cid-uYFcilCvot .item-title {
  color: #191c25;
}
.cid-uYFcilCvot .item-text {
  color: #191c25;
}
.cid-uYFcimcHGr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcimcHGr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcimcHGr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcimcHGr .items-wrap {
  justify-content: space-between;
}
.cid-uYFcimcHGr .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFcimcHGr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcimcHGr .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcimcHGr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcimcHGr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFcimcHGr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFcimusl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcimusl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcimusl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcimusl9 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFcimusl9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFcimusl9 .mbr-name {
  color: #858585;
}
.cid-uYFcimusl9 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFcimusl9 .mbr-section-btn {
  text-align: center;
}
.cid-uYFcinKpY8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcinKpY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcinKpY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcinKpY8 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcinKpY8 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFcinKpY8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFcinKpY8 .mbr-section-title {
  color: #191c25;
}
.cid-uYFcinKpY8 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFcinKpY8 .mbr-section-title,
.cid-uYFcinKpY8 .logo-wrapper {
  text-align: center;
}
.cid-uYFclZUQlw .navbar-dropdown {
  position: relative !important;
}
.cid-uYFclZUQlw .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-uYFclZUQlw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFclZUQlw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFclZUQlw .dropdown-item:hover,
.cid-uYFclZUQlw .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFclZUQlw .dropdown-item:hover span {
  color: white;
}
.cid-uYFclZUQlw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFclZUQlw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFclZUQlw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFclZUQlw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFclZUQlw .nav-link {
  position: relative;
}
.cid-uYFclZUQlw .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFclZUQlw .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFclZUQlw .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFclZUQlw .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFclZUQlw .dropdown-menu,
.cid-uYFclZUQlw .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFclZUQlw .nav-item:focus,
.cid-uYFclZUQlw .nav-link:focus {
  outline: none;
}
.cid-uYFclZUQlw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFclZUQlw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFclZUQlw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFclZUQlw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFclZUQlw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFclZUQlw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFclZUQlw .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFclZUQlw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFclZUQlw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFclZUQlw .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFclZUQlw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFclZUQlw .navbar.collapsed {
  justify-content: center;
}
.cid-uYFclZUQlw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFclZUQlw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFclZUQlw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFclZUQlw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFclZUQlw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFclZUQlw .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-uYFclZUQlw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFclZUQlw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFclZUQlw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFclZUQlw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFclZUQlw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFclZUQlw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFclZUQlw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFclZUQlw .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-uYFclZUQlw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFclZUQlw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFclZUQlw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFclZUQlw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFclZUQlw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFclZUQlw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFclZUQlw .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFclZUQlw .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFclZUQlw .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-uYFclZUQlw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFclZUQlw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFclZUQlw .dropdown-item.active,
.cid-uYFclZUQlw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFclZUQlw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFclZUQlw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFclZUQlw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFclZUQlw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFclZUQlw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFclZUQlw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFclZUQlw ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFclZUQlw ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFclZUQlw .navbar-buttons {
  text-align: center;
}
.cid-uYFclZUQlw .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFclZUQlw .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFclZUQlw .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFclZUQlw .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFclZUQlw 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFclZUQlw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFclZUQlw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFclZUQlw button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFclZUQlw button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFclZUQlw button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFclZUQlw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFclZUQlw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFclZUQlw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFclZUQlw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFclZUQlw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFclZUQlw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFclZUQlw .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-uYFclZUQlw .navbar {
    height: 70px;
  }
  .cid-uYFclZUQlw .navbar.opened {
    height: auto;
  }
  .cid-uYFclZUQlw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFclZUQlw .navbar-nav {
  margin: 0 auto;
}
.cid-uYFclZUQlw .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFclZUQlw .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-uYFclZUQlw .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFclZUQlw .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFclZUQlw .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFclZUQlw .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFclZUQlw .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFclZUQlw .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFclZUQlw .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFclZUQlw .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFclZUQlw .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFclZUQlw .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFclZUQlw .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFclZUQlw .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFclZUQlw .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFclZUQlw .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFclZUQlw .navbar-caption {
  color: #000000;
}
.cid-uYFclZUQlw .nav-link,
.cid-uYFclZUQlw .dropdown-item {
  color: #000000;
}
.cid-uYFcm1u3nC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcm1u3nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm1u3nC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm1u3nC .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFcm1u3nC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcm1u3nC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcm1u3nC .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcm1u3nC .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFcm1u3nC .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFcm1u3nC .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFcm1u3nC .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFcm1u3nC .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFcm1u3nC .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcm1u3nC .mbr-section-title {
  color: #191c25;
}
.cid-uYFcm1u3nC .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcm1u3nC .mbr-section-title,
.cid-uYFcm1u3nC .mbr-section-btn,
.cid-uYFcm1u3nC .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFcm1R7Xm {
  background-color: transparent;
}
.cid-uYFcm1R7Xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm1R7Xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm1R7Xm .items-wrap {
  justify-content: space-between;
}
.cid-uYFcm1R7Xm .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFcm1R7Xm .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcm1R7Xm .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFcm1R7Xm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcm1R7Xm .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFcm1R7Xm .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFcm1R7Xm .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFcm1R7Xm .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFcm1R7Xm .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFcm1R7Xm .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFcm1R7Xm .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFcm1R7Xm .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFcm1R7Xm .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcm1R7Xm .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFcm1R7Xm .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFcm1R7Xm .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFcm1R7Xm .image-wrapper {
    height: 350px;
  }
}
.cid-uYFcm1R7Xm .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFcm1R7Xm .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFcm1R7Xm .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFcm1R7Xm .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFcm1R7Xm .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFcm1R7Xm .mbr-section-title {
  color: #191c25;
}
.cid-uYFcm1R7Xm .list {
  color: #191c25;
}
.cid-uYFcm1R7Xm .mbr-number_1 {
  color: #191c25;
}
.cid-uYFcm1R7Xm .mbr-number_2,
.cid-uYFcm1R7Xm .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFcm1R7Xm .mbr-section-title,
.cid-uYFcm1R7Xm .mbr-section-btn {
  color: #000000;
}
.cid-uYFcm1R7Xm .list,
.cid-uYFcm1R7Xm .item-wrap {
  color: #000000;
}
.cid-uYFcm2bqaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm2bqaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFcm2bqaa .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFcm2bqaa .image-wrap {
    height: 350px;
  }
}
.cid-uYFcm2s8ZF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcm2s8ZF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm2s8ZF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm2s8ZF .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFcm2s8ZF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcm2s8ZF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFcm2s8ZF .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFcm2s8ZF .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFcm2s8ZF .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFcm2s8ZF .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFcm2s8ZF .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFcm2s8ZF .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFcm2s8ZF .mbr-section-title {
  color: #191c25;
}
.cid-uYFcm2s8ZF .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFcm2s8ZF .mbr-section-title,
.cid-uYFcm2s8ZF .title-wrapper,
.cid-uYFcm2s8ZF .icon-wrapper {
  text-align: center;
}
.cid-uYFcm2s8ZF .mbr-section-title,
.cid-uYFcm2s8ZF .icon-wrapper,
.cid-uYFcm2s8ZF .title-wrapper {
  color: #000000;
}
.cid-uYFcm2X7tA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcm2X7tA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm2X7tA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm2X7tA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcm2X7tA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFcm2X7tA .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcm2X7tA .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFcm2X7tA .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFcm2X7tA .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFcm2X7tA .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFcm2X7tA .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFcm2X7tA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFcm2X7tA .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFcm2X7tA .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFcm2X7tA .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFcm2X7tA .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFcm2X7tA .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFcm2X7tA .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFcm2X7tA .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFcm2X7tA .item:hover .item-wrapper .item-img img,
.cid-uYFcm2X7tA .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFcm2X7tA .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFcm2X7tA .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFcm2X7tA .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFcm2X7tA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFcm2X7tA .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFcm2X7tA .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFcm2X7tA .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFcm2X7tA .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFcm2X7tA .list {
  color: #191c25;
}
.cid-uYFcm2X7tA .mbr-text {
  color: #191c25;
}
.cid-uYFcm2X7tA .item-title {
  color: #191c25;
}
.cid-uYFcm2X7tA .item-text {
  color: #191c25;
}
.cid-uYFcm3B5Vm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcm3B5Vm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm3B5Vm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm3B5Vm .items-wrap {
  justify-content: space-between;
}
.cid-uYFcm3B5Vm .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFcm3B5Vm .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFcm3B5Vm .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFcm3B5Vm .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFcm3B5Vm .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFcm3B5Vm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFcm3UIbs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFcm3UIbs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm3UIbs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm3UIbs .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFcm3UIbs .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFcm3UIbs .mbr-name {
  color: #858585;
}
.cid-uYFcm3UIbs .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFcm3UIbs .mbr-section-btn {
  text-align: center;
}
.cid-uYFcm5csjb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFcm5csjb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFcm5csjb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFcm5csjb .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFcm5csjb .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFcm5csjb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFcm5csjb .mbr-section-title {
  color: #191c25;
}
.cid-uYFcm5csjb .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFcm5csjb .mbr-section-title,
.cid-uYFcm5csjb .logo-wrapper {
  text-align: center;
}
.cid-uYFd4vJXBZ .navbar-dropdown {
  position: relative !important;
}
.cid-uYFd4vJXBZ .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-uYFd4vJXBZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFd4vJXBZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFd4vJXBZ .dropdown-item:hover,
.cid-uYFd4vJXBZ .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFd4vJXBZ .dropdown-item:hover span {
  color: white;
}
.cid-uYFd4vJXBZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFd4vJXBZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFd4vJXBZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFd4vJXBZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFd4vJXBZ .nav-link {
  position: relative;
}
.cid-uYFd4vJXBZ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFd4vJXBZ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFd4vJXBZ .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFd4vJXBZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFd4vJXBZ .dropdown-menu,
.cid-uYFd4vJXBZ .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFd4vJXBZ .nav-item:focus,
.cid-uYFd4vJXBZ .nav-link:focus {
  outline: none;
}
.cid-uYFd4vJXBZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFd4vJXBZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFd4vJXBZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFd4vJXBZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFd4vJXBZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFd4vJXBZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFd4vJXBZ .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFd4vJXBZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFd4vJXBZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFd4vJXBZ .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFd4vJXBZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFd4vJXBZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYFd4vJXBZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFd4vJXBZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFd4vJXBZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFd4vJXBZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFd4vJXBZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFd4vJXBZ .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-uYFd4vJXBZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFd4vJXBZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFd4vJXBZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFd4vJXBZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFd4vJXBZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFd4vJXBZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFd4vJXBZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFd4vJXBZ .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-uYFd4vJXBZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFd4vJXBZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFd4vJXBZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFd4vJXBZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFd4vJXBZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFd4vJXBZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFd4vJXBZ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFd4vJXBZ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFd4vJXBZ .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-uYFd4vJXBZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFd4vJXBZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFd4vJXBZ .dropdown-item.active,
.cid-uYFd4vJXBZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFd4vJXBZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFd4vJXBZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFd4vJXBZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFd4vJXBZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFd4vJXBZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFd4vJXBZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFd4vJXBZ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFd4vJXBZ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFd4vJXBZ .navbar-buttons {
  text-align: center;
}
.cid-uYFd4vJXBZ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFd4vJXBZ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFd4vJXBZ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFd4vJXBZ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFd4vJXBZ 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFd4vJXBZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFd4vJXBZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFd4vJXBZ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFd4vJXBZ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFd4vJXBZ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFd4vJXBZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFd4vJXBZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFd4vJXBZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFd4vJXBZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFd4vJXBZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFd4vJXBZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFd4vJXBZ .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-uYFd4vJXBZ .navbar {
    height: 70px;
  }
  .cid-uYFd4vJXBZ .navbar.opened {
    height: auto;
  }
  .cid-uYFd4vJXBZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFd4vJXBZ .navbar-nav {
  margin: 0 auto;
}
.cid-uYFd4vJXBZ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFd4vJXBZ .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-uYFd4vJXBZ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFd4vJXBZ .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFd4vJXBZ .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFd4vJXBZ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFd4vJXBZ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFd4vJXBZ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFd4vJXBZ .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFd4vJXBZ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFd4vJXBZ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFd4vJXBZ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFd4vJXBZ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFd4vJXBZ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFd4vJXBZ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFd4vJXBZ .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFd4vJXBZ .navbar-caption {
  color: #000000;
}
.cid-uYFd4vJXBZ .nav-link,
.cid-uYFd4vJXBZ .dropdown-item {
  color: #000000;
}
.cid-uYFd4xme10 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFd4xme10 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4xme10 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4xme10 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFd4xme10 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFd4xme10 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFd4xme10 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFd4xme10 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFd4xme10 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFd4xme10 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFd4xme10 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFd4xme10 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFd4xme10 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFd4xme10 .mbr-section-title {
  color: #191c25;
}
.cid-uYFd4xme10 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFd4xme10 .mbr-section-title,
.cid-uYFd4xme10 .mbr-section-btn,
.cid-uYFd4xme10 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFd4xPgTs {
  background-color: transparent;
}
.cid-uYFd4xPgTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4xPgTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4xPgTs .items-wrap {
  justify-content: space-between;
}
.cid-uYFd4xPgTs .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFd4xPgTs .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFd4xPgTs .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFd4xPgTs .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFd4xPgTs .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFd4xPgTs .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFd4xPgTs .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFd4xPgTs .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFd4xPgTs .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFd4xPgTs .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFd4xPgTs .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFd4xPgTs .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFd4xPgTs .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFd4xPgTs .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFd4xPgTs .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFd4xPgTs .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFd4xPgTs .image-wrapper {
    height: 350px;
  }
}
.cid-uYFd4xPgTs .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFd4xPgTs .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFd4xPgTs .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFd4xPgTs .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFd4xPgTs .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFd4xPgTs .mbr-section-title {
  color: #191c25;
}
.cid-uYFd4xPgTs .list {
  color: #191c25;
}
.cid-uYFd4xPgTs .mbr-number_1 {
  color: #191c25;
}
.cid-uYFd4xPgTs .mbr-number_2,
.cid-uYFd4xPgTs .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFd4xPgTs .mbr-section-title,
.cid-uYFd4xPgTs .mbr-section-btn {
  color: #000000;
}
.cid-uYFd4xPgTs .list,
.cid-uYFd4xPgTs .item-wrap {
  color: #000000;
}
.cid-uYFd4y67rm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4y67rm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFd4y67rm .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFd4y67rm .image-wrap {
    height: 350px;
  }
}
.cid-uYFd4ylHrD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFd4ylHrD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4ylHrD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4ylHrD .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFd4ylHrD .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFd4ylHrD .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFd4ylHrD .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFd4ylHrD .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFd4ylHrD .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFd4ylHrD .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFd4ylHrD .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFd4ylHrD .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFd4ylHrD .mbr-section-title {
  color: #191c25;
}
.cid-uYFd4ylHrD .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFd4ylHrD .mbr-section-title,
.cid-uYFd4ylHrD .title-wrapper,
.cid-uYFd4ylHrD .icon-wrapper {
  text-align: center;
}
.cid-uYFd4ylHrD .mbr-section-title,
.cid-uYFd4ylHrD .icon-wrapper,
.cid-uYFd4ylHrD .title-wrapper {
  color: #000000;
}
.cid-uYFd4yOtQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFd4yOtQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4yOtQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4yOtQz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFd4yOtQz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFd4yOtQz .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFd4yOtQz .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFd4yOtQz .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFd4yOtQz .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFd4yOtQz .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFd4yOtQz .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFd4yOtQz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFd4yOtQz .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFd4yOtQz .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFd4yOtQz .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFd4yOtQz .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFd4yOtQz .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFd4yOtQz .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFd4yOtQz .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFd4yOtQz .item:hover .item-wrapper .item-img img,
.cid-uYFd4yOtQz .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFd4yOtQz .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFd4yOtQz .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFd4yOtQz .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFd4yOtQz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFd4yOtQz .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFd4yOtQz .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFd4yOtQz .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFd4yOtQz .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFd4yOtQz .list {
  color: #191c25;
}
.cid-uYFd4yOtQz .mbr-text {
  color: #191c25;
}
.cid-uYFd4yOtQz .item-title {
  color: #191c25;
}
.cid-uYFd4yOtQz .item-text {
  color: #191c25;
}
.cid-uYFd4zoGzR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFd4zoGzR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4zoGzR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4zoGzR .items-wrap {
  justify-content: space-between;
}
.cid-uYFd4zoGzR .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFd4zoGzR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFd4zoGzR .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFd4zoGzR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFd4zoGzR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFd4zoGzR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFd4zFX27 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFd4zFX27 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4zFX27 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4zFX27 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFd4zFX27 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFd4zFX27 .mbr-name {
  color: #858585;
}
.cid-uYFd4zFX27 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFd4zFX27 .mbr-section-btn {
  text-align: center;
}
.cid-uYFd4AZtUk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFd4AZtUk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFd4AZtUk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFd4AZtUk .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFd4AZtUk .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFd4AZtUk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFd4AZtUk .mbr-section-title {
  color: #191c25;
}
.cid-uYFd4AZtUk .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFd4AZtUk .mbr-section-title,
.cid-uYFd4AZtUk .logo-wrapper {
  text-align: center;
}
.cid-uYFdahV54s .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdahV54s .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-uYFdahV54s .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdahV54s .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdahV54s .dropdown-item:hover,
.cid-uYFdahV54s .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdahV54s .dropdown-item:hover span {
  color: white;
}
.cid-uYFdahV54s .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdahV54s .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdahV54s .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdahV54s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdahV54s .nav-link {
  position: relative;
}
.cid-uYFdahV54s .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdahV54s .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdahV54s .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdahV54s .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdahV54s .dropdown-menu,
.cid-uYFdahV54s .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdahV54s .nav-item:focus,
.cid-uYFdahV54s .nav-link:focus {
  outline: none;
}
.cid-uYFdahV54s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdahV54s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdahV54s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdahV54s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdahV54s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdahV54s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdahV54s .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdahV54s .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdahV54s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdahV54s .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdahV54s .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdahV54s .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdahV54s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdahV54s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdahV54s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdahV54s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdahV54s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdahV54s .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-uYFdahV54s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdahV54s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdahV54s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdahV54s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdahV54s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdahV54s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdahV54s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdahV54s .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-uYFdahV54s .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdahV54s .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdahV54s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdahV54s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdahV54s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdahV54s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdahV54s .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdahV54s .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdahV54s .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-uYFdahV54s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdahV54s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdahV54s .dropdown-item.active,
.cid-uYFdahV54s .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdahV54s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdahV54s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdahV54s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdahV54s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdahV54s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdahV54s .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdahV54s ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdahV54s ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdahV54s .navbar-buttons {
  text-align: center;
}
.cid-uYFdahV54s .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdahV54s .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdahV54s .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdahV54s .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdahV54s 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdahV54s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdahV54s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdahV54s button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdahV54s button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdahV54s button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdahV54s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdahV54s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdahV54s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdahV54s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdahV54s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdahV54s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdahV54s .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-uYFdahV54s .navbar {
    height: 70px;
  }
  .cid-uYFdahV54s .navbar.opened {
    height: auto;
  }
  .cid-uYFdahV54s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdahV54s .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdahV54s .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdahV54s .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-uYFdahV54s .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdahV54s .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdahV54s .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdahV54s .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdahV54s .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdahV54s .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdahV54s .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdahV54s .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdahV54s .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdahV54s .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdahV54s .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdahV54s .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdahV54s .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdahV54s .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdahV54s .navbar-caption {
  color: #000000;
}
.cid-uYFdahV54s .nav-link,
.cid-uYFdahV54s .dropdown-item {
  color: #000000;
}
.cid-uYFdajEqpQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdajEqpQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdajEqpQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdajEqpQ .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdajEqpQ .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdajEqpQ .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdajEqpQ .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdajEqpQ .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdajEqpQ .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdajEqpQ .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdajEqpQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdajEqpQ .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdajEqpQ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdajEqpQ .mbr-section-title {
  color: #191c25;
}
.cid-uYFdajEqpQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdajEqpQ .mbr-section-title,
.cid-uYFdajEqpQ .mbr-section-btn,
.cid-uYFdajEqpQ .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdajX9y7 {
  background-color: transparent;
}
.cid-uYFdajX9y7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdajX9y7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdajX9y7 .items-wrap {
  justify-content: space-between;
}
.cid-uYFdajX9y7 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdajX9y7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdajX9y7 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdajX9y7 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdajX9y7 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdajX9y7 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdajX9y7 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdajX9y7 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdajX9y7 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdajX9y7 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdajX9y7 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdajX9y7 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdajX9y7 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdajX9y7 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdajX9y7 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdajX9y7 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdajX9y7 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdajX9y7 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdajX9y7 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdajX9y7 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdajX9y7 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdajX9y7 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdajX9y7 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdajX9y7 .list {
  color: #191c25;
}
.cid-uYFdajX9y7 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdajX9y7 .mbr-number_2,
.cid-uYFdajX9y7 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdajX9y7 .mbr-section-title,
.cid-uYFdajX9y7 .mbr-section-btn {
  color: #000000;
}
.cid-uYFdajX9y7 .list,
.cid-uYFdajX9y7 .item-wrap {
  color: #000000;
}
.cid-uYFdakgA6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdakgA6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdakgA6g .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdakgA6g .image-wrap {
    height: 350px;
  }
}
.cid-uYFdakwYk2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdakwYk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdakwYk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdakwYk2 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdakwYk2 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdakwYk2 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdakwYk2 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdakwYk2 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdakwYk2 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdakwYk2 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdakwYk2 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdakwYk2 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdakwYk2 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdakwYk2 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdakwYk2 .mbr-section-title,
.cid-uYFdakwYk2 .title-wrapper,
.cid-uYFdakwYk2 .icon-wrapper {
  text-align: center;
}
.cid-uYFdakwYk2 .mbr-section-title,
.cid-uYFdakwYk2 .icon-wrapper,
.cid-uYFdakwYk2 .title-wrapper {
  color: #000000;
}
.cid-uYFdakZX4I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdakZX4I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdakZX4I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdakZX4I .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdakZX4I .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdakZX4I .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdakZX4I .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdakZX4I .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdakZX4I .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdakZX4I .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdakZX4I .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdakZX4I .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdakZX4I .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdakZX4I .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdakZX4I .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdakZX4I .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdakZX4I .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdakZX4I .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdakZX4I .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdakZX4I .item:hover .item-wrapper .item-img img,
.cid-uYFdakZX4I .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdakZX4I .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdakZX4I .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdakZX4I .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdakZX4I .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdakZX4I .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdakZX4I .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdakZX4I .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdakZX4I .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdakZX4I .list {
  color: #191c25;
}
.cid-uYFdakZX4I .mbr-text {
  color: #191c25;
}
.cid-uYFdakZX4I .item-title {
  color: #191c25;
}
.cid-uYFdakZX4I .item-text {
  color: #191c25;
}
.cid-uYFdalBYk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdalBYk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdalBYk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdalBYk1 .items-wrap {
  justify-content: space-between;
}
.cid-uYFdalBYk1 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdalBYk1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdalBYk1 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdalBYk1 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdalBYk1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdalBYk1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdalUILd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdalUILd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdalUILd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdalUILd .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdalUILd .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdalUILd .mbr-name {
  color: #858585;
}
.cid-uYFdalUILd .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdalUILd .mbr-section-btn {
  text-align: center;
}
.cid-uYFdancZuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdancZuz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdancZuz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdancZuz .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdancZuz .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdancZuz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdancZuz .mbr-section-title {
  color: #191c25;
}
.cid-uYFdancZuz .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdancZuz .mbr-section-title,
.cid-uYFdancZuz .logo-wrapper {
  text-align: center;
}
.cid-uYFddhsUPv .navbar-dropdown {
  position: relative !important;
}
.cid-uYFddhsUPv .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-uYFddhsUPv .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFddhsUPv .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFddhsUPv .dropdown-item:hover,
.cid-uYFddhsUPv .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFddhsUPv .dropdown-item:hover span {
  color: white;
}
.cid-uYFddhsUPv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFddhsUPv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFddhsUPv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFddhsUPv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFddhsUPv .nav-link {
  position: relative;
}
.cid-uYFddhsUPv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFddhsUPv .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFddhsUPv .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFddhsUPv .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFddhsUPv .dropdown-menu,
.cid-uYFddhsUPv .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFddhsUPv .nav-item:focus,
.cid-uYFddhsUPv .nav-link:focus {
  outline: none;
}
.cid-uYFddhsUPv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFddhsUPv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFddhsUPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFddhsUPv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFddhsUPv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFddhsUPv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFddhsUPv .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFddhsUPv .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFddhsUPv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFddhsUPv .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFddhsUPv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFddhsUPv .navbar.collapsed {
  justify-content: center;
}
.cid-uYFddhsUPv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFddhsUPv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFddhsUPv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFddhsUPv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFddhsUPv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFddhsUPv .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-uYFddhsUPv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFddhsUPv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFddhsUPv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFddhsUPv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFddhsUPv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFddhsUPv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFddhsUPv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFddhsUPv .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-uYFddhsUPv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFddhsUPv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFddhsUPv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFddhsUPv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFddhsUPv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFddhsUPv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFddhsUPv .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFddhsUPv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFddhsUPv .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-uYFddhsUPv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFddhsUPv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFddhsUPv .dropdown-item.active,
.cid-uYFddhsUPv .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFddhsUPv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFddhsUPv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFddhsUPv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFddhsUPv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFddhsUPv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFddhsUPv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFddhsUPv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFddhsUPv ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFddhsUPv .navbar-buttons {
  text-align: center;
}
.cid-uYFddhsUPv .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFddhsUPv .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFddhsUPv .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFddhsUPv .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFddhsUPv 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFddhsUPv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFddhsUPv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFddhsUPv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFddhsUPv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFddhsUPv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFddhsUPv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFddhsUPv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFddhsUPv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFddhsUPv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFddhsUPv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFddhsUPv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFddhsUPv .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-uYFddhsUPv .navbar {
    height: 70px;
  }
  .cid-uYFddhsUPv .navbar.opened {
    height: auto;
  }
  .cid-uYFddhsUPv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFddhsUPv .navbar-nav {
  margin: 0 auto;
}
.cid-uYFddhsUPv .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFddhsUPv .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-uYFddhsUPv .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFddhsUPv .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFddhsUPv .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFddhsUPv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFddhsUPv .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFddhsUPv .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFddhsUPv .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFddhsUPv .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFddhsUPv .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFddhsUPv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFddhsUPv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFddhsUPv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFddhsUPv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFddhsUPv .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFddhsUPv .navbar-caption {
  color: #000000;
}
.cid-uYFddhsUPv .nav-link,
.cid-uYFddhsUPv .dropdown-item {
  color: #000000;
}
.cid-uYFddj4S4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFddj4S4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddj4S4C .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddj4S4C .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFddj4S4C .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFddj4S4C .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFddj4S4C .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFddj4S4C .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFddj4S4C .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFddj4S4C .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFddj4S4C .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFddj4S4C .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFddj4S4C .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFddj4S4C .mbr-section-title {
  color: #191c25;
}
.cid-uYFddj4S4C .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFddj4S4C .mbr-section-title,
.cid-uYFddj4S4C .mbr-section-btn,
.cid-uYFddj4S4C .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFddjoUuR {
  background-color: transparent;
}
.cid-uYFddjoUuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddjoUuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddjoUuR .items-wrap {
  justify-content: space-between;
}
.cid-uYFddjoUuR .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFddjoUuR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFddjoUuR .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFddjoUuR .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFddjoUuR .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFddjoUuR .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFddjoUuR .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFddjoUuR .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFddjoUuR .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFddjoUuR .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFddjoUuR .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFddjoUuR .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFddjoUuR .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFddjoUuR .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFddjoUuR .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFddjoUuR .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFddjoUuR .image-wrapper {
    height: 350px;
  }
}
.cid-uYFddjoUuR .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFddjoUuR .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFddjoUuR .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFddjoUuR .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFddjoUuR .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFddjoUuR .mbr-section-title {
  color: #191c25;
}
.cid-uYFddjoUuR .list {
  color: #191c25;
}
.cid-uYFddjoUuR .mbr-number_1 {
  color: #191c25;
}
.cid-uYFddjoUuR .mbr-number_2,
.cid-uYFddjoUuR .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFddjoUuR .mbr-section-title,
.cid-uYFddjoUuR .mbr-section-btn {
  color: #000000;
}
.cid-uYFddjoUuR .list,
.cid-uYFddjoUuR .item-wrap {
  color: #000000;
}
.cid-uYFddjM9dS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddjM9dS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFddjM9dS .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFddjM9dS .image-wrap {
    height: 350px;
  }
}
.cid-uYFddk2ODX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFddk2ODX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddk2ODX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddk2ODX .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFddk2ODX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFddk2ODX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFddk2ODX .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFddk2ODX .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFddk2ODX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFddk2ODX .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFddk2ODX .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFddk2ODX .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFddk2ODX .mbr-section-title {
  color: #191c25;
}
.cid-uYFddk2ODX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFddk2ODX .mbr-section-title,
.cid-uYFddk2ODX .title-wrapper,
.cid-uYFddk2ODX .icon-wrapper {
  text-align: center;
}
.cid-uYFddk2ODX .mbr-section-title,
.cid-uYFddk2ODX .icon-wrapper,
.cid-uYFddk2ODX .title-wrapper {
  color: #000000;
}
.cid-uYFddkuiZt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFddkuiZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddkuiZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddkuiZt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFddkuiZt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFddkuiZt .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFddkuiZt .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFddkuiZt .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFddkuiZt .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFddkuiZt .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFddkuiZt .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFddkuiZt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFddkuiZt .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFddkuiZt .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFddkuiZt .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFddkuiZt .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFddkuiZt .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFddkuiZt .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFddkuiZt .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFddkuiZt .item:hover .item-wrapper .item-img img,
.cid-uYFddkuiZt .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFddkuiZt .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFddkuiZt .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFddkuiZt .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFddkuiZt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFddkuiZt .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFddkuiZt .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFddkuiZt .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFddkuiZt .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFddkuiZt .list {
  color: #191c25;
}
.cid-uYFddkuiZt .mbr-text {
  color: #191c25;
}
.cid-uYFddkuiZt .item-title {
  color: #191c25;
}
.cid-uYFddkuiZt .item-text {
  color: #191c25;
}
.cid-uYFddl6Lw2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFddl6Lw2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddl6Lw2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddl6Lw2 .items-wrap {
  justify-content: space-between;
}
.cid-uYFddl6Lw2 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFddl6Lw2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFddl6Lw2 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFddl6Lw2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFddl6Lw2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFddl6Lw2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFddlpq82 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFddlpq82 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddlpq82 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddlpq82 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFddlpq82 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFddlpq82 .mbr-name {
  color: #858585;
}
.cid-uYFddlpq82 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFddlpq82 .mbr-section-btn {
  text-align: center;
}
.cid-uYFddmGfPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFddmGfPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFddmGfPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFddmGfPh .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFddmGfPh .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFddmGfPh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFddmGfPh .mbr-section-title {
  color: #191c25;
}
.cid-uYFddmGfPh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFddmGfPh .mbr-section-title,
.cid-uYFddmGfPh .logo-wrapper {
  text-align: center;
}
.cid-uYFdg1HfR7 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdg1HfR7 .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-uYFdg1HfR7 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdg1HfR7 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdg1HfR7 .dropdown-item:hover,
.cid-uYFdg1HfR7 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdg1HfR7 .dropdown-item:hover span {
  color: white;
}
.cid-uYFdg1HfR7 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdg1HfR7 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdg1HfR7 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdg1HfR7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdg1HfR7 .nav-link {
  position: relative;
}
.cid-uYFdg1HfR7 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdg1HfR7 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdg1HfR7 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdg1HfR7 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdg1HfR7 .dropdown-menu,
.cid-uYFdg1HfR7 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdg1HfR7 .nav-item:focus,
.cid-uYFdg1HfR7 .nav-link:focus {
  outline: none;
}
.cid-uYFdg1HfR7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdg1HfR7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdg1HfR7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdg1HfR7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdg1HfR7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdg1HfR7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdg1HfR7 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdg1HfR7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdg1HfR7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdg1HfR7 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdg1HfR7 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdg1HfR7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdg1HfR7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdg1HfR7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdg1HfR7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdg1HfR7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdg1HfR7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdg1HfR7 .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-uYFdg1HfR7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdg1HfR7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdg1HfR7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdg1HfR7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdg1HfR7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdg1HfR7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdg1HfR7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdg1HfR7 .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-uYFdg1HfR7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdg1HfR7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdg1HfR7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdg1HfR7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdg1HfR7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdg1HfR7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdg1HfR7 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdg1HfR7 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdg1HfR7 .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-uYFdg1HfR7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdg1HfR7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdg1HfR7 .dropdown-item.active,
.cid-uYFdg1HfR7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdg1HfR7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdg1HfR7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdg1HfR7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdg1HfR7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdg1HfR7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdg1HfR7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdg1HfR7 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdg1HfR7 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdg1HfR7 .navbar-buttons {
  text-align: center;
}
.cid-uYFdg1HfR7 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdg1HfR7 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdg1HfR7 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdg1HfR7 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdg1HfR7 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdg1HfR7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdg1HfR7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdg1HfR7 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdg1HfR7 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdg1HfR7 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdg1HfR7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdg1HfR7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdg1HfR7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdg1HfR7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdg1HfR7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdg1HfR7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdg1HfR7 .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-uYFdg1HfR7 .navbar {
    height: 70px;
  }
  .cid-uYFdg1HfR7 .navbar.opened {
    height: auto;
  }
  .cid-uYFdg1HfR7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdg1HfR7 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdg1HfR7 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdg1HfR7 .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-uYFdg1HfR7 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdg1HfR7 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdg1HfR7 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdg1HfR7 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdg1HfR7 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdg1HfR7 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdg1HfR7 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdg1HfR7 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdg1HfR7 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdg1HfR7 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdg1HfR7 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdg1HfR7 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdg1HfR7 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdg1HfR7 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdg1HfR7 .navbar-caption {
  color: #000000;
}
.cid-uYFdg1HfR7 .nav-link,
.cid-uYFdg1HfR7 .dropdown-item {
  color: #000000;
}
.cid-uYFdg3ohYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdg3ohYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg3ohYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg3ohYM .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdg3ohYM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdg3ohYM .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdg3ohYM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdg3ohYM .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdg3ohYM .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdg3ohYM .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdg3ohYM .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdg3ohYM .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdg3ohYM .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdg3ohYM .mbr-section-title {
  color: #191c25;
}
.cid-uYFdg3ohYM .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdg3ohYM .mbr-section-title,
.cid-uYFdg3ohYM .mbr-section-btn,
.cid-uYFdg3ohYM .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdg3MoJz {
  background-color: transparent;
}
.cid-uYFdg3MoJz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg3MoJz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg3MoJz .items-wrap {
  justify-content: space-between;
}
.cid-uYFdg3MoJz .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdg3MoJz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdg3MoJz .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdg3MoJz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdg3MoJz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdg3MoJz .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdg3MoJz .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdg3MoJz .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdg3MoJz .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdg3MoJz .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdg3MoJz .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdg3MoJz .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdg3MoJz .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdg3MoJz .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdg3MoJz .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdg3MoJz .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdg3MoJz .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdg3MoJz .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdg3MoJz .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdg3MoJz .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdg3MoJz .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdg3MoJz .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdg3MoJz .mbr-section-title {
  color: #191c25;
}
.cid-uYFdg3MoJz .list {
  color: #191c25;
}
.cid-uYFdg3MoJz .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdg3MoJz .mbr-number_2,
.cid-uYFdg3MoJz .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdg3MoJz .mbr-section-title,
.cid-uYFdg3MoJz .mbr-section-btn {
  color: #000000;
}
.cid-uYFdg3MoJz .list,
.cid-uYFdg3MoJz .item-wrap {
  color: #000000;
}
.cid-uYFdg46BGg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg46BGg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdg46BGg .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdg46BGg .image-wrap {
    height: 350px;
  }
}
.cid-uYFdg4nMr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdg4nMr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg4nMr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg4nMr0 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdg4nMr0 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdg4nMr0 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdg4nMr0 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdg4nMr0 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdg4nMr0 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdg4nMr0 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdg4nMr0 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdg4nMr0 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdg4nMr0 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdg4nMr0 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdg4nMr0 .mbr-section-title,
.cid-uYFdg4nMr0 .title-wrapper,
.cid-uYFdg4nMr0 .icon-wrapper {
  text-align: center;
}
.cid-uYFdg4nMr0 .mbr-section-title,
.cid-uYFdg4nMr0 .icon-wrapper,
.cid-uYFdg4nMr0 .title-wrapper {
  color: #000000;
}
.cid-uYFdg4R8kz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdg4R8kz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg4R8kz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg4R8kz .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdg4R8kz .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdg4R8kz .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdg4R8kz .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdg4R8kz .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdg4R8kz .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdg4R8kz .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdg4R8kz .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdg4R8kz .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdg4R8kz .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdg4R8kz .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdg4R8kz .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdg4R8kz .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdg4R8kz .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdg4R8kz .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdg4R8kz .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdg4R8kz .item:hover .item-wrapper .item-img img,
.cid-uYFdg4R8kz .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdg4R8kz .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdg4R8kz .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdg4R8kz .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdg4R8kz .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdg4R8kz .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdg4R8kz .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdg4R8kz .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdg4R8kz .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdg4R8kz .list {
  color: #191c25;
}
.cid-uYFdg4R8kz .mbr-text {
  color: #191c25;
}
.cid-uYFdg4R8kz .item-title {
  color: #191c25;
}
.cid-uYFdg4R8kz .item-text {
  color: #191c25;
}
.cid-uYFdg5qYRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdg5qYRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg5qYRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg5qYRs .items-wrap {
  justify-content: space-between;
}
.cid-uYFdg5qYRs .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdg5qYRs .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdg5qYRs .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdg5qYRs .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdg5qYRs .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdg5qYRs .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdg5JLvV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdg5JLvV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg5JLvV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg5JLvV .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdg5JLvV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdg5JLvV .mbr-name {
  color: #858585;
}
.cid-uYFdg5JLvV .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdg5JLvV .mbr-section-btn {
  text-align: center;
}
.cid-uYFdg72qII {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdg72qII .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdg72qII .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdg72qII .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdg72qII .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdg72qII .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdg72qII .mbr-section-title {
  color: #191c25;
}
.cid-uYFdg72qII .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdg72qII .mbr-section-title,
.cid-uYFdg72qII .logo-wrapper {
  text-align: center;
}
.cid-uYFdjIM2wh .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdjIM2wh .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-uYFdjIM2wh .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdjIM2wh .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdjIM2wh .dropdown-item:hover,
.cid-uYFdjIM2wh .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdjIM2wh .dropdown-item:hover span {
  color: white;
}
.cid-uYFdjIM2wh .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdjIM2wh .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdjIM2wh .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdjIM2wh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdjIM2wh .nav-link {
  position: relative;
}
.cid-uYFdjIM2wh .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdjIM2wh .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdjIM2wh .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdjIM2wh .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdjIM2wh .dropdown-menu,
.cid-uYFdjIM2wh .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdjIM2wh .nav-item:focus,
.cid-uYFdjIM2wh .nav-link:focus {
  outline: none;
}
.cid-uYFdjIM2wh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdjIM2wh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdjIM2wh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdjIM2wh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdjIM2wh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdjIM2wh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdjIM2wh .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdjIM2wh .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdjIM2wh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdjIM2wh .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdjIM2wh .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdjIM2wh .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdjIM2wh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdjIM2wh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdjIM2wh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdjIM2wh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdjIM2wh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdjIM2wh .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-uYFdjIM2wh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdjIM2wh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdjIM2wh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdjIM2wh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdjIM2wh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdjIM2wh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdjIM2wh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdjIM2wh .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-uYFdjIM2wh .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdjIM2wh .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdjIM2wh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdjIM2wh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdjIM2wh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdjIM2wh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdjIM2wh .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdjIM2wh .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdjIM2wh .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-uYFdjIM2wh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdjIM2wh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdjIM2wh .dropdown-item.active,
.cid-uYFdjIM2wh .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdjIM2wh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdjIM2wh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdjIM2wh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdjIM2wh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdjIM2wh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdjIM2wh .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdjIM2wh ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdjIM2wh ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdjIM2wh .navbar-buttons {
  text-align: center;
}
.cid-uYFdjIM2wh .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdjIM2wh .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdjIM2wh .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdjIM2wh .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdjIM2wh 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdjIM2wh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdjIM2wh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdjIM2wh button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdjIM2wh button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdjIM2wh button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdjIM2wh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdjIM2wh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdjIM2wh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdjIM2wh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdjIM2wh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdjIM2wh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdjIM2wh .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-uYFdjIM2wh .navbar {
    height: 70px;
  }
  .cid-uYFdjIM2wh .navbar.opened {
    height: auto;
  }
  .cid-uYFdjIM2wh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdjIM2wh .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdjIM2wh .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdjIM2wh .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-uYFdjIM2wh .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdjIM2wh .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdjIM2wh .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdjIM2wh .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdjIM2wh .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdjIM2wh .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdjIM2wh .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdjIM2wh .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdjIM2wh .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdjIM2wh .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdjIM2wh .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdjIM2wh .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdjIM2wh .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdjIM2wh .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdjIM2wh .navbar-caption {
  color: #000000;
}
.cid-uYFdjIM2wh .nav-link,
.cid-uYFdjIM2wh .dropdown-item {
  color: #000000;
}
.cid-uYFdjKpmVW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdjKpmVW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjKpmVW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjKpmVW .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdjKpmVW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdjKpmVW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdjKpmVW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdjKpmVW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdjKpmVW .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdjKpmVW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdjKpmVW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdjKpmVW .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdjKpmVW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdjKpmVW .mbr-section-title {
  color: #191c25;
}
.cid-uYFdjKpmVW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdjKpmVW .mbr-section-title,
.cid-uYFdjKpmVW .mbr-section-btn,
.cid-uYFdjKpmVW .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdjKIm4H {
  background-color: transparent;
}
.cid-uYFdjKIm4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjKIm4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjKIm4H .items-wrap {
  justify-content: space-between;
}
.cid-uYFdjKIm4H .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdjKIm4H .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdjKIm4H .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdjKIm4H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdjKIm4H .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdjKIm4H .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdjKIm4H .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdjKIm4H .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdjKIm4H .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdjKIm4H .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdjKIm4H .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdjKIm4H .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdjKIm4H .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdjKIm4H .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdjKIm4H .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdjKIm4H .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdjKIm4H .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdjKIm4H .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdjKIm4H .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdjKIm4H .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdjKIm4H .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdjKIm4H .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdjKIm4H .mbr-section-title {
  color: #191c25;
}
.cid-uYFdjKIm4H .list {
  color: #191c25;
}
.cid-uYFdjKIm4H .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdjKIm4H .mbr-number_2,
.cid-uYFdjKIm4H .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdjKIm4H .mbr-section-title,
.cid-uYFdjKIm4H .mbr-section-btn {
  color: #000000;
}
.cid-uYFdjKIm4H .list,
.cid-uYFdjKIm4H .item-wrap {
  color: #000000;
}
.cid-uYFdjL05WN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjL05WN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdjL05WN .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdjL05WN .image-wrap {
    height: 350px;
  }
}
.cid-uYFdjLfKOX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdjLfKOX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjLfKOX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjLfKOX .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdjLfKOX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdjLfKOX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdjLfKOX .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdjLfKOX .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdjLfKOX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdjLfKOX .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdjLfKOX .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdjLfKOX .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdjLfKOX .mbr-section-title {
  color: #191c25;
}
.cid-uYFdjLfKOX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdjLfKOX .mbr-section-title,
.cid-uYFdjLfKOX .title-wrapper,
.cid-uYFdjLfKOX .icon-wrapper {
  text-align: center;
}
.cid-uYFdjLfKOX .mbr-section-title,
.cid-uYFdjLfKOX .icon-wrapper,
.cid-uYFdjLfKOX .title-wrapper {
  color: #000000;
}
.cid-uYFdjLIpMP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdjLIpMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjLIpMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjLIpMP .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdjLIpMP .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdjLIpMP .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdjLIpMP .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdjLIpMP .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdjLIpMP .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdjLIpMP .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdjLIpMP .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdjLIpMP .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdjLIpMP .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdjLIpMP .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdjLIpMP .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdjLIpMP .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdjLIpMP .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdjLIpMP .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdjLIpMP .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdjLIpMP .item:hover .item-wrapper .item-img img,
.cid-uYFdjLIpMP .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdjLIpMP .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdjLIpMP .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdjLIpMP .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdjLIpMP .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdjLIpMP .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdjLIpMP .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdjLIpMP .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdjLIpMP .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdjLIpMP .list {
  color: #191c25;
}
.cid-uYFdjLIpMP .mbr-text {
  color: #191c25;
}
.cid-uYFdjLIpMP .item-title {
  color: #191c25;
}
.cid-uYFdjLIpMP .item-text {
  color: #191c25;
}
.cid-uYFdjMjSMS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdjMjSMS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjMjSMS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjMjSMS .items-wrap {
  justify-content: space-between;
}
.cid-uYFdjMjSMS .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdjMjSMS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdjMjSMS .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdjMjSMS .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdjMjSMS .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdjMjSMS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdjMBX3P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdjMBX3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjMBX3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjMBX3P .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdjMBX3P .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdjMBX3P .mbr-name {
  color: #858585;
}
.cid-uYFdjMBX3P .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdjMBX3P .mbr-section-btn {
  text-align: center;
}
.cid-uYFdjNTNPh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdjNTNPh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdjNTNPh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdjNTNPh .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdjNTNPh .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdjNTNPh .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdjNTNPh .mbr-section-title {
  color: #191c25;
}
.cid-uYFdjNTNPh .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdjNTNPh .mbr-section-title,
.cid-uYFdjNTNPh .logo-wrapper {
  text-align: center;
}
.cid-uYFdnkjqHk .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdnkjqHk .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-uYFdnkjqHk .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdnkjqHk .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdnkjqHk .dropdown-item:hover,
.cid-uYFdnkjqHk .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdnkjqHk .dropdown-item:hover span {
  color: white;
}
.cid-uYFdnkjqHk .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdnkjqHk .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdnkjqHk .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdnkjqHk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdnkjqHk .nav-link {
  position: relative;
}
.cid-uYFdnkjqHk .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdnkjqHk .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdnkjqHk .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdnkjqHk .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdnkjqHk .dropdown-menu,
.cid-uYFdnkjqHk .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdnkjqHk .nav-item:focus,
.cid-uYFdnkjqHk .nav-link:focus {
  outline: none;
}
.cid-uYFdnkjqHk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdnkjqHk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdnkjqHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdnkjqHk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdnkjqHk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdnkjqHk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdnkjqHk .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdnkjqHk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdnkjqHk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdnkjqHk .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdnkjqHk .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdnkjqHk .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdnkjqHk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdnkjqHk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdnkjqHk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdnkjqHk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdnkjqHk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdnkjqHk .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-uYFdnkjqHk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdnkjqHk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdnkjqHk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdnkjqHk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdnkjqHk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdnkjqHk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdnkjqHk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdnkjqHk .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-uYFdnkjqHk .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdnkjqHk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdnkjqHk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdnkjqHk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdnkjqHk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdnkjqHk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdnkjqHk .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdnkjqHk .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdnkjqHk .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-uYFdnkjqHk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdnkjqHk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdnkjqHk .dropdown-item.active,
.cid-uYFdnkjqHk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdnkjqHk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdnkjqHk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdnkjqHk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdnkjqHk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdnkjqHk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdnkjqHk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdnkjqHk ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdnkjqHk ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdnkjqHk .navbar-buttons {
  text-align: center;
}
.cid-uYFdnkjqHk .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdnkjqHk .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdnkjqHk .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdnkjqHk .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdnkjqHk 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdnkjqHk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdnkjqHk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdnkjqHk button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdnkjqHk button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdnkjqHk button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdnkjqHk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdnkjqHk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdnkjqHk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdnkjqHk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdnkjqHk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdnkjqHk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdnkjqHk .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-uYFdnkjqHk .navbar {
    height: 70px;
  }
  .cid-uYFdnkjqHk .navbar.opened {
    height: auto;
  }
  .cid-uYFdnkjqHk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdnkjqHk .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdnkjqHk .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdnkjqHk .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-uYFdnkjqHk .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdnkjqHk .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdnkjqHk .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdnkjqHk .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdnkjqHk .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdnkjqHk .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdnkjqHk .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdnkjqHk .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdnkjqHk .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdnkjqHk .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdnkjqHk .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdnkjqHk .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdnkjqHk .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdnkjqHk .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdnkjqHk .navbar-caption {
  color: #000000;
}
.cid-uYFdnkjqHk .nav-link,
.cid-uYFdnkjqHk .dropdown-item {
  color: #000000;
}
.cid-uYFdnmhV3V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdnmhV3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnmhV3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnmhV3V .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdnmhV3V .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdnmhV3V .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdnmhV3V .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdnmhV3V .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdnmhV3V .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdnmhV3V .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdnmhV3V .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdnmhV3V .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdnmhV3V .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdnmhV3V .mbr-section-title {
  color: #191c25;
}
.cid-uYFdnmhV3V .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdnmhV3V .mbr-section-title,
.cid-uYFdnmhV3V .mbr-section-btn,
.cid-uYFdnmhV3V .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdnmDGb6 {
  background-color: transparent;
}
.cid-uYFdnmDGb6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnmDGb6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnmDGb6 .items-wrap {
  justify-content: space-between;
}
.cid-uYFdnmDGb6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdnmDGb6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdnmDGb6 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdnmDGb6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdnmDGb6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdnmDGb6 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdnmDGb6 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdnmDGb6 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdnmDGb6 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdnmDGb6 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdnmDGb6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdnmDGb6 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdnmDGb6 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdnmDGb6 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdnmDGb6 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdnmDGb6 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdnmDGb6 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdnmDGb6 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdnmDGb6 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdnmDGb6 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdnmDGb6 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdnmDGb6 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdnmDGb6 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdnmDGb6 .list {
  color: #191c25;
}
.cid-uYFdnmDGb6 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdnmDGb6 .mbr-number_2,
.cid-uYFdnmDGb6 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdnmDGb6 .mbr-section-title,
.cid-uYFdnmDGb6 .mbr-section-btn {
  color: #000000;
}
.cid-uYFdnmDGb6 .list,
.cid-uYFdnmDGb6 .item-wrap {
  color: #000000;
}
.cid-uYFdnmXcJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnmXcJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdnmXcJD .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdnmXcJD .image-wrap {
    height: 350px;
  }
}
.cid-uYFdnnh2KB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdnnh2KB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnnh2KB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnnh2KB .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdnnh2KB .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdnnh2KB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdnnh2KB .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdnnh2KB .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdnnh2KB .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdnnh2KB .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdnnh2KB .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdnnh2KB .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdnnh2KB .mbr-section-title {
  color: #191c25;
}
.cid-uYFdnnh2KB .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdnnh2KB .mbr-section-title,
.cid-uYFdnnh2KB .title-wrapper,
.cid-uYFdnnh2KB .icon-wrapper {
  text-align: center;
}
.cid-uYFdnnh2KB .mbr-section-title,
.cid-uYFdnnh2KB .icon-wrapper,
.cid-uYFdnnh2KB .title-wrapper {
  color: #000000;
}
.cid-uYFdnnKoNT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdnnKoNT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnnKoNT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnnKoNT .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdnnKoNT .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdnnKoNT .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdnnKoNT .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdnnKoNT .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdnnKoNT .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdnnKoNT .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdnnKoNT .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdnnKoNT .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdnnKoNT .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdnnKoNT .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdnnKoNT .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdnnKoNT .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdnnKoNT .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdnnKoNT .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdnnKoNT .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdnnKoNT .item:hover .item-wrapper .item-img img,
.cid-uYFdnnKoNT .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdnnKoNT .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdnnKoNT .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdnnKoNT .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdnnKoNT .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdnnKoNT .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdnnKoNT .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdnnKoNT .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdnnKoNT .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdnnKoNT .list {
  color: #191c25;
}
.cid-uYFdnnKoNT .mbr-text {
  color: #191c25;
}
.cid-uYFdnnKoNT .item-title {
  color: #191c25;
}
.cid-uYFdnnKoNT .item-text {
  color: #191c25;
}
.cid-uYFdnohZyH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdnohZyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnohZyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnohZyH .items-wrap {
  justify-content: space-between;
}
.cid-uYFdnohZyH .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdnohZyH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdnohZyH .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdnohZyH .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdnohZyH .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdnohZyH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdnozfhS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdnozfhS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnozfhS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnozfhS .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdnozfhS .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdnozfhS .mbr-name {
  color: #858585;
}
.cid-uYFdnozfhS .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdnozfhS .mbr-section-btn {
  text-align: center;
}
.cid-uYFdnpRkS9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdnpRkS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdnpRkS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdnpRkS9 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdnpRkS9 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdnpRkS9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdnpRkS9 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdnpRkS9 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdnpRkS9 .mbr-section-title,
.cid-uYFdnpRkS9 .logo-wrapper {
  text-align: center;
}
.cid-uYFdrVaN38 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdrVaN38 .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-uYFdrVaN38 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdrVaN38 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdrVaN38 .dropdown-item:hover,
.cid-uYFdrVaN38 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdrVaN38 .dropdown-item:hover span {
  color: white;
}
.cid-uYFdrVaN38 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdrVaN38 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdrVaN38 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdrVaN38 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdrVaN38 .nav-link {
  position: relative;
}
.cid-uYFdrVaN38 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdrVaN38 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdrVaN38 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdrVaN38 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdrVaN38 .dropdown-menu,
.cid-uYFdrVaN38 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdrVaN38 .nav-item:focus,
.cid-uYFdrVaN38 .nav-link:focus {
  outline: none;
}
.cid-uYFdrVaN38 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdrVaN38 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdrVaN38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdrVaN38 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdrVaN38 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdrVaN38 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdrVaN38 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdrVaN38 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdrVaN38 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdrVaN38 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdrVaN38 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdrVaN38 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdrVaN38 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdrVaN38 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdrVaN38 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdrVaN38 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdrVaN38 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdrVaN38 .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-uYFdrVaN38 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdrVaN38 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdrVaN38 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdrVaN38 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdrVaN38 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdrVaN38 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdrVaN38 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdrVaN38 .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-uYFdrVaN38 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdrVaN38 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdrVaN38 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdrVaN38 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdrVaN38 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdrVaN38 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdrVaN38 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdrVaN38 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdrVaN38 .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-uYFdrVaN38 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdrVaN38 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdrVaN38 .dropdown-item.active,
.cid-uYFdrVaN38 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdrVaN38 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdrVaN38 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdrVaN38 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdrVaN38 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdrVaN38 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdrVaN38 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdrVaN38 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdrVaN38 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdrVaN38 .navbar-buttons {
  text-align: center;
}
.cid-uYFdrVaN38 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdrVaN38 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdrVaN38 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdrVaN38 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdrVaN38 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdrVaN38 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdrVaN38 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdrVaN38 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdrVaN38 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdrVaN38 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdrVaN38 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdrVaN38 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdrVaN38 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdrVaN38 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdrVaN38 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdrVaN38 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdrVaN38 .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-uYFdrVaN38 .navbar {
    height: 70px;
  }
  .cid-uYFdrVaN38 .navbar.opened {
    height: auto;
  }
  .cid-uYFdrVaN38 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdrVaN38 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdrVaN38 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdrVaN38 .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-uYFdrVaN38 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdrVaN38 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdrVaN38 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdrVaN38 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdrVaN38 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdrVaN38 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdrVaN38 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdrVaN38 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdrVaN38 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdrVaN38 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdrVaN38 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdrVaN38 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdrVaN38 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdrVaN38 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdrVaN38 .navbar-caption {
  color: #000000;
}
.cid-uYFdrVaN38 .nav-link,
.cid-uYFdrVaN38 .dropdown-item {
  color: #000000;
}
.cid-uYFdrWSfsX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdrWSfsX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrWSfsX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdrWSfsX .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdrWSfsX .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdrWSfsX .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdrWSfsX .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdrWSfsX .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdrWSfsX .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdrWSfsX .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdrWSfsX .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdrWSfsX .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdrWSfsX .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdrWSfsX .mbr-section-title {
  color: #191c25;
}
.cid-uYFdrWSfsX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdrWSfsX .mbr-section-title,
.cid-uYFdrWSfsX .mbr-section-btn,
.cid-uYFdrWSfsX .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdrXfES6 {
  background-color: transparent;
}
.cid-uYFdrXfES6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrXfES6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdrXfES6 .items-wrap {
  justify-content: space-between;
}
.cid-uYFdrXfES6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdrXfES6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdrXfES6 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdrXfES6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdrXfES6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdrXfES6 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdrXfES6 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdrXfES6 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdrXfES6 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdrXfES6 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdrXfES6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdrXfES6 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdrXfES6 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdrXfES6 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdrXfES6 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdrXfES6 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdrXfES6 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdrXfES6 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdrXfES6 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdrXfES6 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdrXfES6 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdrXfES6 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdrXfES6 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdrXfES6 .list {
  color: #191c25;
}
.cid-uYFdrXfES6 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdrXfES6 .mbr-number_2,
.cid-uYFdrXfES6 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdrXfES6 .mbr-section-title,
.cid-uYFdrXfES6 .mbr-section-btn {
  color: #000000;
}
.cid-uYFdrXfES6 .list,
.cid-uYFdrXfES6 .item-wrap {
  color: #000000;
}
.cid-uYFdrXAJ7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrXAJ7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdrXAJ7z .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdrXAJ7z .image-wrap {
    height: 350px;
  }
}
.cid-uYFdrXR52S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdrXR52S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrXR52S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdrXR52S .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdrXR52S .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdrXR52S .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdrXR52S .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdrXR52S .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdrXR52S .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdrXR52S .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdrXR52S .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdrXR52S .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdrXR52S .mbr-section-title {
  color: #191c25;
}
.cid-uYFdrXR52S .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdrXR52S .mbr-section-title,
.cid-uYFdrXR52S .title-wrapper,
.cid-uYFdrXR52S .icon-wrapper {
  text-align: center;
}
.cid-uYFdrXR52S .mbr-section-title,
.cid-uYFdrXR52S .icon-wrapper,
.cid-uYFdrXR52S .title-wrapper {
  color: #000000;
}
.cid-uYFdrYkiZZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdrYkiZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrYkiZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdrYkiZZ .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdrYkiZZ .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdrYkiZZ .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdrYkiZZ .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdrYkiZZ .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdrYkiZZ .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdrYkiZZ .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdrYkiZZ .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdrYkiZZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdrYkiZZ .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdrYkiZZ .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdrYkiZZ .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdrYkiZZ .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdrYkiZZ .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdrYkiZZ .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdrYkiZZ .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdrYkiZZ .item:hover .item-wrapper .item-img img,
.cid-uYFdrYkiZZ .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdrYkiZZ .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdrYkiZZ .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdrYkiZZ .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdrYkiZZ .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdrYkiZZ .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdrYkiZZ .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdrYkiZZ .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdrYkiZZ .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdrYkiZZ .list {
  color: #191c25;
}
.cid-uYFdrYkiZZ .mbr-text {
  color: #191c25;
}
.cid-uYFdrYkiZZ .item-title {
  color: #191c25;
}
.cid-uYFdrYkiZZ .item-text {
  color: #191c25;
}
.cid-uYFdrYULZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdrYULZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrYULZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdrYULZR .items-wrap {
  justify-content: space-between;
}
.cid-uYFdrYULZR .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdrYULZR .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdrYULZR .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdrYULZR .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdrYULZR .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdrYULZR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdrZc8ef {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdrZc8ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdrZc8ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdrZc8ef .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdrZc8ef .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdrZc8ef .mbr-name {
  color: #858585;
}
.cid-uYFdrZc8ef .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdrZc8ef .mbr-section-btn {
  text-align: center;
}
.cid-uYFds0yrl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFds0yrl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFds0yrl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFds0yrl9 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFds0yrl9 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFds0yrl9 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFds0yrl9 .mbr-section-title {
  color: #191c25;
}
.cid-uYFds0yrl9 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFds0yrl9 .mbr-section-title,
.cid-uYFds0yrl9 .logo-wrapper {
  text-align: center;
}
.cid-uYFdvo0Ozg .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdvo0Ozg .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-uYFdvo0Ozg .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdvo0Ozg .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdvo0Ozg .dropdown-item:hover,
.cid-uYFdvo0Ozg .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdvo0Ozg .dropdown-item:hover span {
  color: white;
}
.cid-uYFdvo0Ozg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdvo0Ozg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdvo0Ozg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdvo0Ozg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdvo0Ozg .nav-link {
  position: relative;
}
.cid-uYFdvo0Ozg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdvo0Ozg .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdvo0Ozg .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdvo0Ozg .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdvo0Ozg .dropdown-menu,
.cid-uYFdvo0Ozg .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdvo0Ozg .nav-item:focus,
.cid-uYFdvo0Ozg .nav-link:focus {
  outline: none;
}
.cid-uYFdvo0Ozg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdvo0Ozg .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdvo0Ozg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdvo0Ozg .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdvo0Ozg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdvo0Ozg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdvo0Ozg .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdvo0Ozg .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdvo0Ozg .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdvo0Ozg .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdvo0Ozg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdvo0Ozg .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdvo0Ozg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdvo0Ozg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdvo0Ozg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdvo0Ozg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdvo0Ozg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdvo0Ozg .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-uYFdvo0Ozg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdvo0Ozg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdvo0Ozg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdvo0Ozg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdvo0Ozg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdvo0Ozg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdvo0Ozg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdvo0Ozg .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-uYFdvo0Ozg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdvo0Ozg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdvo0Ozg .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdvo0Ozg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdvo0Ozg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdvo0Ozg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdvo0Ozg .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdvo0Ozg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdvo0Ozg .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-uYFdvo0Ozg .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdvo0Ozg .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdvo0Ozg .dropdown-item.active,
.cid-uYFdvo0Ozg .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdvo0Ozg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdvo0Ozg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdvo0Ozg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdvo0Ozg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdvo0Ozg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdvo0Ozg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdvo0Ozg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdvo0Ozg ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdvo0Ozg .navbar-buttons {
  text-align: center;
}
.cid-uYFdvo0Ozg .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdvo0Ozg .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdvo0Ozg .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdvo0Ozg .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdvo0Ozg 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdvo0Ozg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdvo0Ozg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdvo0Ozg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdvo0Ozg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdvo0Ozg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdvo0Ozg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdvo0Ozg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdvo0Ozg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdvo0Ozg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdvo0Ozg .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdvo0Ozg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdvo0Ozg .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-uYFdvo0Ozg .navbar {
    height: 70px;
  }
  .cid-uYFdvo0Ozg .navbar.opened {
    height: auto;
  }
  .cid-uYFdvo0Ozg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdvo0Ozg .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdvo0Ozg .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdvo0Ozg .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-uYFdvo0Ozg .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdvo0Ozg .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdvo0Ozg .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdvo0Ozg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdvo0Ozg .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdvo0Ozg .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdvo0Ozg .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdvo0Ozg .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdvo0Ozg .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdvo0Ozg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdvo0Ozg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdvo0Ozg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdvo0Ozg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdvo0Ozg .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdvo0Ozg .navbar-caption {
  color: #000000;
}
.cid-uYFdvo0Ozg .nav-link,
.cid-uYFdvo0Ozg .dropdown-item {
  color: #000000;
}
.cid-uYFdvpCUsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdvpCUsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvpCUsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvpCUsk .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdvpCUsk .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdvpCUsk .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdvpCUsk .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdvpCUsk .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdvpCUsk .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdvpCUsk .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdvpCUsk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdvpCUsk .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdvpCUsk .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdvpCUsk .mbr-section-title {
  color: #191c25;
}
.cid-uYFdvpCUsk .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdvpCUsk .mbr-section-title,
.cid-uYFdvpCUsk .mbr-section-btn,
.cid-uYFdvpCUsk .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdvpX3Qn {
  background-color: transparent;
}
.cid-uYFdvpX3Qn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvpX3Qn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvpX3Qn .items-wrap {
  justify-content: space-between;
}
.cid-uYFdvpX3Qn .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdvpX3Qn .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdvpX3Qn .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdvpX3Qn .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdvpX3Qn .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdvpX3Qn .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdvpX3Qn .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdvpX3Qn .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdvpX3Qn .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdvpX3Qn .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdvpX3Qn .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdvpX3Qn .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdvpX3Qn .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdvpX3Qn .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdvpX3Qn .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdvpX3Qn .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdvpX3Qn .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdvpX3Qn .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdvpX3Qn .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdvpX3Qn .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdvpX3Qn .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdvpX3Qn .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdvpX3Qn .mbr-section-title {
  color: #191c25;
}
.cid-uYFdvpX3Qn .list {
  color: #191c25;
}
.cid-uYFdvpX3Qn .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdvpX3Qn .mbr-number_2,
.cid-uYFdvpX3Qn .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdvpX3Qn .mbr-section-title,
.cid-uYFdvpX3Qn .mbr-section-btn {
  color: #000000;
}
.cid-uYFdvpX3Qn .list,
.cid-uYFdvpX3Qn .item-wrap {
  color: #000000;
}
.cid-uYFdvqhSVG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvqhSVG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdvqhSVG .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdvqhSVG .image-wrap {
    height: 350px;
  }
}
.cid-uYFdvqx86L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdvqx86L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvqx86L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvqx86L .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdvqx86L .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdvqx86L .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdvqx86L .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdvqx86L .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdvqx86L .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdvqx86L .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdvqx86L .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdvqx86L .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdvqx86L .mbr-section-title {
  color: #191c25;
}
.cid-uYFdvqx86L .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdvqx86L .mbr-section-title,
.cid-uYFdvqx86L .title-wrapper,
.cid-uYFdvqx86L .icon-wrapper {
  text-align: center;
}
.cid-uYFdvqx86L .mbr-section-title,
.cid-uYFdvqx86L .icon-wrapper,
.cid-uYFdvqx86L .title-wrapper {
  color: #000000;
}
.cid-uYFdvrbqMt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdvrbqMt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvrbqMt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvrbqMt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdvrbqMt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdvrbqMt .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdvrbqMt .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdvrbqMt .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdvrbqMt .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdvrbqMt .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdvrbqMt .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdvrbqMt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdvrbqMt .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdvrbqMt .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdvrbqMt .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdvrbqMt .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdvrbqMt .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdvrbqMt .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdvrbqMt .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdvrbqMt .item:hover .item-wrapper .item-img img,
.cid-uYFdvrbqMt .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdvrbqMt .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdvrbqMt .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdvrbqMt .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdvrbqMt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdvrbqMt .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdvrbqMt .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdvrbqMt .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdvrbqMt .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdvrbqMt .list {
  color: #191c25;
}
.cid-uYFdvrbqMt .mbr-text {
  color: #191c25;
}
.cid-uYFdvrbqMt .item-title {
  color: #191c25;
}
.cid-uYFdvrbqMt .item-text {
  color: #191c25;
}
.cid-uYFdvrIcjy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdvrIcjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvrIcjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvrIcjy .items-wrap {
  justify-content: space-between;
}
.cid-uYFdvrIcjy .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdvrIcjy .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdvrIcjy .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdvrIcjy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdvrIcjy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdvrIcjy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdvrZKuT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdvrZKuT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvrZKuT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvrZKuT .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdvrZKuT .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdvrZKuT .mbr-name {
  color: #858585;
}
.cid-uYFdvrZKuT .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdvrZKuT .mbr-section-btn {
  text-align: center;
}
.cid-uYFdvtiVar {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdvtiVar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdvtiVar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdvtiVar .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdvtiVar .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdvtiVar .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdvtiVar .mbr-section-title {
  color: #191c25;
}
.cid-uYFdvtiVar .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdvtiVar .mbr-section-title,
.cid-uYFdvtiVar .logo-wrapper {
  text-align: center;
}
.cid-uYFdzycceA .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdzycceA .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-uYFdzycceA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdzycceA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdzycceA .dropdown-item:hover,
.cid-uYFdzycceA .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdzycceA .dropdown-item:hover span {
  color: white;
}
.cid-uYFdzycceA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdzycceA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdzycceA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdzycceA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdzycceA .nav-link {
  position: relative;
}
.cid-uYFdzycceA .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdzycceA .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdzycceA .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdzycceA .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdzycceA .dropdown-menu,
.cid-uYFdzycceA .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdzycceA .nav-item:focus,
.cid-uYFdzycceA .nav-link:focus {
  outline: none;
}
.cid-uYFdzycceA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdzycceA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdzycceA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdzycceA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdzycceA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdzycceA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdzycceA .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdzycceA .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdzycceA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdzycceA .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdzycceA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdzycceA .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdzycceA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdzycceA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdzycceA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdzycceA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdzycceA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdzycceA .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-uYFdzycceA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdzycceA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdzycceA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdzycceA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdzycceA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdzycceA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdzycceA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdzycceA .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-uYFdzycceA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdzycceA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdzycceA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdzycceA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdzycceA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdzycceA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdzycceA .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdzycceA .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdzycceA .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-uYFdzycceA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdzycceA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdzycceA .dropdown-item.active,
.cid-uYFdzycceA .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdzycceA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdzycceA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdzycceA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdzycceA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdzycceA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdzycceA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdzycceA ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdzycceA ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdzycceA .navbar-buttons {
  text-align: center;
}
.cid-uYFdzycceA .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdzycceA .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdzycceA .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdzycceA .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdzycceA 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdzycceA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdzycceA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdzycceA button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdzycceA button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdzycceA button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdzycceA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdzycceA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdzycceA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdzycceA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdzycceA .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdzycceA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdzycceA .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-uYFdzycceA .navbar {
    height: 70px;
  }
  .cid-uYFdzycceA .navbar.opened {
    height: auto;
  }
  .cid-uYFdzycceA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdzycceA .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdzycceA .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdzycceA .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-uYFdzycceA .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdzycceA .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdzycceA .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdzycceA .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdzycceA .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdzycceA .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdzycceA .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdzycceA .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdzycceA .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdzycceA .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdzycceA .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdzycceA .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdzycceA .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdzycceA .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdzycceA .navbar-caption {
  color: #000000;
}
.cid-uYFdzycceA .nav-link,
.cid-uYFdzycceA .dropdown-item {
  color: #000000;
}
.cid-uYFdzzJV9T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdzzJV9T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzzJV9T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzzJV9T .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdzzJV9T .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdzzJV9T .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdzzJV9T .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdzzJV9T .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdzzJV9T .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdzzJV9T .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdzzJV9T .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdzzJV9T .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdzzJV9T .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdzzJV9T .mbr-section-title {
  color: #191c25;
}
.cid-uYFdzzJV9T .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdzzJV9T .mbr-section-title,
.cid-uYFdzzJV9T .mbr-section-btn,
.cid-uYFdzzJV9T .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdzA1J54 {
  background-color: transparent;
}
.cid-uYFdzA1J54 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzA1J54 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzA1J54 .items-wrap {
  justify-content: space-between;
}
.cid-uYFdzA1J54 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdzA1J54 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdzA1J54 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdzA1J54 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdzA1J54 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdzA1J54 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdzA1J54 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdzA1J54 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdzA1J54 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdzA1J54 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdzA1J54 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdzA1J54 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdzA1J54 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdzA1J54 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdzA1J54 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdzA1J54 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdzA1J54 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdzA1J54 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdzA1J54 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdzA1J54 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdzA1J54 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdzA1J54 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdzA1J54 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdzA1J54 .list {
  color: #191c25;
}
.cid-uYFdzA1J54 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdzA1J54 .mbr-number_2,
.cid-uYFdzA1J54 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdzA1J54 .mbr-section-title,
.cid-uYFdzA1J54 .mbr-section-btn {
  color: #000000;
}
.cid-uYFdzA1J54 .list,
.cid-uYFdzA1J54 .item-wrap {
  color: #000000;
}
.cid-uYFdzAkUiz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzAkUiz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdzAkUiz .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdzAkUiz .image-wrap {
    height: 350px;
  }
}
.cid-uYFdzAAdPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdzAAdPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzAAdPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzAAdPq .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdzAAdPq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdzAAdPq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdzAAdPq .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdzAAdPq .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdzAAdPq .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdzAAdPq .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdzAAdPq .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdzAAdPq .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdzAAdPq .mbr-section-title {
  color: #191c25;
}
.cid-uYFdzAAdPq .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdzAAdPq .mbr-section-title,
.cid-uYFdzAAdPq .title-wrapper,
.cid-uYFdzAAdPq .icon-wrapper {
  text-align: center;
}
.cid-uYFdzAAdPq .mbr-section-title,
.cid-uYFdzAAdPq .icon-wrapper,
.cid-uYFdzAAdPq .title-wrapper {
  color: #000000;
}
.cid-uYFdzB1rA4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdzB1rA4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzB1rA4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzB1rA4 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdzB1rA4 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdzB1rA4 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdzB1rA4 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdzB1rA4 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdzB1rA4 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdzB1rA4 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdzB1rA4 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdzB1rA4 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdzB1rA4 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdzB1rA4 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdzB1rA4 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdzB1rA4 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdzB1rA4 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdzB1rA4 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdzB1rA4 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdzB1rA4 .item:hover .item-wrapper .item-img img,
.cid-uYFdzB1rA4 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdzB1rA4 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdzB1rA4 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdzB1rA4 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdzB1rA4 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdzB1rA4 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdzB1rA4 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdzB1rA4 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdzB1rA4 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdzB1rA4 .list {
  color: #191c25;
}
.cid-uYFdzB1rA4 .mbr-text {
  color: #191c25;
}
.cid-uYFdzB1rA4 .item-title {
  color: #191c25;
}
.cid-uYFdzB1rA4 .item-text {
  color: #191c25;
}
.cid-uYFdzBKaBr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdzBKaBr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzBKaBr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzBKaBr .items-wrap {
  justify-content: space-between;
}
.cid-uYFdzBKaBr .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdzBKaBr .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdzBKaBr .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdzBKaBr .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdzBKaBr .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdzBKaBr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdzC1FHw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdzC1FHw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzC1FHw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzC1FHw .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdzC1FHw .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdzC1FHw .mbr-name {
  color: #858585;
}
.cid-uYFdzC1FHw .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdzC1FHw .mbr-section-btn {
  text-align: center;
}
.cid-uYFdzDlafG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdzDlafG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdzDlafG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdzDlafG .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdzDlafG .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdzDlafG .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdzDlafG .mbr-section-title {
  color: #191c25;
}
.cid-uYFdzDlafG .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdzDlafG .mbr-section-title,
.cid-uYFdzDlafG .logo-wrapper {
  text-align: center;
}
.cid-uYFdFgKBUf .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdFgKBUf .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-uYFdFgKBUf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdFgKBUf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdFgKBUf .dropdown-item:hover,
.cid-uYFdFgKBUf .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdFgKBUf .dropdown-item:hover span {
  color: white;
}
.cid-uYFdFgKBUf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdFgKBUf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdFgKBUf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdFgKBUf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdFgKBUf .nav-link {
  position: relative;
}
.cid-uYFdFgKBUf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdFgKBUf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdFgKBUf .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdFgKBUf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdFgKBUf .dropdown-menu,
.cid-uYFdFgKBUf .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdFgKBUf .nav-item:focus,
.cid-uYFdFgKBUf .nav-link:focus {
  outline: none;
}
.cid-uYFdFgKBUf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdFgKBUf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdFgKBUf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdFgKBUf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdFgKBUf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdFgKBUf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdFgKBUf .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdFgKBUf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdFgKBUf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdFgKBUf .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdFgKBUf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdFgKBUf .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdFgKBUf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdFgKBUf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdFgKBUf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdFgKBUf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdFgKBUf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdFgKBUf .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-uYFdFgKBUf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdFgKBUf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdFgKBUf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdFgKBUf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdFgKBUf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdFgKBUf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdFgKBUf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdFgKBUf .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-uYFdFgKBUf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdFgKBUf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdFgKBUf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdFgKBUf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdFgKBUf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdFgKBUf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdFgKBUf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdFgKBUf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdFgKBUf .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-uYFdFgKBUf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdFgKBUf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdFgKBUf .dropdown-item.active,
.cid-uYFdFgKBUf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdFgKBUf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdFgKBUf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdFgKBUf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdFgKBUf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdFgKBUf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdFgKBUf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdFgKBUf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdFgKBUf ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdFgKBUf .navbar-buttons {
  text-align: center;
}
.cid-uYFdFgKBUf .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdFgKBUf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdFgKBUf .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdFgKBUf .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdFgKBUf 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdFgKBUf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdFgKBUf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdFgKBUf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdFgKBUf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdFgKBUf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdFgKBUf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdFgKBUf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdFgKBUf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdFgKBUf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdFgKBUf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdFgKBUf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdFgKBUf .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-uYFdFgKBUf .navbar {
    height: 70px;
  }
  .cid-uYFdFgKBUf .navbar.opened {
    height: auto;
  }
  .cid-uYFdFgKBUf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdFgKBUf .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdFgKBUf .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdFgKBUf .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-uYFdFgKBUf .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdFgKBUf .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdFgKBUf .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdFgKBUf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdFgKBUf .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdFgKBUf .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdFgKBUf .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdFgKBUf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdFgKBUf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdFgKBUf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdFgKBUf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdFgKBUf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdFgKBUf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdFgKBUf .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdFgKBUf .navbar-caption {
  color: #000000;
}
.cid-uYFdFgKBUf .nav-link,
.cid-uYFdFgKBUf .dropdown-item {
  color: #000000;
}
.cid-uYFdFirhem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdFirhem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFirhem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFirhem .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdFirhem .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdFirhem .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdFirhem .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdFirhem .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdFirhem .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdFirhem .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdFirhem .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdFirhem .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdFirhem .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdFirhem .mbr-section-title {
  color: #191c25;
}
.cid-uYFdFirhem .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdFirhem .mbr-section-title,
.cid-uYFdFirhem .mbr-section-btn,
.cid-uYFdFirhem .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdFiKebh {
  background-color: transparent;
}
.cid-uYFdFiKebh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFiKebh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFiKebh .items-wrap {
  justify-content: space-between;
}
.cid-uYFdFiKebh .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdFiKebh .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdFiKebh .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdFiKebh .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdFiKebh .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdFiKebh .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdFiKebh .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdFiKebh .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdFiKebh .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdFiKebh .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdFiKebh .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdFiKebh .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdFiKebh .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdFiKebh .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdFiKebh .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdFiKebh .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdFiKebh .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdFiKebh .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdFiKebh .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdFiKebh .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdFiKebh .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdFiKebh .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdFiKebh .mbr-section-title {
  color: #191c25;
}
.cid-uYFdFiKebh .list {
  color: #191c25;
}
.cid-uYFdFiKebh .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdFiKebh .mbr-number_2,
.cid-uYFdFiKebh .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdFiKebh .mbr-section-title,
.cid-uYFdFiKebh .mbr-section-btn {
  color: #000000;
}
.cid-uYFdFiKebh .list,
.cid-uYFdFiKebh .item-wrap {
  color: #000000;
}
.cid-uYFdFj2e29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFj2e29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdFj2e29 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdFj2e29 .image-wrap {
    height: 350px;
  }
}
.cid-uYFdFjj2w7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdFjj2w7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFjj2w7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFjj2w7 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdFjj2w7 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdFjj2w7 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdFjj2w7 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdFjj2w7 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdFjj2w7 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdFjj2w7 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdFjj2w7 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdFjj2w7 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdFjj2w7 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdFjj2w7 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdFjj2w7 .mbr-section-title,
.cid-uYFdFjj2w7 .title-wrapper,
.cid-uYFdFjj2w7 .icon-wrapper {
  text-align: center;
}
.cid-uYFdFjj2w7 .mbr-section-title,
.cid-uYFdFjj2w7 .icon-wrapper,
.cid-uYFdFjj2w7 .title-wrapper {
  color: #000000;
}
.cid-uYFdFjVjM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdFjVjM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFjVjM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFjVjM5 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdFjVjM5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdFjVjM5 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdFjVjM5 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdFjVjM5 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdFjVjM5 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdFjVjM5 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdFjVjM5 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdFjVjM5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdFjVjM5 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdFjVjM5 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdFjVjM5 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdFjVjM5 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdFjVjM5 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdFjVjM5 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdFjVjM5 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdFjVjM5 .item:hover .item-wrapper .item-img img,
.cid-uYFdFjVjM5 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdFjVjM5 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdFjVjM5 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdFjVjM5 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdFjVjM5 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdFjVjM5 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdFjVjM5 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdFjVjM5 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdFjVjM5 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdFjVjM5 .list {
  color: #191c25;
}
.cid-uYFdFjVjM5 .mbr-text {
  color: #191c25;
}
.cid-uYFdFjVjM5 .item-title {
  color: #191c25;
}
.cid-uYFdFjVjM5 .item-text {
  color: #191c25;
}
.cid-uYFdFktWr9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdFktWr9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFktWr9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFktWr9 .items-wrap {
  justify-content: space-between;
}
.cid-uYFdFktWr9 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdFktWr9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdFktWr9 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdFktWr9 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdFktWr9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdFktWr9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdFkM7Bp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdFkM7Bp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFkM7Bp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFkM7Bp .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdFkM7Bp .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdFkM7Bp .mbr-name {
  color: #858585;
}
.cid-uYFdFkM7Bp .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdFkM7Bp .mbr-section-btn {
  text-align: center;
}
.cid-uYFdFm4JY8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdFm4JY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdFm4JY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdFm4JY8 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdFm4JY8 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdFm4JY8 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdFm4JY8 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdFm4JY8 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdFm4JY8 .mbr-section-title,
.cid-uYFdFm4JY8 .logo-wrapper {
  text-align: center;
}
.cid-uYFdM3KylU .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdM3KylU .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-uYFdM3KylU .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdM3KylU .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdM3KylU .dropdown-item:hover,
.cid-uYFdM3KylU .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdM3KylU .dropdown-item:hover span {
  color: white;
}
.cid-uYFdM3KylU .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdM3KylU .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdM3KylU .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdM3KylU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdM3KylU .nav-link {
  position: relative;
}
.cid-uYFdM3KylU .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdM3KylU .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdM3KylU .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdM3KylU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdM3KylU .dropdown-menu,
.cid-uYFdM3KylU .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdM3KylU .nav-item:focus,
.cid-uYFdM3KylU .nav-link:focus {
  outline: none;
}
.cid-uYFdM3KylU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdM3KylU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdM3KylU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdM3KylU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdM3KylU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdM3KylU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdM3KylU .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdM3KylU .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdM3KylU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdM3KylU .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdM3KylU .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdM3KylU .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdM3KylU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdM3KylU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdM3KylU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdM3KylU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdM3KylU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdM3KylU .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-uYFdM3KylU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdM3KylU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdM3KylU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdM3KylU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdM3KylU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdM3KylU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdM3KylU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdM3KylU .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-uYFdM3KylU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdM3KylU .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdM3KylU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdM3KylU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdM3KylU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdM3KylU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdM3KylU .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdM3KylU .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdM3KylU .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-uYFdM3KylU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdM3KylU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdM3KylU .dropdown-item.active,
.cid-uYFdM3KylU .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdM3KylU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdM3KylU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdM3KylU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdM3KylU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdM3KylU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdM3KylU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdM3KylU ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdM3KylU ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdM3KylU .navbar-buttons {
  text-align: center;
}
.cid-uYFdM3KylU .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdM3KylU .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdM3KylU .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdM3KylU .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdM3KylU 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdM3KylU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdM3KylU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdM3KylU button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdM3KylU button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdM3KylU button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdM3KylU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdM3KylU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdM3KylU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdM3KylU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdM3KylU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdM3KylU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdM3KylU .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-uYFdM3KylU .navbar {
    height: 70px;
  }
  .cid-uYFdM3KylU .navbar.opened {
    height: auto;
  }
  .cid-uYFdM3KylU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdM3KylU .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdM3KylU .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdM3KylU .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-uYFdM3KylU .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdM3KylU .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdM3KylU .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdM3KylU .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdM3KylU .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdM3KylU .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdM3KylU .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdM3KylU .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdM3KylU .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdM3KylU .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdM3KylU .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdM3KylU .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdM3KylU .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdM3KylU .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdM3KylU .navbar-caption {
  color: #000000;
}
.cid-uYFdM3KylU .nav-link,
.cid-uYFdM3KylU .dropdown-item {
  color: #000000;
}
.cid-uYFdM5kZgT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdM5kZgT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM5kZgT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM5kZgT .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdM5kZgT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdM5kZgT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdM5kZgT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdM5kZgT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdM5kZgT .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdM5kZgT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdM5kZgT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdM5kZgT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdM5kZgT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdM5kZgT .mbr-section-title {
  color: #191c25;
}
.cid-uYFdM5kZgT .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdM5kZgT .mbr-section-title,
.cid-uYFdM5kZgT .mbr-section-btn,
.cid-uYFdM5kZgT .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdM5Bu0h {
  background-color: transparent;
}
.cid-uYFdM5Bu0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM5Bu0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM5Bu0h .items-wrap {
  justify-content: space-between;
}
.cid-uYFdM5Bu0h .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdM5Bu0h .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdM5Bu0h .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdM5Bu0h .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdM5Bu0h .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdM5Bu0h .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdM5Bu0h .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdM5Bu0h .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdM5Bu0h .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdM5Bu0h .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdM5Bu0h .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdM5Bu0h .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdM5Bu0h .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdM5Bu0h .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdM5Bu0h .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdM5Bu0h .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdM5Bu0h .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdM5Bu0h .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdM5Bu0h .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdM5Bu0h .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdM5Bu0h .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdM5Bu0h .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdM5Bu0h .mbr-section-title {
  color: #191c25;
}
.cid-uYFdM5Bu0h .list {
  color: #191c25;
}
.cid-uYFdM5Bu0h .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdM5Bu0h .mbr-number_2,
.cid-uYFdM5Bu0h .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdM5Bu0h .mbr-section-title,
.cid-uYFdM5Bu0h .mbr-section-btn {
  color: #000000;
}
.cid-uYFdM5Bu0h .list,
.cid-uYFdM5Bu0h .item-wrap {
  color: #000000;
}
.cid-uYFdM5S1lV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM5S1lV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdM5S1lV .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdM5S1lV .image-wrap {
    height: 350px;
  }
}
.cid-uYFdM68RMR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdM68RMR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM68RMR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM68RMR .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdM68RMR .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdM68RMR .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdM68RMR .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdM68RMR .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdM68RMR .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdM68RMR .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdM68RMR .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdM68RMR .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdM68RMR .mbr-section-title {
  color: #191c25;
}
.cid-uYFdM68RMR .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdM68RMR .mbr-section-title,
.cid-uYFdM68RMR .title-wrapper,
.cid-uYFdM68RMR .icon-wrapper {
  text-align: center;
}
.cid-uYFdM68RMR .mbr-section-title,
.cid-uYFdM68RMR .icon-wrapper,
.cid-uYFdM68RMR .title-wrapper {
  color: #000000;
}
.cid-uYFdM6xI77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdM6xI77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM6xI77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM6xI77 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdM6xI77 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdM6xI77 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdM6xI77 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdM6xI77 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdM6xI77 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdM6xI77 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdM6xI77 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdM6xI77 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdM6xI77 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdM6xI77 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdM6xI77 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdM6xI77 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdM6xI77 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdM6xI77 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdM6xI77 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdM6xI77 .item:hover .item-wrapper .item-img img,
.cid-uYFdM6xI77 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdM6xI77 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdM6xI77 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdM6xI77 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdM6xI77 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdM6xI77 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdM6xI77 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdM6xI77 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdM6xI77 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdM6xI77 .list {
  color: #191c25;
}
.cid-uYFdM6xI77 .mbr-text {
  color: #191c25;
}
.cid-uYFdM6xI77 .item-title {
  color: #191c25;
}
.cid-uYFdM6xI77 .item-text {
  color: #191c25;
}
.cid-uYFdM78Xwg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdM78Xwg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM78Xwg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM78Xwg .items-wrap {
  justify-content: space-between;
}
.cid-uYFdM78Xwg .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdM78Xwg .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdM78Xwg .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdM78Xwg .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdM78Xwg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdM78Xwg .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdM7qoiq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdM7qoiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM7qoiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM7qoiq .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdM7qoiq .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdM7qoiq .mbr-name {
  color: #858585;
}
.cid-uYFdM7qoiq .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdM7qoiq .mbr-section-btn {
  text-align: center;
}
.cid-uYFdM8LDiS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdM8LDiS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdM8LDiS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdM8LDiS .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdM8LDiS .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdM8LDiS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdM8LDiS .mbr-section-title {
  color: #191c25;
}
.cid-uYFdM8LDiS .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdM8LDiS .mbr-section-title,
.cid-uYFdM8LDiS .logo-wrapper {
  text-align: center;
}
.cid-uYFdRVebCH .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdRVebCH .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-uYFdRVebCH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdRVebCH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdRVebCH .dropdown-item:hover,
.cid-uYFdRVebCH .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdRVebCH .dropdown-item:hover span {
  color: white;
}
.cid-uYFdRVebCH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdRVebCH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdRVebCH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdRVebCH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdRVebCH .nav-link {
  position: relative;
}
.cid-uYFdRVebCH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdRVebCH .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdRVebCH .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdRVebCH .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdRVebCH .dropdown-menu,
.cid-uYFdRVebCH .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdRVebCH .nav-item:focus,
.cid-uYFdRVebCH .nav-link:focus {
  outline: none;
}
.cid-uYFdRVebCH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdRVebCH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdRVebCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdRVebCH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdRVebCH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdRVebCH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdRVebCH .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdRVebCH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdRVebCH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdRVebCH .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdRVebCH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdRVebCH .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdRVebCH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdRVebCH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdRVebCH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdRVebCH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdRVebCH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdRVebCH .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-uYFdRVebCH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdRVebCH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdRVebCH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdRVebCH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdRVebCH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdRVebCH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdRVebCH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdRVebCH .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-uYFdRVebCH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdRVebCH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdRVebCH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdRVebCH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdRVebCH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdRVebCH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdRVebCH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdRVebCH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdRVebCH .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-uYFdRVebCH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdRVebCH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdRVebCH .dropdown-item.active,
.cid-uYFdRVebCH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdRVebCH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdRVebCH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdRVebCH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdRVebCH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdRVebCH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdRVebCH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdRVebCH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdRVebCH ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdRVebCH .navbar-buttons {
  text-align: center;
}
.cid-uYFdRVebCH .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdRVebCH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdRVebCH .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdRVebCH .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdRVebCH 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdRVebCH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdRVebCH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdRVebCH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdRVebCH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdRVebCH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdRVebCH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdRVebCH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdRVebCH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdRVebCH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdRVebCH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdRVebCH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdRVebCH .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-uYFdRVebCH .navbar {
    height: 70px;
  }
  .cid-uYFdRVebCH .navbar.opened {
    height: auto;
  }
  .cid-uYFdRVebCH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdRVebCH .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdRVebCH .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdRVebCH .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-uYFdRVebCH .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdRVebCH .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdRVebCH .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdRVebCH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdRVebCH .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdRVebCH .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdRVebCH .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdRVebCH .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdRVebCH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdRVebCH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdRVebCH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdRVebCH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdRVebCH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdRVebCH .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdRVebCH .navbar-caption {
  color: #000000;
}
.cid-uYFdRVebCH .nav-link,
.cid-uYFdRVebCH .dropdown-item {
  color: #000000;
}
.cid-uYFdRX2ZoT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdRX2ZoT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRX2ZoT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdRX2ZoT .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdRX2ZoT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdRX2ZoT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdRX2ZoT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdRX2ZoT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdRX2ZoT .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdRX2ZoT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdRX2ZoT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdRX2ZoT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdRX2ZoT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdRX2ZoT .mbr-section-title {
  color: #191c25;
}
.cid-uYFdRX2ZoT .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdRX2ZoT .mbr-section-title,
.cid-uYFdRX2ZoT .mbr-section-btn,
.cid-uYFdRX2ZoT .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdRXmJQa {
  background-color: transparent;
}
.cid-uYFdRXmJQa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRXmJQa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdRXmJQa .items-wrap {
  justify-content: space-between;
}
.cid-uYFdRXmJQa .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdRXmJQa .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdRXmJQa .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdRXmJQa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdRXmJQa .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdRXmJQa .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdRXmJQa .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdRXmJQa .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdRXmJQa .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdRXmJQa .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdRXmJQa .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdRXmJQa .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdRXmJQa .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdRXmJQa .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdRXmJQa .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdRXmJQa .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdRXmJQa .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdRXmJQa .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdRXmJQa .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdRXmJQa .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdRXmJQa .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdRXmJQa .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdRXmJQa .mbr-section-title {
  color: #191c25;
}
.cid-uYFdRXmJQa .list {
  color: #191c25;
}
.cid-uYFdRXmJQa .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdRXmJQa .mbr-number_2,
.cid-uYFdRXmJQa .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdRXmJQa .mbr-section-title,
.cid-uYFdRXmJQa .mbr-section-btn {
  color: #000000;
}
.cid-uYFdRXmJQa .list,
.cid-uYFdRXmJQa .item-wrap {
  color: #000000;
}
.cid-uYFdRXIbtA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRXIbtA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdRXIbtA .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdRXIbtA .image-wrap {
    height: 350px;
  }
}
.cid-uYFdRXZso8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdRXZso8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRXZso8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdRXZso8 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdRXZso8 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdRXZso8 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdRXZso8 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdRXZso8 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdRXZso8 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdRXZso8 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdRXZso8 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdRXZso8 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdRXZso8 .mbr-section-title {
  color: #191c25;
}
.cid-uYFdRXZso8 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdRXZso8 .mbr-section-title,
.cid-uYFdRXZso8 .title-wrapper,
.cid-uYFdRXZso8 .icon-wrapper {
  text-align: center;
}
.cid-uYFdRXZso8 .mbr-section-title,
.cid-uYFdRXZso8 .icon-wrapper,
.cid-uYFdRXZso8 .title-wrapper {
  color: #000000;
}
.cid-uYFdRYrFQB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdRYrFQB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRYrFQB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdRYrFQB .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdRYrFQB .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdRYrFQB .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdRYrFQB .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdRYrFQB .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdRYrFQB .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdRYrFQB .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdRYrFQB .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdRYrFQB .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdRYrFQB .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdRYrFQB .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdRYrFQB .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdRYrFQB .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdRYrFQB .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdRYrFQB .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdRYrFQB .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdRYrFQB .item:hover .item-wrapper .item-img img,
.cid-uYFdRYrFQB .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdRYrFQB .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdRYrFQB .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdRYrFQB .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdRYrFQB .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdRYrFQB .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdRYrFQB .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdRYrFQB .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdRYrFQB .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdRYrFQB .list {
  color: #191c25;
}
.cid-uYFdRYrFQB .mbr-text {
  color: #191c25;
}
.cid-uYFdRYrFQB .item-title {
  color: #191c25;
}
.cid-uYFdRYrFQB .item-text {
  color: #191c25;
}
.cid-uYFdRZ68oY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdRZ68oY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRZ68oY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdRZ68oY .items-wrap {
  justify-content: space-between;
}
.cid-uYFdRZ68oY .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdRZ68oY .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdRZ68oY .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdRZ68oY .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdRZ68oY .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdRZ68oY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdRZqkwO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdRZqkwO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdRZqkwO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdRZqkwO .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdRZqkwO .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdRZqkwO .mbr-name {
  color: #858585;
}
.cid-uYFdRZqkwO .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdRZqkwO .mbr-section-btn {
  text-align: center;
}
.cid-uYFdS0J60i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdS0J60i .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdS0J60i .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdS0J60i .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdS0J60i .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdS0J60i .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdS0J60i .mbr-section-title {
  color: #191c25;
}
.cid-uYFdS0J60i .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdS0J60i .mbr-section-title,
.cid-uYFdS0J60i .logo-wrapper {
  text-align: center;
}
.cid-uYFdWxdF46 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFdWxdF46 .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-uYFdWxdF46 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFdWxdF46 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFdWxdF46 .dropdown-item:hover,
.cid-uYFdWxdF46 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFdWxdF46 .dropdown-item:hover span {
  color: white;
}
.cid-uYFdWxdF46 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFdWxdF46 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFdWxdF46 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFdWxdF46 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFdWxdF46 .nav-link {
  position: relative;
}
.cid-uYFdWxdF46 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFdWxdF46 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFdWxdF46 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdWxdF46 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFdWxdF46 .dropdown-menu,
.cid-uYFdWxdF46 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFdWxdF46 .nav-item:focus,
.cid-uYFdWxdF46 .nav-link:focus {
  outline: none;
}
.cid-uYFdWxdF46 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFdWxdF46 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFdWxdF46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFdWxdF46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFdWxdF46 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFdWxdF46 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFdWxdF46 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFdWxdF46 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFdWxdF46 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFdWxdF46 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFdWxdF46 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFdWxdF46 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFdWxdF46 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFdWxdF46 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFdWxdF46 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFdWxdF46 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFdWxdF46 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFdWxdF46 .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-uYFdWxdF46 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFdWxdF46 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFdWxdF46 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFdWxdF46 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFdWxdF46 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFdWxdF46 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFdWxdF46 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFdWxdF46 .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-uYFdWxdF46 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFdWxdF46 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFdWxdF46 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFdWxdF46 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFdWxdF46 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFdWxdF46 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFdWxdF46 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFdWxdF46 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFdWxdF46 .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-uYFdWxdF46 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFdWxdF46 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFdWxdF46 .dropdown-item.active,
.cid-uYFdWxdF46 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFdWxdF46 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFdWxdF46 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFdWxdF46 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFdWxdF46 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFdWxdF46 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFdWxdF46 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFdWxdF46 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFdWxdF46 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFdWxdF46 .navbar-buttons {
  text-align: center;
}
.cid-uYFdWxdF46 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFdWxdF46 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFdWxdF46 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFdWxdF46 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFdWxdF46 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFdWxdF46 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFdWxdF46 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFdWxdF46 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdWxdF46 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFdWxdF46 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFdWxdF46 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdWxdF46 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFdWxdF46 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFdWxdF46 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFdWxdF46 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFdWxdF46 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFdWxdF46 .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-uYFdWxdF46 .navbar {
    height: 70px;
  }
  .cid-uYFdWxdF46 .navbar.opened {
    height: auto;
  }
  .cid-uYFdWxdF46 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFdWxdF46 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFdWxdF46 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFdWxdF46 .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-uYFdWxdF46 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFdWxdF46 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFdWxdF46 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFdWxdF46 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFdWxdF46 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFdWxdF46 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFdWxdF46 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFdWxdF46 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFdWxdF46 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFdWxdF46 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFdWxdF46 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFdWxdF46 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFdWxdF46 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFdWxdF46 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFdWxdF46 .navbar-caption {
  color: #000000;
}
.cid-uYFdWxdF46 .nav-link,
.cid-uYFdWxdF46 .dropdown-item {
  color: #000000;
}
.cid-uYFdWz6i2h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdWz6i2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWz6i2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWz6i2h .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFdWz6i2h .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdWz6i2h .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdWz6i2h .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdWz6i2h .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFdWz6i2h .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFdWz6i2h .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFdWz6i2h .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFdWz6i2h .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFdWz6i2h .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdWz6i2h .mbr-section-title {
  color: #191c25;
}
.cid-uYFdWz6i2h .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdWz6i2h .mbr-section-title,
.cid-uYFdWz6i2h .mbr-section-btn,
.cid-uYFdWz6i2h .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFdWzpG2S {
  background-color: transparent;
}
.cid-uYFdWzpG2S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWzpG2S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWzpG2S .items-wrap {
  justify-content: space-between;
}
.cid-uYFdWzpG2S .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdWzpG2S .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdWzpG2S .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFdWzpG2S .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdWzpG2S .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdWzpG2S .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFdWzpG2S .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFdWzpG2S .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFdWzpG2S .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFdWzpG2S .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFdWzpG2S .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFdWzpG2S .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFdWzpG2S .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdWzpG2S .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFdWzpG2S .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFdWzpG2S .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFdWzpG2S .image-wrapper {
    height: 350px;
  }
}
.cid-uYFdWzpG2S .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFdWzpG2S .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFdWzpG2S .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFdWzpG2S .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFdWzpG2S .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFdWzpG2S .mbr-section-title {
  color: #191c25;
}
.cid-uYFdWzpG2S .list {
  color: #191c25;
}
.cid-uYFdWzpG2S .mbr-number_1 {
  color: #191c25;
}
.cid-uYFdWzpG2S .mbr-number_2,
.cid-uYFdWzpG2S .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFdWzpG2S .mbr-section-title,
.cid-uYFdWzpG2S .mbr-section-btn {
  color: #000000;
}
.cid-uYFdWzpG2S .list,
.cid-uYFdWzpG2S .item-wrap {
  color: #000000;
}
.cid-uYFdWzGaHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWzGaHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFdWzGaHt .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFdWzGaHt .image-wrap {
    height: 350px;
  }
}
.cid-uYFdWzVVOb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdWzVVOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWzVVOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWzVVOb .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFdWzVVOb .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdWzVVOb .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFdWzVVOb .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFdWzVVOb .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFdWzVVOb .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFdWzVVOb .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFdWzVVOb .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFdWzVVOb .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFdWzVVOb .mbr-section-title {
  color: #191c25;
}
.cid-uYFdWzVVOb .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFdWzVVOb .mbr-section-title,
.cid-uYFdWzVVOb .title-wrapper,
.cid-uYFdWzVVOb .icon-wrapper {
  text-align: center;
}
.cid-uYFdWzVVOb .mbr-section-title,
.cid-uYFdWzVVOb .icon-wrapper,
.cid-uYFdWzVVOb .title-wrapper {
  color: #000000;
}
.cid-uYFdWAm1uU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdWAm1uU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWAm1uU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWAm1uU .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdWAm1uU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFdWAm1uU .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdWAm1uU .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFdWAm1uU .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFdWAm1uU .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFdWAm1uU .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFdWAm1uU .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFdWAm1uU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFdWAm1uU .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFdWAm1uU .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFdWAm1uU .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFdWAm1uU .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFdWAm1uU .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFdWAm1uU .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFdWAm1uU .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFdWAm1uU .item:hover .item-wrapper .item-img img,
.cid-uYFdWAm1uU .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFdWAm1uU .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFdWAm1uU .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFdWAm1uU .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFdWAm1uU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFdWAm1uU .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFdWAm1uU .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFdWAm1uU .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFdWAm1uU .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFdWAm1uU .list {
  color: #191c25;
}
.cid-uYFdWAm1uU .mbr-text {
  color: #191c25;
}
.cid-uYFdWAm1uU .item-title {
  color: #191c25;
}
.cid-uYFdWAm1uU .item-text {
  color: #191c25;
}
.cid-uYFdWAUyVI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdWAUyVI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWAUyVI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWAUyVI .items-wrap {
  justify-content: space-between;
}
.cid-uYFdWAUyVI .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFdWAUyVI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFdWAUyVI .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFdWAUyVI .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFdWAUyVI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFdWAUyVI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFdWBb5fv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFdWBb5fv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWBb5fv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWBb5fv .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFdWBb5fv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFdWBb5fv .mbr-name {
  color: #858585;
}
.cid-uYFdWBb5fv .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFdWBb5fv .mbr-section-btn {
  text-align: center;
}
.cid-uYFdWCsAHI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFdWCsAHI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFdWCsAHI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFdWCsAHI .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFdWCsAHI .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFdWCsAHI .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFdWCsAHI .mbr-section-title {
  color: #191c25;
}
.cid-uYFdWCsAHI .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFdWCsAHI .mbr-section-title,
.cid-uYFdWCsAHI .logo-wrapper {
  text-align: center;
}
.cid-uYFfku0G4V .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfku0G4V .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-uYFfku0G4V .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfku0G4V .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfku0G4V .dropdown-item:hover,
.cid-uYFfku0G4V .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfku0G4V .dropdown-item:hover span {
  color: white;
}
.cid-uYFfku0G4V .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfku0G4V .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfku0G4V .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfku0G4V .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfku0G4V .nav-link {
  position: relative;
}
.cid-uYFfku0G4V .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfku0G4V .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfku0G4V .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfku0G4V .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfku0G4V .dropdown-menu,
.cid-uYFfku0G4V .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfku0G4V .nav-item:focus,
.cid-uYFfku0G4V .nav-link:focus {
  outline: none;
}
.cid-uYFfku0G4V .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfku0G4V .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfku0G4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfku0G4V .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfku0G4V .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfku0G4V .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfku0G4V .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfku0G4V .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfku0G4V .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfku0G4V .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfku0G4V .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfku0G4V .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfku0G4V .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfku0G4V .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfku0G4V .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfku0G4V .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfku0G4V .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfku0G4V .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-uYFfku0G4V .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfku0G4V .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfku0G4V .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfku0G4V .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfku0G4V .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfku0G4V .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfku0G4V .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfku0G4V .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-uYFfku0G4V .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfku0G4V .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfku0G4V .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfku0G4V .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfku0G4V .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfku0G4V .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfku0G4V .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfku0G4V .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfku0G4V .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-uYFfku0G4V .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfku0G4V .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfku0G4V .dropdown-item.active,
.cid-uYFfku0G4V .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfku0G4V .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfku0G4V .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfku0G4V .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfku0G4V .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfku0G4V .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfku0G4V .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfku0G4V ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfku0G4V ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfku0G4V .navbar-buttons {
  text-align: center;
}
.cid-uYFfku0G4V .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfku0G4V .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfku0G4V .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfku0G4V .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfku0G4V 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfku0G4V button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfku0G4V button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfku0G4V button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfku0G4V button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfku0G4V button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfku0G4V nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfku0G4V nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfku0G4V nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfku0G4V nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfku0G4V .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfku0G4V a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfku0G4V .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-uYFfku0G4V .navbar {
    height: 70px;
  }
  .cid-uYFfku0G4V .navbar.opened {
    height: auto;
  }
  .cid-uYFfku0G4V .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfku0G4V .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfku0G4V .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfku0G4V .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-uYFfku0G4V .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfku0G4V .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfku0G4V .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfku0G4V .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfku0G4V .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfku0G4V .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfku0G4V .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfku0G4V .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfku0G4V .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfku0G4V .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfku0G4V .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfku0G4V .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfku0G4V .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfku0G4V .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfku0G4V .navbar-caption {
  color: #000000;
}
.cid-uYFfku0G4V .nav-link,
.cid-uYFfku0G4V .dropdown-item {
  color: #000000;
}
.cid-uYFfkvSwYy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfkvSwYy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkvSwYy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkvSwYy .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfkvSwYy .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfkvSwYy .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfkvSwYy .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfkvSwYy .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfkvSwYy .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfkvSwYy .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfkvSwYy .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfkvSwYy .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfkvSwYy .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfkvSwYy .mbr-section-title {
  color: #191c25;
}
.cid-uYFfkvSwYy .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfkvSwYy .mbr-section-title,
.cid-uYFfkvSwYy .mbr-section-btn,
.cid-uYFfkvSwYy .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfkwicre {
  background-color: transparent;
}
.cid-uYFfkwicre .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkwicre .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkwicre .items-wrap {
  justify-content: space-between;
}
.cid-uYFfkwicre .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfkwicre .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfkwicre .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfkwicre .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfkwicre .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfkwicre .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfkwicre .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfkwicre .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfkwicre .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfkwicre .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfkwicre .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfkwicre .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfkwicre .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfkwicre .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfkwicre .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfkwicre .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfkwicre .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfkwicre .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfkwicre .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfkwicre .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfkwicre .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfkwicre .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfkwicre .mbr-section-title {
  color: #191c25;
}
.cid-uYFfkwicre .list {
  color: #191c25;
}
.cid-uYFfkwicre .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfkwicre .mbr-number_2,
.cid-uYFfkwicre .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfkwicre .mbr-section-title,
.cid-uYFfkwicre .mbr-section-btn {
  color: #000000;
}
.cid-uYFfkwicre .list,
.cid-uYFfkwicre .item-wrap {
  color: #000000;
}
.cid-uYFfkwEwLG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkwEwLG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfkwEwLG .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfkwEwLG .image-wrap {
    height: 350px;
  }
}
.cid-uYFfkwQZ0I {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfkwQZ0I .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkwQZ0I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkwQZ0I .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfkwQZ0I .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfkwQZ0I .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfkwQZ0I .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfkwQZ0I .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfkwQZ0I .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfkwQZ0I .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfkwQZ0I .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfkwQZ0I .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfkwQZ0I .mbr-section-title {
  color: #191c25;
}
.cid-uYFfkwQZ0I .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfkwQZ0I .mbr-section-title,
.cid-uYFfkwQZ0I .title-wrapper,
.cid-uYFfkwQZ0I .icon-wrapper {
  text-align: center;
}
.cid-uYFfkwQZ0I .mbr-section-title,
.cid-uYFfkwQZ0I .icon-wrapper,
.cid-uYFfkwQZ0I .title-wrapper {
  color: #000000;
}
.cid-uYFfkxizop {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfkxizop .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkxizop .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkxizop .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfkxizop .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfkxizop .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfkxizop .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfkxizop .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfkxizop .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfkxizop .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfkxizop .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfkxizop .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfkxizop .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfkxizop .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfkxizop .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfkxizop .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfkxizop .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfkxizop .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfkxizop .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfkxizop .item:hover .item-wrapper .item-img img,
.cid-uYFfkxizop .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfkxizop .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfkxizop .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfkxizop .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfkxizop .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfkxizop .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfkxizop .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfkxizop .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfkxizop .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfkxizop .list {
  color: #191c25;
}
.cid-uYFfkxizop .mbr-text {
  color: #191c25;
}
.cid-uYFfkxizop .item-title {
  color: #191c25;
}
.cid-uYFfkxizop .item-text {
  color: #191c25;
}
.cid-uYFfkxRhuy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfkxRhuy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkxRhuy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkxRhuy .items-wrap {
  justify-content: space-between;
}
.cid-uYFfkxRhuy .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfkxRhuy .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfkxRhuy .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfkxRhuy .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfkxRhuy .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfkxRhuy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfkyaA11 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfkyaA11 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkyaA11 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkyaA11 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfkyaA11 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfkyaA11 .mbr-name {
  color: #858585;
}
.cid-uYFfkyaA11 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfkyaA11 .mbr-section-btn {
  text-align: center;
}
.cid-uYFfkzt9vb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfkzt9vb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfkzt9vb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfkzt9vb .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfkzt9vb .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfkzt9vb .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfkzt9vb .mbr-section-title {
  color: #191c25;
}
.cid-uYFfkzt9vb .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfkzt9vb .mbr-section-title,
.cid-uYFfkzt9vb .logo-wrapper {
  text-align: center;
}
.cid-uYFfqfuXOf .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfqfuXOf .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-uYFfqfuXOf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfqfuXOf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfqfuXOf .dropdown-item:hover,
.cid-uYFfqfuXOf .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfqfuXOf .dropdown-item:hover span {
  color: white;
}
.cid-uYFfqfuXOf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfqfuXOf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfqfuXOf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfqfuXOf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfqfuXOf .nav-link {
  position: relative;
}
.cid-uYFfqfuXOf .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfqfuXOf .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfqfuXOf .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfqfuXOf .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfqfuXOf .dropdown-menu,
.cid-uYFfqfuXOf .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfqfuXOf .nav-item:focus,
.cid-uYFfqfuXOf .nav-link:focus {
  outline: none;
}
.cid-uYFfqfuXOf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfqfuXOf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfqfuXOf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfqfuXOf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfqfuXOf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfqfuXOf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfqfuXOf .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfqfuXOf .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfqfuXOf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfqfuXOf .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfqfuXOf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfqfuXOf .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfqfuXOf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfqfuXOf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfqfuXOf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfqfuXOf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfqfuXOf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfqfuXOf .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-uYFfqfuXOf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfqfuXOf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfqfuXOf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfqfuXOf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfqfuXOf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfqfuXOf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfqfuXOf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfqfuXOf .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-uYFfqfuXOf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfqfuXOf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfqfuXOf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfqfuXOf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfqfuXOf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfqfuXOf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfqfuXOf .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfqfuXOf .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfqfuXOf .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-uYFfqfuXOf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfqfuXOf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfqfuXOf .dropdown-item.active,
.cid-uYFfqfuXOf .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfqfuXOf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfqfuXOf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfqfuXOf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfqfuXOf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfqfuXOf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfqfuXOf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfqfuXOf ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfqfuXOf ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfqfuXOf .navbar-buttons {
  text-align: center;
}
.cid-uYFfqfuXOf .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfqfuXOf .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfqfuXOf .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfqfuXOf .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfqfuXOf 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfqfuXOf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfqfuXOf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfqfuXOf button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfqfuXOf button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfqfuXOf button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfqfuXOf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfqfuXOf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfqfuXOf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfqfuXOf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfqfuXOf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfqfuXOf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfqfuXOf .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-uYFfqfuXOf .navbar {
    height: 70px;
  }
  .cid-uYFfqfuXOf .navbar.opened {
    height: auto;
  }
  .cid-uYFfqfuXOf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfqfuXOf .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfqfuXOf .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfqfuXOf .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-uYFfqfuXOf .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfqfuXOf .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfqfuXOf .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfqfuXOf .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfqfuXOf .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfqfuXOf .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfqfuXOf .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfqfuXOf .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfqfuXOf .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfqfuXOf .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfqfuXOf .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfqfuXOf .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfqfuXOf .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfqfuXOf .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfqfuXOf .navbar-caption {
  color: #000000;
}
.cid-uYFfqfuXOf .nav-link,
.cid-uYFfqfuXOf .dropdown-item {
  color: #000000;
}
.cid-uYFfqhl0A3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfqhl0A3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqhl0A3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqhl0A3 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfqhl0A3 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfqhl0A3 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfqhl0A3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfqhl0A3 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfqhl0A3 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfqhl0A3 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfqhl0A3 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfqhl0A3 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfqhl0A3 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfqhl0A3 .mbr-section-title {
  color: #191c25;
}
.cid-uYFfqhl0A3 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfqhl0A3 .mbr-section-title,
.cid-uYFfqhl0A3 .mbr-section-btn,
.cid-uYFfqhl0A3 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfqhDcLm {
  background-color: transparent;
}
.cid-uYFfqhDcLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqhDcLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqhDcLm .items-wrap {
  justify-content: space-between;
}
.cid-uYFfqhDcLm .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfqhDcLm .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfqhDcLm .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfqhDcLm .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfqhDcLm .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfqhDcLm .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfqhDcLm .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfqhDcLm .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfqhDcLm .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfqhDcLm .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfqhDcLm .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfqhDcLm .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfqhDcLm .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfqhDcLm .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfqhDcLm .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfqhDcLm .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfqhDcLm .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfqhDcLm .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfqhDcLm .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfqhDcLm .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfqhDcLm .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfqhDcLm .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfqhDcLm .mbr-section-title {
  color: #191c25;
}
.cid-uYFfqhDcLm .list {
  color: #191c25;
}
.cid-uYFfqhDcLm .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfqhDcLm .mbr-number_2,
.cid-uYFfqhDcLm .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfqhDcLm .mbr-section-title,
.cid-uYFfqhDcLm .mbr-section-btn {
  color: #000000;
}
.cid-uYFfqhDcLm .list,
.cid-uYFfqhDcLm .item-wrap {
  color: #000000;
}
.cid-uYFfqhVm91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqhVm91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfqhVm91 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfqhVm91 .image-wrap {
    height: 350px;
  }
}
.cid-uYFfqiaLWx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfqiaLWx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqiaLWx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqiaLWx .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfqiaLWx .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfqiaLWx .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfqiaLWx .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfqiaLWx .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfqiaLWx .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfqiaLWx .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfqiaLWx .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfqiaLWx .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfqiaLWx .mbr-section-title {
  color: #191c25;
}
.cid-uYFfqiaLWx .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfqiaLWx .mbr-section-title,
.cid-uYFfqiaLWx .title-wrapper,
.cid-uYFfqiaLWx .icon-wrapper {
  text-align: center;
}
.cid-uYFfqiaLWx .mbr-section-title,
.cid-uYFfqiaLWx .icon-wrapper,
.cid-uYFfqiaLWx .title-wrapper {
  color: #000000;
}
.cid-uYFfqiCkKV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfqiCkKV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqiCkKV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqiCkKV .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfqiCkKV .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfqiCkKV .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfqiCkKV .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfqiCkKV .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfqiCkKV .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfqiCkKV .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfqiCkKV .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfqiCkKV .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfqiCkKV .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfqiCkKV .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfqiCkKV .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfqiCkKV .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfqiCkKV .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfqiCkKV .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfqiCkKV .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfqiCkKV .item:hover .item-wrapper .item-img img,
.cid-uYFfqiCkKV .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfqiCkKV .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfqiCkKV .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfqiCkKV .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfqiCkKV .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfqiCkKV .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfqiCkKV .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfqiCkKV .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfqiCkKV .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfqiCkKV .list {
  color: #191c25;
}
.cid-uYFfqiCkKV .mbr-text {
  color: #191c25;
}
.cid-uYFfqiCkKV .item-title {
  color: #191c25;
}
.cid-uYFfqiCkKV .item-text {
  color: #191c25;
}
.cid-uYFfqjdjBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfqjdjBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqjdjBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqjdjBV .items-wrap {
  justify-content: space-between;
}
.cid-uYFfqjdjBV .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfqjdjBV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfqjdjBV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfqjdjBV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfqjdjBV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfqjdjBV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfqjwUs2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfqjwUs2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqjwUs2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqjwUs2 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfqjwUs2 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfqjwUs2 .mbr-name {
  color: #858585;
}
.cid-uYFfqjwUs2 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfqjwUs2 .mbr-section-btn {
  text-align: center;
}
.cid-uYFfqkRiGj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfqkRiGj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfqkRiGj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfqkRiGj .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfqkRiGj .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfqkRiGj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfqkRiGj .mbr-section-title {
  color: #191c25;
}
.cid-uYFfqkRiGj .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfqkRiGj .mbr-section-title,
.cid-uYFfqkRiGj .logo-wrapper {
  text-align: center;
}
.cid-uYFfv8FIbQ .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfv8FIbQ .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-uYFfv8FIbQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfv8FIbQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfv8FIbQ .dropdown-item:hover,
.cid-uYFfv8FIbQ .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfv8FIbQ .dropdown-item:hover span {
  color: white;
}
.cid-uYFfv8FIbQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfv8FIbQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfv8FIbQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfv8FIbQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfv8FIbQ .nav-link {
  position: relative;
}
.cid-uYFfv8FIbQ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfv8FIbQ .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfv8FIbQ .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfv8FIbQ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfv8FIbQ .dropdown-menu,
.cid-uYFfv8FIbQ .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfv8FIbQ .nav-item:focus,
.cid-uYFfv8FIbQ .nav-link:focus {
  outline: none;
}
.cid-uYFfv8FIbQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfv8FIbQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfv8FIbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfv8FIbQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfv8FIbQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfv8FIbQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfv8FIbQ .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfv8FIbQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfv8FIbQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfv8FIbQ .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfv8FIbQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfv8FIbQ .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfv8FIbQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfv8FIbQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfv8FIbQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfv8FIbQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfv8FIbQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfv8FIbQ .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-uYFfv8FIbQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfv8FIbQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfv8FIbQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfv8FIbQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfv8FIbQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfv8FIbQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfv8FIbQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfv8FIbQ .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-uYFfv8FIbQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfv8FIbQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfv8FIbQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfv8FIbQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfv8FIbQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfv8FIbQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfv8FIbQ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfv8FIbQ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfv8FIbQ .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-uYFfv8FIbQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfv8FIbQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfv8FIbQ .dropdown-item.active,
.cid-uYFfv8FIbQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfv8FIbQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfv8FIbQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfv8FIbQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfv8FIbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfv8FIbQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfv8FIbQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfv8FIbQ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfv8FIbQ ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfv8FIbQ .navbar-buttons {
  text-align: center;
}
.cid-uYFfv8FIbQ .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfv8FIbQ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfv8FIbQ .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfv8FIbQ .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfv8FIbQ 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfv8FIbQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfv8FIbQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfv8FIbQ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfv8FIbQ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfv8FIbQ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfv8FIbQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfv8FIbQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfv8FIbQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfv8FIbQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfv8FIbQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfv8FIbQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfv8FIbQ .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-uYFfv8FIbQ .navbar {
    height: 70px;
  }
  .cid-uYFfv8FIbQ .navbar.opened {
    height: auto;
  }
  .cid-uYFfv8FIbQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfv8FIbQ .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfv8FIbQ .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfv8FIbQ .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-uYFfv8FIbQ .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfv8FIbQ .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfv8FIbQ .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfv8FIbQ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfv8FIbQ .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfv8FIbQ .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfv8FIbQ .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfv8FIbQ .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfv8FIbQ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfv8FIbQ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfv8FIbQ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfv8FIbQ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfv8FIbQ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfv8FIbQ .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfv8FIbQ .navbar-caption {
  color: #000000;
}
.cid-uYFfv8FIbQ .nav-link,
.cid-uYFfv8FIbQ .dropdown-item {
  color: #000000;
}
.cid-uYFfvahXrT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfvahXrT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvahXrT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfvahXrT .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfvahXrT .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfvahXrT .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfvahXrT .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfvahXrT .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfvahXrT .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfvahXrT .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfvahXrT .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfvahXrT .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfvahXrT .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfvahXrT .mbr-section-title {
  color: #191c25;
}
.cid-uYFfvahXrT .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfvahXrT .mbr-section-title,
.cid-uYFfvahXrT .mbr-section-btn,
.cid-uYFfvahXrT .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfvazYte {
  background-color: transparent;
}
.cid-uYFfvazYte .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvazYte .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfvazYte .items-wrap {
  justify-content: space-between;
}
.cid-uYFfvazYte .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfvazYte .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfvazYte .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfvazYte .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfvazYte .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfvazYte .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfvazYte .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfvazYte .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfvazYte .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfvazYte .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfvazYte .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfvazYte .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfvazYte .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfvazYte .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfvazYte .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfvazYte .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfvazYte .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfvazYte .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfvazYte .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfvazYte .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfvazYte .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfvazYte .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfvazYte .mbr-section-title {
  color: #191c25;
}
.cid-uYFfvazYte .list {
  color: #191c25;
}
.cid-uYFfvazYte .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfvazYte .mbr-number_2,
.cid-uYFfvazYte .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfvazYte .mbr-section-title,
.cid-uYFfvazYte .mbr-section-btn {
  color: #000000;
}
.cid-uYFfvazYte .list,
.cid-uYFfvazYte .item-wrap {
  color: #000000;
}
.cid-uYFfvaQXDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvaQXDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfvaQXDD .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfvaQXDD .image-wrap {
    height: 350px;
  }
}
.cid-uYFfvb4JXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfvb4JXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvb4JXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfvb4JXu .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfvb4JXu .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfvb4JXu .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfvb4JXu .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfvb4JXu .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfvb4JXu .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfvb4JXu .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfvb4JXu .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfvb4JXu .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfvb4JXu .mbr-section-title {
  color: #191c25;
}
.cid-uYFfvb4JXu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfvb4JXu .mbr-section-title,
.cid-uYFfvb4JXu .title-wrapper,
.cid-uYFfvb4JXu .icon-wrapper {
  text-align: center;
}
.cid-uYFfvb4JXu .mbr-section-title,
.cid-uYFfvb4JXu .icon-wrapper,
.cid-uYFfvb4JXu .title-wrapper {
  color: #000000;
}
.cid-uYFfvbtYeW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfvbtYeW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvbtYeW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfvbtYeW .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfvbtYeW .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfvbtYeW .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfvbtYeW .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfvbtYeW .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfvbtYeW .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfvbtYeW .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfvbtYeW .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfvbtYeW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfvbtYeW .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfvbtYeW .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfvbtYeW .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfvbtYeW .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfvbtYeW .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfvbtYeW .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfvbtYeW .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfvbtYeW .item:hover .item-wrapper .item-img img,
.cid-uYFfvbtYeW .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfvbtYeW .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfvbtYeW .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfvbtYeW .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfvbtYeW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfvbtYeW .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfvbtYeW .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfvbtYeW .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfvbtYeW .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfvbtYeW .list {
  color: #191c25;
}
.cid-uYFfvbtYeW .mbr-text {
  color: #191c25;
}
.cid-uYFfvbtYeW .item-title {
  color: #191c25;
}
.cid-uYFfvbtYeW .item-text {
  color: #191c25;
}
.cid-uYFfvc00Ur {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfvc00Ur .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvc00Ur .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfvc00Ur .items-wrap {
  justify-content: space-between;
}
.cid-uYFfvc00Ur .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfvc00Ur .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfvc00Ur .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfvc00Ur .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfvc00Ur .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfvc00Ur .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfvciH77 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfvciH77 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfvciH77 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfvciH77 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfvciH77 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfvciH77 .mbr-name {
  color: #858585;
}
.cid-uYFfvciH77 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfvciH77 .mbr-section-btn {
  text-align: center;
}
.cid-uYFfveaH0t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfveaH0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfveaH0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfveaH0t .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfveaH0t .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfveaH0t .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfveaH0t .mbr-section-title {
  color: #191c25;
}
.cid-uYFfveaH0t .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfveaH0t .mbr-section-title,
.cid-uYFfveaH0t .logo-wrapper {
  text-align: center;
}
.cid-uYFfArn2PV .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfArn2PV .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-uYFfArn2PV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfArn2PV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfArn2PV .dropdown-item:hover,
.cid-uYFfArn2PV .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfArn2PV .dropdown-item:hover span {
  color: white;
}
.cid-uYFfArn2PV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfArn2PV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfArn2PV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfArn2PV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfArn2PV .nav-link {
  position: relative;
}
.cid-uYFfArn2PV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfArn2PV .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfArn2PV .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfArn2PV .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfArn2PV .dropdown-menu,
.cid-uYFfArn2PV .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfArn2PV .nav-item:focus,
.cid-uYFfArn2PV .nav-link:focus {
  outline: none;
}
.cid-uYFfArn2PV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfArn2PV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfArn2PV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfArn2PV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfArn2PV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfArn2PV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfArn2PV .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfArn2PV .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfArn2PV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfArn2PV .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfArn2PV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfArn2PV .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfArn2PV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfArn2PV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfArn2PV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfArn2PV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfArn2PV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfArn2PV .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-uYFfArn2PV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfArn2PV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfArn2PV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfArn2PV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfArn2PV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfArn2PV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfArn2PV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfArn2PV .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-uYFfArn2PV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfArn2PV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfArn2PV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfArn2PV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfArn2PV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfArn2PV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfArn2PV .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfArn2PV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfArn2PV .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-uYFfArn2PV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfArn2PV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfArn2PV .dropdown-item.active,
.cid-uYFfArn2PV .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfArn2PV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfArn2PV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfArn2PV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfArn2PV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfArn2PV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfArn2PV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfArn2PV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfArn2PV ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfArn2PV .navbar-buttons {
  text-align: center;
}
.cid-uYFfArn2PV .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfArn2PV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfArn2PV .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfArn2PV .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfArn2PV 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfArn2PV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfArn2PV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfArn2PV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfArn2PV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfArn2PV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfArn2PV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfArn2PV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfArn2PV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfArn2PV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfArn2PV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfArn2PV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfArn2PV .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-uYFfArn2PV .navbar {
    height: 70px;
  }
  .cid-uYFfArn2PV .navbar.opened {
    height: auto;
  }
  .cid-uYFfArn2PV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfArn2PV .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfArn2PV .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfArn2PV .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-uYFfArn2PV .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfArn2PV .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfArn2PV .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfArn2PV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfArn2PV .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfArn2PV .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfArn2PV .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfArn2PV .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfArn2PV .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfArn2PV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfArn2PV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfArn2PV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfArn2PV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfArn2PV .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfArn2PV .navbar-caption {
  color: #000000;
}
.cid-uYFfArn2PV .nav-link,
.cid-uYFfArn2PV .dropdown-item {
  color: #000000;
}
.cid-uYFfAt3yvI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfAt3yvI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAt3yvI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAt3yvI .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfAt3yvI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfAt3yvI .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfAt3yvI .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfAt3yvI .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfAt3yvI .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfAt3yvI .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfAt3yvI .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfAt3yvI .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfAt3yvI .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfAt3yvI .mbr-section-title {
  color: #191c25;
}
.cid-uYFfAt3yvI .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfAt3yvI .mbr-section-title,
.cid-uYFfAt3yvI .mbr-section-btn,
.cid-uYFfAt3yvI .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfAtn3Qz {
  background-color: transparent;
}
.cid-uYFfAtn3Qz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAtn3Qz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAtn3Qz .items-wrap {
  justify-content: space-between;
}
.cid-uYFfAtn3Qz .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfAtn3Qz .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfAtn3Qz .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfAtn3Qz .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfAtn3Qz .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfAtn3Qz .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfAtn3Qz .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfAtn3Qz .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfAtn3Qz .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfAtn3Qz .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfAtn3Qz .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfAtn3Qz .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfAtn3Qz .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfAtn3Qz .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfAtn3Qz .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfAtn3Qz .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfAtn3Qz .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfAtn3Qz .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfAtn3Qz .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfAtn3Qz .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfAtn3Qz .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfAtn3Qz .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfAtn3Qz .mbr-section-title {
  color: #191c25;
}
.cid-uYFfAtn3Qz .list {
  color: #191c25;
}
.cid-uYFfAtn3Qz .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfAtn3Qz .mbr-number_2,
.cid-uYFfAtn3Qz .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfAtn3Qz .mbr-section-title,
.cid-uYFfAtn3Qz .mbr-section-btn {
  color: #000000;
}
.cid-uYFfAtn3Qz .list,
.cid-uYFfAtn3Qz .item-wrap {
  color: #000000;
}
.cid-uYFfAtFYxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAtFYxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfAtFYxX .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfAtFYxX .image-wrap {
    height: 350px;
  }
}
.cid-uYFfAtVgbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfAtVgbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAtVgbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAtVgbQ .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfAtVgbQ .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfAtVgbQ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfAtVgbQ .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfAtVgbQ .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfAtVgbQ .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfAtVgbQ .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfAtVgbQ .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfAtVgbQ .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfAtVgbQ .mbr-section-title {
  color: #191c25;
}
.cid-uYFfAtVgbQ .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfAtVgbQ .mbr-section-title,
.cid-uYFfAtVgbQ .title-wrapper,
.cid-uYFfAtVgbQ .icon-wrapper {
  text-align: center;
}
.cid-uYFfAtVgbQ .mbr-section-title,
.cid-uYFfAtVgbQ .icon-wrapper,
.cid-uYFfAtVgbQ .title-wrapper {
  color: #000000;
}
.cid-uYFfAuo2E5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfAuo2E5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAuo2E5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAuo2E5 .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfAuo2E5 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfAuo2E5 .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfAuo2E5 .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfAuo2E5 .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfAuo2E5 .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfAuo2E5 .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfAuo2E5 .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfAuo2E5 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfAuo2E5 .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfAuo2E5 .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfAuo2E5 .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfAuo2E5 .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfAuo2E5 .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfAuo2E5 .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfAuo2E5 .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfAuo2E5 .item:hover .item-wrapper .item-img img,
.cid-uYFfAuo2E5 .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfAuo2E5 .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfAuo2E5 .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfAuo2E5 .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfAuo2E5 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfAuo2E5 .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfAuo2E5 .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfAuo2E5 .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfAuo2E5 .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfAuo2E5 .list {
  color: #191c25;
}
.cid-uYFfAuo2E5 .mbr-text {
  color: #191c25;
}
.cid-uYFfAuo2E5 .item-title {
  color: #191c25;
}
.cid-uYFfAuo2E5 .item-text {
  color: #191c25;
}
.cid-uYFfAuZMmP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfAuZMmP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAuZMmP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAuZMmP .items-wrap {
  justify-content: space-between;
}
.cid-uYFfAuZMmP .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfAuZMmP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfAuZMmP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfAuZMmP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfAuZMmP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfAuZMmP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfAvilpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfAvilpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAvilpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAvilpR .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfAvilpR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfAvilpR .mbr-name {
  color: #858585;
}
.cid-uYFfAvilpR .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfAvilpR .mbr-section-btn {
  text-align: center;
}
.cid-uYFfAwJnTH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfAwJnTH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfAwJnTH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfAwJnTH .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfAwJnTH .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfAwJnTH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfAwJnTH .mbr-section-title {
  color: #191c25;
}
.cid-uYFfAwJnTH .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfAwJnTH .mbr-section-title,
.cid-uYFfAwJnTH .logo-wrapper {
  text-align: center;
}
.cid-uYFfFzWe25 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfFzWe25 .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-uYFfFzWe25 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfFzWe25 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfFzWe25 .dropdown-item:hover,
.cid-uYFfFzWe25 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfFzWe25 .dropdown-item:hover span {
  color: white;
}
.cid-uYFfFzWe25 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfFzWe25 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfFzWe25 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfFzWe25 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfFzWe25 .nav-link {
  position: relative;
}
.cid-uYFfFzWe25 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfFzWe25 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfFzWe25 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfFzWe25 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfFzWe25 .dropdown-menu,
.cid-uYFfFzWe25 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfFzWe25 .nav-item:focus,
.cid-uYFfFzWe25 .nav-link:focus {
  outline: none;
}
.cid-uYFfFzWe25 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfFzWe25 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfFzWe25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfFzWe25 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfFzWe25 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfFzWe25 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfFzWe25 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfFzWe25 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfFzWe25 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfFzWe25 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfFzWe25 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfFzWe25 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfFzWe25 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfFzWe25 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfFzWe25 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfFzWe25 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfFzWe25 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfFzWe25 .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-uYFfFzWe25 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfFzWe25 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfFzWe25 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfFzWe25 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfFzWe25 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfFzWe25 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfFzWe25 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfFzWe25 .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-uYFfFzWe25 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfFzWe25 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfFzWe25 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfFzWe25 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfFzWe25 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfFzWe25 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfFzWe25 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfFzWe25 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfFzWe25 .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-uYFfFzWe25 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfFzWe25 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfFzWe25 .dropdown-item.active,
.cid-uYFfFzWe25 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfFzWe25 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfFzWe25 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfFzWe25 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfFzWe25 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfFzWe25 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfFzWe25 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfFzWe25 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfFzWe25 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfFzWe25 .navbar-buttons {
  text-align: center;
}
.cid-uYFfFzWe25 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfFzWe25 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfFzWe25 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfFzWe25 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfFzWe25 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfFzWe25 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfFzWe25 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfFzWe25 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfFzWe25 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfFzWe25 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfFzWe25 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfFzWe25 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfFzWe25 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfFzWe25 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfFzWe25 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfFzWe25 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfFzWe25 .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-uYFfFzWe25 .navbar {
    height: 70px;
  }
  .cid-uYFfFzWe25 .navbar.opened {
    height: auto;
  }
  .cid-uYFfFzWe25 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfFzWe25 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfFzWe25 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfFzWe25 .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-uYFfFzWe25 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfFzWe25 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfFzWe25 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfFzWe25 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfFzWe25 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfFzWe25 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfFzWe25 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfFzWe25 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfFzWe25 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfFzWe25 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfFzWe25 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfFzWe25 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfFzWe25 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfFzWe25 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfFzWe25 .navbar-caption {
  color: #000000;
}
.cid-uYFfFzWe25 .nav-link,
.cid-uYFfFzWe25 .dropdown-item {
  color: #000000;
}
.cid-uYFfFBsIf1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfFBsIf1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFBsIf1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFBsIf1 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfFBsIf1 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfFBsIf1 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfFBsIf1 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfFBsIf1 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfFBsIf1 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfFBsIf1 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfFBsIf1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfFBsIf1 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfFBsIf1 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfFBsIf1 .mbr-section-title {
  color: #191c25;
}
.cid-uYFfFBsIf1 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfFBsIf1 .mbr-section-title,
.cid-uYFfFBsIf1 .mbr-section-btn,
.cid-uYFfFBsIf1 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfFBJesM {
  background-color: transparent;
}
.cid-uYFfFBJesM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFBJesM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFBJesM .items-wrap {
  justify-content: space-between;
}
.cid-uYFfFBJesM .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfFBJesM .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfFBJesM .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfFBJesM .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfFBJesM .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfFBJesM .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfFBJesM .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfFBJesM .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfFBJesM .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfFBJesM .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfFBJesM .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfFBJesM .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfFBJesM .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfFBJesM .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfFBJesM .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfFBJesM .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfFBJesM .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfFBJesM .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfFBJesM .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfFBJesM .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfFBJesM .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfFBJesM .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfFBJesM .mbr-section-title {
  color: #191c25;
}
.cid-uYFfFBJesM .list {
  color: #191c25;
}
.cid-uYFfFBJesM .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfFBJesM .mbr-number_2,
.cid-uYFfFBJesM .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfFBJesM .mbr-section-title,
.cid-uYFfFBJesM .mbr-section-btn {
  color: #000000;
}
.cid-uYFfFBJesM .list,
.cid-uYFfFBJesM .item-wrap {
  color: #000000;
}
.cid-uYFfFC1EDX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFC1EDX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfFC1EDX .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfFC1EDX .image-wrap {
    height: 350px;
  }
}
.cid-uYFfFCfpZi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfFCfpZi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFCfpZi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFCfpZi .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfFCfpZi .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfFCfpZi .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfFCfpZi .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfFCfpZi .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfFCfpZi .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfFCfpZi .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfFCfpZi .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfFCfpZi .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfFCfpZi .mbr-section-title {
  color: #191c25;
}
.cid-uYFfFCfpZi .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfFCfpZi .mbr-section-title,
.cid-uYFfFCfpZi .title-wrapper,
.cid-uYFfFCfpZi .icon-wrapper {
  text-align: center;
}
.cid-uYFfFCfpZi .mbr-section-title,
.cid-uYFfFCfpZi .icon-wrapper,
.cid-uYFfFCfpZi .title-wrapper {
  color: #000000;
}
.cid-uYFfFCEcWF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfFCEcWF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFCEcWF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFCEcWF .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfFCEcWF .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfFCEcWF .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfFCEcWF .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfFCEcWF .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfFCEcWF .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfFCEcWF .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfFCEcWF .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfFCEcWF .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfFCEcWF .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfFCEcWF .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfFCEcWF .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfFCEcWF .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfFCEcWF .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfFCEcWF .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfFCEcWF .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfFCEcWF .item:hover .item-wrapper .item-img img,
.cid-uYFfFCEcWF .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfFCEcWF .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfFCEcWF .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfFCEcWF .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfFCEcWF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfFCEcWF .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfFCEcWF .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfFCEcWF .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfFCEcWF .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfFCEcWF .list {
  color: #191c25;
}
.cid-uYFfFCEcWF .mbr-text {
  color: #191c25;
}
.cid-uYFfFCEcWF .item-title {
  color: #191c25;
}
.cid-uYFfFCEcWF .item-text {
  color: #191c25;
}
.cid-uYFfFDd8FI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfFDd8FI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFDd8FI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFDd8FI .items-wrap {
  justify-content: space-between;
}
.cid-uYFfFDd8FI .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfFDd8FI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfFDd8FI .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfFDd8FI .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfFDd8FI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfFDd8FI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfFDvDWV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfFDvDWV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFDvDWV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFDvDWV .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfFDvDWV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfFDvDWV .mbr-name {
  color: #858585;
}
.cid-uYFfFDvDWV .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfFDvDWV .mbr-section-btn {
  text-align: center;
}
.cid-uYFfFEV30w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfFEV30w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfFEV30w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfFEV30w .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfFEV30w .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfFEV30w .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfFEV30w .mbr-section-title {
  color: #191c25;
}
.cid-uYFfFEV30w .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfFEV30w .mbr-section-title,
.cid-uYFfFEV30w .logo-wrapper {
  text-align: center;
}
.cid-uYFfM9bI41 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfM9bI41 .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-uYFfM9bI41 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfM9bI41 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfM9bI41 .dropdown-item:hover,
.cid-uYFfM9bI41 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfM9bI41 .dropdown-item:hover span {
  color: white;
}
.cid-uYFfM9bI41 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfM9bI41 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfM9bI41 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfM9bI41 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfM9bI41 .nav-link {
  position: relative;
}
.cid-uYFfM9bI41 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfM9bI41 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfM9bI41 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfM9bI41 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfM9bI41 .dropdown-menu,
.cid-uYFfM9bI41 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfM9bI41 .nav-item:focus,
.cid-uYFfM9bI41 .nav-link:focus {
  outline: none;
}
.cid-uYFfM9bI41 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfM9bI41 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfM9bI41 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfM9bI41 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfM9bI41 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfM9bI41 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfM9bI41 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfM9bI41 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfM9bI41 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfM9bI41 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfM9bI41 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfM9bI41 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfM9bI41 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfM9bI41 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfM9bI41 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfM9bI41 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfM9bI41 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfM9bI41 .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-uYFfM9bI41 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfM9bI41 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfM9bI41 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfM9bI41 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfM9bI41 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfM9bI41 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfM9bI41 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfM9bI41 .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-uYFfM9bI41 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfM9bI41 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfM9bI41 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfM9bI41 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfM9bI41 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfM9bI41 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfM9bI41 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfM9bI41 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfM9bI41 .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-uYFfM9bI41 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfM9bI41 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfM9bI41 .dropdown-item.active,
.cid-uYFfM9bI41 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfM9bI41 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfM9bI41 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfM9bI41 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfM9bI41 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfM9bI41 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfM9bI41 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfM9bI41 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfM9bI41 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfM9bI41 .navbar-buttons {
  text-align: center;
}
.cid-uYFfM9bI41 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfM9bI41 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfM9bI41 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfM9bI41 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfM9bI41 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfM9bI41 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfM9bI41 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfM9bI41 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfM9bI41 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfM9bI41 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfM9bI41 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfM9bI41 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfM9bI41 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfM9bI41 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfM9bI41 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfM9bI41 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfM9bI41 .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-uYFfM9bI41 .navbar {
    height: 70px;
  }
  .cid-uYFfM9bI41 .navbar.opened {
    height: auto;
  }
  .cid-uYFfM9bI41 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfM9bI41 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfM9bI41 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfM9bI41 .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-uYFfM9bI41 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfM9bI41 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfM9bI41 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfM9bI41 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfM9bI41 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfM9bI41 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfM9bI41 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfM9bI41 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfM9bI41 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfM9bI41 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfM9bI41 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfM9bI41 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfM9bI41 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfM9bI41 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfM9bI41 .navbar-caption {
  color: #000000;
}
.cid-uYFfM9bI41 .nav-link,
.cid-uYFfM9bI41 .dropdown-item {
  color: #000000;
}
.cid-uYFfMb6aem {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfMb6aem .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMb6aem .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMb6aem .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfMb6aem .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfMb6aem .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfMb6aem .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfMb6aem .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfMb6aem .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfMb6aem .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfMb6aem .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfMb6aem .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfMb6aem .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfMb6aem .mbr-section-title {
  color: #191c25;
}
.cid-uYFfMb6aem .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfMb6aem .mbr-section-title,
.cid-uYFfMb6aem .mbr-section-btn,
.cid-uYFfMb6aem .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfMbqMBi {
  background-color: transparent;
}
.cid-uYFfMbqMBi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMbqMBi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMbqMBi .items-wrap {
  justify-content: space-between;
}
.cid-uYFfMbqMBi .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfMbqMBi .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfMbqMBi .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfMbqMBi .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfMbqMBi .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfMbqMBi .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfMbqMBi .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfMbqMBi .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfMbqMBi .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfMbqMBi .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfMbqMBi .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfMbqMBi .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfMbqMBi .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfMbqMBi .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfMbqMBi .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfMbqMBi .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfMbqMBi .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfMbqMBi .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfMbqMBi .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfMbqMBi .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfMbqMBi .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfMbqMBi .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfMbqMBi .mbr-section-title {
  color: #191c25;
}
.cid-uYFfMbqMBi .list {
  color: #191c25;
}
.cid-uYFfMbqMBi .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfMbqMBi .mbr-number_2,
.cid-uYFfMbqMBi .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfMbqMBi .mbr-section-title,
.cid-uYFfMbqMBi .mbr-section-btn {
  color: #000000;
}
.cid-uYFfMbqMBi .list,
.cid-uYFfMbqMBi .item-wrap {
  color: #000000;
}
.cid-uYFfMbH0IH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMbH0IH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfMbH0IH .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfMbH0IH .image-wrap {
    height: 350px;
  }
}
.cid-uYFfMbTb53 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfMbTb53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMbTb53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMbTb53 .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfMbTb53 .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfMbTb53 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfMbTb53 .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfMbTb53 .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfMbTb53 .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfMbTb53 .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfMbTb53 .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfMbTb53 .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfMbTb53 .mbr-section-title {
  color: #191c25;
}
.cid-uYFfMbTb53 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfMbTb53 .mbr-section-title,
.cid-uYFfMbTb53 .title-wrapper,
.cid-uYFfMbTb53 .icon-wrapper {
  text-align: center;
}
.cid-uYFfMbTb53 .mbr-section-title,
.cid-uYFfMbTb53 .icon-wrapper,
.cid-uYFfMbTb53 .title-wrapper {
  color: #000000;
}
.cid-uYFfMcif7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfMcif7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMcif7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMcif7V .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfMcif7V .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfMcif7V .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfMcif7V .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfMcif7V .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfMcif7V .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfMcif7V .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfMcif7V .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfMcif7V .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfMcif7V .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfMcif7V .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfMcif7V .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfMcif7V .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfMcif7V .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfMcif7V .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfMcif7V .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfMcif7V .item:hover .item-wrapper .item-img img,
.cid-uYFfMcif7V .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfMcif7V .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfMcif7V .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfMcif7V .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfMcif7V .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfMcif7V .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfMcif7V .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfMcif7V .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfMcif7V .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfMcif7V .list {
  color: #191c25;
}
.cid-uYFfMcif7V .mbr-text {
  color: #191c25;
}
.cid-uYFfMcif7V .item-title {
  color: #191c25;
}
.cid-uYFfMcif7V .item-text {
  color: #191c25;
}
.cid-uYFfMcSwkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfMcSwkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMcSwkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMcSwkF .items-wrap {
  justify-content: space-between;
}
.cid-uYFfMcSwkF .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfMcSwkF .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfMcSwkF .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfMcSwkF .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfMcSwkF .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfMcSwkF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfMd9QE6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfMd9QE6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMd9QE6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMd9QE6 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfMd9QE6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfMd9QE6 .mbr-name {
  color: #858585;
}
.cid-uYFfMd9QE6 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfMd9QE6 .mbr-section-btn {
  text-align: center;
}
.cid-uYFfMetMq2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfMetMq2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfMetMq2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfMetMq2 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfMetMq2 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfMetMq2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfMetMq2 .mbr-section-title {
  color: #191c25;
}
.cid-uYFfMetMq2 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfMetMq2 .mbr-section-title,
.cid-uYFfMetMq2 .logo-wrapper {
  text-align: center;
}
.cid-uYFfRUiCvG .navbar-dropdown {
  position: relative !important;
}
.cid-uYFfRUiCvG .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-uYFfRUiCvG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFfRUiCvG .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFfRUiCvG .dropdown-item:hover,
.cid-uYFfRUiCvG .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFfRUiCvG .dropdown-item:hover span {
  color: white;
}
.cid-uYFfRUiCvG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFfRUiCvG .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFfRUiCvG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFfRUiCvG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFfRUiCvG .nav-link {
  position: relative;
}
.cid-uYFfRUiCvG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFfRUiCvG .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFfRUiCvG .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfRUiCvG .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFfRUiCvG .dropdown-menu,
.cid-uYFfRUiCvG .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFfRUiCvG .nav-item:focus,
.cid-uYFfRUiCvG .nav-link:focus {
  outline: none;
}
.cid-uYFfRUiCvG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFfRUiCvG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFfRUiCvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFfRUiCvG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFfRUiCvG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFfRUiCvG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFfRUiCvG .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFfRUiCvG .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFfRUiCvG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFfRUiCvG .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFfRUiCvG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFfRUiCvG .navbar.collapsed {
  justify-content: center;
}
.cid-uYFfRUiCvG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFfRUiCvG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFfRUiCvG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFfRUiCvG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFfRUiCvG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFfRUiCvG .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-uYFfRUiCvG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFfRUiCvG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFfRUiCvG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFfRUiCvG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFfRUiCvG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFfRUiCvG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFfRUiCvG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFfRUiCvG .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-uYFfRUiCvG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFfRUiCvG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFfRUiCvG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFfRUiCvG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFfRUiCvG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFfRUiCvG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFfRUiCvG .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFfRUiCvG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFfRUiCvG .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-uYFfRUiCvG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFfRUiCvG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFfRUiCvG .dropdown-item.active,
.cid-uYFfRUiCvG .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFfRUiCvG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFfRUiCvG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFfRUiCvG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFfRUiCvG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFfRUiCvG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFfRUiCvG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFfRUiCvG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFfRUiCvG ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFfRUiCvG .navbar-buttons {
  text-align: center;
}
.cid-uYFfRUiCvG .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFfRUiCvG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFfRUiCvG .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFfRUiCvG .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFfRUiCvG 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFfRUiCvG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFfRUiCvG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFfRUiCvG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfRUiCvG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFfRUiCvG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFfRUiCvG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfRUiCvG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFfRUiCvG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFfRUiCvG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFfRUiCvG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFfRUiCvG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFfRUiCvG .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-uYFfRUiCvG .navbar {
    height: 70px;
  }
  .cid-uYFfRUiCvG .navbar.opened {
    height: auto;
  }
  .cid-uYFfRUiCvG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFfRUiCvG .navbar-nav {
  margin: 0 auto;
}
.cid-uYFfRUiCvG .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFfRUiCvG .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-uYFfRUiCvG .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFfRUiCvG .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFfRUiCvG .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFfRUiCvG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFfRUiCvG .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFfRUiCvG .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFfRUiCvG .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFfRUiCvG .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFfRUiCvG .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFfRUiCvG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFfRUiCvG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFfRUiCvG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFfRUiCvG .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFfRUiCvG .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFfRUiCvG .navbar-caption {
  color: #000000;
}
.cid-uYFfRUiCvG .nav-link,
.cid-uYFfRUiCvG .dropdown-item {
  color: #000000;
}
.cid-uYFfRW2bg7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfRW2bg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRW2bg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRW2bg7 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFfRW2bg7 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfRW2bg7 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfRW2bg7 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfRW2bg7 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFfRW2bg7 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFfRW2bg7 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFfRW2bg7 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFfRW2bg7 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFfRW2bg7 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfRW2bg7 .mbr-section-title {
  color: #191c25;
}
.cid-uYFfRW2bg7 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfRW2bg7 .mbr-section-title,
.cid-uYFfRW2bg7 .mbr-section-btn,
.cid-uYFfRW2bg7 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFfRWox1l {
  background-color: transparent;
}
.cid-uYFfRWox1l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRWox1l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRWox1l .items-wrap {
  justify-content: space-between;
}
.cid-uYFfRWox1l .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfRWox1l .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfRWox1l .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFfRWox1l .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfRWox1l .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfRWox1l .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFfRWox1l .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFfRWox1l .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFfRWox1l .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFfRWox1l .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFfRWox1l .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFfRWox1l .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFfRWox1l .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfRWox1l .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFfRWox1l .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFfRWox1l .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFfRWox1l .image-wrapper {
    height: 350px;
  }
}
.cid-uYFfRWox1l .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFfRWox1l .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFfRWox1l .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFfRWox1l .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFfRWox1l .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFfRWox1l .mbr-section-title {
  color: #191c25;
}
.cid-uYFfRWox1l .list {
  color: #191c25;
}
.cid-uYFfRWox1l .mbr-number_1 {
  color: #191c25;
}
.cid-uYFfRWox1l .mbr-number_2,
.cid-uYFfRWox1l .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFfRWox1l .mbr-section-title,
.cid-uYFfRWox1l .mbr-section-btn {
  color: #000000;
}
.cid-uYFfRWox1l .list,
.cid-uYFfRWox1l .item-wrap {
  color: #000000;
}
.cid-uYFfRWFqkJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRWFqkJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFfRWFqkJ .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFfRWFqkJ .image-wrap {
    height: 350px;
  }
}
.cid-uYFfRWVkdV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfRWVkdV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRWVkdV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRWVkdV .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFfRWVkdV .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfRWVkdV .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFfRWVkdV .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFfRWVkdV .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFfRWVkdV .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFfRWVkdV .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFfRWVkdV .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFfRWVkdV .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFfRWVkdV .mbr-section-title {
  color: #191c25;
}
.cid-uYFfRWVkdV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFfRWVkdV .mbr-section-title,
.cid-uYFfRWVkdV .title-wrapper,
.cid-uYFfRWVkdV .icon-wrapper {
  text-align: center;
}
.cid-uYFfRWVkdV .mbr-section-title,
.cid-uYFfRWVkdV .icon-wrapper,
.cid-uYFfRWVkdV .title-wrapper {
  color: #000000;
}
.cid-uYFfRXnpYt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfRXnpYt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRXnpYt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRXnpYt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfRXnpYt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFfRXnpYt .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfRXnpYt .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFfRXnpYt .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFfRXnpYt .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFfRXnpYt .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFfRXnpYt .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFfRXnpYt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFfRXnpYt .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFfRXnpYt .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFfRXnpYt .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFfRXnpYt .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFfRXnpYt .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFfRXnpYt .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFfRXnpYt .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFfRXnpYt .item:hover .item-wrapper .item-img img,
.cid-uYFfRXnpYt .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFfRXnpYt .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFfRXnpYt .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFfRXnpYt .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFfRXnpYt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFfRXnpYt .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFfRXnpYt .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFfRXnpYt .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFfRXnpYt .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFfRXnpYt .list {
  color: #191c25;
}
.cid-uYFfRXnpYt .mbr-text {
  color: #191c25;
}
.cid-uYFfRXnpYt .item-title {
  color: #191c25;
}
.cid-uYFfRXnpYt .item-text {
  color: #191c25;
}
.cid-uYFfRXW36c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfRXW36c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRXW36c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRXW36c .items-wrap {
  justify-content: space-between;
}
.cid-uYFfRXW36c .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFfRXW36c .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFfRXW36c .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFfRXW36c .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFfRXW36c .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFfRXW36c .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFfRYf2G5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFfRYf2G5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRYf2G5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRYf2G5 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFfRYf2G5 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFfRYf2G5 .mbr-name {
  color: #858585;
}
.cid-uYFfRYf2G5 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFfRYf2G5 .mbr-section-btn {
  text-align: center;
}
.cid-uYFfRZzBBH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFfRZzBBH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFfRZzBBH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFfRZzBBH .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFfRZzBBH .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFfRZzBBH .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFfRZzBBH .mbr-section-title {
  color: #191c25;
}
.cid-uYFfRZzBBH .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFfRZzBBH .mbr-section-title,
.cid-uYFfRZzBBH .logo-wrapper {
  text-align: center;
}
.cid-uYFgbSZB4G .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgbSZB4G .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-uYFgbSZB4G .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgbSZB4G .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgbSZB4G .dropdown-item:hover,
.cid-uYFgbSZB4G .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgbSZB4G .dropdown-item:hover span {
  color: white;
}
.cid-uYFgbSZB4G .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgbSZB4G .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgbSZB4G .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgbSZB4G .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgbSZB4G .nav-link {
  position: relative;
}
.cid-uYFgbSZB4G .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgbSZB4G .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgbSZB4G .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgbSZB4G .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgbSZB4G .dropdown-menu,
.cid-uYFgbSZB4G .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgbSZB4G .nav-item:focus,
.cid-uYFgbSZB4G .nav-link:focus {
  outline: none;
}
.cid-uYFgbSZB4G .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgbSZB4G .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgbSZB4G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgbSZB4G .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgbSZB4G .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgbSZB4G .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgbSZB4G .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgbSZB4G .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgbSZB4G .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgbSZB4G .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgbSZB4G .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgbSZB4G .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgbSZB4G .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgbSZB4G .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgbSZB4G .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgbSZB4G .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgbSZB4G .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgbSZB4G .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-uYFgbSZB4G .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgbSZB4G .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgbSZB4G .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgbSZB4G .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgbSZB4G .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgbSZB4G .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgbSZB4G .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgbSZB4G .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-uYFgbSZB4G .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgbSZB4G .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgbSZB4G .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgbSZB4G .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgbSZB4G .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgbSZB4G .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgbSZB4G .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgbSZB4G .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgbSZB4G .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-uYFgbSZB4G .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgbSZB4G .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgbSZB4G .dropdown-item.active,
.cid-uYFgbSZB4G .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgbSZB4G .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgbSZB4G .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgbSZB4G .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgbSZB4G .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgbSZB4G .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgbSZB4G .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgbSZB4G ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgbSZB4G ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgbSZB4G .navbar-buttons {
  text-align: center;
}
.cid-uYFgbSZB4G .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgbSZB4G .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgbSZB4G .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgbSZB4G .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgbSZB4G 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgbSZB4G button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgbSZB4G button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgbSZB4G button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgbSZB4G button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgbSZB4G button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgbSZB4G nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgbSZB4G nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgbSZB4G nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgbSZB4G nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgbSZB4G .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgbSZB4G a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgbSZB4G .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-uYFgbSZB4G .navbar {
    height: 70px;
  }
  .cid-uYFgbSZB4G .navbar.opened {
    height: auto;
  }
  .cid-uYFgbSZB4G .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgbSZB4G .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgbSZB4G .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgbSZB4G .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-uYFgbSZB4G .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgbSZB4G .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgbSZB4G .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgbSZB4G .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgbSZB4G .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgbSZB4G .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgbSZB4G .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgbSZB4G .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgbSZB4G .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgbSZB4G .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgbSZB4G .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgbSZB4G .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgbSZB4G .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgbSZB4G .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgbSZB4G .navbar-caption {
  color: #000000;
}
.cid-uYFgbSZB4G .nav-link,
.cid-uYFgbSZB4G .dropdown-item {
  color: #000000;
}
.cid-uYFgbV3Jra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgbV3Jra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbV3Jra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbV3Jra .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgbV3Jra .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgbV3Jra .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgbV3Jra .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgbV3Jra .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgbV3Jra .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgbV3Jra .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgbV3Jra .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgbV3Jra .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgbV3Jra .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgbV3Jra .mbr-section-title {
  color: #191c25;
}
.cid-uYFgbV3Jra .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgbV3Jra .mbr-section-title,
.cid-uYFgbV3Jra .mbr-section-btn,
.cid-uYFgbV3Jra .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgbVko2H {
  background-color: transparent;
}
.cid-uYFgbVko2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbVko2H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbVko2H .items-wrap {
  justify-content: space-between;
}
.cid-uYFgbVko2H .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgbVko2H .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgbVko2H .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgbVko2H .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgbVko2H .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgbVko2H .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgbVko2H .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgbVko2H .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgbVko2H .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgbVko2H .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgbVko2H .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgbVko2H .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgbVko2H .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgbVko2H .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgbVko2H .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgbVko2H .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgbVko2H .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgbVko2H .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgbVko2H .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgbVko2H .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgbVko2H .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgbVko2H .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgbVko2H .mbr-section-title {
  color: #191c25;
}
.cid-uYFgbVko2H .list {
  color: #191c25;
}
.cid-uYFgbVko2H .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgbVko2H .mbr-number_2,
.cid-uYFgbVko2H .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgbVko2H .mbr-section-title,
.cid-uYFgbVko2H .mbr-section-btn {
  color: #000000;
}
.cid-uYFgbVko2H .list,
.cid-uYFgbVko2H .item-wrap {
  color: #000000;
}
.cid-uYFgbVBSYi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbVBSYi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgbVBSYi .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgbVBSYi .image-wrap {
    height: 350px;
  }
}
.cid-uYFgbVPqoU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgbVPqoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbVPqoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbVPqoU .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgbVPqoU .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgbVPqoU .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgbVPqoU .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgbVPqoU .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgbVPqoU .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgbVPqoU .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgbVPqoU .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgbVPqoU .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgbVPqoU .mbr-section-title {
  color: #191c25;
}
.cid-uYFgbVPqoU .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgbVPqoU .mbr-section-title,
.cid-uYFgbVPqoU .title-wrapper,
.cid-uYFgbVPqoU .icon-wrapper {
  text-align: center;
}
.cid-uYFgbVPqoU .mbr-section-title,
.cid-uYFgbVPqoU .icon-wrapper,
.cid-uYFgbVPqoU .title-wrapper {
  color: #000000;
}
.cid-uYFgbWeBib {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgbWeBib .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbWeBib .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbWeBib .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgbWeBib .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgbWeBib .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgbWeBib .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgbWeBib .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgbWeBib .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgbWeBib .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgbWeBib .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgbWeBib .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgbWeBib .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgbWeBib .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgbWeBib .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgbWeBib .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgbWeBib .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgbWeBib .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgbWeBib .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgbWeBib .item:hover .item-wrapper .item-img img,
.cid-uYFgbWeBib .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgbWeBib .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgbWeBib .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgbWeBib .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgbWeBib .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgbWeBib .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgbWeBib .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgbWeBib .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgbWeBib .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgbWeBib .list {
  color: #191c25;
}
.cid-uYFgbWeBib .mbr-text {
  color: #191c25;
}
.cid-uYFgbWeBib .item-title {
  color: #191c25;
}
.cid-uYFgbWeBib .item-text {
  color: #191c25;
}
.cid-uYFgbWLlU2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgbWLlU2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbWLlU2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbWLlU2 .items-wrap {
  justify-content: space-between;
}
.cid-uYFgbWLlU2 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgbWLlU2 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgbWLlU2 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgbWLlU2 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgbWLlU2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgbWLlU2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgbX2cJ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgbX2cJ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbX2cJ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbX2cJ8 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgbX2cJ8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgbX2cJ8 .mbr-name {
  color: #858585;
}
.cid-uYFgbX2cJ8 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgbX2cJ8 .mbr-section-btn {
  text-align: center;
}
.cid-uYFgbYlPKq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgbYlPKq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgbYlPKq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgbYlPKq .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgbYlPKq .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgbYlPKq .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgbYlPKq .mbr-section-title {
  color: #191c25;
}
.cid-uYFgbYlPKq .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgbYlPKq .mbr-section-title,
.cid-uYFgbYlPKq .logo-wrapper {
  text-align: center;
}
.cid-uYFgh9JXJs .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgh9JXJs .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-uYFgh9JXJs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgh9JXJs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgh9JXJs .dropdown-item:hover,
.cid-uYFgh9JXJs .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgh9JXJs .dropdown-item:hover span {
  color: white;
}
.cid-uYFgh9JXJs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgh9JXJs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgh9JXJs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgh9JXJs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgh9JXJs .nav-link {
  position: relative;
}
.cid-uYFgh9JXJs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgh9JXJs .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgh9JXJs .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgh9JXJs .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgh9JXJs .dropdown-menu,
.cid-uYFgh9JXJs .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgh9JXJs .nav-item:focus,
.cid-uYFgh9JXJs .nav-link:focus {
  outline: none;
}
.cid-uYFgh9JXJs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgh9JXJs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgh9JXJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgh9JXJs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgh9JXJs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgh9JXJs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgh9JXJs .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgh9JXJs .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgh9JXJs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgh9JXJs .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgh9JXJs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgh9JXJs .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgh9JXJs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgh9JXJs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgh9JXJs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgh9JXJs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgh9JXJs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgh9JXJs .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-uYFgh9JXJs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgh9JXJs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgh9JXJs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgh9JXJs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgh9JXJs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgh9JXJs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgh9JXJs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgh9JXJs .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-uYFgh9JXJs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgh9JXJs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgh9JXJs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgh9JXJs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgh9JXJs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgh9JXJs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgh9JXJs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgh9JXJs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgh9JXJs .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-uYFgh9JXJs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgh9JXJs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgh9JXJs .dropdown-item.active,
.cid-uYFgh9JXJs .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgh9JXJs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgh9JXJs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgh9JXJs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgh9JXJs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgh9JXJs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgh9JXJs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgh9JXJs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgh9JXJs ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgh9JXJs .navbar-buttons {
  text-align: center;
}
.cid-uYFgh9JXJs .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgh9JXJs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgh9JXJs .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgh9JXJs .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgh9JXJs 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgh9JXJs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgh9JXJs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgh9JXJs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgh9JXJs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgh9JXJs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgh9JXJs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgh9JXJs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgh9JXJs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgh9JXJs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgh9JXJs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgh9JXJs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgh9JXJs .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-uYFgh9JXJs .navbar {
    height: 70px;
  }
  .cid-uYFgh9JXJs .navbar.opened {
    height: auto;
  }
  .cid-uYFgh9JXJs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgh9JXJs .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgh9JXJs .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgh9JXJs .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-uYFgh9JXJs .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgh9JXJs .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgh9JXJs .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgh9JXJs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgh9JXJs .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgh9JXJs .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgh9JXJs .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgh9JXJs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgh9JXJs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgh9JXJs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgh9JXJs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgh9JXJs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgh9JXJs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgh9JXJs .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgh9JXJs .navbar-caption {
  color: #000000;
}
.cid-uYFgh9JXJs .nav-link,
.cid-uYFgh9JXJs .dropdown-item {
  color: #000000;
}
.cid-uYFghgykvw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFghgykvw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghgykvw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghgykvw .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFghgykvw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFghgykvw .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFghgykvw .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFghgykvw .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFghgykvw .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFghgykvw .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFghgykvw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFghgykvw .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFghgykvw .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFghgykvw .mbr-section-title {
  color: #191c25;
}
.cid-uYFghgykvw .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFghgykvw .mbr-section-title,
.cid-uYFghgykvw .mbr-section-btn,
.cid-uYFghgykvw .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFghhA5yB {
  background-color: transparent;
}
.cid-uYFghhA5yB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghhA5yB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghhA5yB .items-wrap {
  justify-content: space-between;
}
.cid-uYFghhA5yB .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFghhA5yB .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFghhA5yB .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFghhA5yB .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFghhA5yB .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFghhA5yB .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFghhA5yB .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFghhA5yB .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFghhA5yB .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFghhA5yB .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFghhA5yB .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFghhA5yB .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFghhA5yB .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFghhA5yB .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFghhA5yB .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFghhA5yB .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFghhA5yB .image-wrapper {
    height: 350px;
  }
}
.cid-uYFghhA5yB .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFghhA5yB .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFghhA5yB .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFghhA5yB .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFghhA5yB .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFghhA5yB .mbr-section-title {
  color: #191c25;
}
.cid-uYFghhA5yB .list {
  color: #191c25;
}
.cid-uYFghhA5yB .mbr-number_1 {
  color: #191c25;
}
.cid-uYFghhA5yB .mbr-number_2,
.cid-uYFghhA5yB .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFghhA5yB .mbr-section-title,
.cid-uYFghhA5yB .mbr-section-btn {
  color: #000000;
}
.cid-uYFghhA5yB .list,
.cid-uYFghhA5yB .item-wrap {
  color: #000000;
}
.cid-uYFghiJtEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghiJtEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFghiJtEr .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFghiJtEr .image-wrap {
    height: 350px;
  }
}
.cid-uYFghjcAVX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFghjcAVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghjcAVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghjcAVX .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFghjcAVX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFghjcAVX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFghjcAVX .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFghjcAVX .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFghjcAVX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFghjcAVX .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFghjcAVX .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFghjcAVX .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFghjcAVX .mbr-section-title {
  color: #191c25;
}
.cid-uYFghjcAVX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFghjcAVX .mbr-section-title,
.cid-uYFghjcAVX .title-wrapper,
.cid-uYFghjcAVX .icon-wrapper {
  text-align: center;
}
.cid-uYFghjcAVX .mbr-section-title,
.cid-uYFghjcAVX .icon-wrapper,
.cid-uYFghjcAVX .title-wrapper {
  color: #000000;
}
.cid-uYFghjPr8T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFghjPr8T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghjPr8T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghjPr8T .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFghjPr8T .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFghjPr8T .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFghjPr8T .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFghjPr8T .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFghjPr8T .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFghjPr8T .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFghjPr8T .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFghjPr8T .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFghjPr8T .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFghjPr8T .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFghjPr8T .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFghjPr8T .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFghjPr8T .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFghjPr8T .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFghjPr8T .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFghjPr8T .item:hover .item-wrapper .item-img img,
.cid-uYFghjPr8T .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFghjPr8T .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFghjPr8T .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFghjPr8T .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFghjPr8T .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFghjPr8T .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFghjPr8T .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFghjPr8T .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFghjPr8T .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFghjPr8T .list {
  color: #191c25;
}
.cid-uYFghjPr8T .mbr-text {
  color: #191c25;
}
.cid-uYFghjPr8T .item-title {
  color: #191c25;
}
.cid-uYFghjPr8T .item-text {
  color: #191c25;
}
.cid-uYFghknfgP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFghknfgP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghknfgP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghknfgP .items-wrap {
  justify-content: space-between;
}
.cid-uYFghknfgP .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFghknfgP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFghknfgP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFghknfgP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFghknfgP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFghknfgP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFghkJVDv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFghkJVDv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghkJVDv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghkJVDv .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFghkJVDv .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFghkJVDv .mbr-name {
  color: #858585;
}
.cid-uYFghkJVDv .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFghkJVDv .mbr-section-btn {
  text-align: center;
}
.cid-uYFghm1FPS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFghm1FPS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFghm1FPS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFghm1FPS .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFghm1FPS .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFghm1FPS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFghm1FPS .mbr-section-title {
  color: #191c25;
}
.cid-uYFghm1FPS .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFghm1FPS .mbr-section-title,
.cid-uYFghm1FPS .logo-wrapper {
  text-align: center;
}
.cid-uYFgmOfvYc .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgmOfvYc .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-uYFgmOfvYc .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgmOfvYc .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgmOfvYc .dropdown-item:hover,
.cid-uYFgmOfvYc .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgmOfvYc .dropdown-item:hover span {
  color: white;
}
.cid-uYFgmOfvYc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgmOfvYc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgmOfvYc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgmOfvYc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgmOfvYc .nav-link {
  position: relative;
}
.cid-uYFgmOfvYc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgmOfvYc .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgmOfvYc .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgmOfvYc .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgmOfvYc .dropdown-menu,
.cid-uYFgmOfvYc .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgmOfvYc .nav-item:focus,
.cid-uYFgmOfvYc .nav-link:focus {
  outline: none;
}
.cid-uYFgmOfvYc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgmOfvYc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgmOfvYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgmOfvYc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgmOfvYc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgmOfvYc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgmOfvYc .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgmOfvYc .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgmOfvYc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgmOfvYc .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgmOfvYc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgmOfvYc .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgmOfvYc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgmOfvYc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgmOfvYc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgmOfvYc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgmOfvYc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgmOfvYc .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-uYFgmOfvYc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgmOfvYc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgmOfvYc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgmOfvYc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgmOfvYc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgmOfvYc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgmOfvYc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgmOfvYc .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-uYFgmOfvYc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgmOfvYc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgmOfvYc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgmOfvYc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgmOfvYc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgmOfvYc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgmOfvYc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgmOfvYc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgmOfvYc .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-uYFgmOfvYc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgmOfvYc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgmOfvYc .dropdown-item.active,
.cid-uYFgmOfvYc .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgmOfvYc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgmOfvYc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgmOfvYc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgmOfvYc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgmOfvYc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgmOfvYc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgmOfvYc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgmOfvYc ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgmOfvYc .navbar-buttons {
  text-align: center;
}
.cid-uYFgmOfvYc .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgmOfvYc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgmOfvYc .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgmOfvYc .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgmOfvYc 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgmOfvYc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgmOfvYc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgmOfvYc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgmOfvYc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgmOfvYc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgmOfvYc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgmOfvYc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgmOfvYc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgmOfvYc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgmOfvYc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgmOfvYc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgmOfvYc .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-uYFgmOfvYc .navbar {
    height: 70px;
  }
  .cid-uYFgmOfvYc .navbar.opened {
    height: auto;
  }
  .cid-uYFgmOfvYc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgmOfvYc .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgmOfvYc .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgmOfvYc .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-uYFgmOfvYc .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgmOfvYc .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgmOfvYc .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgmOfvYc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgmOfvYc .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgmOfvYc .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgmOfvYc .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgmOfvYc .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgmOfvYc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgmOfvYc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgmOfvYc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgmOfvYc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgmOfvYc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgmOfvYc .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgmOfvYc .navbar-caption {
  color: #000000;
}
.cid-uYFgmOfvYc .nav-link,
.cid-uYFgmOfvYc .dropdown-item {
  color: #000000;
}
.cid-uYFgmQmH2M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgmQmH2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmQmH2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmQmH2M .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgmQmH2M .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgmQmH2M .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgmQmH2M .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgmQmH2M .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgmQmH2M .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgmQmH2M .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgmQmH2M .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgmQmH2M .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgmQmH2M .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgmQmH2M .mbr-section-title {
  color: #191c25;
}
.cid-uYFgmQmH2M .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgmQmH2M .mbr-section-title,
.cid-uYFgmQmH2M .mbr-section-btn,
.cid-uYFgmQmH2M .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgmQFU8g {
  background-color: transparent;
}
.cid-uYFgmQFU8g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmQFU8g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmQFU8g .items-wrap {
  justify-content: space-between;
}
.cid-uYFgmQFU8g .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgmQFU8g .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgmQFU8g .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgmQFU8g .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgmQFU8g .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgmQFU8g .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgmQFU8g .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgmQFU8g .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgmQFU8g .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgmQFU8g .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgmQFU8g .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgmQFU8g .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgmQFU8g .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgmQFU8g .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgmQFU8g .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgmQFU8g .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgmQFU8g .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgmQFU8g .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgmQFU8g .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgmQFU8g .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgmQFU8g .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgmQFU8g .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgmQFU8g .mbr-section-title {
  color: #191c25;
}
.cid-uYFgmQFU8g .list {
  color: #191c25;
}
.cid-uYFgmQFU8g .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgmQFU8g .mbr-number_2,
.cid-uYFgmQFU8g .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgmQFU8g .mbr-section-title,
.cid-uYFgmQFU8g .mbr-section-btn {
  color: #000000;
}
.cid-uYFgmQFU8g .list,
.cid-uYFgmQFU8g .item-wrap {
  color: #000000;
}
.cid-uYFgmQYAFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmQYAFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgmQYAFE .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgmQYAFE .image-wrap {
    height: 350px;
  }
}
.cid-uYFgmRdK7r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgmRdK7r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmRdK7r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmRdK7r .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgmRdK7r .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgmRdK7r .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgmRdK7r .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgmRdK7r .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgmRdK7r .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgmRdK7r .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgmRdK7r .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgmRdK7r .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgmRdK7r .mbr-section-title {
  color: #191c25;
}
.cid-uYFgmRdK7r .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgmRdK7r .mbr-section-title,
.cid-uYFgmRdK7r .title-wrapper,
.cid-uYFgmRdK7r .icon-wrapper {
  text-align: center;
}
.cid-uYFgmRdK7r .mbr-section-title,
.cid-uYFgmRdK7r .icon-wrapper,
.cid-uYFgmRdK7r .title-wrapper {
  color: #000000;
}
.cid-uYFgmRGoVY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgmRGoVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmRGoVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmRGoVY .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgmRGoVY .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgmRGoVY .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgmRGoVY .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgmRGoVY .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgmRGoVY .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgmRGoVY .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgmRGoVY .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgmRGoVY .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgmRGoVY .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgmRGoVY .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgmRGoVY .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgmRGoVY .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgmRGoVY .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgmRGoVY .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgmRGoVY .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgmRGoVY .item:hover .item-wrapper .item-img img,
.cid-uYFgmRGoVY .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgmRGoVY .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgmRGoVY .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgmRGoVY .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgmRGoVY .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgmRGoVY .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgmRGoVY .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgmRGoVY .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgmRGoVY .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgmRGoVY .list {
  color: #191c25;
}
.cid-uYFgmRGoVY .mbr-text {
  color: #191c25;
}
.cid-uYFgmRGoVY .item-title {
  color: #191c25;
}
.cid-uYFgmRGoVY .item-text {
  color: #191c25;
}
.cid-uYFgmSfCN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgmSfCN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmSfCN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmSfCN0 .items-wrap {
  justify-content: space-between;
}
.cid-uYFgmSfCN0 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgmSfCN0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgmSfCN0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgmSfCN0 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgmSfCN0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgmSfCN0 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgmSy3uF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgmSy3uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmSy3uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmSy3uF .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgmSy3uF .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgmSy3uF .mbr-name {
  color: #858585;
}
.cid-uYFgmSy3uF .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgmSy3uF .mbr-section-btn {
  text-align: center;
}
.cid-uYFgmTOV1p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgmTOV1p .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgmTOV1p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgmTOV1p .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgmTOV1p .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgmTOV1p .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgmTOV1p .mbr-section-title {
  color: #191c25;
}
.cid-uYFgmTOV1p .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgmTOV1p .mbr-section-title,
.cid-uYFgmTOV1p .logo-wrapper {
  text-align: center;
}
.cid-uYFgtgX75L .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgtgX75L .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-uYFgtgX75L .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgtgX75L .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgtgX75L .dropdown-item:hover,
.cid-uYFgtgX75L .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgtgX75L .dropdown-item:hover span {
  color: white;
}
.cid-uYFgtgX75L .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgtgX75L .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgtgX75L .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgtgX75L .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgtgX75L .nav-link {
  position: relative;
}
.cid-uYFgtgX75L .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgtgX75L .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgtgX75L .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgtgX75L .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgtgX75L .dropdown-menu,
.cid-uYFgtgX75L .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgtgX75L .nav-item:focus,
.cid-uYFgtgX75L .nav-link:focus {
  outline: none;
}
.cid-uYFgtgX75L .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgtgX75L .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgtgX75L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgtgX75L .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgtgX75L .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgtgX75L .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgtgX75L .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgtgX75L .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgtgX75L .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgtgX75L .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgtgX75L .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgtgX75L .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgtgX75L .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgtgX75L .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgtgX75L .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgtgX75L .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgtgX75L .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgtgX75L .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-uYFgtgX75L .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgtgX75L .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgtgX75L .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgtgX75L .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgtgX75L .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgtgX75L .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgtgX75L .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgtgX75L .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-uYFgtgX75L .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgtgX75L .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgtgX75L .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgtgX75L .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgtgX75L .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgtgX75L .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgtgX75L .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgtgX75L .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgtgX75L .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-uYFgtgX75L .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgtgX75L .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgtgX75L .dropdown-item.active,
.cid-uYFgtgX75L .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgtgX75L .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgtgX75L .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgtgX75L .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgtgX75L .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgtgX75L .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgtgX75L .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgtgX75L ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgtgX75L ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgtgX75L .navbar-buttons {
  text-align: center;
}
.cid-uYFgtgX75L .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgtgX75L .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgtgX75L .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgtgX75L .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgtgX75L 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgtgX75L button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgtgX75L button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgtgX75L button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgtgX75L button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgtgX75L button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgtgX75L nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgtgX75L nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgtgX75L nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgtgX75L nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgtgX75L .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgtgX75L a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgtgX75L .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-uYFgtgX75L .navbar {
    height: 70px;
  }
  .cid-uYFgtgX75L .navbar.opened {
    height: auto;
  }
  .cid-uYFgtgX75L .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgtgX75L .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgtgX75L .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgtgX75L .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-uYFgtgX75L .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgtgX75L .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgtgX75L .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgtgX75L .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgtgX75L .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgtgX75L .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgtgX75L .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgtgX75L .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgtgX75L .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgtgX75L .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgtgX75L .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgtgX75L .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgtgX75L .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgtgX75L .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgtgX75L .navbar-caption {
  color: #000000;
}
.cid-uYFgtgX75L .nav-link,
.cid-uYFgtgX75L .dropdown-item {
  color: #000000;
}
.cid-uYFgtj9E7z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgtj9E7z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtj9E7z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtj9E7z .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgtj9E7z .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgtj9E7z .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgtj9E7z .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgtj9E7z .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgtj9E7z .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgtj9E7z .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgtj9E7z .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgtj9E7z .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgtj9E7z .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgtj9E7z .mbr-section-title {
  color: #191c25;
}
.cid-uYFgtj9E7z .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgtj9E7z .mbr-section-title,
.cid-uYFgtj9E7z .mbr-section-btn,
.cid-uYFgtj9E7z .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgtjxLFH {
  background-color: transparent;
}
.cid-uYFgtjxLFH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtjxLFH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtjxLFH .items-wrap {
  justify-content: space-between;
}
.cid-uYFgtjxLFH .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgtjxLFH .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgtjxLFH .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgtjxLFH .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgtjxLFH .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgtjxLFH .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgtjxLFH .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgtjxLFH .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgtjxLFH .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgtjxLFH .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgtjxLFH .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgtjxLFH .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgtjxLFH .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgtjxLFH .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgtjxLFH .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgtjxLFH .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgtjxLFH .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgtjxLFH .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgtjxLFH .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgtjxLFH .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgtjxLFH .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgtjxLFH .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgtjxLFH .mbr-section-title {
  color: #191c25;
}
.cid-uYFgtjxLFH .list {
  color: #191c25;
}
.cid-uYFgtjxLFH .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgtjxLFH .mbr-number_2,
.cid-uYFgtjxLFH .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgtjxLFH .mbr-section-title,
.cid-uYFgtjxLFH .mbr-section-btn {
  color: #000000;
}
.cid-uYFgtjxLFH .list,
.cid-uYFgtjxLFH .item-wrap {
  color: #000000;
}
.cid-uYFgtjVVjK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtjVVjK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgtjVVjK .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgtjVVjK .image-wrap {
    height: 350px;
  }
}
.cid-uYFgtkctJY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgtkctJY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtkctJY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtkctJY .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgtkctJY .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgtkctJY .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgtkctJY .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgtkctJY .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgtkctJY .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgtkctJY .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgtkctJY .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgtkctJY .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgtkctJY .mbr-section-title {
  color: #191c25;
}
.cid-uYFgtkctJY .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgtkctJY .mbr-section-title,
.cid-uYFgtkctJY .title-wrapper,
.cid-uYFgtkctJY .icon-wrapper {
  text-align: center;
}
.cid-uYFgtkctJY .mbr-section-title,
.cid-uYFgtkctJY .icon-wrapper,
.cid-uYFgtkctJY .title-wrapper {
  color: #000000;
}
.cid-uYFgtkPWTn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgtkPWTn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtkPWTn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtkPWTn .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgtkPWTn .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgtkPWTn .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgtkPWTn .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgtkPWTn .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgtkPWTn .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgtkPWTn .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgtkPWTn .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgtkPWTn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgtkPWTn .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgtkPWTn .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgtkPWTn .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgtkPWTn .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgtkPWTn .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgtkPWTn .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgtkPWTn .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgtkPWTn .item:hover .item-wrapper .item-img img,
.cid-uYFgtkPWTn .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgtkPWTn .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgtkPWTn .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgtkPWTn .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgtkPWTn .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgtkPWTn .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgtkPWTn .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgtkPWTn .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgtkPWTn .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgtkPWTn .list {
  color: #191c25;
}
.cid-uYFgtkPWTn .mbr-text {
  color: #191c25;
}
.cid-uYFgtkPWTn .item-title {
  color: #191c25;
}
.cid-uYFgtkPWTn .item-text {
  color: #191c25;
}
.cid-uYFgtlncMC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgtlncMC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtlncMC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtlncMC .items-wrap {
  justify-content: space-between;
}
.cid-uYFgtlncMC .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgtlncMC .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgtlncMC .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgtlncMC .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgtlncMC .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgtlncMC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgtlFABV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgtlFABV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtlFABV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtlFABV .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgtlFABV .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgtlFABV .mbr-name {
  color: #858585;
}
.cid-uYFgtlFABV .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgtlFABV .mbr-section-btn {
  text-align: center;
}
.cid-uYFgtmVSuj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgtmVSuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgtmVSuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgtmVSuj .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgtmVSuj .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgtmVSuj .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgtmVSuj .mbr-section-title {
  color: #191c25;
}
.cid-uYFgtmVSuj .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgtmVSuj .mbr-section-title,
.cid-uYFgtmVSuj .logo-wrapper {
  text-align: center;
}
.cid-uYFgzgqY0u .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgzgqY0u .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-uYFgzgqY0u .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgzgqY0u .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgzgqY0u .dropdown-item:hover,
.cid-uYFgzgqY0u .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgzgqY0u .dropdown-item:hover span {
  color: white;
}
.cid-uYFgzgqY0u .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgzgqY0u .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgzgqY0u .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgzgqY0u .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgzgqY0u .nav-link {
  position: relative;
}
.cid-uYFgzgqY0u .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgzgqY0u .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgzgqY0u .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgzgqY0u .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgzgqY0u .dropdown-menu,
.cid-uYFgzgqY0u .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgzgqY0u .nav-item:focus,
.cid-uYFgzgqY0u .nav-link:focus {
  outline: none;
}
.cid-uYFgzgqY0u .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgzgqY0u .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgzgqY0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgzgqY0u .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgzgqY0u .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgzgqY0u .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgzgqY0u .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgzgqY0u .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgzgqY0u .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgzgqY0u .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgzgqY0u .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgzgqY0u .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgzgqY0u .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgzgqY0u .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgzgqY0u .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgzgqY0u .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgzgqY0u .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgzgqY0u .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-uYFgzgqY0u .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgzgqY0u .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgzgqY0u .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgzgqY0u .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgzgqY0u .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgzgqY0u .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgzgqY0u .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgzgqY0u .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-uYFgzgqY0u .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgzgqY0u .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgzgqY0u .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgzgqY0u .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgzgqY0u .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgzgqY0u .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgzgqY0u .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgzgqY0u .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgzgqY0u .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-uYFgzgqY0u .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgzgqY0u .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgzgqY0u .dropdown-item.active,
.cid-uYFgzgqY0u .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgzgqY0u .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgzgqY0u .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgzgqY0u .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgzgqY0u .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgzgqY0u .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgzgqY0u .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgzgqY0u ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgzgqY0u ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgzgqY0u .navbar-buttons {
  text-align: center;
}
.cid-uYFgzgqY0u .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgzgqY0u .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgzgqY0u .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgzgqY0u .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgzgqY0u 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgzgqY0u button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgzgqY0u button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgzgqY0u button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgzgqY0u button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgzgqY0u button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgzgqY0u nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgzgqY0u nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgzgqY0u nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgzgqY0u nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgzgqY0u .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgzgqY0u a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgzgqY0u .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-uYFgzgqY0u .navbar {
    height: 70px;
  }
  .cid-uYFgzgqY0u .navbar.opened {
    height: auto;
  }
  .cid-uYFgzgqY0u .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgzgqY0u .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgzgqY0u .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgzgqY0u .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-uYFgzgqY0u .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgzgqY0u .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgzgqY0u .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgzgqY0u .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgzgqY0u .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgzgqY0u .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgzgqY0u .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgzgqY0u .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgzgqY0u .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgzgqY0u .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgzgqY0u .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgzgqY0u .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgzgqY0u .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgzgqY0u .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgzgqY0u .navbar-caption {
  color: #000000;
}
.cid-uYFgzgqY0u .nav-link,
.cid-uYFgzgqY0u .dropdown-item {
  color: #000000;
}
.cid-uYFgziHt5n {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgziHt5n .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgziHt5n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgziHt5n .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgziHt5n .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgziHt5n .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgziHt5n .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgziHt5n .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgziHt5n .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgziHt5n .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgziHt5n .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgziHt5n .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgziHt5n .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgziHt5n .mbr-section-title {
  color: #191c25;
}
.cid-uYFgziHt5n .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgziHt5n .mbr-section-title,
.cid-uYFgziHt5n .mbr-section-btn,
.cid-uYFgziHt5n .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgziZhmS {
  background-color: transparent;
}
.cid-uYFgziZhmS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgziZhmS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgziZhmS .items-wrap {
  justify-content: space-between;
}
.cid-uYFgziZhmS .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgziZhmS .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgziZhmS .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgziZhmS .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgziZhmS .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgziZhmS .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgziZhmS .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgziZhmS .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgziZhmS .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgziZhmS .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgziZhmS .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgziZhmS .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgziZhmS .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgziZhmS .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgziZhmS .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgziZhmS .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgziZhmS .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgziZhmS .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgziZhmS .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgziZhmS .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgziZhmS .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgziZhmS .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgziZhmS .mbr-section-title {
  color: #191c25;
}
.cid-uYFgziZhmS .list {
  color: #191c25;
}
.cid-uYFgziZhmS .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgziZhmS .mbr-number_2,
.cid-uYFgziZhmS .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgziZhmS .mbr-section-title,
.cid-uYFgziZhmS .mbr-section-btn {
  color: #000000;
}
.cid-uYFgziZhmS .list,
.cid-uYFgziZhmS .item-wrap {
  color: #000000;
}
.cid-uYFgzjiTCX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgzjiTCX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgzjiTCX .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgzjiTCX .image-wrap {
    height: 350px;
  }
}
.cid-uYFgzjvhvO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgzjvhvO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgzjvhvO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgzjvhvO .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgzjvhvO .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgzjvhvO .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgzjvhvO .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgzjvhvO .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgzjvhvO .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgzjvhvO .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgzjvhvO .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgzjvhvO .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgzjvhvO .mbr-section-title {
  color: #191c25;
}
.cid-uYFgzjvhvO .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgzjvhvO .mbr-section-title,
.cid-uYFgzjvhvO .title-wrapper,
.cid-uYFgzjvhvO .icon-wrapper {
  text-align: center;
}
.cid-uYFgzjvhvO .mbr-section-title,
.cid-uYFgzjvhvO .icon-wrapper,
.cid-uYFgzjvhvO .title-wrapper {
  color: #000000;
}
.cid-uYFgzjUpfq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgzjUpfq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgzjUpfq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgzjUpfq .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgzjUpfq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgzjUpfq .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgzjUpfq .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgzjUpfq .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgzjUpfq .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgzjUpfq .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgzjUpfq .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgzjUpfq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgzjUpfq .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgzjUpfq .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgzjUpfq .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgzjUpfq .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgzjUpfq .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgzjUpfq .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgzjUpfq .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgzjUpfq .item:hover .item-wrapper .item-img img,
.cid-uYFgzjUpfq .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgzjUpfq .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgzjUpfq .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgzjUpfq .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgzjUpfq .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgzjUpfq .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgzjUpfq .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgzjUpfq .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgzjUpfq .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgzjUpfq .list {
  color: #191c25;
}
.cid-uYFgzjUpfq .mbr-text {
  color: #191c25;
}
.cid-uYFgzjUpfq .item-title {
  color: #191c25;
}
.cid-uYFgzjUpfq .item-text {
  color: #191c25;
}
.cid-uYFgzkrJHP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgzkrJHP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgzkrJHP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgzkrJHP .items-wrap {
  justify-content: space-between;
}
.cid-uYFgzkrJHP .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgzkrJHP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgzkrJHP .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgzkrJHP .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgzkrJHP .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgzkrJHP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgzkIdK8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgzkIdK8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgzkIdK8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgzkIdK8 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgzkIdK8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgzkIdK8 .mbr-name {
  color: #858585;
}
.cid-uYFgzkIdK8 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgzkIdK8 .mbr-section-btn {
  text-align: center;
}
.cid-uYFgzm19Kf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgzm19Kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgzm19Kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgzm19Kf .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgzm19Kf .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgzm19Kf .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgzm19Kf .mbr-section-title {
  color: #191c25;
}
.cid-uYFgzm19Kf .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgzm19Kf .mbr-section-title,
.cid-uYFgzm19Kf .logo-wrapper {
  text-align: center;
}
.cid-uYFgEHtpd0 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgEHtpd0 .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-uYFgEHtpd0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgEHtpd0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgEHtpd0 .dropdown-item:hover,
.cid-uYFgEHtpd0 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgEHtpd0 .dropdown-item:hover span {
  color: white;
}
.cid-uYFgEHtpd0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgEHtpd0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgEHtpd0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgEHtpd0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgEHtpd0 .nav-link {
  position: relative;
}
.cid-uYFgEHtpd0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgEHtpd0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgEHtpd0 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgEHtpd0 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgEHtpd0 .dropdown-menu,
.cid-uYFgEHtpd0 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgEHtpd0 .nav-item:focus,
.cid-uYFgEHtpd0 .nav-link:focus {
  outline: none;
}
.cid-uYFgEHtpd0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgEHtpd0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgEHtpd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgEHtpd0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgEHtpd0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgEHtpd0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgEHtpd0 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgEHtpd0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgEHtpd0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgEHtpd0 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgEHtpd0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgEHtpd0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgEHtpd0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgEHtpd0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgEHtpd0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgEHtpd0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgEHtpd0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgEHtpd0 .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-uYFgEHtpd0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgEHtpd0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgEHtpd0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgEHtpd0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgEHtpd0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgEHtpd0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgEHtpd0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgEHtpd0 .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-uYFgEHtpd0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgEHtpd0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgEHtpd0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgEHtpd0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgEHtpd0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgEHtpd0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgEHtpd0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgEHtpd0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgEHtpd0 .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-uYFgEHtpd0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgEHtpd0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgEHtpd0 .dropdown-item.active,
.cid-uYFgEHtpd0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgEHtpd0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgEHtpd0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgEHtpd0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgEHtpd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgEHtpd0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgEHtpd0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgEHtpd0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgEHtpd0 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgEHtpd0 .navbar-buttons {
  text-align: center;
}
.cid-uYFgEHtpd0 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgEHtpd0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgEHtpd0 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgEHtpd0 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgEHtpd0 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgEHtpd0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgEHtpd0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgEHtpd0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgEHtpd0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgEHtpd0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgEHtpd0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgEHtpd0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgEHtpd0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgEHtpd0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgEHtpd0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgEHtpd0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgEHtpd0 .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-uYFgEHtpd0 .navbar {
    height: 70px;
  }
  .cid-uYFgEHtpd0 .navbar.opened {
    height: auto;
  }
  .cid-uYFgEHtpd0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgEHtpd0 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgEHtpd0 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgEHtpd0 .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-uYFgEHtpd0 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgEHtpd0 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgEHtpd0 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgEHtpd0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgEHtpd0 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgEHtpd0 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgEHtpd0 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgEHtpd0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgEHtpd0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgEHtpd0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgEHtpd0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgEHtpd0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgEHtpd0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgEHtpd0 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgEHtpd0 .navbar-caption {
  color: #000000;
}
.cid-uYFgEHtpd0 .nav-link,
.cid-uYFgEHtpd0 .dropdown-item {
  color: #000000;
}
.cid-uYFgEJAmud {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgEJAmud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgEJAmud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgEJAmud .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgEJAmud .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgEJAmud .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgEJAmud .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgEJAmud .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgEJAmud .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgEJAmud .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgEJAmud .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgEJAmud .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgEJAmud .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgEJAmud .mbr-section-title {
  color: #191c25;
}
.cid-uYFgEJAmud .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgEJAmud .mbr-section-title,
.cid-uYFgEJAmud .mbr-section-btn,
.cid-uYFgEJAmud .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgEJRTNY {
  background-color: transparent;
}
.cid-uYFgEJRTNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgEJRTNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgEJRTNY .items-wrap {
  justify-content: space-between;
}
.cid-uYFgEJRTNY .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgEJRTNY .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgEJRTNY .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgEJRTNY .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgEJRTNY .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgEJRTNY .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgEJRTNY .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgEJRTNY .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgEJRTNY .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgEJRTNY .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgEJRTNY .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgEJRTNY .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgEJRTNY .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgEJRTNY .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgEJRTNY .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgEJRTNY .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgEJRTNY .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgEJRTNY .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgEJRTNY .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgEJRTNY .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgEJRTNY .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgEJRTNY .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgEJRTNY .mbr-section-title {
  color: #191c25;
}
.cid-uYFgEJRTNY .list {
  color: #191c25;
}
.cid-uYFgEJRTNY .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgEJRTNY .mbr-number_2,
.cid-uYFgEJRTNY .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgEJRTNY .mbr-section-title,
.cid-uYFgEJRTNY .mbr-section-btn {
  color: #000000;
}
.cid-uYFgEJRTNY .list,
.cid-uYFgEJRTNY .item-wrap {
  color: #000000;
}
.cid-uYFgEK9MeE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgEK9MeE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgEK9MeE .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgEK9MeE .image-wrap {
    height: 350px;
  }
}
.cid-uYFgEKn5lv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgEKn5lv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgEKn5lv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgEKn5lv .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgEKn5lv .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgEKn5lv .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgEKn5lv .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgEKn5lv .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgEKn5lv .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgEKn5lv .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgEKn5lv .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgEKn5lv .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgEKn5lv .mbr-section-title {
  color: #191c25;
}
.cid-uYFgEKn5lv .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgEKn5lv .mbr-section-title,
.cid-uYFgEKn5lv .title-wrapper,
.cid-uYFgEKn5lv .icon-wrapper {
  text-align: center;
}
.cid-uYFgEKn5lv .mbr-section-title,
.cid-uYFgEKn5lv .icon-wrapper,
.cid-uYFgEKn5lv .title-wrapper {
  color: #000000;
}
.cid-uYFgEKLsyE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgEKLsyE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgEKLsyE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgEKLsyE .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgEKLsyE .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgEKLsyE .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgEKLsyE .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgEKLsyE .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgEKLsyE .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgEKLsyE .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgEKLsyE .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgEKLsyE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgEKLsyE .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgEKLsyE .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgEKLsyE .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgEKLsyE .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgEKLsyE .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgEKLsyE .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgEKLsyE .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgEKLsyE .item:hover .item-wrapper .item-img img,
.cid-uYFgEKLsyE .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgEKLsyE .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgEKLsyE .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgEKLsyE .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgEKLsyE .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgEKLsyE .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgEKLsyE .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgEKLsyE .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgEKLsyE .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgEKLsyE .list {
  color: #191c25;
}
.cid-uYFgEKLsyE .mbr-text {
  color: #191c25;
}
.cid-uYFgEKLsyE .item-title {
  color: #191c25;
}
.cid-uYFgEKLsyE .item-text {
  color: #191c25;
}
.cid-uYFgELimou {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgELimou .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgELimou .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgELimou .items-wrap {
  justify-content: space-between;
}
.cid-uYFgELimou .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgELimou .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgELimou .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgELimou .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgELimou .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgELimou .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgELAe88 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgELAe88 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgELAe88 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgELAe88 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgELAe88 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgELAe88 .mbr-name {
  color: #858585;
}
.cid-uYFgELAe88 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgELAe88 .mbr-section-btn {
  text-align: center;
}
.cid-uYFgEMNcoF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgEMNcoF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgEMNcoF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgEMNcoF .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgEMNcoF .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgEMNcoF .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgEMNcoF .mbr-section-title {
  color: #191c25;
}
.cid-uYFgEMNcoF .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgEMNcoF .mbr-section-title,
.cid-uYFgEMNcoF .logo-wrapper {
  text-align: center;
}
.cid-uYFgKNTOR0 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgKNTOR0 .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-uYFgKNTOR0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgKNTOR0 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgKNTOR0 .dropdown-item:hover,
.cid-uYFgKNTOR0 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgKNTOR0 .dropdown-item:hover span {
  color: white;
}
.cid-uYFgKNTOR0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgKNTOR0 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgKNTOR0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgKNTOR0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgKNTOR0 .nav-link {
  position: relative;
}
.cid-uYFgKNTOR0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgKNTOR0 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgKNTOR0 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgKNTOR0 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgKNTOR0 .dropdown-menu,
.cid-uYFgKNTOR0 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgKNTOR0 .nav-item:focus,
.cid-uYFgKNTOR0 .nav-link:focus {
  outline: none;
}
.cid-uYFgKNTOR0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgKNTOR0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgKNTOR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgKNTOR0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgKNTOR0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgKNTOR0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgKNTOR0 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgKNTOR0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgKNTOR0 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgKNTOR0 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgKNTOR0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgKNTOR0 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgKNTOR0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgKNTOR0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgKNTOR0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgKNTOR0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgKNTOR0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgKNTOR0 .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-uYFgKNTOR0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgKNTOR0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgKNTOR0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgKNTOR0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgKNTOR0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgKNTOR0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgKNTOR0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgKNTOR0 .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-uYFgKNTOR0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgKNTOR0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgKNTOR0 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgKNTOR0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgKNTOR0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgKNTOR0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgKNTOR0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgKNTOR0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgKNTOR0 .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-uYFgKNTOR0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgKNTOR0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgKNTOR0 .dropdown-item.active,
.cid-uYFgKNTOR0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgKNTOR0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgKNTOR0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgKNTOR0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgKNTOR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgKNTOR0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgKNTOR0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgKNTOR0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgKNTOR0 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgKNTOR0 .navbar-buttons {
  text-align: center;
}
.cid-uYFgKNTOR0 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgKNTOR0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgKNTOR0 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgKNTOR0 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgKNTOR0 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgKNTOR0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgKNTOR0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgKNTOR0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgKNTOR0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgKNTOR0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgKNTOR0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgKNTOR0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgKNTOR0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgKNTOR0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgKNTOR0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgKNTOR0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgKNTOR0 .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-uYFgKNTOR0 .navbar {
    height: 70px;
  }
  .cid-uYFgKNTOR0 .navbar.opened {
    height: auto;
  }
  .cid-uYFgKNTOR0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgKNTOR0 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgKNTOR0 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgKNTOR0 .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-uYFgKNTOR0 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgKNTOR0 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgKNTOR0 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgKNTOR0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgKNTOR0 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgKNTOR0 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgKNTOR0 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgKNTOR0 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgKNTOR0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgKNTOR0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgKNTOR0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgKNTOR0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgKNTOR0 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgKNTOR0 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgKNTOR0 .navbar-caption {
  color: #000000;
}
.cid-uYFgKNTOR0 .nav-link,
.cid-uYFgKNTOR0 .dropdown-item {
  color: #000000;
}
.cid-uYFgKPH9MV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgKPH9MV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKPH9MV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKPH9MV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgKPH9MV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgKPH9MV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgKPH9MV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgKPH9MV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgKPH9MV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgKPH9MV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgKPH9MV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgKPH9MV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgKPH9MV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgKPH9MV .mbr-section-title {
  color: #191c25;
}
.cid-uYFgKPH9MV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgKPH9MV .mbr-section-title,
.cid-uYFgKPH9MV .mbr-section-btn,
.cid-uYFgKPH9MV .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgKQ1uUw {
  background-color: transparent;
}
.cid-uYFgKQ1uUw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKQ1uUw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKQ1uUw .items-wrap {
  justify-content: space-between;
}
.cid-uYFgKQ1uUw .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgKQ1uUw .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgKQ1uUw .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgKQ1uUw .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgKQ1uUw .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgKQ1uUw .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgKQ1uUw .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgKQ1uUw .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgKQ1uUw .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgKQ1uUw .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgKQ1uUw .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgKQ1uUw .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgKQ1uUw .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgKQ1uUw .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgKQ1uUw .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgKQ1uUw .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgKQ1uUw .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgKQ1uUw .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgKQ1uUw .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgKQ1uUw .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgKQ1uUw .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgKQ1uUw .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgKQ1uUw .mbr-section-title {
  color: #191c25;
}
.cid-uYFgKQ1uUw .list {
  color: #191c25;
}
.cid-uYFgKQ1uUw .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgKQ1uUw .mbr-number_2,
.cid-uYFgKQ1uUw .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgKQ1uUw .mbr-section-title,
.cid-uYFgKQ1uUw .mbr-section-btn {
  color: #000000;
}
.cid-uYFgKQ1uUw .list,
.cid-uYFgKQ1uUw .item-wrap {
  color: #000000;
}
.cid-uYFgKQmt2b .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKQmt2b .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgKQmt2b .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgKQmt2b .image-wrap {
    height: 350px;
  }
}
.cid-uYFgKQC0ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgKQC0ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKQC0ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKQC0ul .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgKQC0ul .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgKQC0ul .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgKQC0ul .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgKQC0ul .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgKQC0ul .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgKQC0ul .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgKQC0ul .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgKQC0ul .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgKQC0ul .mbr-section-title {
  color: #191c25;
}
.cid-uYFgKQC0ul .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgKQC0ul .mbr-section-title,
.cid-uYFgKQC0ul .title-wrapper,
.cid-uYFgKQC0ul .icon-wrapper {
  text-align: center;
}
.cid-uYFgKQC0ul .mbr-section-title,
.cid-uYFgKQC0ul .icon-wrapper,
.cid-uYFgKQC0ul .title-wrapper {
  color: #000000;
}
.cid-uYFgKR9Suu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgKR9Suu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKR9Suu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKR9Suu .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgKR9Suu .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgKR9Suu .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgKR9Suu .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgKR9Suu .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgKR9Suu .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgKR9Suu .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgKR9Suu .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgKR9Suu .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgKR9Suu .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgKR9Suu .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgKR9Suu .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgKR9Suu .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgKR9Suu .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgKR9Suu .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgKR9Suu .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgKR9Suu .item:hover .item-wrapper .item-img img,
.cid-uYFgKR9Suu .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgKR9Suu .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgKR9Suu .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgKR9Suu .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgKR9Suu .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgKR9Suu .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgKR9Suu .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgKR9Suu .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgKR9Suu .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgKR9Suu .list {
  color: #191c25;
}
.cid-uYFgKR9Suu .mbr-text {
  color: #191c25;
}
.cid-uYFgKR9Suu .item-title {
  color: #191c25;
}
.cid-uYFgKR9Suu .item-text {
  color: #191c25;
}
.cid-uYFgKRYfhV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgKRYfhV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKRYfhV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKRYfhV .items-wrap {
  justify-content: space-between;
}
.cid-uYFgKRYfhV .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgKRYfhV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgKRYfhV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgKRYfhV .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgKRYfhV .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgKRYfhV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgKSgWsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgKSgWsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKSgWsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKSgWsK .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgKSgWsK .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgKSgWsK .mbr-name {
  color: #858585;
}
.cid-uYFgKSgWsK .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgKSgWsK .mbr-section-btn {
  text-align: center;
}
.cid-uYFgKTDQKX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgKTDQKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgKTDQKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgKTDQKX .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgKTDQKX .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgKTDQKX .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgKTDQKX .mbr-section-title {
  color: #191c25;
}
.cid-uYFgKTDQKX .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgKTDQKX .mbr-section-title,
.cid-uYFgKTDQKX .logo-wrapper {
  text-align: center;
}
.cid-uYFgRwE55O .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgRwE55O .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-uYFgRwE55O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgRwE55O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgRwE55O .dropdown-item:hover,
.cid-uYFgRwE55O .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgRwE55O .dropdown-item:hover span {
  color: white;
}
.cid-uYFgRwE55O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgRwE55O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgRwE55O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgRwE55O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgRwE55O .nav-link {
  position: relative;
}
.cid-uYFgRwE55O .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgRwE55O .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgRwE55O .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgRwE55O .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgRwE55O .dropdown-menu,
.cid-uYFgRwE55O .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgRwE55O .nav-item:focus,
.cid-uYFgRwE55O .nav-link:focus {
  outline: none;
}
.cid-uYFgRwE55O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgRwE55O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgRwE55O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgRwE55O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgRwE55O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgRwE55O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgRwE55O .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgRwE55O .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgRwE55O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgRwE55O .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgRwE55O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgRwE55O .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgRwE55O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgRwE55O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgRwE55O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgRwE55O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgRwE55O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgRwE55O .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-uYFgRwE55O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgRwE55O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgRwE55O .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgRwE55O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgRwE55O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgRwE55O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgRwE55O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgRwE55O .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-uYFgRwE55O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgRwE55O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgRwE55O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgRwE55O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgRwE55O .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgRwE55O .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgRwE55O .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgRwE55O .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgRwE55O .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-uYFgRwE55O .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgRwE55O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgRwE55O .dropdown-item.active,
.cid-uYFgRwE55O .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgRwE55O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgRwE55O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgRwE55O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgRwE55O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgRwE55O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgRwE55O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgRwE55O ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgRwE55O ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgRwE55O .navbar-buttons {
  text-align: center;
}
.cid-uYFgRwE55O .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgRwE55O .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgRwE55O .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgRwE55O .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgRwE55O 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgRwE55O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgRwE55O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgRwE55O button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgRwE55O button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgRwE55O button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgRwE55O nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgRwE55O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgRwE55O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgRwE55O nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgRwE55O .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgRwE55O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgRwE55O .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-uYFgRwE55O .navbar {
    height: 70px;
  }
  .cid-uYFgRwE55O .navbar.opened {
    height: auto;
  }
  .cid-uYFgRwE55O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgRwE55O .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgRwE55O .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgRwE55O .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-uYFgRwE55O .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgRwE55O .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgRwE55O .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgRwE55O .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgRwE55O .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgRwE55O .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgRwE55O .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgRwE55O .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgRwE55O .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgRwE55O .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgRwE55O .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgRwE55O .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgRwE55O .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgRwE55O .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgRwE55O .navbar-caption {
  color: #000000;
}
.cid-uYFgRwE55O .nav-link,
.cid-uYFgRwE55O .dropdown-item {
  color: #000000;
}
.cid-uYFgRyFEhu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgRyFEhu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRyFEhu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRyFEhu .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgRyFEhu .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgRyFEhu .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgRyFEhu .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgRyFEhu .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgRyFEhu .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgRyFEhu .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgRyFEhu .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgRyFEhu .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgRyFEhu .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgRyFEhu .mbr-section-title {
  color: #191c25;
}
.cid-uYFgRyFEhu .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgRyFEhu .mbr-section-title,
.cid-uYFgRyFEhu .mbr-section-btn,
.cid-uYFgRyFEhu .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgRyYTS4 {
  background-color: transparent;
}
.cid-uYFgRyYTS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRyYTS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRyYTS4 .items-wrap {
  justify-content: space-between;
}
.cid-uYFgRyYTS4 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgRyYTS4 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgRyYTS4 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgRyYTS4 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgRyYTS4 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgRyYTS4 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgRyYTS4 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgRyYTS4 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgRyYTS4 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgRyYTS4 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgRyYTS4 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgRyYTS4 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgRyYTS4 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgRyYTS4 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgRyYTS4 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgRyYTS4 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgRyYTS4 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgRyYTS4 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgRyYTS4 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgRyYTS4 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgRyYTS4 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgRyYTS4 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgRyYTS4 .mbr-section-title {
  color: #191c25;
}
.cid-uYFgRyYTS4 .list {
  color: #191c25;
}
.cid-uYFgRyYTS4 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgRyYTS4 .mbr-number_2,
.cid-uYFgRyYTS4 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgRyYTS4 .mbr-section-title,
.cid-uYFgRyYTS4 .mbr-section-btn {
  color: #000000;
}
.cid-uYFgRyYTS4 .list,
.cid-uYFgRyYTS4 .item-wrap {
  color: #000000;
}
.cid-uYFgRzfx03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRzfx03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgRzfx03 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgRzfx03 .image-wrap {
    height: 350px;
  }
}
.cid-uYFgRzsXEh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgRzsXEh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRzsXEh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRzsXEh .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgRzsXEh .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgRzsXEh .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgRzsXEh .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgRzsXEh .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgRzsXEh .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgRzsXEh .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgRzsXEh .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgRzsXEh .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgRzsXEh .mbr-section-title {
  color: #191c25;
}
.cid-uYFgRzsXEh .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgRzsXEh .mbr-section-title,
.cid-uYFgRzsXEh .title-wrapper,
.cid-uYFgRzsXEh .icon-wrapper {
  text-align: center;
}
.cid-uYFgRzsXEh .mbr-section-title,
.cid-uYFgRzsXEh .icon-wrapper,
.cid-uYFgRzsXEh .title-wrapper {
  color: #000000;
}
.cid-uYFgRzTVVd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgRzTVVd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRzTVVd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRzTVVd .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgRzTVVd .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgRzTVVd .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgRzTVVd .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgRzTVVd .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgRzTVVd .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgRzTVVd .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgRzTVVd .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgRzTVVd .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgRzTVVd .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgRzTVVd .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgRzTVVd .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgRzTVVd .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgRzTVVd .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgRzTVVd .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgRzTVVd .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgRzTVVd .item:hover .item-wrapper .item-img img,
.cid-uYFgRzTVVd .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgRzTVVd .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgRzTVVd .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgRzTVVd .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgRzTVVd .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgRzTVVd .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgRzTVVd .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgRzTVVd .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgRzTVVd .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgRzTVVd .list {
  color: #191c25;
}
.cid-uYFgRzTVVd .mbr-text {
  color: #191c25;
}
.cid-uYFgRzTVVd .item-title {
  color: #191c25;
}
.cid-uYFgRzTVVd .item-text {
  color: #191c25;
}
.cid-uYFgRAsKn6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgRAsKn6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRAsKn6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRAsKn6 .items-wrap {
  justify-content: space-between;
}
.cid-uYFgRAsKn6 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgRAsKn6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgRAsKn6 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgRAsKn6 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgRAsKn6 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgRAsKn6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgRAKVra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgRAKVra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRAKVra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRAKVra .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgRAKVra .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgRAKVra .mbr-name {
  color: #858585;
}
.cid-uYFgRAKVra .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgRAKVra .mbr-section-btn {
  text-align: center;
}
.cid-uYFgRC13El {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgRC13El .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgRC13El .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgRC13El .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgRC13El .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgRC13El .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgRC13El .mbr-section-title {
  color: #191c25;
}
.cid-uYFgRC13El .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgRC13El .mbr-section-title,
.cid-uYFgRC13El .logo-wrapper {
  text-align: center;
}
.cid-uYFgZc2SNF .navbar-dropdown {
  position: relative !important;
}
.cid-uYFgZc2SNF .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-uYFgZc2SNF .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFgZc2SNF .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFgZc2SNF .dropdown-item:hover,
.cid-uYFgZc2SNF .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFgZc2SNF .dropdown-item:hover span {
  color: white;
}
.cid-uYFgZc2SNF .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFgZc2SNF .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFgZc2SNF .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFgZc2SNF .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFgZc2SNF .nav-link {
  position: relative;
}
.cid-uYFgZc2SNF .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFgZc2SNF .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFgZc2SNF .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgZc2SNF .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFgZc2SNF .dropdown-menu,
.cid-uYFgZc2SNF .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFgZc2SNF .nav-item:focus,
.cid-uYFgZc2SNF .nav-link:focus {
  outline: none;
}
.cid-uYFgZc2SNF .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFgZc2SNF .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFgZc2SNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFgZc2SNF .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFgZc2SNF .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFgZc2SNF .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFgZc2SNF .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFgZc2SNF .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFgZc2SNF .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFgZc2SNF .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFgZc2SNF .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFgZc2SNF .navbar.collapsed {
  justify-content: center;
}
.cid-uYFgZc2SNF .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFgZc2SNF .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFgZc2SNF .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFgZc2SNF .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFgZc2SNF .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFgZc2SNF .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-uYFgZc2SNF .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFgZc2SNF .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFgZc2SNF .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFgZc2SNF .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFgZc2SNF .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFgZc2SNF .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFgZc2SNF .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFgZc2SNF .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-uYFgZc2SNF .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFgZc2SNF .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFgZc2SNF .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFgZc2SNF .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFgZc2SNF .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFgZc2SNF .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFgZc2SNF .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFgZc2SNF .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFgZc2SNF .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-uYFgZc2SNF .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFgZc2SNF .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFgZc2SNF .dropdown-item.active,
.cid-uYFgZc2SNF .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFgZc2SNF .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFgZc2SNF .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFgZc2SNF .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFgZc2SNF .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFgZc2SNF .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFgZc2SNF .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFgZc2SNF ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFgZc2SNF ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFgZc2SNF .navbar-buttons {
  text-align: center;
}
.cid-uYFgZc2SNF .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFgZc2SNF .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFgZc2SNF .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFgZc2SNF .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFgZc2SNF 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFgZc2SNF button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFgZc2SNF button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFgZc2SNF button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgZc2SNF button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFgZc2SNF button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFgZc2SNF nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgZc2SNF nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFgZc2SNF nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFgZc2SNF nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFgZc2SNF .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFgZc2SNF a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFgZc2SNF .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-uYFgZc2SNF .navbar {
    height: 70px;
  }
  .cid-uYFgZc2SNF .navbar.opened {
    height: auto;
  }
  .cid-uYFgZc2SNF .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFgZc2SNF .navbar-nav {
  margin: 0 auto;
}
.cid-uYFgZc2SNF .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFgZc2SNF .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-uYFgZc2SNF .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFgZc2SNF .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFgZc2SNF .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFgZc2SNF .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFgZc2SNF .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFgZc2SNF .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFgZc2SNF .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFgZc2SNF .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFgZc2SNF .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFgZc2SNF .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFgZc2SNF .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFgZc2SNF .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFgZc2SNF .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFgZc2SNF .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFgZc2SNF .navbar-caption {
  color: #000000;
}
.cid-uYFgZc2SNF .nav-link,
.cid-uYFgZc2SNF .dropdown-item {
  color: #000000;
}
.cid-uYFgZe61hA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgZe61hA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZe61hA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZe61hA .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFgZe61hA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgZe61hA .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgZe61hA .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgZe61hA .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFgZe61hA .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFgZe61hA .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFgZe61hA .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFgZe61hA .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFgZe61hA .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgZe61hA .mbr-section-title {
  color: #191c25;
}
.cid-uYFgZe61hA .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgZe61hA .mbr-section-title,
.cid-uYFgZe61hA .mbr-section-btn,
.cid-uYFgZe61hA .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFgZepJa9 {
  background-color: transparent;
}
.cid-uYFgZepJa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZepJa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZepJa9 .items-wrap {
  justify-content: space-between;
}
.cid-uYFgZepJa9 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgZepJa9 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgZepJa9 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFgZepJa9 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgZepJa9 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgZepJa9 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFgZepJa9 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFgZepJa9 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFgZepJa9 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFgZepJa9 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFgZepJa9 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFgZepJa9 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFgZepJa9 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgZepJa9 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFgZepJa9 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFgZepJa9 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFgZepJa9 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFgZepJa9 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFgZepJa9 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFgZepJa9 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFgZepJa9 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFgZepJa9 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFgZepJa9 .mbr-section-title {
  color: #191c25;
}
.cid-uYFgZepJa9 .list {
  color: #191c25;
}
.cid-uYFgZepJa9 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFgZepJa9 .mbr-number_2,
.cid-uYFgZepJa9 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFgZepJa9 .mbr-section-title,
.cid-uYFgZepJa9 .mbr-section-btn {
  color: #000000;
}
.cid-uYFgZepJa9 .list,
.cid-uYFgZepJa9 .item-wrap {
  color: #000000;
}
.cid-uYFgZeGgx7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZeGgx7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFgZeGgx7 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFgZeGgx7 .image-wrap {
    height: 350px;
  }
}
.cid-uYFgZeV7at {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgZeV7at .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZeV7at .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZeV7at .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFgZeV7at .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgZeV7at .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFgZeV7at .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFgZeV7at .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFgZeV7at .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFgZeV7at .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFgZeV7at .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFgZeV7at .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFgZeV7at .mbr-section-title {
  color: #191c25;
}
.cid-uYFgZeV7at .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFgZeV7at .mbr-section-title,
.cid-uYFgZeV7at .title-wrapper,
.cid-uYFgZeV7at .icon-wrapper {
  text-align: center;
}
.cid-uYFgZeV7at .mbr-section-title,
.cid-uYFgZeV7at .icon-wrapper,
.cid-uYFgZeV7at .title-wrapper {
  color: #000000;
}
.cid-uYFgZfmPok {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgZfmPok .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZfmPok .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZfmPok .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgZfmPok .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFgZfmPok .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgZfmPok .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFgZfmPok .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFgZfmPok .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFgZfmPok .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFgZfmPok .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFgZfmPok .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFgZfmPok .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFgZfmPok .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFgZfmPok .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFgZfmPok .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFgZfmPok .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFgZfmPok .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFgZfmPok .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFgZfmPok .item:hover .item-wrapper .item-img img,
.cid-uYFgZfmPok .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFgZfmPok .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFgZfmPok .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFgZfmPok .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFgZfmPok .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFgZfmPok .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFgZfmPok .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFgZfmPok .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFgZfmPok .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFgZfmPok .list {
  color: #191c25;
}
.cid-uYFgZfmPok .mbr-text {
  color: #191c25;
}
.cid-uYFgZfmPok .item-title {
  color: #191c25;
}
.cid-uYFgZfmPok .item-text {
  color: #191c25;
}
.cid-uYFgZfTazD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgZfTazD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZfTazD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZfTazD .items-wrap {
  justify-content: space-between;
}
.cid-uYFgZfTazD .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFgZfTazD .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFgZfTazD .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFgZfTazD .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFgZfTazD .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFgZfTazD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFgZgage8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFgZgage8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZgage8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZgage8 .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFgZgage8 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFgZgage8 .mbr-name {
  color: #858585;
}
.cid-uYFgZgage8 .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFgZgage8 .mbr-section-btn {
  text-align: center;
}
.cid-uYFgZhrgnr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFgZhrgnr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFgZhrgnr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFgZhrgnr .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFgZhrgnr .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFgZhrgnr .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFgZhrgnr .mbr-section-title {
  color: #191c25;
}
.cid-uYFgZhrgnr .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFgZhrgnr .mbr-section-title,
.cid-uYFgZhrgnr .logo-wrapper {
  text-align: center;
}
.cid-uYFh8n0yRX .navbar-dropdown {
  position: relative !important;
}
.cid-uYFh8n0yRX .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-uYFh8n0yRX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFh8n0yRX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFh8n0yRX .dropdown-item:hover,
.cid-uYFh8n0yRX .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFh8n0yRX .dropdown-item:hover span {
  color: white;
}
.cid-uYFh8n0yRX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFh8n0yRX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFh8n0yRX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFh8n0yRX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFh8n0yRX .nav-link {
  position: relative;
}
.cid-uYFh8n0yRX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFh8n0yRX .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFh8n0yRX .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFh8n0yRX .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFh8n0yRX .dropdown-menu,
.cid-uYFh8n0yRX .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFh8n0yRX .nav-item:focus,
.cid-uYFh8n0yRX .nav-link:focus {
  outline: none;
}
.cid-uYFh8n0yRX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFh8n0yRX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFh8n0yRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFh8n0yRX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFh8n0yRX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFh8n0yRX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFh8n0yRX .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFh8n0yRX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFh8n0yRX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFh8n0yRX .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFh8n0yRX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFh8n0yRX .navbar.collapsed {
  justify-content: center;
}
.cid-uYFh8n0yRX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFh8n0yRX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFh8n0yRX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFh8n0yRX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFh8n0yRX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFh8n0yRX .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-uYFh8n0yRX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFh8n0yRX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFh8n0yRX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFh8n0yRX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFh8n0yRX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFh8n0yRX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFh8n0yRX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFh8n0yRX .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-uYFh8n0yRX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFh8n0yRX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFh8n0yRX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFh8n0yRX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFh8n0yRX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFh8n0yRX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFh8n0yRX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFh8n0yRX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFh8n0yRX .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-uYFh8n0yRX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFh8n0yRX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFh8n0yRX .dropdown-item.active,
.cid-uYFh8n0yRX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFh8n0yRX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFh8n0yRX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFh8n0yRX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFh8n0yRX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFh8n0yRX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFh8n0yRX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFh8n0yRX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFh8n0yRX ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFh8n0yRX .navbar-buttons {
  text-align: center;
}
.cid-uYFh8n0yRX .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFh8n0yRX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFh8n0yRX .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFh8n0yRX .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFh8n0yRX 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFh8n0yRX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFh8n0yRX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFh8n0yRX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFh8n0yRX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFh8n0yRX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFh8n0yRX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFh8n0yRX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFh8n0yRX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFh8n0yRX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFh8n0yRX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFh8n0yRX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFh8n0yRX .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-uYFh8n0yRX .navbar {
    height: 70px;
  }
  .cid-uYFh8n0yRX .navbar.opened {
    height: auto;
  }
  .cid-uYFh8n0yRX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFh8n0yRX .navbar-nav {
  margin: 0 auto;
}
.cid-uYFh8n0yRX .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFh8n0yRX .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-uYFh8n0yRX .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFh8n0yRX .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFh8n0yRX .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFh8n0yRX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFh8n0yRX .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFh8n0yRX .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFh8n0yRX .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFh8n0yRX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFh8n0yRX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFh8n0yRX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFh8n0yRX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFh8n0yRX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFh8n0yRX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFh8n0yRX .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFh8n0yRX .navbar-caption {
  color: #000000;
}
.cid-uYFh8n0yRX .nav-link,
.cid-uYFh8n0yRX .dropdown-item {
  color: #000000;
}
.cid-uYFh8p4W30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFh8p4W30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8p4W30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8p4W30 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFh8p4W30 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFh8p4W30 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFh8p4W30 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFh8p4W30 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFh8p4W30 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFh8p4W30 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFh8p4W30 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFh8p4W30 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFh8p4W30 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFh8p4W30 .mbr-section-title {
  color: #191c25;
}
.cid-uYFh8p4W30 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFh8p4W30 .mbr-section-title,
.cid-uYFh8p4W30 .mbr-section-btn,
.cid-uYFh8p4W30 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFh8pmmM6 {
  background-color: transparent;
}
.cid-uYFh8pmmM6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8pmmM6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8pmmM6 .items-wrap {
  justify-content: space-between;
}
.cid-uYFh8pmmM6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFh8pmmM6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFh8pmmM6 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFh8pmmM6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFh8pmmM6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFh8pmmM6 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFh8pmmM6 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFh8pmmM6 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFh8pmmM6 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFh8pmmM6 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFh8pmmM6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFh8pmmM6 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFh8pmmM6 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFh8pmmM6 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFh8pmmM6 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFh8pmmM6 .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFh8pmmM6 .image-wrapper {
    height: 350px;
  }
}
.cid-uYFh8pmmM6 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFh8pmmM6 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFh8pmmM6 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFh8pmmM6 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFh8pmmM6 .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFh8pmmM6 .mbr-section-title {
  color: #191c25;
}
.cid-uYFh8pmmM6 .list {
  color: #191c25;
}
.cid-uYFh8pmmM6 .mbr-number_1 {
  color: #191c25;
}
.cid-uYFh8pmmM6 .mbr-number_2,
.cid-uYFh8pmmM6 .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFh8pmmM6 .mbr-section-title,
.cid-uYFh8pmmM6 .mbr-section-btn {
  color: #000000;
}
.cid-uYFh8pmmM6 .list,
.cid-uYFh8pmmM6 .item-wrap {
  color: #000000;
}
.cid-uYFh8pE8NG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8pE8NG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFh8pE8NG .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFh8pE8NG .image-wrap {
    height: 350px;
  }
}
.cid-uYFh8pSaXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFh8pSaXX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8pSaXX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8pSaXX .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFh8pSaXX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFh8pSaXX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFh8pSaXX .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFh8pSaXX .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFh8pSaXX .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFh8pSaXX .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFh8pSaXX .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFh8pSaXX .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFh8pSaXX .mbr-section-title {
  color: #191c25;
}
.cid-uYFh8pSaXX .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFh8pSaXX .mbr-section-title,
.cid-uYFh8pSaXX .title-wrapper,
.cid-uYFh8pSaXX .icon-wrapper {
  text-align: center;
}
.cid-uYFh8pSaXX .mbr-section-title,
.cid-uYFh8pSaXX .icon-wrapper,
.cid-uYFh8pSaXX .title-wrapper {
  color: #000000;
}
.cid-uYFh8qjGfi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFh8qjGfi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8qjGfi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8qjGfi .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFh8qjGfi .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFh8qjGfi .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFh8qjGfi .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFh8qjGfi .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFh8qjGfi .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFh8qjGfi .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFh8qjGfi .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFh8qjGfi .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFh8qjGfi .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFh8qjGfi .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFh8qjGfi .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFh8qjGfi .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFh8qjGfi .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFh8qjGfi .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFh8qjGfi .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFh8qjGfi .item:hover .item-wrapper .item-img img,
.cid-uYFh8qjGfi .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFh8qjGfi .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFh8qjGfi .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFh8qjGfi .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFh8qjGfi .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFh8qjGfi .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFh8qjGfi .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFh8qjGfi .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFh8qjGfi .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFh8qjGfi .list {
  color: #191c25;
}
.cid-uYFh8qjGfi .mbr-text {
  color: #191c25;
}
.cid-uYFh8qjGfi .item-title {
  color: #191c25;
}
.cid-uYFh8qjGfi .item-text {
  color: #191c25;
}
.cid-uYFh8qRBAq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFh8qRBAq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8qRBAq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8qRBAq .items-wrap {
  justify-content: space-between;
}
.cid-uYFh8qRBAq .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFh8qRBAq .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFh8qRBAq .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFh8qRBAq .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFh8qRBAq .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFh8qRBAq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFh8r840K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFh8r840K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8r840K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8r840K .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFh8r840K .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFh8r840K .mbr-name {
  color: #858585;
}
.cid-uYFh8r840K .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFh8r840K .mbr-section-btn {
  text-align: center;
}
.cid-uYFh8soLM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFh8soLM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFh8soLM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFh8soLM5 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFh8soLM5 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFh8soLM5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFh8soLM5 .mbr-section-title {
  color: #191c25;
}
.cid-uYFh8soLM5 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFh8soLM5 .mbr-section-title,
.cid-uYFh8soLM5 .logo-wrapper {
  text-align: center;
}
.cid-uYFhgKb2eX .navbar-dropdown {
  position: relative !important;
}
.cid-uYFhgKb2eX .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-uYFhgKb2eX .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFhgKb2eX .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFhgKb2eX .dropdown-item:hover,
.cid-uYFhgKb2eX .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFhgKb2eX .dropdown-item:hover span {
  color: white;
}
.cid-uYFhgKb2eX .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFhgKb2eX .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFhgKb2eX .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFhgKb2eX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFhgKb2eX .nav-link {
  position: relative;
}
.cid-uYFhgKb2eX .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFhgKb2eX .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFhgKb2eX .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhgKb2eX .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFhgKb2eX .dropdown-menu,
.cid-uYFhgKb2eX .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFhgKb2eX .nav-item:focus,
.cid-uYFhgKb2eX .nav-link:focus {
  outline: none;
}
.cid-uYFhgKb2eX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFhgKb2eX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFhgKb2eX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFhgKb2eX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFhgKb2eX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFhgKb2eX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFhgKb2eX .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFhgKb2eX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFhgKb2eX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFhgKb2eX .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFhgKb2eX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFhgKb2eX .navbar.collapsed {
  justify-content: center;
}
.cid-uYFhgKb2eX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFhgKb2eX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFhgKb2eX .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFhgKb2eX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFhgKb2eX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFhgKb2eX .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-uYFhgKb2eX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFhgKb2eX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFhgKb2eX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFhgKb2eX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFhgKb2eX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFhgKb2eX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFhgKb2eX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFhgKb2eX .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-uYFhgKb2eX .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFhgKb2eX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFhgKb2eX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFhgKb2eX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFhgKb2eX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFhgKb2eX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFhgKb2eX .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFhgKb2eX .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFhgKb2eX .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-uYFhgKb2eX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFhgKb2eX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFhgKb2eX .dropdown-item.active,
.cid-uYFhgKb2eX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFhgKb2eX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFhgKb2eX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFhgKb2eX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFhgKb2eX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFhgKb2eX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFhgKb2eX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFhgKb2eX ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFhgKb2eX ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFhgKb2eX .navbar-buttons {
  text-align: center;
}
.cid-uYFhgKb2eX .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFhgKb2eX .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFhgKb2eX .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFhgKb2eX .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFhgKb2eX 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFhgKb2eX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFhgKb2eX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFhgKb2eX button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhgKb2eX button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhgKb2eX button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFhgKb2eX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhgKb2eX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFhgKb2eX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFhgKb2eX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhgKb2eX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFhgKb2eX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFhgKb2eX .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-uYFhgKb2eX .navbar {
    height: 70px;
  }
  .cid-uYFhgKb2eX .navbar.opened {
    height: auto;
  }
  .cid-uYFhgKb2eX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFhgKb2eX .navbar-nav {
  margin: 0 auto;
}
.cid-uYFhgKb2eX .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFhgKb2eX .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-uYFhgKb2eX .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFhgKb2eX .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFhgKb2eX .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFhgKb2eX .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFhgKb2eX .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFhgKb2eX .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFhgKb2eX .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFhgKb2eX .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFhgKb2eX .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFhgKb2eX .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFhgKb2eX .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFhgKb2eX .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFhgKb2eX .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFhgKb2eX .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFhgKb2eX .navbar-caption {
  color: #000000;
}
.cid-uYFhgKb2eX .nav-link,
.cid-uYFhgKb2eX .dropdown-item {
  color: #000000;
}
.cid-uYFhgMce3K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhgMce3K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgMce3K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgMce3K .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFhgMce3K .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhgMce3K .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhgMce3K .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhgMce3K .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFhgMce3K .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFhgMce3K .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFhgMce3K .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFhgMce3K .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFhgMce3K .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhgMce3K .mbr-section-title {
  color: #191c25;
}
.cid-uYFhgMce3K .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhgMce3K .mbr-section-title,
.cid-uYFhgMce3K .mbr-section-btn,
.cid-uYFhgMce3K .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFhgMtrBy {
  background-color: transparent;
}
.cid-uYFhgMtrBy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgMtrBy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgMtrBy .items-wrap {
  justify-content: space-between;
}
.cid-uYFhgMtrBy .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhgMtrBy .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhgMtrBy .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFhgMtrBy .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhgMtrBy .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhgMtrBy .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFhgMtrBy .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFhgMtrBy .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFhgMtrBy .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFhgMtrBy .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFhgMtrBy .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhgMtrBy .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFhgMtrBy .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhgMtrBy .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFhgMtrBy .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFhgMtrBy .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFhgMtrBy .image-wrapper {
    height: 350px;
  }
}
.cid-uYFhgMtrBy .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFhgMtrBy .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhgMtrBy .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFhgMtrBy .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFhgMtrBy .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFhgMtrBy .mbr-section-title {
  color: #191c25;
}
.cid-uYFhgMtrBy .list {
  color: #191c25;
}
.cid-uYFhgMtrBy .mbr-number_1 {
  color: #191c25;
}
.cid-uYFhgMtrBy .mbr-number_2,
.cid-uYFhgMtrBy .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFhgMtrBy .mbr-section-title,
.cid-uYFhgMtrBy .mbr-section-btn {
  color: #000000;
}
.cid-uYFhgMtrBy .list,
.cid-uYFhgMtrBy .item-wrap {
  color: #000000;
}
.cid-uYFhgMJtI5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgMJtI5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFhgMJtI5 .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFhgMJtI5 .image-wrap {
    height: 350px;
  }
}
.cid-uYFhgMYJ1j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhgMYJ1j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgMYJ1j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgMYJ1j .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFhgMYJ1j .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhgMYJ1j .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFhgMYJ1j .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFhgMYJ1j .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFhgMYJ1j .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFhgMYJ1j .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFhgMYJ1j .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFhgMYJ1j .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFhgMYJ1j .mbr-section-title {
  color: #191c25;
}
.cid-uYFhgMYJ1j .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhgMYJ1j .mbr-section-title,
.cid-uYFhgMYJ1j .title-wrapper,
.cid-uYFhgMYJ1j .icon-wrapper {
  text-align: center;
}
.cid-uYFhgMYJ1j .mbr-section-title,
.cid-uYFhgMYJ1j .icon-wrapper,
.cid-uYFhgMYJ1j .title-wrapper {
  color: #000000;
}
.cid-uYFhgNovff {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhgNovff .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgNovff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgNovff .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhgNovff .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFhgNovff .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhgNovff .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFhgNovff .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFhgNovff .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFhgNovff .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFhgNovff .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFhgNovff .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFhgNovff .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFhgNovff .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFhgNovff .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFhgNovff .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFhgNovff .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFhgNovff .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFhgNovff .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFhgNovff .item:hover .item-wrapper .item-img img,
.cid-uYFhgNovff .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFhgNovff .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFhgNovff .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFhgNovff .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFhgNovff .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhgNovff .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFhgNovff .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFhgNovff .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFhgNovff .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFhgNovff .list {
  color: #191c25;
}
.cid-uYFhgNovff .mbr-text {
  color: #191c25;
}
.cid-uYFhgNovff .item-title {
  color: #191c25;
}
.cid-uYFhgNovff .item-text {
  color: #191c25;
}
.cid-uYFhgNV31F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhgNV31F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgNV31F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgNV31F .items-wrap {
  justify-content: space-between;
}
.cid-uYFhgNV31F .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhgNV31F .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhgNV31F .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhgNV31F .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhgNV31F .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhgNV31F .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFhgOeWNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhgOeWNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgOeWNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgOeWNB .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFhgOeWNB .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFhgOeWNB .mbr-name {
  color: #858585;
}
.cid-uYFhgOeWNB .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFhgOeWNB .mbr-section-btn {
  text-align: center;
}
.cid-uYFhgPxtEy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhgPxtEy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhgPxtEy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhgPxtEy .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhgPxtEy .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFhgPxtEy .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFhgPxtEy .mbr-section-title {
  color: #191c25;
}
.cid-uYFhgPxtEy .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFhgPxtEy .mbr-section-title,
.cid-uYFhgPxtEy .logo-wrapper {
  text-align: center;
}
.cid-uYFhnZSdu2 .navbar-dropdown {
  position: relative !important;
}
.cid-uYFhnZSdu2 .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-uYFhnZSdu2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFhnZSdu2 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFhnZSdu2 .dropdown-item:hover,
.cid-uYFhnZSdu2 .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFhnZSdu2 .dropdown-item:hover span {
  color: white;
}
.cid-uYFhnZSdu2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFhnZSdu2 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFhnZSdu2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFhnZSdu2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFhnZSdu2 .nav-link {
  position: relative;
}
.cid-uYFhnZSdu2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFhnZSdu2 .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFhnZSdu2 .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhnZSdu2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFhnZSdu2 .dropdown-menu,
.cid-uYFhnZSdu2 .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFhnZSdu2 .nav-item:focus,
.cid-uYFhnZSdu2 .nav-link:focus {
  outline: none;
}
.cid-uYFhnZSdu2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFhnZSdu2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFhnZSdu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFhnZSdu2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFhnZSdu2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFhnZSdu2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFhnZSdu2 .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFhnZSdu2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFhnZSdu2 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFhnZSdu2 .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFhnZSdu2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFhnZSdu2 .navbar.collapsed {
  justify-content: center;
}
.cid-uYFhnZSdu2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFhnZSdu2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFhnZSdu2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFhnZSdu2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFhnZSdu2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFhnZSdu2 .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-uYFhnZSdu2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFhnZSdu2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFhnZSdu2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFhnZSdu2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFhnZSdu2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFhnZSdu2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFhnZSdu2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFhnZSdu2 .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-uYFhnZSdu2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFhnZSdu2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFhnZSdu2 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFhnZSdu2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFhnZSdu2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFhnZSdu2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFhnZSdu2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFhnZSdu2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFhnZSdu2 .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-uYFhnZSdu2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFhnZSdu2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFhnZSdu2 .dropdown-item.active,
.cid-uYFhnZSdu2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFhnZSdu2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFhnZSdu2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFhnZSdu2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFhnZSdu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFhnZSdu2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFhnZSdu2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFhnZSdu2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFhnZSdu2 ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFhnZSdu2 .navbar-buttons {
  text-align: center;
}
.cid-uYFhnZSdu2 .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFhnZSdu2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFhnZSdu2 .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFhnZSdu2 .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFhnZSdu2 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFhnZSdu2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFhnZSdu2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFhnZSdu2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhnZSdu2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhnZSdu2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFhnZSdu2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhnZSdu2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFhnZSdu2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFhnZSdu2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhnZSdu2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFhnZSdu2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFhnZSdu2 .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-uYFhnZSdu2 .navbar {
    height: 70px;
  }
  .cid-uYFhnZSdu2 .navbar.opened {
    height: auto;
  }
  .cid-uYFhnZSdu2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFhnZSdu2 .navbar-nav {
  margin: 0 auto;
}
.cid-uYFhnZSdu2 .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFhnZSdu2 .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-uYFhnZSdu2 .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFhnZSdu2 .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFhnZSdu2 .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFhnZSdu2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFhnZSdu2 .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFhnZSdu2 .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFhnZSdu2 .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFhnZSdu2 .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFhnZSdu2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFhnZSdu2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFhnZSdu2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFhnZSdu2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFhnZSdu2 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFhnZSdu2 .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFhnZSdu2 .navbar-caption {
  color: #000000;
}
.cid-uYFhnZSdu2 .nav-link,
.cid-uYFhnZSdu2 .dropdown-item {
  color: #000000;
}
.cid-uYFho1VcRl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFho1VcRl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho1VcRl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho1VcRl .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFho1VcRl .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFho1VcRl .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFho1VcRl .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFho1VcRl .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFho1VcRl .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFho1VcRl .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFho1VcRl .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFho1VcRl .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFho1VcRl .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFho1VcRl .mbr-section-title {
  color: #191c25;
}
.cid-uYFho1VcRl .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFho1VcRl .mbr-section-title,
.cid-uYFho1VcRl .mbr-section-btn,
.cid-uYFho1VcRl .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFho2cpwA {
  background-color: transparent;
}
.cid-uYFho2cpwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho2cpwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho2cpwA .items-wrap {
  justify-content: space-between;
}
.cid-uYFho2cpwA .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFho2cpwA .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFho2cpwA .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFho2cpwA .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFho2cpwA .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFho2cpwA .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFho2cpwA .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFho2cpwA .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFho2cpwA .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFho2cpwA .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFho2cpwA .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFho2cpwA .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFho2cpwA .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFho2cpwA .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFho2cpwA .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFho2cpwA .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFho2cpwA .image-wrapper {
    height: 350px;
  }
}
.cid-uYFho2cpwA .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFho2cpwA .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFho2cpwA .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFho2cpwA .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFho2cpwA .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFho2cpwA .mbr-section-title {
  color: #191c25;
}
.cid-uYFho2cpwA .list {
  color: #191c25;
}
.cid-uYFho2cpwA .mbr-number_1 {
  color: #191c25;
}
.cid-uYFho2cpwA .mbr-number_2,
.cid-uYFho2cpwA .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFho2cpwA .mbr-section-title,
.cid-uYFho2cpwA .mbr-section-btn {
  color: #000000;
}
.cid-uYFho2cpwA .list,
.cid-uYFho2cpwA .item-wrap {
  color: #000000;
}
.cid-uYFho2toyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho2toyu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFho2toyu .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFho2toyu .image-wrap {
    height: 350px;
  }
}
.cid-uYFho2Gb5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFho2Gb5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho2Gb5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho2Gb5y .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFho2Gb5y .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFho2Gb5y .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFho2Gb5y .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFho2Gb5y .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFho2Gb5y .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFho2Gb5y .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFho2Gb5y .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFho2Gb5y .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFho2Gb5y .mbr-section-title {
  color: #191c25;
}
.cid-uYFho2Gb5y .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFho2Gb5y .mbr-section-title,
.cid-uYFho2Gb5y .title-wrapper,
.cid-uYFho2Gb5y .icon-wrapper {
  text-align: center;
}
.cid-uYFho2Gb5y .mbr-section-title,
.cid-uYFho2Gb5y .icon-wrapper,
.cid-uYFho2Gb5y .title-wrapper {
  color: #000000;
}
.cid-uYFho355Xt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFho355Xt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho355Xt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho355Xt .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFho355Xt .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFho355Xt .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFho355Xt .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFho355Xt .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFho355Xt .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFho355Xt .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFho355Xt .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFho355Xt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFho355Xt .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFho355Xt .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFho355Xt .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFho355Xt .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFho355Xt .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFho355Xt .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFho355Xt .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFho355Xt .item:hover .item-wrapper .item-img img,
.cid-uYFho355Xt .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFho355Xt .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFho355Xt .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFho355Xt .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFho355Xt .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFho355Xt .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFho355Xt .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFho355Xt .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFho355Xt .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFho355Xt .list {
  color: #191c25;
}
.cid-uYFho355Xt .mbr-text {
  color: #191c25;
}
.cid-uYFho355Xt .item-title {
  color: #191c25;
}
.cid-uYFho355Xt .item-text {
  color: #191c25;
}
.cid-uYFho3CBFc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFho3CBFc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho3CBFc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho3CBFc .items-wrap {
  justify-content: space-between;
}
.cid-uYFho3CBFc .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFho3CBFc .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFho3CBFc .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFho3CBFc .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFho3CBFc .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFho3CBFc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFho3TL2s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFho3TL2s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho3TL2s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho3TL2s .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFho3TL2s .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFho3TL2s .mbr-name {
  color: #858585;
}
.cid-uYFho3TL2s .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFho3TL2s .mbr-section-btn {
  text-align: center;
}
.cid-uYFho5fPHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFho5fPHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFho5fPHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFho5fPHz .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFho5fPHz .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFho5fPHz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFho5fPHz .mbr-section-title {
  color: #191c25;
}
.cid-uYFho5fPHz .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFho5fPHz .mbr-section-title,
.cid-uYFho5fPHz .logo-wrapper {
  text-align: center;
}
.cid-uYFhw8Reov .navbar-dropdown {
  position: relative !important;
}
.cid-uYFhw8Reov .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-uYFhw8Reov .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFhw8Reov .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFhw8Reov .dropdown-item:hover,
.cid-uYFhw8Reov .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFhw8Reov .dropdown-item:hover span {
  color: white;
}
.cid-uYFhw8Reov .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFhw8Reov .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFhw8Reov .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFhw8Reov .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFhw8Reov .nav-link {
  position: relative;
}
.cid-uYFhw8Reov .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFhw8Reov .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFhw8Reov .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhw8Reov .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFhw8Reov .dropdown-menu,
.cid-uYFhw8Reov .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFhw8Reov .nav-item:focus,
.cid-uYFhw8Reov .nav-link:focus {
  outline: none;
}
.cid-uYFhw8Reov .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFhw8Reov .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFhw8Reov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFhw8Reov .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFhw8Reov .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFhw8Reov .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFhw8Reov .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFhw8Reov .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFhw8Reov .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFhw8Reov .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFhw8Reov .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFhw8Reov .navbar.collapsed {
  justify-content: center;
}
.cid-uYFhw8Reov .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFhw8Reov .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFhw8Reov .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFhw8Reov .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFhw8Reov .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFhw8Reov .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-uYFhw8Reov .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFhw8Reov .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFhw8Reov .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFhw8Reov .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFhw8Reov .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFhw8Reov .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFhw8Reov .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFhw8Reov .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-uYFhw8Reov .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFhw8Reov .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFhw8Reov .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFhw8Reov .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFhw8Reov .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFhw8Reov .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFhw8Reov .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFhw8Reov .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFhw8Reov .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-uYFhw8Reov .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFhw8Reov .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFhw8Reov .dropdown-item.active,
.cid-uYFhw8Reov .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFhw8Reov .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFhw8Reov .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFhw8Reov .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFhw8Reov .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFhw8Reov .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFhw8Reov .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFhw8Reov ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFhw8Reov ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFhw8Reov .navbar-buttons {
  text-align: center;
}
.cid-uYFhw8Reov .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFhw8Reov .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFhw8Reov .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFhw8Reov .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFhw8Reov 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFhw8Reov button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFhw8Reov button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFhw8Reov button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhw8Reov button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhw8Reov button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFhw8Reov nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhw8Reov nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFhw8Reov nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFhw8Reov nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhw8Reov .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFhw8Reov a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFhw8Reov .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-uYFhw8Reov .navbar {
    height: 70px;
  }
  .cid-uYFhw8Reov .navbar.opened {
    height: auto;
  }
  .cid-uYFhw8Reov .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFhw8Reov .navbar-nav {
  margin: 0 auto;
}
.cid-uYFhw8Reov .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFhw8Reov .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-uYFhw8Reov .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFhw8Reov .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFhw8Reov .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFhw8Reov .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFhw8Reov .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFhw8Reov .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFhw8Reov .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFhw8Reov .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFhw8Reov .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFhw8Reov .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFhw8Reov .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFhw8Reov .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFhw8Reov .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFhw8Reov .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFhw8Reov .navbar-caption {
  color: #000000;
}
.cid-uYFhw8Reov .nav-link,
.cid-uYFhw8Reov .dropdown-item {
  color: #000000;
}
.cid-uYFhwaY2hW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhwaY2hW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwaY2hW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhwaY2hW .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFhwaY2hW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhwaY2hW .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhwaY2hW .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhwaY2hW .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFhwaY2hW .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFhwaY2hW .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFhwaY2hW .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFhwaY2hW .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFhwaY2hW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhwaY2hW .mbr-section-title {
  color: #191c25;
}
.cid-uYFhwaY2hW .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhwaY2hW .mbr-section-title,
.cid-uYFhwaY2hW .mbr-section-btn,
.cid-uYFhwaY2hW .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFhwbheLW {
  background-color: transparent;
}
.cid-uYFhwbheLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwbheLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhwbheLW .items-wrap {
  justify-content: space-between;
}
.cid-uYFhwbheLW .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhwbheLW .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhwbheLW .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFhwbheLW .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhwbheLW .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhwbheLW .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFhwbheLW .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFhwbheLW .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFhwbheLW .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFhwbheLW .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFhwbheLW .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhwbheLW .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFhwbheLW .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhwbheLW .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFhwbheLW .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFhwbheLW .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFhwbheLW .image-wrapper {
    height: 350px;
  }
}
.cid-uYFhwbheLW .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFhwbheLW .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhwbheLW .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFhwbheLW .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFhwbheLW .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFhwbheLW .mbr-section-title {
  color: #191c25;
}
.cid-uYFhwbheLW .list {
  color: #191c25;
}
.cid-uYFhwbheLW .mbr-number_1 {
  color: #191c25;
}
.cid-uYFhwbheLW .mbr-number_2,
.cid-uYFhwbheLW .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFhwbheLW .mbr-section-title,
.cid-uYFhwbheLW .mbr-section-btn {
  color: #000000;
}
.cid-uYFhwbheLW .list,
.cid-uYFhwbheLW .item-wrap {
  color: #000000;
}
.cid-uYFhwbzQCi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwbzQCi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFhwbzQCi .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFhwbzQCi .image-wrap {
    height: 350px;
  }
}
.cid-uYFhwbOz2h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhwbOz2h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwbOz2h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhwbOz2h .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFhwbOz2h .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhwbOz2h .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFhwbOz2h .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFhwbOz2h .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFhwbOz2h .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFhwbOz2h .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFhwbOz2h .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFhwbOz2h .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFhwbOz2h .mbr-section-title {
  color: #191c25;
}
.cid-uYFhwbOz2h .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhwbOz2h .mbr-section-title,
.cid-uYFhwbOz2h .title-wrapper,
.cid-uYFhwbOz2h .icon-wrapper {
  text-align: center;
}
.cid-uYFhwbOz2h .mbr-section-title,
.cid-uYFhwbOz2h .icon-wrapper,
.cid-uYFhwbOz2h .title-wrapper {
  color: #000000;
}
.cid-uYFhwcg0PA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhwcg0PA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwcg0PA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhwcg0PA .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhwcg0PA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFhwcg0PA .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhwcg0PA .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFhwcg0PA .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFhwcg0PA .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFhwcg0PA .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFhwcg0PA .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFhwcg0PA .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFhwcg0PA .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFhwcg0PA .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFhwcg0PA .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFhwcg0PA .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFhwcg0PA .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFhwcg0PA .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFhwcg0PA .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFhwcg0PA .item:hover .item-wrapper .item-img img,
.cid-uYFhwcg0PA .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFhwcg0PA .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFhwcg0PA .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFhwcg0PA .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFhwcg0PA .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhwcg0PA .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFhwcg0PA .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFhwcg0PA .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFhwcg0PA .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFhwcg0PA .list {
  color: #191c25;
}
.cid-uYFhwcg0PA .mbr-text {
  color: #191c25;
}
.cid-uYFhwcg0PA .item-title {
  color: #191c25;
}
.cid-uYFhwcg0PA .item-text {
  color: #191c25;
}
.cid-uYFhwcOrGl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhwcOrGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwcOrGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhwcOrGl .items-wrap {
  justify-content: space-between;
}
.cid-uYFhwcOrGl .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhwcOrGl .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhwcOrGl .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhwcOrGl .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhwcOrGl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhwcOrGl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFhwdgOpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhwdgOpR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhwdgOpR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhwdgOpR .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFhwdgOpR .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFhwdgOpR .mbr-name {
  color: #858585;
}
.cid-uYFhwdgOpR .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFhwdgOpR .mbr-section-btn {
  text-align: center;
}
.cid-uYFhweungk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhweungk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhweungk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhweungk .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhweungk .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFhweungk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFhweungk .mbr-section-title {
  color: #191c25;
}
.cid-uYFhweungk .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFhweungk .mbr-section-title,
.cid-uYFhweungk .logo-wrapper {
  text-align: center;
}
.cid-uYFhDmESkq .navbar-dropdown {
  position: relative !important;
}
.cid-uYFhDmESkq .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-uYFhDmESkq .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFhDmESkq .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFhDmESkq .dropdown-item:hover,
.cid-uYFhDmESkq .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFhDmESkq .dropdown-item:hover span {
  color: white;
}
.cid-uYFhDmESkq .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFhDmESkq .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFhDmESkq .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFhDmESkq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFhDmESkq .nav-link {
  position: relative;
}
.cid-uYFhDmESkq .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFhDmESkq .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFhDmESkq .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhDmESkq .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFhDmESkq .dropdown-menu,
.cid-uYFhDmESkq .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFhDmESkq .nav-item:focus,
.cid-uYFhDmESkq .nav-link:focus {
  outline: none;
}
.cid-uYFhDmESkq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFhDmESkq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFhDmESkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFhDmESkq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFhDmESkq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFhDmESkq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFhDmESkq .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFhDmESkq .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFhDmESkq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFhDmESkq .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFhDmESkq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFhDmESkq .navbar.collapsed {
  justify-content: center;
}
.cid-uYFhDmESkq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFhDmESkq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFhDmESkq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFhDmESkq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFhDmESkq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFhDmESkq .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-uYFhDmESkq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFhDmESkq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFhDmESkq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFhDmESkq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFhDmESkq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFhDmESkq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFhDmESkq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFhDmESkq .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-uYFhDmESkq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFhDmESkq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFhDmESkq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFhDmESkq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFhDmESkq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFhDmESkq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFhDmESkq .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFhDmESkq .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFhDmESkq .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-uYFhDmESkq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFhDmESkq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFhDmESkq .dropdown-item.active,
.cid-uYFhDmESkq .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFhDmESkq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFhDmESkq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFhDmESkq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFhDmESkq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFhDmESkq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFhDmESkq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFhDmESkq ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFhDmESkq ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFhDmESkq .navbar-buttons {
  text-align: center;
}
.cid-uYFhDmESkq .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFhDmESkq .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFhDmESkq .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFhDmESkq .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFhDmESkq 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFhDmESkq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFhDmESkq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFhDmESkq button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhDmESkq button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhDmESkq button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFhDmESkq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhDmESkq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFhDmESkq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFhDmESkq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhDmESkq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFhDmESkq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFhDmESkq .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-uYFhDmESkq .navbar {
    height: 70px;
  }
  .cid-uYFhDmESkq .navbar.opened {
    height: auto;
  }
  .cid-uYFhDmESkq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFhDmESkq .navbar-nav {
  margin: 0 auto;
}
.cid-uYFhDmESkq .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFhDmESkq .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-uYFhDmESkq .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFhDmESkq .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFhDmESkq .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFhDmESkq .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFhDmESkq .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFhDmESkq .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFhDmESkq .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFhDmESkq .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFhDmESkq .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFhDmESkq .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFhDmESkq .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFhDmESkq .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFhDmESkq .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFhDmESkq .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFhDmESkq .navbar-caption {
  color: #000000;
}
.cid-uYFhDmESkq .nav-link,
.cid-uYFhDmESkq .dropdown-item {
  color: #000000;
}
.cid-uYFhDoBIRp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhDoBIRp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDoBIRp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDoBIRp .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFhDoBIRp .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhDoBIRp .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhDoBIRp .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhDoBIRp .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFhDoBIRp .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFhDoBIRp .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFhDoBIRp .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFhDoBIRp .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFhDoBIRp .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhDoBIRp .mbr-section-title {
  color: #191c25;
}
.cid-uYFhDoBIRp .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhDoBIRp .mbr-section-title,
.cid-uYFhDoBIRp .mbr-section-btn,
.cid-uYFhDoBIRp .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFhDoW4Ww {
  background-color: transparent;
}
.cid-uYFhDoW4Ww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDoW4Ww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDoW4Ww .items-wrap {
  justify-content: space-between;
}
.cid-uYFhDoW4Ww .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhDoW4Ww .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhDoW4Ww .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFhDoW4Ww .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhDoW4Ww .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhDoW4Ww .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFhDoW4Ww .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFhDoW4Ww .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFhDoW4Ww .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFhDoW4Ww .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFhDoW4Ww .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhDoW4Ww .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFhDoW4Ww .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhDoW4Ww .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFhDoW4Ww .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFhDoW4Ww .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFhDoW4Ww .image-wrapper {
    height: 350px;
  }
}
.cid-uYFhDoW4Ww .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFhDoW4Ww .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhDoW4Ww .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFhDoW4Ww .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFhDoW4Ww .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFhDoW4Ww .mbr-section-title {
  color: #191c25;
}
.cid-uYFhDoW4Ww .list {
  color: #191c25;
}
.cid-uYFhDoW4Ww .mbr-number_1 {
  color: #191c25;
}
.cid-uYFhDoW4Ww .mbr-number_2,
.cid-uYFhDoW4Ww .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFhDoW4Ww .mbr-section-title,
.cid-uYFhDoW4Ww .mbr-section-btn {
  color: #000000;
}
.cid-uYFhDoW4Ww .list,
.cid-uYFhDoW4Ww .item-wrap {
  color: #000000;
}
.cid-uYFhDpjnKU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDpjnKU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFhDpjnKU .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFhDpjnKU .image-wrap {
    height: 350px;
  }
}
.cid-uYFhDpDQ6a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhDpDQ6a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDpDQ6a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDpDQ6a .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFhDpDQ6a .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhDpDQ6a .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFhDpDQ6a .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFhDpDQ6a .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFhDpDQ6a .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFhDpDQ6a .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFhDpDQ6a .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFhDpDQ6a .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFhDpDQ6a .mbr-section-title {
  color: #191c25;
}
.cid-uYFhDpDQ6a .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhDpDQ6a .mbr-section-title,
.cid-uYFhDpDQ6a .title-wrapper,
.cid-uYFhDpDQ6a .icon-wrapper {
  text-align: center;
}
.cid-uYFhDpDQ6a .mbr-section-title,
.cid-uYFhDpDQ6a .icon-wrapper,
.cid-uYFhDpDQ6a .title-wrapper {
  color: #000000;
}
.cid-uYFhDqa2FL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhDqa2FL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDqa2FL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDqa2FL .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhDqa2FL .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFhDqa2FL .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhDqa2FL .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFhDqa2FL .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFhDqa2FL .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFhDqa2FL .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFhDqa2FL .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFhDqa2FL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFhDqa2FL .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFhDqa2FL .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFhDqa2FL .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFhDqa2FL .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFhDqa2FL .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFhDqa2FL .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFhDqa2FL .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFhDqa2FL .item:hover .item-wrapper .item-img img,
.cid-uYFhDqa2FL .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFhDqa2FL .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFhDqa2FL .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFhDqa2FL .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFhDqa2FL .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhDqa2FL .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFhDqa2FL .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFhDqa2FL .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFhDqa2FL .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFhDqa2FL .list {
  color: #191c25;
}
.cid-uYFhDqa2FL .mbr-text {
  color: #191c25;
}
.cid-uYFhDqa2FL .item-title {
  color: #191c25;
}
.cid-uYFhDqa2FL .item-text {
  color: #191c25;
}
.cid-uYFhDqKt30 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhDqKt30 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDqKt30 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDqKt30 .items-wrap {
  justify-content: space-between;
}
.cid-uYFhDqKt30 .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhDqKt30 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhDqKt30 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhDqKt30 .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhDqKt30 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhDqKt30 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFhDr29IE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhDr29IE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDr29IE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDr29IE .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFhDr29IE .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFhDr29IE .mbr-name {
  color: #858585;
}
.cid-uYFhDr29IE .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFhDr29IE .mbr-section-btn {
  text-align: center;
}
.cid-uYFhDsyBiL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhDsyBiL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhDsyBiL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhDsyBiL .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhDsyBiL .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFhDsyBiL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFhDsyBiL .mbr-section-title {
  color: #191c25;
}
.cid-uYFhDsyBiL .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFhDsyBiL .mbr-section-title,
.cid-uYFhDsyBiL .logo-wrapper {
  text-align: center;
}
.cid-uYFhK9aODs .navbar-dropdown {
  position: relative !important;
}
.cid-uYFhK9aODs .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-uYFhK9aODs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uYFhK9aODs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uYFhK9aODs .dropdown-item:hover,
.cid-uYFhK9aODs .dropdown-item:focus {
  background: #b298dc !important;
  color: white !important;
}
.cid-uYFhK9aODs .dropdown-item:hover span {
  color: white;
}
.cid-uYFhK9aODs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uYFhK9aODs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uYFhK9aODs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uYFhK9aODs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uYFhK9aODs .nav-link {
  position: relative;
}
.cid-uYFhK9aODs .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uYFhK9aODs .container {
    flex-wrap: nowrap;
  }
}
.cid-uYFhK9aODs .iconfont-wrapper {
  color: #191c25 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhK9aODs .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uYFhK9aODs .dropdown-menu,
.cid-uYFhK9aODs .navbar.opened {
  background: #f8fafd !important;
}
.cid-uYFhK9aODs .nav-item:focus,
.cid-uYFhK9aODs .nav-link:focus {
  outline: none;
}
.cid-uYFhK9aODs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYFhK9aODs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYFhK9aODs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYFhK9aODs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYFhK9aODs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYFhK9aODs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYFhK9aODs .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: #f8fafd;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uYFhK9aODs .navbar.opened {
  transition: all 0.3s;
}
.cid-uYFhK9aODs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYFhK9aODs .navbar .navbar-logo img {
  width: 3rem !important;
}
.cid-uYFhK9aODs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uYFhK9aODs .navbar.collapsed {
  justify-content: center;
}
.cid-uYFhK9aODs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYFhK9aODs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uYFhK9aODs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.1rem);
  }
}
.cid-uYFhK9aODs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYFhK9aODs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYFhK9aODs .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-uYFhK9aODs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYFhK9aODs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYFhK9aODs .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uYFhK9aODs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYFhK9aODs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYFhK9aODs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYFhK9aODs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYFhK9aODs .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-uYFhK9aODs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uYFhK9aODs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uYFhK9aODs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYFhK9aODs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 60%;
  }
  .cid-uYFhK9aODs .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYFhK9aODs .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYFhK9aODs .navbar.navbar-short {
  min-height: 96px;
}
.cid-uYFhK9aODs .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uYFhK9aODs .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-uYFhK9aODs .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYFhK9aODs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYFhK9aODs .dropdown-item.active,
.cid-uYFhK9aODs .dropdown-item:active {
  background-color: transparent;
}
.cid-uYFhK9aODs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYFhK9aODs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYFhK9aODs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYFhK9aODs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f8fafd;
}
.cid-uYFhK9aODs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uYFhK9aODs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uYFhK9aODs ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uYFhK9aODs ul.navbar-nav {
    padding: 8px 16px;
    background-color: #f8fafd;
    border: 1px solid #b298dc;
  }
}
.cid-uYFhK9aODs .navbar-buttons {
  text-align: center;
}
.cid-uYFhK9aODs .navbar-buttons .btn {
  min-width: 100px;
  min-height: 52px;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-uYFhK9aODs .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uYFhK9aODs .navbar-buttons .btn:hover .mbr-iconfont,
.cid-uYFhK9aODs .navbar-buttons .btn:focus .mbr-iconfont {
  margin-left: 40px;
}
.cid-uYFhK9aODs 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: #f8fafd !important;
  border: none!important;
  box-shadow: none !important;
}
.cid-uYFhK9aODs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uYFhK9aODs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uYFhK9aODs button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhK9aODs button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uYFhK9aODs button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uYFhK9aODs nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhK9aODs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYFhK9aODs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYFhK9aODs nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYFhK9aODs .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYFhK9aODs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYFhK9aODs .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-uYFhK9aODs .navbar {
    height: 70px;
  }
  .cid-uYFhK9aODs .navbar.opened {
    height: auto;
  }
  .cid-uYFhK9aODs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYFhK9aODs .navbar-nav {
  margin: 0 auto;
}
.cid-uYFhK9aODs .nav-item {
  padding: 0;
  margin: 2px;
}
.cid-uYFhK9aODs .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-uYFhK9aODs .nav-item .nav-link {
    padding: 8px 12px !important;
  }
}
.cid-uYFhK9aODs .nav-item .nav-link::after {
  color: #6f2dbd !important;
  transform: rotate(0);
  transition: 0.3s;
}
.cid-uYFhK9aODs .nav-item .nav-link:hover {
  background-color: #b8d0eb;
  color: #000000;
}
.cid-uYFhK9aODs .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uYFhK9aODs .nav-item .dropdown-menu {
  background-color: #ffffff !important;
}
.cid-uYFhK9aODs .nav-item .dropdown-menu:hover {
  background-color: #ffffff !important;
}
.cid-uYFhK9aODs .nav-item .dropdown-menu .dropdown-item {
  color: #f8fafd !important;
  background-color: transparent !important;
}
.cid-uYFhK9aODs .nav-item .dropdown-menu .dropdown-item:hover {
  color: #b298dc !important;
}
@media (max-width: 991px) {
  .cid-uYFhK9aODs .navbar {
    justify-content: flex-start !important;
  }
  .cid-uYFhK9aODs .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uYFhK9aODs .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uYFhK9aODs .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uYFhK9aODs .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uYFhK9aODs .navbar-collapse .nav-item .nav-link {
    padding: 8px 12px !important;
    justify-content: flex-start;
    display: inline-flex;
  }
}
.cid-uYFhK9aODs .navbar-caption {
  color: #000000;
}
.cid-uYFhK9aODs .nav-link,
.cid-uYFhK9aODs .dropdown-item {
  color: #000000;
}
.cid-uYFhKbI8Xj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhKbI8Xj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKbI8Xj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKbI8Xj .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uYFhKbI8Xj .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhKbI8Xj .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhKbI8Xj .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhKbI8Xj .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #b8d0eb;
  opacity: 0.9;
  z-index: 1;
  pointer-events: none;
}
.cid-uYFhKbI8Xj .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uYFhKbI8Xj .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uYFhKbI8Xj .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uYFhKbI8Xj .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uYFhKbI8Xj .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhKbI8Xj .mbr-section-title {
  color: #191c25;
}
.cid-uYFhKbI8Xj .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhKbI8Xj .mbr-section-title,
.cid-uYFhKbI8Xj .mbr-section-btn,
.cid-uYFhKbI8Xj .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-uYFhKc2f0X {
  background-color: transparent;
}
.cid-uYFhKc2f0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKc2f0X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKc2f0X .items-wrap {
  justify-content: space-between;
}
.cid-uYFhKc2f0X .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhKc2f0X .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhKc2f0X .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uYFhKc2f0X .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhKc2f0X .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhKc2f0X .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uYFhKc2f0X .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uYFhKc2f0X .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uYFhKc2f0X .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uYFhKc2f0X .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uYFhKc2f0X .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYFhKc2f0X .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uYFhKc2f0X .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhKc2f0X .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uYFhKc2f0X .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uYFhKc2f0X .image-wrapper {
  position: relative;
  border: 3px solid #b298dc;
  background-color: #b298dc;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uYFhKc2f0X .image-wrapper {
    height: 350px;
  }
}
.cid-uYFhKc2f0X .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uYFhKc2f0X .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uYFhKc2f0X .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uYFhKc2f0X .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uYFhKc2f0X .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: #b298dc;
  margin-bottom: 0;
}
.cid-uYFhKc2f0X .mbr-section-title {
  color: #191c25;
}
.cid-uYFhKc2f0X .list {
  color: #191c25;
}
.cid-uYFhKc2f0X .mbr-number_1 {
  color: #191c25;
}
.cid-uYFhKc2f0X .mbr-number_2,
.cid-uYFhKc2f0X .number-wrapper_2 {
  color: #000000;
  text-align: right;
}
.cid-uYFhKc2f0X .mbr-section-title,
.cid-uYFhKc2f0X .mbr-section-btn {
  color: #000000;
}
.cid-uYFhKc2f0X .list,
.cid-uYFhKc2f0X .item-wrap {
  color: #000000;
}
.cid-uYFhKcn1sv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKcn1sv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("https://r.mobirisesite.com/1894987/assets/images/background2.jpg?rnd=1759585243122");
}
.cid-uYFhKcn1sv .image-wrap {
  height: 600px;
}
@media (max-width: 992px) {
  .cid-uYFhKcn1sv .image-wrap {
    height: 350px;
  }
}
.cid-uYFhKcEEFF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhKcEEFF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKcEEFF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKcEEFF .content-wrapper .mbr-desc {
  margin-bottom: 22px;
}
.cid-uYFhKcEEFF .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 85%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhKcEEFF .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uYFhKcEEFF .content-wrapper .title-wrapper .mbr-section-title span {
  padding: 0 56px;
  border: 3px solid #b298dc;
}
@media (max-width: 992px) {
  .cid-uYFhKcEEFF .content-wrapper .title-wrapper .mbr-section-title span {
    border: 2px solid #b298dc;
    padding: 0 32px;
  }
}
.cid-uYFhKcEEFF .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 235px;
  height: 235px;
  font-size: 150px;
  color: #f8fafd;
  border-radius: 100%;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
  transform: rotate(-45deg);
}
@media (max-width: 992px) {
  .cid-uYFhKcEEFF .content-wrapper .icon-wrapper .mbr-iconfont {
    width: 150px;
    height: 150px;
    font-size: 90px;
  }
}
.cid-uYFhKcEEFF .content-wrapper .icon-wrapper .mbr-iconfont:hover,
.cid-uYFhKcEEFF .content-wrapper .icon-wrapper .mbr-iconfont:focus {
  transform: rotate(0deg);
}
.cid-uYFhKcEEFF .mbr-section-title {
  color: #191c25;
}
.cid-uYFhKcEEFF .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uYFhKcEEFF .mbr-section-title,
.cid-uYFhKcEEFF .title-wrapper,
.cid-uYFhKcEEFF .icon-wrapper {
  text-align: center;
}
.cid-uYFhKcEEFF .mbr-section-title,
.cid-uYFhKcEEFF .icon-wrapper,
.cid-uYFhKcEEFF .title-wrapper {
  color: #000000;
}
.cid-uYFhKd7HgU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhKd7HgU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKd7HgU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKd7HgU .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhKd7HgU .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uYFhKd7HgU .content-wrapper .tags-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhKd7HgU .content-wrapper .tags-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
}
.cid-uYFhKd7HgU .content-wrapper .tags-wrapper .list .item-wrap {
  padding: 2px 48px;
  border: 1px solid #baace7;
  margin: 0 0 12px -42px;
  background-color: #eeeef7;
}
@media (max-width: 1199px) {
  .cid-uYFhKd7HgU .content-wrapper .tags-wrapper .list .item-wrap {
    margin: 0 12px 12px 0;
  }
}
@media (max-width: 992px) {
  .cid-uYFhKd7HgU .content-wrapper .tags-wrapper .list .item-wrap {
    padding: 2px 12px;
  }
}
.cid-uYFhKd7HgU .content-wrapper .tags-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
.cid-uYFhKd7HgU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYFhKd7HgU .mbr-section-btn {
  margin-bottom: 60px;
  text-align: right;
}
.cid-uYFhKd7HgU .mbr-section-btn .btn {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uYFhKd7HgU .mbr-section-btn {
    margin-bottom: 32px;
  }
}
.cid-uYFhKd7HgU .items-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
@media (max-width: 1600px) {
  .cid-uYFhKd7HgU .items-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  .cid-uYFhKd7HgU .items-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYFhKd7HgU .items-wrap {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.cid-uYFhKd7HgU .item:hover .item-wrapper .item-img img,
.cid-uYFhKd7HgU .item:focus .item-wrapper .item-img img {
  opacity: 0;
}
.cid-uYFhKd7HgU .item .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 2px solid #baace7;
  padding: 42px 30px 30px;
  height: 100%;
  min-height: 700px;
}
@media (max-width: 992px) {
  .cid-uYFhKd7HgU .item .item-wrapper {
    padding: 26px 22px 22px;
    min-height: auto;
  }
}
.cid-uYFhKd7HgU .item .item-wrapper .item-title {
  margin-bottom: 32px;
}
.cid-uYFhKd7HgU .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.cid-uYFhKd7HgU .item .item-wrapper .item-content .item-text {
  margin-bottom: 32px;
}
.cid-uYFhKd7HgU .item .item-wrapper .item-content .mbr-section-btn {
  position: relative;
  z-index: 10;
  width: 100%;
}
.cid-uYFhKd7HgU .item .item-wrapper .item-content .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.cid-uYFhKd7HgU .item .item-wrapper .item-content .items-btn {
  margin-bottom: 0;
}
.cid-uYFhKd7HgU .list {
  color: #191c25;
}
.cid-uYFhKd7HgU .mbr-text {
  color: #191c25;
}
.cid-uYFhKd7HgU .item-title {
  color: #191c25;
}
.cid-uYFhKd7HgU .item-text {
  color: #191c25;
}
.cid-uYFhKdHZ8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhKdHZ8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKdHZ8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKdHZ8X .items-wrap {
  justify-content: space-between;
}
.cid-uYFhKdHZ8X .content-wrapper {
  padding: 96px;
  background-color: #b298dc;
}
@media (max-width: 1440px) {
  .cid-uYFhKdHZ8X .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uYFhKdHZ8X .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uYFhKdHZ8X .content-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uYFhKdHZ8X .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uYFhKdHZ8X .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYFhKe2qLN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uYFhKe2qLN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKe2qLN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKe2qLN .content-wrapper .mbr-name {
  margin-bottom: 32px;
}
.cid-uYFhKe2qLN .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uYFhKe2qLN .mbr-name {
  color: #858585;
}
.cid-uYFhKe2qLN .mbr-text {
  color: #191c25;
  text-align: justify;
}
.cid-uYFhKe2qLN .mbr-section-btn {
  text-align: center;
}
.cid-uYFhKfvRw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uYFhKfvRw3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYFhKfvRw3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYFhKfvRw3 .content-wrapper .logo-wrapper {
  margin-bottom: 32px;
}
.cid-uYFhKfvRw3 .content-wrapper .logo-wrapper img {
  width: 86px;
  height: 86px;
  border-radius: 100% !important;
  object-fit: contain;
  display: inline-flex;
}
.cid-uYFhKfvRw3 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uYFhKfvRw3 .mbr-section-title {
  color: #191c25;
}
.cid-uYFhKfvRw3 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uYFhKfvRw3 .mbr-section-title,
.cid-uYFhKfvRw3 .logo-wrapper {
  text-align: center;
}
