body {
  font-family: 'Inter', sans-serif;
}
.display-1 {
  font-family: 'Inter', sans-serif;
  font-size: 4.25rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.3125rem;
}
.display-2 {
  font-family: 'Inter', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-4 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Inter', sans-serif;
  font-size: 1.88rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.35rem;
}
.display-7 {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.975rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.504rem;
    font-size: calc( 1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.3079999999999998rem + (1.88 - 1.3079999999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.5 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff1b05 !important;
}
.bg-success {
  background-color: #ffe161 !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #9f6d2a !important;
}
.bg-danger {
  background-color: #73460b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff1b05 !important;
  border-color: #ff1b05 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ad0f00 !important;
  border-color: #ad0f00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ad0f00 !important;
  border-color: #ad0f00 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #c69453 !important;
  border-color: #c69453 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #926830 !important;
  border-color: #926830 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5a3e18 !important;
  border-color: #5a3e18 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #73460b !important;
  border-color: #73460b !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #241603 !important;
  border-color: #241603 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
  color: #95785a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #5f4c39 !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #95785a !important;
  background-color: #d8ccbf !important;
  border-color: #d8ccbf !important;
}
.btn-black,
.btn-black:active {
  background-color: #222222 !important;
  border-color: #222222 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff1b05;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ad0f00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff1b05 !important;
  border-color: #ff1b05 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c69453;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #926830 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #c69453 !important;
  border-color: #c69453 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #9f6d2a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5a3e18 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #9f6d2a !important;
  border-color: #9f6d2a !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #73460b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #241603 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #73460b !important;
  border-color: #73460b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #222222;
}
.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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #222222 !important;
  border-color: #222222 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #f9f7f5;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #d8ccbf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #95785a !important;
  background-color: #f9f7f5 !important;
  border-color: #f9f7f5 !important;
}
.text-primary {
  color: #ff1b05 !important;
}
.text-secondary {
  color: #c69453 !important;
}
.text-success {
  color: #ffe161 !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #9f6d2a !important;
}
.text-danger {
  color: #73460b !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #9e0e00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #865f2d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #facb00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4e3615 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #160d02 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #d3c4b5 !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: #ff1b05;
}
.nav-tabs .nav-link:not(.active) {
  color: #222222;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #9f6d2a;
}
.alert-danger {
  background-color: #73460b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff1b05;
  border-color: #ff1b05;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff1b05;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffd5d1;
}
.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: #d9ac6f;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e78d16;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ff1b05 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff1b05;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff1b05;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff1b05;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff1b05;
  border-bottom-color: #ff1b05;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff1b05 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #c69453 !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='%23ff1b05' %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;
}
.container {
  max-width: 1302px;
}
.btn {
  padding: 12px 24px;
  border-radius: 0;
  letter-spacing: 3px;
}
.btn-big {
  padding: 20px 40px !important;
}
.btn-scale {
  transition: 0.3s all;
}
.btn-scale:hover {
  transform: scale(0.9);
}
.cid-uOGe4Hen5s {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-uOGe4Hen5s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGe4Hen5s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGe4Hen5s .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOGe4Hen5s .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uOGe4Hen5s .row {
  flex-direction: row-reverse;
}
.cid-uOGe4Hen5s .row {
  align-items: center;
}
.cid-uOGe4Hen5s img {
  border-radius: 2rem;
}
.cid-uOGe4Hen5s .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uOGe4Hen5s .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGe4Hen5s .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGe4Hen5s .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOGe4Hen5s .mbr-section-title {
  color: #000000;
}
.cid-uOGe4Hen5s .mbr-text,
.cid-uOGe4Hen5s .mbr-section-btn {
  color: #000000;
}
.cid-uOEZ5MD6dE {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #d1d1f7;
}
.cid-uOEZ5MD6dE .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOEZ5MD6dE .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uOEZ5MD6dE .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOEZ5MD6dE .label-text {
    text-align: center !important;
  }
}
.cid-uOEZ5MD6dE .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOEZ5MD6dE .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uOEZ5MD6dE .mbr-section-title,
.cid-uOEZ5MD6dE .mbr-section-btn {
  text-align: center;
}
.cid-uOEZ5ZIiJj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d1d1f7;
}
.cid-uOEZ5ZIiJj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEZ5ZIiJj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEZ5ZIiJj .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOEZ5ZIiJj .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOEZ5ZIiJj .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOEZ5ZIiJj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOEZ5ZIiJj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOEZ5ZIiJj .content-head {
  max-width: 800px;
}
.cid-uOEZ5ZIiJj .mbr-section-title {
  color: #000000;
}
.cid-uOEZ60XsRI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOEZ60XsRI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEZ60XsRI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEZ60XsRI .content-wrap {
  padding: 60px;
  background-color: #9f92ec;
}
@media (max-width: 992px) {
  .cid-uOEZ60XsRI .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOEZ60XsRI .content-wrap .row {
  justify-content: center;
}
.cid-uOEZ60XsRI .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEZ60XsRI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEZ60XsRI .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOEZ60XsRI .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOEZ60XsRI .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOEZ60XsRI .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOEZ60XsRI .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEZ60XsRI .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEZ60XsRI .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOEZ60XsRI .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOEZ60XsRI .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOEZ60XsRI .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOEZ60XsRI .nav-wrapper .list .item-wrap:hover,
.cid-uOEZ60XsRI .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOEZ60XsRI .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEZ60XsRI .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEZ60XsRI .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOEZ60XsRI .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOEZ60XsRI .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOEZ60XsRI .contacts-wrapper .list .item-wrap:hover,
.cid-uOEZ60XsRI .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOEZ60XsRI .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOEZ60XsRI .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEZ60XsRI .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEZ60XsRI .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOEZ60XsRI .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOEZ60XsRI .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOEZ60XsRI .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOEZ60XsRI .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOEZ60XsRI .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232b79;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOEZ60XsRI .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uOEZ60XsRI .mbr-section-title {
  color: #ed463f;
}
.cid-uOEZ60XsRI .mbr-section-subtitle {
  color: #000000;
}
.cid-uOEZ60XsRI .list {
  color: #404349;
}
.cid-uOFzkh57dn .navbar-dropdown {
  position: relative !important;
}
.cid-uOFzkh57dn .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOFzkh57dn .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOFzkh57dn .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uOFzkh57dn .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-uOFzkh57dn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOFzkh57dn .dropdown-item {
  border: none !important;
  background: #9f92ec !important;
}
.cid-uOFzkh57dn .dropdown-item:hover,
.cid-uOFzkh57dn .dropdown-item:focus {
  background: #9f92ec !important;
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .dropdown-item:hover span {
  color: white;
}
.cid-uOFzkh57dn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOFzkh57dn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOFzkh57dn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFzkh57dn .nav-link {
  position: relative;
}
.cid-uOFzkh57dn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOFzkh57dn .container {
    flex-wrap: nowrap;
  }
}
.cid-uOFzkh57dn .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOFzkh57dn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOFzkh57dn .dropdown-menu,
.cid-uOFzkh57dn .navbar.opened {
  background: #9f92ec !important;
}
.cid-uOFzkh57dn .nav-item:focus,
.cid-uOFzkh57dn .nav-link:focus {
  outline: none;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFzkh57dn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFzkh57dn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFzkh57dn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9f92ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOFzkh57dn .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFzkh57dn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOFzkh57dn .navbar .navbar-logo img {
  width: auto;
}
.cid-uOFzkh57dn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOFzkh57dn .navbar.collapsed {
  justify-content: center;
}
.cid-uOFzkh57dn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFzkh57dn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOFzkh57dn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOFzkh57dn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOFzkh57dn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFzkh57dn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFzkh57dn .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-uOFzkh57dn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFzkh57dn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOFzkh57dn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOFzkh57dn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFzkh57dn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOFzkh57dn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOFzkh57dn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOFzkh57dn .navbar-brand .navbar-caption:hover,
.cid-uOFzkh57dn .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFzkh57dn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOFzkh57dn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .dropdown-item.active,
.cid-uOFzkh57dn .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFzkh57dn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9f92ec;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOFzkh57dn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFzkh57dn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOFzkh57dn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOFzkh57dn .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOFzkh57dn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOFzkh57dn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOFzkh57dn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOFzkh57dn 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: #9f92ec !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFzkh57dn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOFzkh57dn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar {
    height: 70px;
  }
  .cid-uOFzkh57dn .navbar.opened {
    height: auto;
  }
  .cid-uOFzkh57dn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFzkh57dn .navbar-nav {
  margin: 0 auto;
}
.cid-uOFzkh57dn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOFzkh57dn .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOFzkh57dn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOFzkh57dn .nav-item .nav-link:hover,
.cid-uOFzkh57dn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uOFzkh57dn .nav-item .nav-link:hover::after,
.cid-uOFzkh57dn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOFzkh57dn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOFzkh57dn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOFzkh57dn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOFzkh57dn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOFzkh57dn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOFzkh57dn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOFzkh57dn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOFzkh57dn .content-wrap {
  min-height: 110px;
}
.cid-uOGti04moY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-uOGti04moY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGti04moY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGti04moY .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOGti04moY .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uOGti04moY .row {
  flex-direction: row-reverse;
}
.cid-uOGti04moY .row {
  align-items: center;
}
.cid-uOGti04moY img {
  border-radius: 2rem;
}
.cid-uOGti04moY .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uOGti04moY .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGti04moY .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGti04moY .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOGti04moY .mbr-section-title {
  color: #000000;
}
.cid-uOGti04moY .mbr-text,
.cid-uOGti04moY .mbr-section-btn {
  color: #000000;
}
.cid-uOF07rzrz3 {
  padding-top: 8rem;
  padding-bottom: 4rem;
  background-color: #d1d1f7;
}
.cid-uOF07rzrz3 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uOF07rzrz3 .col-text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-uOF07rzrz3 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #000000;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uOF07rzrz3 .label-text {
    text-align: center !important;
  }
}
.cid-uOF07rzrz3 .mbr-section-title {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uOF07rzrz3 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uOF07rzrz3 .mbr-section-title,
.cid-uOF07rzrz3 .mbr-section-btn {
  text-align: center;
}
.cid-uOF07tHX1M {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d1d1f7;
}
.cid-uOF07tHX1M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOF07tHX1M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOF07tHX1M .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOF07tHX1M .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOF07tHX1M .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOF07tHX1M .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOF07tHX1M .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOF07tHX1M .content-head {
  max-width: 800px;
}
.cid-uOF07tHX1M .mbr-section-title {
  color: #000000;
}
.cid-uOF07uNCax {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOF07uNCax .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOF07uNCax .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOF07uNCax .content-wrap {
  padding: 60px;
  background-color: #9f92ec;
}
@media (max-width: 992px) {
  .cid-uOF07uNCax .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOF07uNCax .content-wrap .row {
  justify-content: center;
}
.cid-uOF07uNCax .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOF07uNCax .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOF07uNCax .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOF07uNCax .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOF07uNCax .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOF07uNCax .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOF07uNCax .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOF07uNCax .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOF07uNCax .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOF07uNCax .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOF07uNCax .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOF07uNCax .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOF07uNCax .nav-wrapper .list .item-wrap:hover,
.cid-uOF07uNCax .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOF07uNCax .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOF07uNCax .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOF07uNCax .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOF07uNCax .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOF07uNCax .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOF07uNCax .contacts-wrapper .list .item-wrap:hover,
.cid-uOF07uNCax .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOF07uNCax .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOF07uNCax .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOF07uNCax .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOF07uNCax .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOF07uNCax .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOF07uNCax .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOF07uNCax .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOF07uNCax .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOF07uNCax .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232b79;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOF07uNCax .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uOF07uNCax .mbr-section-title {
  color: #ed463f;
}
.cid-uOF07uNCax .mbr-section-subtitle {
  color: #000000;
}
.cid-uOF07uNCax .list {
  color: #404349;
}
.cid-uOFzkh57dn .navbar-dropdown {
  position: relative !important;
}
.cid-uOFzkh57dn .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOFzkh57dn .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOFzkh57dn .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uOFzkh57dn .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-uOFzkh57dn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOFzkh57dn .dropdown-item {
  border: none !important;
  background: #9f92ec !important;
}
.cid-uOFzkh57dn .dropdown-item:hover,
.cid-uOFzkh57dn .dropdown-item:focus {
  background: #9f92ec !important;
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .dropdown-item:hover span {
  color: white;
}
.cid-uOFzkh57dn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOFzkh57dn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOFzkh57dn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFzkh57dn .nav-link {
  position: relative;
}
.cid-uOFzkh57dn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOFzkh57dn .container {
    flex-wrap: nowrap;
  }
}
.cid-uOFzkh57dn .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOFzkh57dn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOFzkh57dn .dropdown-menu,
.cid-uOFzkh57dn .navbar.opened {
  background: #9f92ec !important;
}
.cid-uOFzkh57dn .nav-item:focus,
.cid-uOFzkh57dn .nav-link:focus {
  outline: none;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFzkh57dn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFzkh57dn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFzkh57dn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9f92ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOFzkh57dn .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFzkh57dn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOFzkh57dn .navbar .navbar-logo img {
  width: auto;
}
.cid-uOFzkh57dn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOFzkh57dn .navbar.collapsed {
  justify-content: center;
}
.cid-uOFzkh57dn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFzkh57dn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOFzkh57dn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOFzkh57dn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOFzkh57dn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFzkh57dn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFzkh57dn .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-uOFzkh57dn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFzkh57dn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOFzkh57dn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOFzkh57dn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFzkh57dn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOFzkh57dn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOFzkh57dn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOFzkh57dn .navbar-brand .navbar-caption:hover,
.cid-uOFzkh57dn .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFzkh57dn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOFzkh57dn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .dropdown-item.active,
.cid-uOFzkh57dn .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFzkh57dn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9f92ec;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOFzkh57dn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFzkh57dn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOFzkh57dn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOFzkh57dn .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOFzkh57dn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOFzkh57dn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOFzkh57dn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOFzkh57dn 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: #9f92ec !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFzkh57dn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOFzkh57dn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar {
    height: 70px;
  }
  .cid-uOFzkh57dn .navbar.opened {
    height: auto;
  }
  .cid-uOFzkh57dn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFzkh57dn .navbar-nav {
  margin: 0 auto;
}
.cid-uOFzkh57dn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOFzkh57dn .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOFzkh57dn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOFzkh57dn .nav-item .nav-link:hover,
.cid-uOFzkh57dn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uOFzkh57dn .nav-item .nav-link:hover::after,
.cid-uOFzkh57dn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOFzkh57dn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOFzkh57dn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOFzkh57dn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOFzkh57dn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOFzkh57dn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOFzkh57dn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOFzkh57dn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOFzkh57dn .content-wrap {
  min-height: 110px;
}
.cid-uOFzkh57dn .navbar-dropdown {
  position: relative !important;
}
.cid-uOFzkh57dn .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOFzkh57dn .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOFzkh57dn .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uOFzkh57dn .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-uOFzkh57dn .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOFzkh57dn .dropdown-item {
  border: none !important;
  background: #9f92ec !important;
}
.cid-uOFzkh57dn .dropdown-item:hover,
.cid-uOFzkh57dn .dropdown-item:focus {
  background: #9f92ec !important;
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .dropdown-item:hover span {
  color: white;
}
.cid-uOFzkh57dn .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOFzkh57dn .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOFzkh57dn .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOFzkh57dn .nav-link {
  position: relative;
}
.cid-uOFzkh57dn .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOFzkh57dn .container {
    flex-wrap: nowrap;
  }
}
.cid-uOFzkh57dn .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOFzkh57dn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOFzkh57dn .dropdown-menu,
.cid-uOFzkh57dn .navbar.opened {
  background: #9f92ec !important;
}
.cid-uOFzkh57dn .nav-item:focus,
.cid-uOFzkh57dn .nav-link:focus {
  outline: none;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOFzkh57dn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOFzkh57dn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOFzkh57dn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOFzkh57dn .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9f92ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOFzkh57dn .navbar.opened {
  transition: all 0.3s;
}
.cid-uOFzkh57dn .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOFzkh57dn .navbar .navbar-logo img {
  width: auto;
}
.cid-uOFzkh57dn .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOFzkh57dn .navbar.collapsed {
  justify-content: center;
}
.cid-uOFzkh57dn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOFzkh57dn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOFzkh57dn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOFzkh57dn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOFzkh57dn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOFzkh57dn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOFzkh57dn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOFzkh57dn .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-uOFzkh57dn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOFzkh57dn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOFzkh57dn .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOFzkh57dn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOFzkh57dn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOFzkh57dn .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOFzkh57dn .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOFzkh57dn .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOFzkh57dn .navbar-brand .navbar-caption:hover,
.cid-uOFzkh57dn .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOFzkh57dn .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOFzkh57dn .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOFzkh57dn .dropdown-item.active,
.cid-uOFzkh57dn .dropdown-item:active {
  background-color: transparent;
}
.cid-uOFzkh57dn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOFzkh57dn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9f92ec;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOFzkh57dn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOFzkh57dn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOFzkh57dn ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOFzkh57dn ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOFzkh57dn .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOFzkh57dn .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOFzkh57dn .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOFzkh57dn .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOFzkh57dn 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: #9f92ec !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOFzkh57dn button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOFzkh57dn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOFzkh57dn .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOFzkh57dn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOFzkh57dn .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-uOFzkh57dn .navbar {
    height: 70px;
  }
  .cid-uOFzkh57dn .navbar.opened {
    height: auto;
  }
  .cid-uOFzkh57dn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOFzkh57dn .navbar-nav {
  margin: 0 auto;
}
.cid-uOFzkh57dn .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOFzkh57dn .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOFzkh57dn .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOFzkh57dn .nav-item .nav-link:hover,
.cid-uOFzkh57dn .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uOFzkh57dn .nav-item .nav-link:hover::after,
.cid-uOFzkh57dn .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOFzkh57dn .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOFzkh57dn .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOFzkh57dn .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOFzkh57dn .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOFzkh57dn .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOFzkh57dn .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOFzkh57dn .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOFzkh57dn .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOFzkh57dn .content-wrap {
  min-height: 110px;
}
.cid-uOFATmGnLl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-uOFATmGnLl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFATmGnLl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFATmGnLl .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOFATmGnLl .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uOFATmGnLl .row {
  flex-direction: row-reverse;
}
.cid-uOFATmGnLl .row {
  align-items: center;
}
.cid-uOFATmGnLl img {
  border-radius: 2rem;
}
.cid-uOFATmGnLl .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uOFATmGnLl .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFATmGnLl .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOFATmGnLl .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOFATmGnLl .mbr-section-title {
  color: #000000;
}
.cid-uOFATmGnLl .mbr-text,
.cid-uOFATmGnLl .mbr-section-btn {
  color: #000000;
}
.cid-uOFBtH1hCr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOFBtH1hCr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFBtH1hCr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFBtH1hCr .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOFBtH1hCr .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOFBtH1hCr .mbr-section-title {
  color: #000000;
}
.cid-uOFBtH1hCr .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOFBtH1hCr .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOFBtH1hCr .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOFBtH1hCr .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOFBtH1hCr .item-container {
  width: 100%;
  display: flex;
}
.cid-uOFBtH1hCr .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOFBtH1hCr .card-text {
  color: #272727;
  width: 100%;
}
.cid-uOFCGnJkzd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOFCGnJkzd .card-wrapper {
  background: #d1d1f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uOFCGnJkzd .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFCGnJkzd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOFCGnJkzd .mbr-text {
  color: #000000;
}
.cid-uOFCGnJkzd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOFCGnJkzd .mbr-section-title {
  color: #ffffff;
}
.cid-uOElRwYHw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOElRwYHw4 .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOElRwYHw4 .row {
    text-align: center !important;
  }
}
.cid-uOElRwYHw4 .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uOElRwYHw4 .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOElRwYHw4 .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uOElRwYHw4 .text-wrapper {
    text-align: center !important;
  }
}
.cid-uOElRwYHw4 .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOElRwYHw4 .label-text {
    text-align: center !important;
  }
}
.cid-uOElRwYHw4 .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOElRwYHw4 .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uOElRwYHw4 .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uOElRwYHw4 .mbr-text {
    text-align: center !important;
  }
}
.cid-uOElRwYHw4 .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uOElRwYHw4 .mbr-section-btn .btn {
  padding: 0;
}
.cid-uOElRwYHw4 .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uOElRwYHw4 .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uOElRwYHw4 .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uOElRwYHw4 .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uOElRwYHw4 .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOElRwYHw4 .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOElRwYHw4 .card {
    margin-bottom: 1rem;
  }
}
.cid-uOElRwYHw4 .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uOElRwYHw4 .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uOElRwYHw4 .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uOElRwYHw4 .card-text {
  color: #555555;
  margin-bottom: 0;
}
.cid-uOElRwYHw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOElRwYHw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOElRwYHw4 .card-title,
.cid-uOElRwYHw4 .mbr-section-btn {
  text-align: center;
}
.cid-uOEwAUVg53 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOEwAUVg53 .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOEwAUVg53 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOEwAUVg53 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOEwAUVg53 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEwAUVg53 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFElOtzds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOFElOtzds .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFElOtzds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFElOtzds .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOFElOtzds .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOFElOtzds .container {
    padding: 0 20px;
  }
}
.cid-uOFElOtzds .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOFElOtzds .row {
    padding: 50px 16px;
  }
}
.cid-uOFElOtzds .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uOFElOtzds .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uOFElOtzds .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #d1d1f7;
  opacity: 1;
}
.cid-uOFElOtzds .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uOFElOtzds .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOFElOtzds .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uOFElOtzds .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uOFElOtzds .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOFElOtzds .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOFElOtzds .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOFElOtzds .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOFElOtzds .mbr-desc {
  color: #ffffff;
}
.cid-uOFElOtzds .mbr-section-title {
  color: #ffffff;
}
.cid-uOFElOtzds .mbr-text {
  color: #000000;
}
.cid-uOFElOtzds .mbr-section-title,
.cid-uOFElOtzds .mbr-section-btn {
  color: #000000;
}
.cid-uOFKSzx30g {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #d1d1f7;
}
.cid-uOFKSzx30g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFKSzx30g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFKSzx30g .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOFKSzx30g .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOFKSzx30g .container-fluid .row {
  padding: 0;
}
.cid-uOFKSzx30g .row {
  border: 3px solid #9f92ec;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOFKSzx30g .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOFKSzx30g .card {
    border-left: 1px solid #9f92ec;
    border-left: none;
    border-right: 2px solid #9f92ec;
  }
}
@media (max-width: 992px) {
  .cid-uOFKSzx30g .card {
    padding: 48px 20px;
  }
}
.cid-uOFKSzx30g .card:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uOFKSzx30g .card:last-child {
    border-left: none;
    border-right: 2px solid #9f92ec;
    border-right: none;
    border-left: 1px solid #9f92ec;
  }
}
.cid-uOFKSzx30g .card .title-wrapper {
  margin-bottom: 0;
}
.cid-uOFKSzx30g .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uOFKSzx30g .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOFKSzx30g .card .image-wrapper {
  overflow: hidden;
}
.cid-uOFKSzx30g .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOFKSzx30g .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOFKSzx30g .mbr-section-title {
  color: #000000;
}
.cid-uOFKSzx30g .mbr-text {
  color: #000000;
}
.cid-uOFJG6Vbjs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #d1d1f7;
}
@media (min-width: 1400px) {
  .cid-uOFJG6Vbjs .container {
    max-width: 1200px;
  }
}
.cid-uOFJG6Vbjs .row {
  justify-content: space-between;
}
.cid-uOFJG6Vbjs .text-wrapper {
  border-left: 4px solid #ff1b05;
  padding-left: 2rem;
}
.cid-uOFJG6Vbjs .mbr-main-subtitle {
  background: #ff1b05;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #000000;
}
.cid-uOFJG6Vbjs .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ff1b05;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uOFJG6Vbjs .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uOFJG6Vbjs .image-wrap {
  overflow: hidden;
}
.cid-uOFJG6Vbjs .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uOFJG6Vbjs .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uOFJG6Vbjs .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uOFJG6Vbjs .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uOFJG6Vbjs .card-text,
.cid-uOFJG6Vbjs .mbr-section-btn,
.cid-uOFJG6Vbjs .social-row {
  color: #353535;
}
.cid-uOFJG6Vbjs .card1-text {
  color: #353535;
}
.cid-uOFJG6Vbjs .card-title,
.cid-uOFJG6Vbjs .social-row {
  color: #000000;
}
.cid-uOFJG6Vbjs .mbr-section-title {
  color: #000000;
}
.cid-uOEwERVmeB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOEwERVmeB .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOEwERVmeB .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOEwERVmeB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOEwERVmeB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEwERVmeB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFBvrDMp1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9f92ec;
}
.cid-uOFBvrDMp1 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uOFBvrDMp1 .panel-group {
  border: none;
}
.cid-uOFBvrDMp1 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOFBvrDMp1 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOFBvrDMp1 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOFBvrDMp1 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOFBvrDMp1 .content {
  margin: 5rem auto;
}
.cid-uOFBvrDMp1 .img-col {
  padding: 0;
}
.cid-uOFBvrDMp1 .img-item {
  height: 100%;
}
.cid-uOFBvrDMp1 img {
  height: 100%;
  object-fit: cover;
}
.cid-uOFBvrDMp1 .collapsed span {
  transform: rotate(0deg);
}
.cid-uOFBvrDMp1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOFBvrDMp1 p {
  margin-bottom: 0.3rem;
}
.cid-uOFBvrDMp1 .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOFBvrDMp1 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOFBvrDMp1 .card {
  background: #d1d1f7;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uOFBvrDMp1 .panel-text {
  color: #ffffff;
}
.cid-uOFBvrDMp1 H3 {
  text-align: center;
  color: #000000;
}
.cid-uOFBvrDMp1 .panel-title-edit,
.cid-uOFBvrDMp1 .mbr-iconfont {
  color: #000000;
}
.cid-uOEwC4zrZt {
  padding-top: 90px;
  padding-bottom: 75px;
  background-color: #d1d1f7;
}
.cid-uOEwC4zrZt .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOEwC4zrZt .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOEwC4zrZt .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOEwC4zrZt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEwC4zrZt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEvazefew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOEvazefew .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEvazefew .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEvazefew .card {
  justify-content: flex-end;
}
.cid-uOEvazefew .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOEvazefew .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOEvazefew .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOEvazefew .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOEvazefew .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOEvazefew .mbr-section-btn .btn::after,
.cid-uOEvazefew .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOEvazefew .mbr-section-btn .btn:hover,
.cid-uOEvazefew .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOEvazefew .mbr-section-btn .btn:hover::after,
.cid-uOEvazefew .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOEvazefew .items-wrapper {
  margin: 0 -20px;
}
.cid-uOEvazefew .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOEvazefew .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOEvazefew .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOEvazefew .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOEvazefew .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOEvazefew .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOEvazefew .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #d1d1f7;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOEvazefew .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #d1d1f7;
}
@media (max-width: 992px) {
  .cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOEvazefew .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOEvazefew .mbr-section-title {
  color: #ffffff;
}
.cid-uOEvazefew .mbr-tag {
  color: #adadad;
}
.cid-uOEvazefew .item-date {
  color: #c7c7c7;
}
.cid-uOEvazefew .item-title {
  color: #ffffff;
}
.cid-uOEvazefew .item-text {
  color: #adadad;
}
.cid-uOEvazefew .list {
  color: #adadad;
}
.cid-uOEvazefew .main-btn {
  text-align: right;
}
.cid-uOEvazefew .item-title,
.cid-uOEvazefew .item-btn {
  text-align: center;
  color: #000000;
}
.cid-uOEwD28Lml {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/worker-applies-nano-protective-coating-600nw-2225157627.jpg-600x401.jpg");
}
.cid-uOEwD28Lml .row {
  border-top: 1px solid #000000;
  padding-top: 2rem;
}
.cid-uOEwD28Lml .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOEwD28Lml .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOEwD28Lml .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEwD28Lml .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFLvBiQaD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d1d1f7;
}
.cid-uOFLvBiQaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOFLvBiQaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOFLvBiQaD .card-box {
  max-width: 700px;
}
.cid-uOFLvBiQaD .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOFLvBiQaD .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uOFLvBiQaD .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-uOFLvBiQaD .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #d1d1f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uOFLvBiQaD .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-uOFLvBiQaD .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-uOFLvBiQaD .row {
  justify-content: center;
}
.cid-uOFLvBiQaD .mbr-section-title {
  color: #132835;
}
.cid-uOFLvBiQaD .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOFLvBiQaD .card-title,
.cid-uOFLvBiQaD .iconfont-wrapper {
  color: #e43f3f;
}
.cid-uOFLvBiQaD .card-title,
.cid-uOFLvBiQaD .iconfont-wrapper,
.cid-uOFLvBiQaD .card-wrapper {
  color: #000000;
}
.cid-uOFLvBiQaD .card-text {
  color: #353535;
}
.cid-uOFLvBiQaD .card-text,
.cid-uOFLvBiQaD .mbr-section-btn {
  color: #000000;
}
.cid-uOECEwlqMO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d1d1f7;
}
.cid-uOECEwlqMO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOECEwlqMO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOECEwlqMO .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOECEwlqMO .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOECEwlqMO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOECEwlqMO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOECEwlqMO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOECEwlqMO .content-head {
  max-width: 800px;
}
.cid-uOECEwlqMO .mbr-section-title {
  color: #000000;
}
.cid-uOEhlF36Wl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOEhlF36Wl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOEhlF36Wl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOEhlF36Wl .content-wrap {
  padding: 60px;
  background-color: #9f92ec;
}
@media (max-width: 992px) {
  .cid-uOEhlF36Wl .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOEhlF36Wl .content-wrap .row {
  justify-content: center;
}
.cid-uOEhlF36Wl .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEhlF36Wl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEhlF36Wl .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOEhlF36Wl .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOEhlF36Wl .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOEhlF36Wl .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOEhlF36Wl .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEhlF36Wl .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEhlF36Wl .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOEhlF36Wl .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOEhlF36Wl .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOEhlF36Wl .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOEhlF36Wl .nav-wrapper .list .item-wrap:hover,
.cid-uOEhlF36Wl .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOEhlF36Wl .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEhlF36Wl .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEhlF36Wl .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOEhlF36Wl .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOEhlF36Wl .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOEhlF36Wl .contacts-wrapper .list .item-wrap:hover,
.cid-uOEhlF36Wl .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOEhlF36Wl .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOEhlF36Wl .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOEhlF36Wl .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOEhlF36Wl .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOEhlF36Wl .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOEhlF36Wl .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOEhlF36Wl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOEhlF36Wl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOEhlF36Wl .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232b79;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOEhlF36Wl .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uOEhlF36Wl .mbr-section-title {
  color: #ed463f;
}
.cid-uOEhlF36Wl .mbr-section-subtitle {
  color: #000000;
}
.cid-uOEhlF36Wl .list {
  color: #404349;
}
.cid-uOG61BmWQJ .navbar-dropdown {
  position: relative !important;
}
.cid-uOG61BmWQJ .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOG61BmWQJ .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOG61BmWQJ .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uOG61BmWQJ .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-uOG61BmWQJ .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOG61BmWQJ .dropdown-item {
  border: none !important;
  background: #9f92ec !important;
}
.cid-uOG61BmWQJ .dropdown-item:hover,
.cid-uOG61BmWQJ .dropdown-item:focus {
  background: #9f92ec !important;
  color: #a11a20 !important;
}
.cid-uOG61BmWQJ .dropdown-item:hover span {
  color: white;
}
.cid-uOG61BmWQJ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOG61BmWQJ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOG61BmWQJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOG61BmWQJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOG61BmWQJ .nav-link {
  position: relative;
}
.cid-uOG61BmWQJ .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOG61BmWQJ .container {
    flex-wrap: nowrap;
  }
}
.cid-uOG61BmWQJ .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOG61BmWQJ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOG61BmWQJ .dropdown-menu,
.cid-uOG61BmWQJ .navbar.opened {
  background: #9f92ec !important;
}
.cid-uOG61BmWQJ .nav-item:focus,
.cid-uOG61BmWQJ .nav-link:focus {
  outline: none;
}
.cid-uOG61BmWQJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOG61BmWQJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOG61BmWQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOG61BmWQJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOG61BmWQJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOG61BmWQJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOG61BmWQJ .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9f92ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOG61BmWQJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uOG61BmWQJ .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOG61BmWQJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uOG61BmWQJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOG61BmWQJ .navbar.collapsed {
  justify-content: center;
}
.cid-uOG61BmWQJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOG61BmWQJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOG61BmWQJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOG61BmWQJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOG61BmWQJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOG61BmWQJ .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-uOG61BmWQJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOG61BmWQJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOG61BmWQJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOG61BmWQJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOG61BmWQJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOG61BmWQJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOG61BmWQJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOG61BmWQJ .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-uOG61BmWQJ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOG61BmWQJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOG61BmWQJ .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOG61BmWQJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOG61BmWQJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOG61BmWQJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOG61BmWQJ .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOG61BmWQJ .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOG61BmWQJ .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-uOG61BmWQJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOG61BmWQJ .navbar-brand .navbar-caption:hover,
.cid-uOG61BmWQJ .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOG61BmWQJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOG61BmWQJ .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOG61BmWQJ .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOG61BmWQJ .dropdown-item.active,
.cid-uOG61BmWQJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uOG61BmWQJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOG61BmWQJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOG61BmWQJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOG61BmWQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9f92ec;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOG61BmWQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOG61BmWQJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOG61BmWQJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOG61BmWQJ ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOG61BmWQJ ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOG61BmWQJ .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOG61BmWQJ .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOG61BmWQJ .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOG61BmWQJ .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOG61BmWQJ 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: #9f92ec !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOG61BmWQJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uOG61BmWQJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOG61BmWQJ button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOG61BmWQJ button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOG61BmWQJ button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOG61BmWQJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOG61BmWQJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOG61BmWQJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOG61BmWQJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOG61BmWQJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOG61BmWQJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOG61BmWQJ .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-uOG61BmWQJ .navbar {
    height: 70px;
  }
  .cid-uOG61BmWQJ .navbar.opened {
    height: auto;
  }
  .cid-uOG61BmWQJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOG61BmWQJ .navbar-nav {
  margin: 0 auto;
}
.cid-uOG61BmWQJ .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOG61BmWQJ .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOG61BmWQJ .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOG61BmWQJ .nav-item .nav-link:hover,
.cid-uOG61BmWQJ .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uOG61BmWQJ .nav-item .nav-link:hover::after,
.cid-uOG61BmWQJ .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOG61BmWQJ .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOG61BmWQJ .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOG61BmWQJ .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOG61BmWQJ .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOG61BmWQJ .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOG61BmWQJ .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOG61BmWQJ .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOG61BmWQJ .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOG61BmWQJ .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOG61BmWQJ .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOG61BmWQJ .content-wrap {
  min-height: 110px;
}
.cid-uOG61D9gfO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-uOG61D9gfO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61D9gfO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61D9gfO .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOG61D9gfO .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uOG61D9gfO .row {
  flex-direction: row-reverse;
}
.cid-uOG61D9gfO .row {
  align-items: center;
}
.cid-uOG61D9gfO img {
  border-radius: 2rem;
}
.cid-uOG61D9gfO .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uOG61D9gfO .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG61D9gfO .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOG61D9gfO .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOG61D9gfO .mbr-section-title {
  color: #000000;
}
.cid-uOG61D9gfO .mbr-text,
.cid-uOG61D9gfO .mbr-section-btn {
  color: #000000;
}
.cid-uOG61EDSZ2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG61EDSZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61EDSZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61EDSZ2 .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOG61EDSZ2 .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOG61EDSZ2 .mbr-section-title {
  color: #000000;
}
.cid-uOG61EDSZ2 .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOG61EDSZ2 .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOG61EDSZ2 .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOG61EDSZ2 .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOG61EDSZ2 .item-container {
  width: 100%;
  display: flex;
}
.cid-uOG61EDSZ2 .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOG61EDSZ2 .card-text {
  color: #272727;
  width: 100%;
}
.cid-uOG61Gcj0j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOG61Gcj0j .card-wrapper {
  background: #d1d1f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uOG61Gcj0j .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG61Gcj0j .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOG61Gcj0j .mbr-text {
  color: #000000;
}
.cid-uOG61Gcj0j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOG61Gcj0j .mbr-section-title {
  color: #ffffff;
}
.cid-uOG61HCH6P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG61HCH6P .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOG61HCH6P .row {
    text-align: center !important;
  }
}
.cid-uOG61HCH6P .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uOG61HCH6P .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOG61HCH6P .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uOG61HCH6P .text-wrapper {
    text-align: center !important;
  }
}
.cid-uOG61HCH6P .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOG61HCH6P .label-text {
    text-align: center !important;
  }
}
.cid-uOG61HCH6P .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOG61HCH6P .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uOG61HCH6P .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uOG61HCH6P .mbr-text {
    text-align: center !important;
  }
}
.cid-uOG61HCH6P .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uOG61HCH6P .mbr-section-btn .btn {
  padding: 0;
}
.cid-uOG61HCH6P .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uOG61HCH6P .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uOG61HCH6P .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uOG61HCH6P .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uOG61HCH6P .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOG61HCH6P .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOG61HCH6P .card {
    margin-bottom: 1rem;
  }
}
.cid-uOG61HCH6P .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uOG61HCH6P .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uOG61HCH6P .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uOG61HCH6P .card-text {
  color: #555555;
  margin-bottom: 0;
}
.cid-uOG61HCH6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61HCH6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61HCH6P .card-title,
.cid-uOG61HCH6P .mbr-section-btn {
  text-align: center;
}
.cid-uOG61JsUpx {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOG61JsUpx .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG61JsUpx .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG61JsUpx .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG61JsUpx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61JsUpx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61KURp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOG61KURp9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61KURp9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61KURp9 .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOG61KURp9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOG61KURp9 .container {
    padding: 0 20px;
  }
}
.cid-uOG61KURp9 .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOG61KURp9 .row {
    padding: 50px 16px;
  }
}
.cid-uOG61KURp9 .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uOG61KURp9 .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uOG61KURp9 .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #d1d1f7;
  opacity: 1;
}
.cid-uOG61KURp9 .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uOG61KURp9 .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOG61KURp9 .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uOG61KURp9 .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uOG61KURp9 .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOG61KURp9 .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOG61KURp9 .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOG61KURp9 .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOG61KURp9 .mbr-desc {
  color: #ffffff;
}
.cid-uOG61KURp9 .mbr-section-title {
  color: #ffffff;
}
.cid-uOG61KURp9 .mbr-text {
  color: #000000;
}
.cid-uOG61KURp9 .mbr-section-title,
.cid-uOG61KURp9 .mbr-section-btn {
  color: #000000;
}
.cid-uOG61Mtv2E {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #d1d1f7;
}
.cid-uOG61Mtv2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61Mtv2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61Mtv2E .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOG61Mtv2E .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOG61Mtv2E .container-fluid .row {
  padding: 0;
}
.cid-uOG61Mtv2E .row {
  border: 3px solid #9f92ec;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOG61Mtv2E .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOG61Mtv2E .card {
    border-left: 1px solid #9f92ec;
    border-left: none;
    border-right: 2px solid #9f92ec;
  }
}
@media (max-width: 992px) {
  .cid-uOG61Mtv2E .card {
    padding: 48px 20px;
  }
}
.cid-uOG61Mtv2E .card:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uOG61Mtv2E .card:last-child {
    border-left: none;
    border-right: 2px solid #9f92ec;
    border-right: none;
    border-left: 1px solid #9f92ec;
  }
}
.cid-uOG61Mtv2E .card .title-wrapper {
  margin-bottom: 0;
}
.cid-uOG61Mtv2E .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uOG61Mtv2E .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOG61Mtv2E .card .image-wrapper {
  overflow: hidden;
}
.cid-uOG61Mtv2E .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOG61Mtv2E .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOG61Mtv2E .mbr-section-title {
  color: #000000;
}
.cid-uOG61Mtv2E .mbr-text {
  color: #000000;
}
.cid-uOG61NKfkJ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #d1d1f7;
}
@media (min-width: 1400px) {
  .cid-uOG61NKfkJ .container {
    max-width: 1200px;
  }
}
.cid-uOG61NKfkJ .row {
  justify-content: space-between;
}
.cid-uOG61NKfkJ .text-wrapper {
  border-left: 4px solid #ff1b05;
  padding-left: 2rem;
}
.cid-uOG61NKfkJ .mbr-main-subtitle {
  background: #ff1b05;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #000000;
}
.cid-uOG61NKfkJ .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ff1b05;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uOG61NKfkJ .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uOG61NKfkJ .image-wrap {
  overflow: hidden;
}
.cid-uOG61NKfkJ .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uOG61NKfkJ .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uOG61NKfkJ .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uOG61NKfkJ .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uOG61NKfkJ .card-text,
.cid-uOG61NKfkJ .mbr-section-btn,
.cid-uOG61NKfkJ .social-row {
  color: #353535;
}
.cid-uOG61NKfkJ .card1-text {
  color: #353535;
}
.cid-uOG61NKfkJ .card-title,
.cid-uOG61NKfkJ .social-row {
  color: #000000;
}
.cid-uOG61NKfkJ .mbr-section-title {
  color: #000000;
}
.cid-uOG61PzKUE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOG61PzKUE .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG61PzKUE .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG61PzKUE .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG61PzKUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61PzKUE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61QQG48 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9f92ec;
}
.cid-uOG61QQG48 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uOG61QQG48 .panel-group {
  border: none;
}
.cid-uOG61QQG48 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOG61QQG48 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOG61QQG48 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOG61QQG48 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOG61QQG48 .content {
  margin: 5rem auto;
}
.cid-uOG61QQG48 .img-col {
  padding: 0;
}
.cid-uOG61QQG48 .img-item {
  height: 100%;
}
.cid-uOG61QQG48 img {
  height: 100%;
  object-fit: cover;
}
.cid-uOG61QQG48 .collapsed span {
  transform: rotate(0deg);
}
.cid-uOG61QQG48 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOG61QQG48 p {
  margin-bottom: 0.3rem;
}
.cid-uOG61QQG48 .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOG61QQG48 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOG61QQG48 .card {
  background: #d1d1f7;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uOG61QQG48 .panel-text {
  color: #ffffff;
}
.cid-uOG61QQG48 H3 {
  text-align: center;
  color: #000000;
}
.cid-uOG61QQG48 .panel-title-edit,
.cid-uOG61QQG48 .mbr-iconfont {
  color: #000000;
}
.cid-uOG61SS3mO {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #d1d1f7;
}
.cid-uOG61SS3mO .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG61SS3mO .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG61SS3mO .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG61SS3mO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61SS3mO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61UjPqZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG61UjPqZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61UjPqZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61UjPqZ .card {
  justify-content: flex-end;
}
.cid-uOG61UjPqZ .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOG61UjPqZ .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOG61UjPqZ .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOG61UjPqZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOG61UjPqZ .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOG61UjPqZ .mbr-section-btn .btn::after,
.cid-uOG61UjPqZ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOG61UjPqZ .mbr-section-btn .btn:hover,
.cid-uOG61UjPqZ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOG61UjPqZ .mbr-section-btn .btn:hover::after,
.cid-uOG61UjPqZ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOG61UjPqZ .items-wrapper {
  margin: 0 -20px;
}
.cid-uOG61UjPqZ .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOG61UjPqZ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOG61UjPqZ .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOG61UjPqZ .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOG61UjPqZ .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOG61UjPqZ .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #d1d1f7;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #d1d1f7;
}
@media (max-width: 992px) {
  .cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOG61UjPqZ .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOG61UjPqZ .mbr-section-title {
  color: #ffffff;
}
.cid-uOG61UjPqZ .mbr-tag {
  color: #adadad;
}
.cid-uOG61UjPqZ .item-date {
  color: #c7c7c7;
}
.cid-uOG61UjPqZ .item-title {
  color: #ffffff;
}
.cid-uOG61UjPqZ .item-text {
  color: #adadad;
}
.cid-uOG61UjPqZ .list {
  color: #adadad;
}
.cid-uOG61UjPqZ .main-btn {
  text-align: right;
}
.cid-uOG61UjPqZ .item-title,
.cid-uOG61UjPqZ .item-btn {
  text-align: center;
  color: #000000;
}
.cid-uOG61WfldV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOG61WfldV .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG61WfldV .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG61WfldV .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG61WfldV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61WfldV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61Y5DxX {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d1d1f7;
}
.cid-uOG61Y5DxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG61Y5DxX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG61Y5DxX .card-box {
  max-width: 700px;
}
.cid-uOG61Y5DxX .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOG61Y5DxX .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG61Y5DxX .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-uOG61Y5DxX .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #d1d1f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uOG61Y5DxX .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-uOG61Y5DxX .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-uOG61Y5DxX .row {
  justify-content: center;
}
.cid-uOG61Y5DxX .mbr-section-title {
  color: #132835;
}
.cid-uOG61Y5DxX .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOG61Y5DxX .card-title,
.cid-uOG61Y5DxX .iconfont-wrapper {
  color: #e43f3f;
}
.cid-uOG61Y5DxX .card-title,
.cid-uOG61Y5DxX .iconfont-wrapper,
.cid-uOG61Y5DxX .card-wrapper {
  color: #000000;
}
.cid-uOG61Y5DxX .card-text {
  color: #353535;
}
.cid-uOG61Y5DxX .card-text,
.cid-uOG61Y5DxX .mbr-section-btn {
  color: #000000;
}
.cid-uOG9EJTjtR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG9EJTjtR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9EJTjtR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOG9EJTjtR .container {
    padding: 0 30px;
  }
}
.cid-uOG9EJTjtR .row {
  justify-content: center;
}
.cid-uOG9EJTjtR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG9EJTjtR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOG9EJTjtR .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #9f92ec;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOG9EJTjtR .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uOG9EJTjtR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOG9EJTjtR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOG9EJTjtR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOG9EJTjtR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #9f92ec;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uOG9EJTjtR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uOG9EJTjtR .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uOG9EJTjtR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOG9EJTjtR .mbr-section-title {
  color: #000000;
}
.cid-uOG9EJTjtR .panel-title-edit {
  color: #000000;
}
.cid-uOG9EJTjtR .panel-text {
  color: #000000;
}
.cid-uOG621uyTV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d1d1f7;
}
.cid-uOG621uyTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG621uyTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG621uyTV .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOG621uyTV .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOG621uyTV .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOG621uyTV .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOG621uyTV .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOG621uyTV .content-head {
  max-width: 800px;
}
.cid-uOG621uyTV .mbr-section-title {
  color: #000000;
}
.cid-uOG623kqwW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOG623kqwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG623kqwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG623kqwW .content-wrap {
  padding: 60px;
  background-color: #9f92ec;
}
@media (max-width: 992px) {
  .cid-uOG623kqwW .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOG623kqwW .content-wrap .row {
  justify-content: center;
}
.cid-uOG623kqwW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG623kqwW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG623kqwW .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOG623kqwW .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOG623kqwW .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOG623kqwW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOG623kqwW .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG623kqwW .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG623kqwW .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOG623kqwW .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOG623kqwW .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOG623kqwW .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOG623kqwW .nav-wrapper .list .item-wrap:hover,
.cid-uOG623kqwW .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOG623kqwW .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG623kqwW .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG623kqwW .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOG623kqwW .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOG623kqwW .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOG623kqwW .contacts-wrapper .list .item-wrap:hover,
.cid-uOG623kqwW .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOG623kqwW .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOG623kqwW .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG623kqwW .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG623kqwW .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOG623kqwW .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOG623kqwW .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOG623kqwW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOG623kqwW .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOG623kqwW .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232b79;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOG623kqwW .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uOG623kqwW .mbr-section-title {
  color: #ed463f;
}
.cid-uOG623kqwW .mbr-section-subtitle {
  color: #000000;
}
.cid-uOG623kqwW .list {
  color: #404349;
}
.cid-uOG9VxxVsR .navbar-dropdown {
  position: relative !important;
}
.cid-uOG9VxxVsR .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOG9VxxVsR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOG9VxxVsR .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uOG9VxxVsR .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-uOG9VxxVsR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOG9VxxVsR .dropdown-item {
  border: none !important;
  background: #9f92ec !important;
}
.cid-uOG9VxxVsR .dropdown-item:hover,
.cid-uOG9VxxVsR .dropdown-item:focus {
  background: #9f92ec !important;
  color: #a11a20 !important;
}
.cid-uOG9VxxVsR .dropdown-item:hover span {
  color: white;
}
.cid-uOG9VxxVsR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOG9VxxVsR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOG9VxxVsR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOG9VxxVsR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOG9VxxVsR .nav-link {
  position: relative;
}
.cid-uOG9VxxVsR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOG9VxxVsR .container {
    flex-wrap: nowrap;
  }
}
.cid-uOG9VxxVsR .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOG9VxxVsR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOG9VxxVsR .dropdown-menu,
.cid-uOG9VxxVsR .navbar.opened {
  background: #9f92ec !important;
}
.cid-uOG9VxxVsR .nav-item:focus,
.cid-uOG9VxxVsR .nav-link:focus {
  outline: none;
}
.cid-uOG9VxxVsR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOG9VxxVsR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOG9VxxVsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOG9VxxVsR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOG9VxxVsR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOG9VxxVsR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOG9VxxVsR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9f92ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOG9VxxVsR .navbar.opened {
  transition: all 0.3s;
}
.cid-uOG9VxxVsR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOG9VxxVsR .navbar .navbar-logo img {
  width: auto;
}
.cid-uOG9VxxVsR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOG9VxxVsR .navbar.collapsed {
  justify-content: center;
}
.cid-uOG9VxxVsR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOG9VxxVsR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOG9VxxVsR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOG9VxxVsR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOG9VxxVsR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOG9VxxVsR .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-uOG9VxxVsR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOG9VxxVsR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOG9VxxVsR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOG9VxxVsR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOG9VxxVsR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOG9VxxVsR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOG9VxxVsR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOG9VxxVsR .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-uOG9VxxVsR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOG9VxxVsR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOG9VxxVsR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOG9VxxVsR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOG9VxxVsR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOG9VxxVsR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOG9VxxVsR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOG9VxxVsR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOG9VxxVsR .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-uOG9VxxVsR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOG9VxxVsR .navbar-brand .navbar-caption:hover,
.cid-uOG9VxxVsR .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOG9VxxVsR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOG9VxxVsR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOG9VxxVsR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOG9VxxVsR .dropdown-item.active,
.cid-uOG9VxxVsR .dropdown-item:active {
  background-color: transparent;
}
.cid-uOG9VxxVsR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOG9VxxVsR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOG9VxxVsR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOG9VxxVsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9f92ec;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOG9VxxVsR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOG9VxxVsR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOG9VxxVsR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOG9VxxVsR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOG9VxxVsR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOG9VxxVsR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOG9VxxVsR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOG9VxxVsR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOG9VxxVsR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOG9VxxVsR 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: #9f92ec !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOG9VxxVsR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uOG9VxxVsR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOG9VxxVsR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOG9VxxVsR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOG9VxxVsR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOG9VxxVsR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOG9VxxVsR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOG9VxxVsR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOG9VxxVsR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOG9VxxVsR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOG9VxxVsR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOG9VxxVsR .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-uOG9VxxVsR .navbar {
    height: 70px;
  }
  .cid-uOG9VxxVsR .navbar.opened {
    height: auto;
  }
  .cid-uOG9VxxVsR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOG9VxxVsR .navbar-nav {
  margin: 0 auto;
}
.cid-uOG9VxxVsR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOG9VxxVsR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOG9VxxVsR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOG9VxxVsR .nav-item .nav-link:hover,
.cid-uOG9VxxVsR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uOG9VxxVsR .nav-item .nav-link:hover::after,
.cid-uOG9VxxVsR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOG9VxxVsR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOG9VxxVsR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOG9VxxVsR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOG9VxxVsR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOG9VxxVsR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOG9VxxVsR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOG9VxxVsR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOG9VxxVsR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOG9VxxVsR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOG9VxxVsR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOG9VxxVsR .content-wrap {
  min-height: 110px;
}
.cid-uOG9VAjceF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-uOG9VAjceF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VAjceF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VAjceF .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOG9VAjceF .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uOG9VAjceF .row {
  flex-direction: row-reverse;
}
.cid-uOG9VAjceF .row {
  align-items: center;
}
.cid-uOG9VAjceF img {
  border-radius: 2rem;
}
.cid-uOG9VAjceF .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uOG9VAjceF .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG9VAjceF .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOG9VAjceF .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOG9VAjceF .mbr-section-title {
  color: #000000;
}
.cid-uOG9VAjceF .mbr-text,
.cid-uOG9VAjceF .mbr-section-btn {
  color: #000000;
}
.cid-uOG9VBD3zo {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG9VBD3zo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VBD3zo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VBD3zo .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOG9VBD3zo .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOG9VBD3zo .mbr-section-title {
  color: #000000;
}
.cid-uOG9VBD3zo .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOG9VBD3zo .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOG9VBD3zo .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOG9VBD3zo .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOG9VBD3zo .item-container {
  width: 100%;
  display: flex;
}
.cid-uOG9VBD3zo .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOG9VBD3zo .card-text {
  color: #272727;
  width: 100%;
}
.cid-uOG9VCWRCd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOG9VCWRCd .card-wrapper {
  background: #d1d1f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uOG9VCWRCd .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG9VCWRCd .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOG9VCWRCd .mbr-text {
  color: #000000;
}
.cid-uOG9VCWRCd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOG9VCWRCd .mbr-section-title {
  color: #ffffff;
}
.cid-uOG9VEkBRc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG9VEkBRc .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOG9VEkBRc .row {
    text-align: center !important;
  }
}
.cid-uOG9VEkBRc .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uOG9VEkBRc .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOG9VEkBRc .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uOG9VEkBRc .text-wrapper {
    text-align: center !important;
  }
}
.cid-uOG9VEkBRc .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOG9VEkBRc .label-text {
    text-align: center !important;
  }
}
.cid-uOG9VEkBRc .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOG9VEkBRc .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uOG9VEkBRc .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uOG9VEkBRc .mbr-text {
    text-align: center !important;
  }
}
.cid-uOG9VEkBRc .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uOG9VEkBRc .mbr-section-btn .btn {
  padding: 0;
}
.cid-uOG9VEkBRc .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uOG9VEkBRc .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uOG9VEkBRc .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uOG9VEkBRc .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uOG9VEkBRc .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOG9VEkBRc .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOG9VEkBRc .card {
    margin-bottom: 1rem;
  }
}
.cid-uOG9VEkBRc .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uOG9VEkBRc .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uOG9VEkBRc .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uOG9VEkBRc .card-text {
  color: #555555;
  margin-bottom: 0;
}
.cid-uOG9VEkBRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VEkBRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VEkBRc .card-title,
.cid-uOG9VEkBRc .mbr-section-btn {
  text-align: center;
}
.cid-uOG9VG60JZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOG9VG60JZ .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG9VG60JZ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG9VG60JZ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG9VG60JZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VG60JZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VHUZra {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOG9VHUZra .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VHUZra .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VHUZra .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOG9VHUZra .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOG9VHUZra .container {
    padding: 0 20px;
  }
}
.cid-uOG9VHUZra .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOG9VHUZra .row {
    padding: 50px 16px;
  }
}
.cid-uOG9VHUZra .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uOG9VHUZra .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uOG9VHUZra .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #d1d1f7;
  opacity: 1;
}
.cid-uOG9VHUZra .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uOG9VHUZra .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOG9VHUZra .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uOG9VHUZra .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uOG9VHUZra .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOG9VHUZra .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOG9VHUZra .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOG9VHUZra .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOG9VHUZra .mbr-desc {
  color: #ffffff;
}
.cid-uOG9VHUZra .mbr-section-title {
  color: #ffffff;
}
.cid-uOG9VHUZra .mbr-text {
  color: #000000;
}
.cid-uOG9VHUZra .mbr-section-title,
.cid-uOG9VHUZra .mbr-section-btn {
  color: #000000;
}
.cid-uOG9VJL96q {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #d1d1f7;
}
.cid-uOG9VJL96q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VJL96q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VJL96q .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOG9VJL96q .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOG9VJL96q .container-fluid .row {
  padding: 0;
}
.cid-uOG9VJL96q .row {
  border: 3px solid #9f92ec;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOG9VJL96q .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOG9VJL96q .card {
    border-left: 1px solid #9f92ec;
    border-left: none;
    border-right: 2px solid #9f92ec;
  }
}
@media (max-width: 992px) {
  .cid-uOG9VJL96q .card {
    padding: 48px 20px;
  }
}
.cid-uOG9VJL96q .card:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uOG9VJL96q .card:last-child {
    border-left: none;
    border-right: 2px solid #9f92ec;
    border-right: none;
    border-left: 1px solid #9f92ec;
  }
}
.cid-uOG9VJL96q .card .title-wrapper {
  margin-bottom: 0;
}
.cid-uOG9VJL96q .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uOG9VJL96q .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOG9VJL96q .card .image-wrapper {
  overflow: hidden;
}
.cid-uOG9VJL96q .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOG9VJL96q .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOG9VJL96q .mbr-section-title {
  color: #000000;
}
.cid-uOG9VJL96q .mbr-text {
  color: #000000;
}
.cid-uOG9VLhzsz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #d1d1f7;
}
@media (min-width: 1400px) {
  .cid-uOG9VLhzsz .container {
    max-width: 1200px;
  }
}
.cid-uOG9VLhzsz .row {
  justify-content: space-between;
}
.cid-uOG9VLhzsz .text-wrapper {
  border-left: 4px solid #ff1b05;
  padding-left: 2rem;
}
.cid-uOG9VLhzsz .mbr-main-subtitle {
  background: #ff1b05;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #000000;
}
.cid-uOG9VLhzsz .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ff1b05;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uOG9VLhzsz .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uOG9VLhzsz .image-wrap {
  overflow: hidden;
}
.cid-uOG9VLhzsz .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uOG9VLhzsz .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uOG9VLhzsz .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uOG9VLhzsz .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uOG9VLhzsz .card-text,
.cid-uOG9VLhzsz .mbr-section-btn,
.cid-uOG9VLhzsz .social-row {
  color: #353535;
}
.cid-uOG9VLhzsz .card1-text {
  color: #353535;
}
.cid-uOG9VLhzsz .card-title,
.cid-uOG9VLhzsz .social-row {
  color: #000000;
}
.cid-uOG9VLhzsz .mbr-section-title {
  color: #000000;
}
.cid-uOG9VNBgwB {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOG9VNBgwB .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG9VNBgwB .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG9VNBgwB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG9VNBgwB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VNBgwB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VPld0J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9f92ec;
}
.cid-uOG9VPld0J .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uOG9VPld0J .panel-group {
  border: none;
}
.cid-uOG9VPld0J .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOG9VPld0J .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOG9VPld0J .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOG9VPld0J .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOG9VPld0J .content {
  margin: 5rem auto;
}
.cid-uOG9VPld0J .img-col {
  padding: 0;
}
.cid-uOG9VPld0J .img-item {
  height: 100%;
}
.cid-uOG9VPld0J img {
  height: 100%;
  object-fit: cover;
}
.cid-uOG9VPld0J .collapsed span {
  transform: rotate(0deg);
}
.cid-uOG9VPld0J .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOG9VPld0J p {
  margin-bottom: 0.3rem;
}
.cid-uOG9VPld0J .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOG9VPld0J .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOG9VPld0J .card {
  background: #d1d1f7;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uOG9VPld0J .panel-text {
  color: #ffffff;
}
.cid-uOG9VPld0J H3 {
  text-align: center;
  color: #000000;
}
.cid-uOG9VPld0J .panel-title-edit,
.cid-uOG9VPld0J .mbr-iconfont {
  color: #000000;
}
.cid-uOG9VRWZzp {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #d1d1f7;
}
.cid-uOG9VRWZzp .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG9VRWZzp .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG9VRWZzp .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG9VRWZzp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VRWZzp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VTnSr0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG9VTnSr0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VTnSr0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VTnSr0 .card {
  justify-content: flex-end;
}
.cid-uOG9VTnSr0 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOG9VTnSr0 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOG9VTnSr0 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOG9VTnSr0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOG9VTnSr0 .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOG9VTnSr0 .mbr-section-btn .btn::after,
.cid-uOG9VTnSr0 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOG9VTnSr0 .mbr-section-btn .btn:hover,
.cid-uOG9VTnSr0 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOG9VTnSr0 .mbr-section-btn .btn:hover::after,
.cid-uOG9VTnSr0 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOG9VTnSr0 .items-wrapper {
  margin: 0 -20px;
}
.cid-uOG9VTnSr0 .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOG9VTnSr0 .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOG9VTnSr0 .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOG9VTnSr0 .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOG9VTnSr0 .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOG9VTnSr0 .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #d1d1f7;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #d1d1f7;
}
@media (max-width: 992px) {
  .cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOG9VTnSr0 .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOG9VTnSr0 .mbr-section-title {
  color: #ffffff;
}
.cid-uOG9VTnSr0 .mbr-tag {
  color: #adadad;
}
.cid-uOG9VTnSr0 .item-date {
  color: #c7c7c7;
}
.cid-uOG9VTnSr0 .item-title {
  color: #ffffff;
}
.cid-uOG9VTnSr0 .item-text {
  color: #adadad;
}
.cid-uOG9VTnSr0 .list {
  color: #adadad;
}
.cid-uOG9VTnSr0 .main-btn {
  text-align: right;
}
.cid-uOG9VTnSr0 .item-title,
.cid-uOG9VTnSr0 .item-btn {
  text-align: center;
  color: #000000;
}
.cid-uOG9VV4KA0 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOG9VV4KA0 .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOG9VV4KA0 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOG9VV4KA0 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOG9VV4KA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VV4KA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGtUAn6TP {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #d1d1f7;
}
.cid-uOGtUAn6TP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGtUAn6TP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOGtUAn6TP .container {
    padding: 0 20px;
  }
}
.cid-uOGtUAn6TP .row {
  margin: 0;
}
.cid-uOGtUAn6TP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGtUAn6TP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOGtUAn6TP .video-block .video-wrapper .app-video-wrapper::before {
  color: #9f92ec;
  text-shadow: none;
}
.cid-uOGtUAn6TP .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uOGtUAn6TP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOGtUAn6TP .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uOGtUAn6TP .mbr-section-title {
  color: #000000;
}
.cid-uOG9VWsxHu {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d1d1f7;
}
.cid-uOG9VWsxHu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VWsxHu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VWsxHu .card-box {
  max-width: 700px;
}
.cid-uOG9VWsxHu .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOG9VWsxHu .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uOG9VWsxHu .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-uOG9VWsxHu .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #d1d1f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uOG9VWsxHu .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-uOG9VWsxHu .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-uOG9VWsxHu .row {
  justify-content: center;
}
.cid-uOG9VWsxHu .mbr-section-title {
  color: #132835;
}
.cid-uOG9VWsxHu .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOG9VWsxHu .card-title,
.cid-uOG9VWsxHu .iconfont-wrapper {
  color: #e43f3f;
}
.cid-uOG9VWsxHu .card-title,
.cid-uOG9VWsxHu .iconfont-wrapper,
.cid-uOG9VWsxHu .card-wrapper {
  color: #000000;
}
.cid-uOG9VWsxHu .card-text {
  color: #353535;
}
.cid-uOG9VWsxHu .card-text,
.cid-uOG9VWsxHu .mbr-section-btn {
  color: #000000;
}
.cid-uOG9VYaVZ2 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOG9VYaVZ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VYaVZ2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOG9VYaVZ2 .container {
    padding: 0 30px;
  }
}
.cid-uOG9VYaVZ2 .row {
  justify-content: center;
}
.cid-uOG9VYaVZ2 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG9VYaVZ2 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOG9VYaVZ2 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #9f92ec;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOG9VYaVZ2 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uOG9VYaVZ2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOG9VYaVZ2 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOG9VYaVZ2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOG9VYaVZ2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #9f92ec;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uOG9VYaVZ2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uOG9VYaVZ2 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uOG9VYaVZ2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOG9VYaVZ2 .mbr-section-title {
  color: #000000;
}
.cid-uOG9VYaVZ2 .panel-title-edit {
  color: #000000;
}
.cid-uOG9VYaVZ2 .panel-text {
  color: #000000;
}
.cid-uOG9VZKSOg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d1d1f7;
}
.cid-uOG9VZKSOg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9VZKSOg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9VZKSOg .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOG9VZKSOg .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOG9VZKSOg .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOG9VZKSOg .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOG9VZKSOg .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOG9VZKSOg .content-head {
  max-width: 800px;
}
.cid-uOG9VZKSOg .mbr-section-title {
  color: #000000;
}
.cid-uOG9W1nXTT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOG9W1nXTT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOG9W1nXTT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOG9W1nXTT .content-wrap {
  padding: 60px;
  background-color: #9f92ec;
}
@media (max-width: 992px) {
  .cid-uOG9W1nXTT .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOG9W1nXTT .content-wrap .row {
  justify-content: center;
}
.cid-uOG9W1nXTT .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG9W1nXTT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG9W1nXTT .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOG9W1nXTT .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOG9W1nXTT .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOG9W1nXTT .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOG9W1nXTT .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG9W1nXTT .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG9W1nXTT .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOG9W1nXTT .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOG9W1nXTT .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOG9W1nXTT .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOG9W1nXTT .nav-wrapper .list .item-wrap:hover,
.cid-uOG9W1nXTT .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOG9W1nXTT .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG9W1nXTT .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG9W1nXTT .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOG9W1nXTT .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOG9W1nXTT .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOG9W1nXTT .contacts-wrapper .list .item-wrap:hover,
.cid-uOG9W1nXTT .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOG9W1nXTT .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOG9W1nXTT .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOG9W1nXTT .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOG9W1nXTT .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOG9W1nXTT .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOG9W1nXTT .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOG9W1nXTT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOG9W1nXTT .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOG9W1nXTT .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232b79;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOG9W1nXTT .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uOG9W1nXTT .mbr-section-title {
  color: #ed463f;
}
.cid-uOG9W1nXTT .mbr-section-subtitle {
  color: #000000;
}
.cid-uOG9W1nXTT .list {
  color: #404349;
}
.cid-uOGccS6fPR .navbar-dropdown {
  position: relative !important;
}
.cid-uOGccS6fPR .container-fluid {
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-uOGccS6fPR .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOGccS6fPR .container-fluid {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.cid-uOGccS6fPR .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-uOGccS6fPR .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uOGccS6fPR .dropdown-item {
  border: none !important;
  background: #9f92ec !important;
}
.cid-uOGccS6fPR .dropdown-item:hover,
.cid-uOGccS6fPR .dropdown-item:focus {
  background: #9f92ec !important;
  color: #a11a20 !important;
}
.cid-uOGccS6fPR .dropdown-item:hover span {
  color: white;
}
.cid-uOGccS6fPR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uOGccS6fPR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uOGccS6fPR .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uOGccS6fPR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uOGccS6fPR .nav-link {
  position: relative;
}
.cid-uOGccS6fPR .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uOGccS6fPR .container {
    flex-wrap: nowrap;
  }
}
.cid-uOGccS6fPR .iconfont-wrapper {
  color: #c10b02 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uOGccS6fPR .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOGccS6fPR .dropdown-menu,
.cid-uOGccS6fPR .navbar.opened {
  background: #9f92ec !important;
}
.cid-uOGccS6fPR .nav-item:focus,
.cid-uOGccS6fPR .nav-link:focus {
  outline: none;
}
.cid-uOGccS6fPR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOGccS6fPR .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uOGccS6fPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOGccS6fPR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOGccS6fPR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOGccS6fPR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOGccS6fPR .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #9f92ec;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOGccS6fPR .navbar.opened {
  transition: all 0.3s;
}
.cid-uOGccS6fPR .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-uOGccS6fPR .navbar .navbar-logo img {
  width: auto;
}
.cid-uOGccS6fPR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOGccS6fPR .navbar.collapsed {
  justify-content: center;
}
.cid-uOGccS6fPR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOGccS6fPR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uOGccS6fPR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uOGccS6fPR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOGccS6fPR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOGccS6fPR .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-uOGccS6fPR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOGccS6fPR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uOGccS6fPR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uOGccS6fPR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOGccS6fPR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOGccS6fPR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOGccS6fPR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uOGccS6fPR .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-uOGccS6fPR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOGccS6fPR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uOGccS6fPR .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uOGccS6fPR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uOGccS6fPR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOGccS6fPR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uOGccS6fPR .navbar.navbar-short {
  min-height: 96px;
}
.cid-uOGccS6fPR .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uOGccS6fPR .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-uOGccS6fPR .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOGccS6fPR .navbar-brand .navbar-caption:hover,
.cid-uOGccS6fPR .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOGccS6fPR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOGccS6fPR .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uOGccS6fPR .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #a11a20 !important;
}
.cid-uOGccS6fPR .dropdown-item.active,
.cid-uOGccS6fPR .dropdown-item:active {
  background-color: transparent;
}
.cid-uOGccS6fPR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uOGccS6fPR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOGccS6fPR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOGccS6fPR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #9f92ec;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uOGccS6fPR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uOGccS6fPR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uOGccS6fPR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOGccS6fPR ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uOGccS6fPR ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uOGccS6fPR .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uOGccS6fPR .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
}
.cid-uOGccS6fPR .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uOGccS6fPR .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uOGccS6fPR 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: #9f92ec !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uOGccS6fPR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #c10b02;
}
.cid-uOGccS6fPR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uOGccS6fPR button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOGccS6fPR button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uOGccS6fPR button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uOGccS6fPR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGccS6fPR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOGccS6fPR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOGccS6fPR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOGccS6fPR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uOGccS6fPR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uOGccS6fPR .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-uOGccS6fPR .navbar {
    height: 70px;
  }
  .cid-uOGccS6fPR .navbar.opened {
    height: auto;
  }
  .cid-uOGccS6fPR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOGccS6fPR .navbar-nav {
  margin: 0 auto;
}
.cid-uOGccS6fPR .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uOGccS6fPR .nav-item .nav-link {
  padding: 8px 22px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-uOGccS6fPR .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uOGccS6fPR .nav-item .nav-link:hover,
.cid-uOGccS6fPR .nav-item .nav-link:focus {
  background-color: transparent;
  color: #a11a20 !important;
  opacity: .5;
}
.cid-uOGccS6fPR .nav-item .nav-link:hover::after,
.cid-uOGccS6fPR .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.cid-uOGccS6fPR .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uOGccS6fPR .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uOGccS6fPR .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uOGccS6fPR .navbar {
    justify-content: flex-start !important;
  }
  .cid-uOGccS6fPR .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uOGccS6fPR .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uOGccS6fPR .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uOGccS6fPR .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uOGccS6fPR .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-uOGccS6fPR .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uOGccS6fPR .content-wrap {
  min-height: 110px;
}
.cid-uOGccUUiWk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #d1d1f7;
}
.cid-uOGccUUiWk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGccUUiWk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGccUUiWk .btn {
  padding: 1.5rem 5rem;
  border: 0 !important;
}
@media (max-width: 767px) {
  .cid-uOGccUUiWk .btn {
    padding: 1.5rem 3rem;
  }
}
.cid-uOGccUUiWk .row {
  flex-direction: row-reverse;
}
.cid-uOGccUUiWk .row {
  align-items: center;
}
.cid-uOGccUUiWk img {
  border-radius: 2rem;
}
.cid-uOGccUUiWk .image-wrapper {
  background: #9f92ec;
  padding: 4rem 5rem;
  border-radius: 2rem;
}
@media (max-width: 991px) {
  .cid-uOGccUUiWk .image-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGccUUiWk .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uOGccUUiWk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uOGccUUiWk .mbr-section-title {
  color: #000000;
}
.cid-uOGccUUiWk .mbr-text,
.cid-uOGccUUiWk .mbr-section-btn {
  color: #000000;
}
.cid-uOGccWVGxO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOGccWVGxO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGccWVGxO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGccWVGxO .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-uOGccWVGxO .title-container {
    margin-bottom: 25px;
  }
}
.cid-uOGccWVGxO .mbr-section-title {
  color: #000000;
}
.cid-uOGccWVGxO .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-uOGccWVGxO .mbr-text {
    margin-top: 24px;
  }
}
.cid-uOGccWVGxO .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOGccWVGxO .tabl-container {
    margin-top: 25px;
  }
}
.cid-uOGccWVGxO .item-container {
  width: 100%;
  display: flex;
}
.cid-uOGccWVGxO .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-uOGccWVGxO .card-text {
  color: #272727;
  width: 100%;
}
.cid-uOGccYXo9g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOGccYXo9g .card-wrapper {
  background: #d1d1f7;
  padding: 5rem;
}
@media (max-width: 992px) {
  .cid-uOGccYXo9g .card-wrapper {
    padding: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGccYXo9g .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uOGccYXo9g .mbr-text {
  color: #000000;
}
.cid-uOGccYXo9g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOGccYXo9g .mbr-section-title {
  color: #ffffff;
}
.cid-uOGcd0kAfv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOGcd0kAfv .row {
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uOGcd0kAfv .row {
    text-align: center !important;
  }
}
.cid-uOGcd0kAfv .col-text {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-uOGcd0kAfv .col-text {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOGcd0kAfv .text-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .cid-uOGcd0kAfv .text-wrapper {
    text-align: center !important;
  }
}
.cid-uOGcd0kAfv .label-text {
  width: 100%;
  margin-bottom: 16px;
  color: #C69453;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOGcd0kAfv .label-text {
    text-align: center !important;
  }
}
.cid-uOGcd0kAfv .mbr-section-title {
  width: 100%;
  color: #222222;
  margin-bottom: 16px;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uOGcd0kAfv .mbr-section-title {
    text-align: center !important;
  }
}
.cid-uOGcd0kAfv .mbr-text {
  letter-spacing: inherit;
  color: #555555;
  width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .cid-uOGcd0kAfv .mbr-text {
    text-align: center !important;
  }
}
.cid-uOGcd0kAfv .btn-container {
  width: 100%;
  margin-top: 16px;
}
.cid-uOGcd0kAfv .mbr-section-btn .btn {
  padding: 0;
}
.cid-uOGcd0kAfv .mbr-section-btn .btn span {
  margin-right: 8px;
  transition: 0.2s all;
}
.cid-uOGcd0kAfv .mbr-section-btn .btn:hover span {
  margin-left: 16px;
  margin-right: 0;
}
.cid-uOGcd0kAfv .col-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
}
@media (max-width: 991px) {
  .cid-uOGcd0kAfv .col-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 992px) {
  .cid-uOGcd0kAfv .col-cards {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.cid-uOGcd0kAfv .col-cards-second {
  padding-top: 48px;
  border-top: 1px solid #555555;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cid-uOGcd0kAfv .card {
    margin-bottom: 1rem;
  }
}
.cid-uOGcd0kAfv .card-wrap {
  display: flex;
  flex-direction: column;
}
.cid-uOGcd0kAfv .card-title {
  color: #222222;
  margin-bottom: 8px;
}
.cid-uOGcd0kAfv .card-date {
  color: #999999;
  margin-bottom: 12px;
}
.cid-uOGcd0kAfv .card-text {
  color: #555555;
  margin-bottom: 0;
}
.cid-uOGcd0kAfv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcd0kAfv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcd0kAfv .card-title,
.cid-uOGcd0kAfv .mbr-section-btn {
  text-align: center;
}
.cid-uOGcd2iB7X {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOGcd2iB7X .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOGcd2iB7X .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOGcd2iB7X .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOGcd2iB7X .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcd2iB7X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcd3Dh2t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOGcd3Dh2t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcd3Dh2t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcd3Dh2t .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOGcd3Dh2t .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOGcd3Dh2t .container {
    padding: 0 20px;
  }
}
.cid-uOGcd3Dh2t .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uOGcd3Dh2t .row {
    padding: 50px 16px;
  }
}
.cid-uOGcd3Dh2t .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #f5fd7b;
  filter: blur(120px);
}
.cid-uOGcd3Dh2t .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #6567ee;
  filter: blur(150px);
}
.cid-uOGcd3Dh2t .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #d1d1f7;
  opacity: 1;
}
.cid-uOGcd3Dh2t .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uOGcd3Dh2t .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uOGcd3Dh2t .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uOGcd3Dh2t .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uOGcd3Dh2t .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uOGcd3Dh2t .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOGcd3Dh2t .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOGcd3Dh2t .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uOGcd3Dh2t .mbr-desc {
  color: #ffffff;
}
.cid-uOGcd3Dh2t .mbr-section-title {
  color: #ffffff;
}
.cid-uOGcd3Dh2t .mbr-text {
  color: #000000;
}
.cid-uOGcd3Dh2t .mbr-section-title,
.cid-uOGcd3Dh2t .mbr-section-btn {
  color: #000000;
}
.cid-uOGcd5tvP8 {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #d1d1f7;
}
.cid-uOGcd5tvP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcd5tvP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcd5tvP8 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-uOGcd5tvP8 .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOGcd5tvP8 .container-fluid .row {
  padding: 0;
}
.cid-uOGcd5tvP8 .row {
  border: 3px solid #9f92ec;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-uOGcd5tvP8 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-uOGcd5tvP8 .card {
    border-left: 1px solid #9f92ec;
    border-left: none;
    border-right: 2px solid #9f92ec;
  }
}
@media (max-width: 992px) {
  .cid-uOGcd5tvP8 .card {
    padding: 48px 20px;
  }
}
.cid-uOGcd5tvP8 .card:last-child {
  padding: 0;
}
@media (min-width: 992px) {
  .cid-uOGcd5tvP8 .card:last-child {
    border-left: none;
    border-right: 2px solid #9f92ec;
    border-right: none;
    border-left: 1px solid #9f92ec;
  }
}
.cid-uOGcd5tvP8 .card .title-wrapper {
  margin-bottom: 0;
}
.cid-uOGcd5tvP8 .card .title-wrapper .mbr-section-title {
  margin-bottom: 28px;
}
.cid-uOGcd5tvP8 .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGcd5tvP8 .card .image-wrapper {
  overflow: hidden;
}
.cid-uOGcd5tvP8 .card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uOGcd5tvP8 .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOGcd5tvP8 .mbr-section-title {
  color: #000000;
}
.cid-uOGcd5tvP8 .mbr-text {
  color: #000000;
}
.cid-uOGcd6VwlO {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background: #d1d1f7;
}
@media (min-width: 1400px) {
  .cid-uOGcd6VwlO .container {
    max-width: 1200px;
  }
}
.cid-uOGcd6VwlO .row {
  justify-content: space-between;
}
.cid-uOGcd6VwlO .text-wrapper {
  border-left: 4px solid #ff1b05;
  padding-left: 2rem;
}
.cid-uOGcd6VwlO .mbr-main-subtitle {
  background: #ff1b05;
  width: fit-content;
  padding: 0.6rem 1rem;
  position: relative;
  color: #000000;
}
.cid-uOGcd6VwlO .mbr-main-subtitle:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  border-left: 24px solid #ff1b05;
  border-bottom: 18px solid transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-uOGcd6VwlO .mbr-main-subtitle {
    margin: auto;
    margin-bottom: 2rem;
  }
}
.cid-uOGcd6VwlO .image-wrap {
  overflow: hidden;
}
.cid-uOGcd6VwlO .card-wrap .mbr-main-subtitle:before {
  content: none;
}
.cid-uOGcd6VwlO .card-wrap:hover img {
  transform: scale(1.05);
}
@media (max-width: 991px) {
  .cid-uOGcd6VwlO .card-wrap {
    margin-bottom: 2rem;
  }
}
.cid-uOGcd6VwlO .card-wrap .image-wrap img {
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}
.cid-uOGcd6VwlO .card-text,
.cid-uOGcd6VwlO .mbr-section-btn,
.cid-uOGcd6VwlO .social-row {
  color: #353535;
}
.cid-uOGcd6VwlO .card1-text {
  color: #353535;
}
.cid-uOGcd6VwlO .card-title,
.cid-uOGcd6VwlO .social-row {
  color: #000000;
}
.cid-uOGcd6VwlO .mbr-section-title {
  color: #000000;
}
.cid-uOGcd9glQ8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOGcd9glQ8 .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOGcd9glQ8 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOGcd9glQ8 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOGcd9glQ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcd9glQ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdbydy9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #9f92ec;
}
.cid-uOGcdbydy9 .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
}
.cid-uOGcdbydy9 .panel-group {
  border: none;
}
.cid-uOGcdbydy9 .card-header {
  padding: 1.2rem 0.5rem;
}
@media (max-width: 767px) {
  .cid-uOGcdbydy9 .card-header {
    padding: 1rem 0rem;
  }
}
.cid-uOGcdbydy9 .panel-body {
  padding: 0 0.5rem;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uOGcdbydy9 .panel-body {
    padding: 0rem;
    padding-bottom: 1rem;
  }
}
.cid-uOGcdbydy9 .content {
  margin: 5rem auto;
}
.cid-uOGcdbydy9 .img-col {
  padding: 0;
}
.cid-uOGcdbydy9 .img-item {
  height: 100%;
}
.cid-uOGcdbydy9 img {
  height: 100%;
  object-fit: cover;
}
.cid-uOGcdbydy9 .collapsed span {
  transform: rotate(0deg);
}
.cid-uOGcdbydy9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uOGcdbydy9 p {
  margin-bottom: 0.3rem;
}
.cid-uOGcdbydy9 .panel-title-edit {
  color: #e9c0e9;
}
.cid-uOGcdbydy9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uOGcdbydy9 .card {
  background: #d1d1f7;
  padding: 1rem 2rem;
  border-radius: 2rem;
}
.cid-uOGcdbydy9 .panel-text {
  color: #ffffff;
}
.cid-uOGcdbydy9 H3 {
  text-align: center;
  color: #000000;
}
.cid-uOGcdbydy9 .panel-title-edit,
.cid-uOGcdbydy9 .mbr-iconfont {
  color: #000000;
}
.cid-uOGcddJWi6 {
  padding-top: 105px;
  padding-bottom: 90px;
  background-color: #d1d1f7;
}
.cid-uOGcddJWi6 .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOGcddJWi6 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOGcddJWi6 .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOGcddJWi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcddJWi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdfsQXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOGcdfsQXc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcdfsQXc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdfsQXc .card {
  justify-content: flex-end;
}
.cid-uOGcdfsQXc .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOGcdfsQXc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uOGcdfsQXc .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOGcdfsQXc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOGcdfsQXc .mbr-section-btn {
  margin-bottom: 40px;
}
.cid-uOGcdfsQXc .mbr-section-btn .btn::after,
.cid-uOGcdfsQXc .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOGcdfsQXc .mbr-section-btn .btn:hover,
.cid-uOGcdfsQXc .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOGcdfsQXc .mbr-section-btn .btn:hover::after,
.cid-uOGcdfsQXc .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOGcdfsQXc .items-wrapper {
  margin: 0 -20px;
}
.cid-uOGcdfsQXc .items-wrapper .item {
  margin-bottom: 40px;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-uOGcdfsQXc .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uOGcdfsQXc .items-wrapper .item:hover .item-wrapper .item-img .image-wrap img,
.cid-uOGcdfsQXc .items-wrapper .item:focus .item-wrapper .item-img .image-wrap img {
  transform: scale(1.05) translateX(10px);
}
.cid-uOGcdfsQXc .items-wrapper .item:nth-child(2n) {
  transform: translateY(40px);
}
@media (max-width: 992px) {
  .cid-uOGcdfsQXc .items-wrapper .item:nth-child(2n) {
    transform: none;
  }
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper {
  position: relative;
  height: 100%;
  border: 2px solid #2c2c2c;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-img {
  position: relative;
  margin-bottom: -40px;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-img .image-wrap {
  overflow: hidden;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-img .image-wrap img {
  height: 310px;
  object-fit: cover;
  transition: all .3s ease;
  border-radius: 0 !important;
  transform: scale(1.05) translateX(0);
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .date-wrapper {
  position: absolute;
  left: 3px;
  bottom: -20px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .date-wrapper {
    bottom: -10px;
  }
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .date-wrapper .item-date {
  display: inline-block;
  margin-bottom: 0;
  background-color: #d1d1f7;
  padding: 10px 25px;
  border-radius: 3rem;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .date-wrapper .item-date:hover,
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .date-wrapper .item-date:focus {
  color: #e24c4a;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content {
  padding: 80px 40px 40px 40px;
  background-color: #d1d1f7;
}
@media (max-width: 992px) {
  .cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content {
    padding: 80px 20px 20px 20px;
  }
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 16px;
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: all .3s ease;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .item-title:hover,
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .item-title:focus {
  text-decoration-color: inherit;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap {
  margin: 0 3px 3px 0;
  transition: all .3s ease;
  cursor: pointer;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:hover,
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .tags-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .item-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.cid-uOGcdfsQXc .items-wrapper .item .item-wrapper .item-content .item-btn .btn {
  margin-bottom: 0;
}
.cid-uOGcdfsQXc .mbr-section-title {
  color: #ffffff;
}
.cid-uOGcdfsQXc .mbr-tag {
  color: #adadad;
}
.cid-uOGcdfsQXc .item-date {
  color: #c7c7c7;
}
.cid-uOGcdfsQXc .item-title {
  color: #ffffff;
}
.cid-uOGcdfsQXc .item-text {
  color: #adadad;
}
.cid-uOGcdfsQXc .list {
  color: #adadad;
}
.cid-uOGcdfsQXc .main-btn {
  text-align: right;
}
.cid-uOGcdfsQXc .item-title,
.cid-uOGcdfsQXc .item-btn {
  text-align: center;
  color: #000000;
}
.cid-uOGcdhJ6TJ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #d1d1f7;
}
.cid-uOGcdhJ6TJ .row {
  border-top: 1px solid #d1d1f7;
  padding-top: 2rem;
}
.cid-uOGcdhJ6TJ .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uOGcdhJ6TJ .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uOGcdhJ6TJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcdhJ6TJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdjPgzB {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #d1d1f7;
}
.cid-uOGcdjPgzB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcdjPgzB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdjPgzB .card-box {
  max-width: 700px;
}
.cid-uOGcdjPgzB .mbr-iconfont {
  display: block;
  font-size: 10rem;
  color: #13e5c0;
  padding: 0rem 8rem;
  margin-right: 2rem;
}
@media (max-width: 992px) {
  .cid-uOGcdjPgzB .mbr-iconfont {
    padding: 2rem 2rem;
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-uOGcdjPgzB .mbr-iconfont {
    margin-right: 0rem;
  }
}
.cid-uOGcdjPgzB .card-wrapper {
  min-height: 230px;
  transition: all 0.3s;
  border-radius: 5px;
  padding: 3rem 2rem;
  background: #d1d1f7;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 2rem;
  border: 2px dashed currentColor;
}
@media (max-width: 767px) {
  .cid-uOGcdjPgzB .card-wrapper {
    flex-direction: column;
    padding: 1rem 1rem;
    padding-bottom: 2rem;
  }
}
@media (min-width: 1600px) {
  .cid-uOGcdjPgzB .card-wrapper {
    padding: 3rem 10rem;
  }
}
.cid-uOGcdjPgzB .row {
  justify-content: center;
}
.cid-uOGcdjPgzB .mbr-section-title {
  color: #132835;
}
.cid-uOGcdjPgzB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uOGcdjPgzB .card-title,
.cid-uOGcdjPgzB .iconfont-wrapper {
  color: #e43f3f;
}
.cid-uOGcdjPgzB .card-title,
.cid-uOGcdjPgzB .iconfont-wrapper,
.cid-uOGcdjPgzB .card-wrapper {
  color: #000000;
}
.cid-uOGcdjPgzB .card-text {
  color: #353535;
}
.cid-uOGcdjPgzB .card-text,
.cid-uOGcdjPgzB .mbr-section-btn {
  color: #000000;
}
.cid-uOGcdmhJEr {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #d1d1f7;
}
.cid-uOGcdmhJEr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcdmhJEr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uOGcdmhJEr .container {
    padding: 0 30px;
  }
}
.cid-uOGcdmhJEr .row {
  justify-content: center;
}
.cid-uOGcdmhJEr .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOGcdmhJEr .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uOGcdmhJEr .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #9f92ec;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uOGcdmhJEr .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uOGcdmhJEr .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOGcdmhJEr .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uOGcdmhJEr .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOGcdmhJEr .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #9f92ec;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uOGcdmhJEr .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uOGcdmhJEr .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uOGcdmhJEr .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOGcdmhJEr .mbr-section-title {
  color: #000000;
}
.cid-uOGcdmhJEr .panel-title-edit {
  color: #000000;
}
.cid-uOGcdmhJEr .panel-text {
  color: #000000;
}
.cid-uOGcdoWW3e {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #d1d1f7;
}
.cid-uOGcdoWW3e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcdoWW3e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdoWW3e .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uOGcdoWW3e .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uOGcdoWW3e .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uOGcdoWW3e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uOGcdoWW3e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uOGcdoWW3e .content-head {
  max-width: 800px;
}
.cid-uOGcdoWW3e .mbr-section-title {
  color: #000000;
}
.cid-uOGcdqN9cZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9f92ec;
}
.cid-uOGcdqN9cZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOGcdqN9cZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOGcdqN9cZ .content-wrap {
  padding: 60px;
  background-color: #9f92ec;
}
@media (max-width: 992px) {
  .cid-uOGcdqN9cZ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uOGcdqN9cZ .content-wrap .row {
  justify-content: center;
}
.cid-uOGcdqN9cZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOGcdqN9cZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOGcdqN9cZ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOGcdqN9cZ .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uOGcdqN9cZ .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uOGcdqN9cZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOGcdqN9cZ .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOGcdqN9cZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOGcdqN9cZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOGcdqN9cZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOGcdqN9cZ .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOGcdqN9cZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOGcdqN9cZ .nav-wrapper .list .item-wrap:hover,
.cid-uOGcdqN9cZ .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOGcdqN9cZ .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOGcdqN9cZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOGcdqN9cZ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOGcdqN9cZ .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOGcdqN9cZ .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOGcdqN9cZ .contacts-wrapper .list .item-wrap:hover,
.cid-uOGcdqN9cZ .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uOGcdqN9cZ .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOGcdqN9cZ .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOGcdqN9cZ .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOGcdqN9cZ .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uOGcdqN9cZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uOGcdqN9cZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uOGcdqN9cZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uOGcdqN9cZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uOGcdqN9cZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  min-width: 40px;
  color: #ffffff;
  background-color: #232b79;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uOGcdqN9cZ .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uOGcdqN9cZ .mbr-section-title {
  color: #ed463f;
}
.cid-uOGcdqN9cZ .mbr-section-subtitle {
  color: #000000;
}
.cid-uOGcdqN9cZ .list {
  color: #404349;
}
