.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Reddit Sans;
}
.display-1 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'PT Serif', serif;
  font-size: 2.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3rem;
}
.display-4 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 2.125rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
}
.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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((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.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5851c2 !important;
}
.bg-success {
  background-color: #fff1e2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #45cb20 !important;
}
.bg-danger {
  background-color: #ff951b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5851c2 !important;
  border-color: #5851c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #7c77cf !important;
  border-color: #7c77cf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7c77cf !important;
  border-color: #7c77cf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ed463f !important;
  border-color: #ed463f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #f1736e !important;
  border-color: #f1736e !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
  color: #e27500 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #e27500 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #61e03e !important;
  border-color: #61e03e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff951b !important;
  border-color: #ff951b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffad4e !important;
  border-color: #ffad4e !important;
}
.btn-white,
.btn-white:active {
  background-color: #f7f7f7 !important;
  border-color: #f7f7f7 !important;
  color: #787878 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #787878 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5851c2;
  color: #5851c2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #36318b !important;
  background-color: transparent !important;
  border-color: #36318b !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5851c2 !important;
  border-color: #5851c2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ed463f;
  color: #ed463f;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c31912 !important;
  background-color: transparent !important;
  border-color: #c31912 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ed463f !important;
  border-color: #ed463f !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff1e2;
  color: #fff1e2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffc78b !important;
  background-color: transparent !important;
  border-color: #ffc78b !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #e27500 !important;
  background-color: #fff1e2 !important;
  border-color: #fff1e2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #45cb20;
  color: #45cb20;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #2c8014 !important;
  background-color: transparent !important;
  border-color: #2c8014 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #45cb20 !important;
  border-color: #45cb20 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff951b;
  color: #ff951b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c36900 !important;
  background-color: transparent !important;
  border-color: #c36900 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff951b !important;
  border-color: #ff951b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5851c2 !important;
}
.text-secondary {
  color: #ed463f !important;
}
.text-success {
  color: #fff1e2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #45cb20 !important;
}
.text-danger {
  color: #ff951b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #322d80 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b51811 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #ffc07c !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #277312 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b46000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #5851c2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #45cb20;
}
.alert-danger {
  background-color: #ff951b;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5851c2;
  border-color: #5851c2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5851c2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3afe3;
}
.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: #cdf5c2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fff4e7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
  border-radius: 100px !important;
}
.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: #5851c2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Reddit Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #5851c2;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5851c2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5851c2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5851c2;
  border-bottom-color: #5851c2;
}
.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: #5851c2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ed463f !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='%235851c2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn {
  width: 100%;
}
.mbr-section-btn .btn {
  justify-content: space-between;
  padding: 10px 10px 10px 30px;
  border-radius: 12px !important;
  font-weight: 400 !important;
  width: 100%;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont {
  border-radius: 100% !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid;
  border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
.mbr-desc,
.item-desc,
.nav-item {
  border-radius: 100px;
}
.form-control {
  border-radius: 12px !important;
}
.mbr-iconfont {
  border-radius: 12px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.content-wrap,
.desc-wrap,
.slider-wrap,
.item-content,
.items-wrapper,
.embla__viewport {
  border-radius: 1rem !important;
}
.contacts-wrapper {
  border-radius: 8px !important;
}
.banner .mbr-section-btn .btn {
  width: auto !important;
  padding: 10px 15px;
  justify-content: center;
}
.cid-ueUUzkI5mi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-ueUUzkI5mi .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;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-ueUUzkI5mi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-ueUUzkI5mi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-ueUUzkI5mi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ueUUzkI5mi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ueUUzkI5mi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-ueUUzkI5mi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-ueUUzkI5mi .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-ueUUzkI5mi .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-ueUUzkI5mi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-ueUUzkI5mi .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-ueUUzkI5mi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-ueUUzkI5mi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-ueUUzkI5mi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-ueUUzkI5mi .nav-link {
  width: fit-content;
  position: relative;
}
.cid-ueUUzkI5mi .nav-link:hover {
  color: #ed463f !important;
}
.cid-ueUUzkI5mi .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-ueUUzkI5mi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-ueUUzkI5mi .navbar-caption:hover,
.cid-ueUUzkI5mi .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-ueUUzkI5mi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-ueUUzkI5mi .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-ueUUzkI5mi .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-ueUUzkI5mi .iconfont-wrapper:hover,
.cid-ueUUzkI5mi .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-ueUUzkI5mi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-ueUUzkI5mi .nav-item:focus,
.cid-ueUUzkI5mi .nav-link:focus {
  outline: none;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ueUUzkI5mi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ueUUzkI5mi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ueUUzkI5mi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ueUUzkI5mi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-ueUUzkI5mi .navbar.opened {
  transition: all 0.3s;
}
.cid-ueUUzkI5mi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ueUUzkI5mi .navbar .navbar-logo img {
  width: auto;
}
.cid-ueUUzkI5mi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-ueUUzkI5mi .navbar.collapsed {
  justify-content: center;
}
.cid-ueUUzkI5mi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ueUUzkI5mi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ueUUzkI5mi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-ueUUzkI5mi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ueUUzkI5mi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ueUUzkI5mi .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-ueUUzkI5mi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ueUUzkI5mi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ueUUzkI5mi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-ueUUzkI5mi .navbar {
    min-height: 72px;
  }
  .cid-ueUUzkI5mi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-ueUUzkI5mi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ueUUzkI5mi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ueUUzkI5mi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ueUUzkI5mi .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-ueUUzkI5mi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ueUUzkI5mi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-ueUUzkI5mi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ueUUzkI5mi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-ueUUzkI5mi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-ueUUzkI5mi .dropdown-item.active,
.cid-ueUUzkI5mi .dropdown-item:active {
  background-color: transparent;
}
.cid-ueUUzkI5mi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ueUUzkI5mi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ueUUzkI5mi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ueUUzkI5mi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-ueUUzkI5mi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-ueUUzkI5mi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-ueUUzkI5mi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ueUUzkI5mi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .navbar-buttons {
    text-align: left;
  }
}
.cid-ueUUzkI5mi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ueUUzkI5mi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ueUUzkI5mi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ueUUzkI5mi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-ueUUzkI5mi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ueUUzkI5mi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-ueUUzkI5mi .navbar {
    height: 70px;
  }
  .cid-ueUUzkI5mi .navbar.opened {
    height: auto;
  }
  .cid-ueUUzkI5mi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-ueUUzkI5mi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-ueUUzkI5mi .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-ueUUzkI5mi .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-ueUUzkI5mi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-ueUUzkI5mi .navbar-brand {
    margin-right: auto;
  }
  .cid-ueUUzkI5mi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .cid-ueUUzkI5mi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-ueUUzkI5mi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-ueUUzkI5mi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-ueUUzkI5mi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-ueUUzkI5mi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-ueUUzkI5mi .navbar-brand,
.cid-ueUUzkI5mi .navbar-toggler,
.cid-ueUUzkI5mi .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBKksl7R6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKksl7R6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKksl7R6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKksl7R6f .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uBKksl7R6f .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKksl7R6f .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uBKksl7R6f .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBKksl7R6f .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uBKksl7R6f .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBKksl7R6f .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBKksl7R6f .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uBKksl7R6f .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uBKksl7R6f .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBKksl7R6f .mbr-section-title {
  color: #191c25;
}
.cid-uBKksl7R6f .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uBKksl7R6f .mbr-section-title,
.cid-uBKksl7R6f .mbr-section-btn,
.cid-uBKksl7R6f .title-wrapper {
  text-align: center;
}
.cid-uBKknSfxC3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5851c2;
}
.cid-uBKknSfxC3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKknSfxC3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKknSfxC3 .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uBKknSfxC3 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKknSfxC3 .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uBKknSfxC3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKknSfxC3 .container {
    padding: 0 14px;
  }
}
.cid-uBKknSfxC3 .row {
  justify-content: center;
}
.cid-uBKknSfxC3 .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ebebeb;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uBKknSfxC3 .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKknSfxC3 .card-wrapper {
    margin: 0;
  }
}
.cid-uBKknSfxC3 .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeef7;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uBKknSfxC3 .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #eeeef7;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uBKknSfxC3 .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uBKknSfxC3 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uBKknSfxC3 .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5851c2;
  margin-left: -25px;
}
.cid-uBKknSfxC3 .mbr-section-title {
  color: #f1f1f1;
}
.cid-uBKknSfxC3 .mbr-text {
  color: #f1f1f1;
}
.cid-uBKknSfxC3 .mbr-list-title {
  color: #f1f1f1;
}
.cid-uBKknSfxC3 .list {
  color: #f1f1f1;
}
.cid-uBKknSfxC3 .mbr-section-title,
.cid-uBKknSfxC3 .mbr-section-btn {
  text-align: center;
}
.cid-uBKknSfxC3 .icon-wrapper {
  text-align: right;
}
.cid-uBKknSfxC3 .mbr-section-title,
.cid-uBKknSfxC3 .icon-wrapper,
.cid-uBKknSfxC3 .mbr-section-btn {
  color: #000000;
}
.cid-uBJOy8Ry0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBJOy8Ry0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJOy8Ry0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJOy8Ry0r .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBJOy8Ry0r .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBJOy8Ry0r .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBJOy8Ry0r .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBJOy8Ry0r .image-wrapper img {
    height: 350px;
  }
}
.cid-uBJOy8Ry0r .mbr-section-title {
  color: #404349;
}
.cid-uBJOy8Ry0r .mbr-desc {
  color: #b19a7c;
}
.cid-uBJOy8Ry0r .mbr-text {
  color: #404349;
}
.cid-uBJOy8Ry0r .mbr-section-title,
.cid-uBJOy8Ry0r .title-wrap {
  color: #000000;
}
.cid-uBKoK90n2Z {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uBKoK90n2Z .mbr-text {
  color: #221b35;
}
.cid-uBKoK90n2Z .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uBKoK90n2Z h5,
.cid-uBKoK90n2Z h6 {
  background: #5851c2;
  display: inline;
}
.cid-uBKoK90n2Z h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uBKoK90n2Z h6 {
  line-height: 1.3 !important;
}
.cid-uBKoK90n2Z h6 span {
  padding-right: 2rem;
}
.cid-uBKoK90n2Z .mbr-section-title,
.cid-uBKoK90n2Z .align {
  color: #ffffff;
}
.cid-uBKoK90n2Z .mbr-section-subtitle,
.cid-uBKoK90n2Z .align {
  color: #ffffff;
  text-align: left;
}
.cid-uBKl12vcQf {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKl12vcQf .accordion .card {
  overflow: hidden;
}
.cid-uBKl12vcQf .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKl12vcQf .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKl12vcQf .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKl12vcQf .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKl12vcQf .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKl12vcQf .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKl12vcQf .card .panel-body {
  color: #767676;
}
.cid-uBKl12vcQf .card:hover {
  background: #f2f2f4;
}
.cid-uBKl12vcQf .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKl12vcQf .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKl12vcQf .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKl12vcQf .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKl12vcQf .panel-collapse {
  margin-top: -1px;
}
.cid-uBKl12vcQf H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKl12vcQf .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKl12vcQf .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKl12vcQf .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKl2b73zd {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKl2b73zd .accordion .card {
  overflow: hidden;
}
.cid-uBKl2b73zd .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKl2b73zd .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKl2b73zd .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKl2b73zd .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKl2b73zd .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKl2b73zd .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKl2b73zd .card .panel-body {
  color: #767676;
}
.cid-uBKl2b73zd .card:hover {
  background: #5851c2;
}
.cid-uBKl2b73zd .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKl2b73zd .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKl2b73zd .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKl2b73zd .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKl2b73zd .panel-collapse {
  margin-top: -1px;
}
.cid-uBKl2b73zd H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKl2b73zd .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKl2b73zd .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKl2b73zd .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKl3vDvmn {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKl3vDvmn .accordion .card {
  overflow: hidden;
}
.cid-uBKl3vDvmn .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKl3vDvmn .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKl3vDvmn .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKl3vDvmn .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKl3vDvmn .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKl3vDvmn .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKl3vDvmn .card .panel-body {
  color: #767676;
}
.cid-uBKl3vDvmn .card:hover {
  background: #5851c2;
}
.cid-uBKl3vDvmn .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKl3vDvmn .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKl3vDvmn .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKl3vDvmn .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKl3vDvmn .panel-collapse {
  margin-top: -1px;
}
.cid-uBKl3vDvmn H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKl3vDvmn .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKl3vDvmn .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKl3vDvmn .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKlsYsLz1 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKlsYsLz1 .accordion .card {
  overflow: hidden;
}
.cid-uBKlsYsLz1 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKlsYsLz1 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKlsYsLz1 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKlsYsLz1 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKlsYsLz1 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKlsYsLz1 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKlsYsLz1 .card .panel-body {
  color: #767676;
}
.cid-uBKlsYsLz1 .card:hover {
  background: #5851c2;
}
.cid-uBKlsYsLz1 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKlsYsLz1 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKlsYsLz1 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKlsYsLz1 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKlsYsLz1 .panel-collapse {
  margin-top: -1px;
}
.cid-uBKlsYsLz1 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKlsYsLz1 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKlsYsLz1 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKlsYsLz1 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBJGdsJtSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBJGdsJtSh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBJGdsJtSh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBJGdsJtSh .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ed463f;
  border-radius: 100%;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBJGdsJtSh .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBJGdsJtSh .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBJGdsJtSh .panel-title-edit {
  color: #ffffff;
}
.cid-uBJGdsJtSh .panel-text {
  color: #ffffff;
}
.cid-uBJGdsJtSh .panel-title-edit,
.cid-uBJGdsJtSh .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBJGdsJtSh .panel-text,
.cid-uBJGdsJtSh .panel-body {
  color: #000000;
}
.cid-uBKorKkvM8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKorKkvM8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKorKkvM8 .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-uBKorKkvM8 .container {
    padding: 0 16px;
  }
}
.cid-uBKorKkvM8 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBKorKkvM8 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uBKorKkvM8 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKorKkvM8 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKorKkvM8 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uBKorKkvM8 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKorKkvM8 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKorKkvM8 .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uBKorKkvM8 .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uBKorKkvM8 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uBKorKkvM8 .mbr-section-title {
  color: #000000;
}
.cid-uBKorKkvM8 .mbr-desc {
  color: #08323C;
}
.cid-uBKorKkvM8 .mbr-text {
  color: #08323C;
}
.cid-ueUUFeDnT8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-ueUUFeDnT8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUUFeDnT8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUUFeDnT8 .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-ueUUFeDnT8 .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ueUUFeDnT8 .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUUFeDnT8 .map-wrapper .card-wrapper .card-wrap .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: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUUFeDnT8 .mbr-section-title {
  color: #404349;
}
.cid-ueUUFeDnT8 .mbr-section-subtitle {
  color: #404349;
}
.cid-ueUUFeDnT8 .mbr-text {
  color: #404349;
}
.cid-ueUUFeDnT8 .list {
  color: #404349;
}
.cid-uBJLbGBnB3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBJLbGBnB3 a {
  background-image: none !important;
}
.cid-uBJLbGBnB3 .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBJLbGBnB3 .container {
  padding: 5rem 1rem;
}
.cid-uBJLbGBnB3 p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBJLbGBnB3 p {
    text-align: center !important;
  }
}
.cid-uBJLbGBnB3 .media-container-row .mbr-text2,
.cid-uBJLbGBnB3 .line {
  color: #232323;
  text-align: left;
}
.cid-ueUUJotMbr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ed463f;
}
.cid-ueUUJotMbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-ueUUJotMbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ueUUJotMbr .content-wrap {
  padding: 60px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .content-wrap {
    padding: 30px 20px;
  }
}
.cid-ueUUJotMbr .content-wrap .row {
  justify-content: center;
}
.cid-ueUUJotMbr .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-ueUUJotMbr .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:hover,
.cid-ueUUJotMbr .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUUJotMbr .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:hover,
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-ueUUJotMbr .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-ueUUJotMbr .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ueUUJotMbr .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ueUUJotMbr .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ueUUJotMbr .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-ueUUJotMbr .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: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-ueUUJotMbr .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-ueUUJotMbr .mbr-section-title {
  color: #ed463f;
}
.cid-ueUUJotMbr .mbr-section-subtitle {
  color: #404349;
}
.cid-ueUUJotMbr .list {
  color: #404349;
}
.cid-ueUUJotMbr .mbr-section-title,
.cid-ueUUJotMbr .title-wrapper {
  text-align: center;
}
.cid-uBKrHbNeZ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBKrHbNeZ6 .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;
}
@media (max-width: 767px) {
  .cid-uBKrHbNeZ6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBKrHbNeZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBKrHbNeZ6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBKrHbNeZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBKrHbNeZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKrHbNeZ6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBKrHbNeZ6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBKrHbNeZ6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uBKrHbNeZ6 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBKrHbNeZ6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBKrHbNeZ6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBKrHbNeZ6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uBKrHbNeZ6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBKrHbNeZ6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBKrHbNeZ6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBKrHbNeZ6 .nav-link:hover {
  color: #ed463f !important;
}
.cid-uBKrHbNeZ6 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBKrHbNeZ6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBKrHbNeZ6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uBKrHbNeZ6 .navbar-caption:hover,
.cid-uBKrHbNeZ6 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-uBKrHbNeZ6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBKrHbNeZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBKrHbNeZ6 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-uBKrHbNeZ6 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uBKrHbNeZ6 .iconfont-wrapper:hover,
.cid-uBKrHbNeZ6 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-uBKrHbNeZ6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uBKrHbNeZ6 .nav-item:focus,
.cid-uBKrHbNeZ6 .nav-link:focus {
  outline: none;
}
.cid-uBKrHbNeZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKrHbNeZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKrHbNeZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKrHbNeZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKrHbNeZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKrHbNeZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKrHbNeZ6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBKrHbNeZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKrHbNeZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBKrHbNeZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBKrHbNeZ6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBKrHbNeZ6 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBKrHbNeZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-uBKrHbNeZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKrHbNeZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBKrHbNeZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBKrHbNeZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKrHbNeZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKrHbNeZ6 .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-uBKrHbNeZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKrHbNeZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBKrHbNeZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBKrHbNeZ6 .navbar {
    min-height: 72px;
  }
  .cid-uBKrHbNeZ6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKrHbNeZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKrHbNeZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBKrHbNeZ6 .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-uBKrHbNeZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBKrHbNeZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBKrHbNeZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKrHbNeZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBKrHbNeZ6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBKrHbNeZ6 .dropdown-item.active,
.cid-uBKrHbNeZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKrHbNeZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBKrHbNeZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKrHbNeZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKrHbNeZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBKrHbNeZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBKrHbNeZ6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBKrHbNeZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBKrHbNeZ6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBKrHbNeZ6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBKrHbNeZ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBKrHbNeZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-uBKrHbNeZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKrHbNeZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKrHbNeZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKrHbNeZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKrHbNeZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKrHbNeZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKrHbNeZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKrHbNeZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKrHbNeZ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBKrHbNeZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBKrHbNeZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBKrHbNeZ6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBKrHbNeZ6 .navbar {
    height: 70px;
  }
  .cid-uBKrHbNeZ6 .navbar.opened {
    height: auto;
  }
  .cid-uBKrHbNeZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBKrHbNeZ6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uBKrHbNeZ6 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBKrHbNeZ6 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-uBKrHbNeZ6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBKrHbNeZ6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBKrHbNeZ6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .cid-uBKrHbNeZ6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBKrHbNeZ6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKrHbNeZ6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBKrHbNeZ6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKrHbNeZ6 .navbar-brand,
.cid-uBKrHbNeZ6 .navbar-toggler,
.cid-uBKrHbNeZ6 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBKrHcOnuV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKrHcOnuV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKrHcOnuV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKrHcOnuV .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uBKrHcOnuV .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKrHcOnuV .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uBKrHcOnuV .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBKrHcOnuV .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uBKrHcOnuV .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBKrHcOnuV .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBKrHcOnuV .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uBKrHcOnuV .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uBKrHcOnuV .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBKrHcOnuV .mbr-section-title {
  color: #191c25;
}
.cid-uBKrHcOnuV .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uBKrHcOnuV .mbr-section-title,
.cid-uBKrHcOnuV .mbr-section-btn,
.cid-uBKrHcOnuV .title-wrapper {
  text-align: center;
}
.cid-uBKrHeGh2w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKrHeGh2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKrHeGh2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKrHeGh2w .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKrHeGh2w .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKrHeGh2w .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKrHeGh2w .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKrHeGh2w .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKrHeGh2w .mbr-section-title {
  color: #404349;
}
.cid-uBKrHeGh2w .mbr-desc {
  color: #b19a7c;
}
.cid-uBKrHeGh2w .mbr-text {
  color: #404349;
}
.cid-uBKrHqewJf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKrHqewJf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKrHqewJf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKrHqewJf .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBKrHqewJf .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKrHqewJf .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKrHqewJf .map-wrapper .card-wrapper .card-wrap .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: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKrHqewJf .mbr-section-title {
  color: #404349;
}
.cid-uBKrHqewJf .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKrHqewJf .mbr-text {
  color: #404349;
}
.cid-uBKrHqewJf .list {
  color: #404349;
}
.cid-uBKrHrH0wu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uBKrHrH0wu .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKrHrH0wu .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKrHrH0wu .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKrHrH0wu .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKrHrH0wu a {
  background-image: none !important;
}
.cid-uBKrHrH0wu .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKrHrH0wu .container {
  padding: 5rem 1rem;
}
.cid-uBKrHrH0wu p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKrHrH0wu p {
    text-align: center !important;
  }
}
.cid-uBKrHrH0wu .media-container-row .mbr-text2,
.cid-uBKrHrH0wu .line {
  color: #232323;
  text-align: left;
}
.cid-uBKrHt90XO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ed463f;
}
.cid-uBKrHt90XO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKrHt90XO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKrHt90XO .content-wrap {
  padding: 60px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKrHt90XO .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKrHt90XO .content-wrap .row {
  justify-content: center;
}
.cid-uBKrHt90XO .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKrHt90XO .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKrHt90XO .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKrHt90XO .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKrHt90XO .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKrHt90XO .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKrHt90XO .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKrHt90XO .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKrHt90XO .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKrHt90XO .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKrHt90XO .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKrHt90XO .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKrHt90XO .nav-wrapper .list .item-wrap:hover,
.cid-uBKrHt90XO .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKrHt90XO .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKrHt90XO .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKrHt90XO .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKrHt90XO .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKrHt90XO .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKrHt90XO .contacts-wrapper .list .item-wrap:hover,
.cid-uBKrHt90XO .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKrHt90XO .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKrHt90XO .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKrHt90XO .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKrHt90XO .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKrHt90XO .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKrHt90XO .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKrHt90XO .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKrHt90XO .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKrHt90XO .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: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKrHt90XO .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uBKrHt90XO .mbr-section-title {
  color: #ed463f;
}
.cid-uBKrHt90XO .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKrHt90XO .list {
  color: #404349;
}
.cid-uBKrHt90XO .mbr-section-title,
.cid-uBKrHt90XO .title-wrapper {
  text-align: center;
}
.cid-uBKsxd0APC {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBKsxd0APC .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;
}
@media (max-width: 767px) {
  .cid-uBKsxd0APC .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBKsxd0APC .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBKsxd0APC .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBKsxd0APC .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBKsxd0APC .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKsxd0APC .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBKsxd0APC .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBKsxd0APC .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uBKsxd0APC .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBKsxd0APC .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBKsxd0APC .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBKsxd0APC .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uBKsxd0APC .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBKsxd0APC .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBKsxd0APC .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBKsxd0APC .nav-link:hover {
  color: #ed463f !important;
}
.cid-uBKsxd0APC .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBKsxd0APC .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBKsxd0APC .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uBKsxd0APC .navbar-caption:hover,
.cid-uBKsxd0APC .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-uBKsxd0APC .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBKsxd0APC .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBKsxd0APC .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-uBKsxd0APC .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uBKsxd0APC .iconfont-wrapper:hover,
.cid-uBKsxd0APC .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-uBKsxd0APC .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uBKsxd0APC .nav-item:focus,
.cid-uBKsxd0APC .nav-link:focus {
  outline: none;
}
.cid-uBKsxd0APC .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKsxd0APC .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKsxd0APC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKsxd0APC .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKsxd0APC .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKsxd0APC .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKsxd0APC .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBKsxd0APC .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKsxd0APC .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBKsxd0APC .navbar .navbar-logo img {
  width: auto;
}
.cid-uBKsxd0APC .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBKsxd0APC .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBKsxd0APC .navbar.collapsed {
  justify-content: center;
}
.cid-uBKsxd0APC .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKsxd0APC .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBKsxd0APC .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBKsxd0APC .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKsxd0APC .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKsxd0APC .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-uBKsxd0APC .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKsxd0APC .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBKsxd0APC .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBKsxd0APC .navbar {
    min-height: 72px;
  }
  .cid-uBKsxd0APC .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKsxd0APC .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKsxd0APC .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKsxd0APC .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKsxd0APC .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBKsxd0APC .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-uBKsxd0APC .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBKsxd0APC .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBKsxd0APC .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKsxd0APC .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBKsxd0APC .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBKsxd0APC .dropdown-item.active,
.cid-uBKsxd0APC .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKsxd0APC .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBKsxd0APC .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKsxd0APC .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKsxd0APC .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBKsxd0APC .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBKsxd0APC .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBKsxd0APC ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBKsxd0APC .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBKsxd0APC .navbar-buttons {
    text-align: left;
  }
}
.cid-uBKsxd0APC button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBKsxd0APC button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-uBKsxd0APC button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKsxd0APC button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKsxd0APC button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKsxd0APC button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKsxd0APC nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKsxd0APC nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKsxd0APC nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKsxd0APC nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKsxd0APC .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBKsxd0APC a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBKsxd0APC .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBKsxd0APC .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBKsxd0APC .navbar {
    height: 70px;
  }
  .cid-uBKsxd0APC .navbar.opened {
    height: auto;
  }
  .cid-uBKsxd0APC .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBKsxd0APC .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uBKsxd0APC .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBKsxd0APC .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-uBKsxd0APC .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBKsxd0APC .navbar-brand {
    margin-right: auto;
  }
  .cid-uBKsxd0APC .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .cid-uBKsxd0APC .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBKsxd0APC .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBKsxd0APC .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKsxd0APC .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBKsxd0APC .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKsxd0APC .navbar-brand,
.cid-uBKsxd0APC .navbar-toggler,
.cid-uBKsxd0APC .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBKsxeUVep {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKsxeUVep .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKsxeUVep .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKsxeUVep .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uBKsxeUVep .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKsxeUVep .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uBKsxeUVep .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBKsxeUVep .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uBKsxeUVep .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBKsxeUVep .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBKsxeUVep .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uBKsxeUVep .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uBKsxeUVep .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBKsxeUVep .mbr-section-title {
  color: #191c25;
}
.cid-uBKsxeUVep .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uBKsxeUVep .mbr-section-title,
.cid-uBKsxeUVep .mbr-section-btn,
.cid-uBKsxeUVep .title-wrapper {
  text-align: center;
}
.cid-uBKsxgGwRc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKsxgGwRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKsxgGwRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKsxgGwRc .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKsxgGwRc .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKsxgGwRc .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKsxgGwRc .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKsxgGwRc .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKsxgGwRc .mbr-section-title {
  color: #404349;
}
.cid-uBKsxgGwRc .mbr-desc {
  color: #b19a7c;
}
.cid-uBKsxgGwRc .mbr-text {
  color: #404349;
}
.cid-uBKsxj8di5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKsxj8di5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKsxj8di5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKsxj8di5 .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBKsxj8di5 .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKsxj8di5 .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKsxj8di5 .map-wrapper .card-wrapper .card-wrap .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: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKsxj8di5 .mbr-section-title {
  color: #404349;
}
.cid-uBKsxj8di5 .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKsxj8di5 .mbr-text {
  color: #404349;
}
.cid-uBKsxj8di5 .list {
  color: #404349;
}
.cid-uBKsxmWqLX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uBKsxmWqLX .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKsxmWqLX .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKsxmWqLX .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKsxmWqLX .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKsxmWqLX a {
  background-image: none !important;
}
.cid-uBKsxmWqLX .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKsxmWqLX .container {
  padding: 5rem 1rem;
}
.cid-uBKsxmWqLX p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKsxmWqLX p {
    text-align: center !important;
  }
}
.cid-uBKsxmWqLX .media-container-row .mbr-text2,
.cid-uBKsxmWqLX .line {
  color: #232323;
  text-align: left;
}
.cid-uBKsxpDX13 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ed463f;
}
.cid-uBKsxpDX13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKsxpDX13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKsxpDX13 .content-wrap {
  padding: 60px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKsxpDX13 .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKsxpDX13 .content-wrap .row {
  justify-content: center;
}
.cid-uBKsxpDX13 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKsxpDX13 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKsxpDX13 .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKsxpDX13 .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKsxpDX13 .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKsxpDX13 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKsxpDX13 .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKsxpDX13 .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKsxpDX13 .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKsxpDX13 .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKsxpDX13 .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKsxpDX13 .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKsxpDX13 .nav-wrapper .list .item-wrap:hover,
.cid-uBKsxpDX13 .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKsxpDX13 .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKsxpDX13 .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKsxpDX13 .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKsxpDX13 .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKsxpDX13 .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKsxpDX13 .contacts-wrapper .list .item-wrap:hover,
.cid-uBKsxpDX13 .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKsxpDX13 .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKsxpDX13 .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKsxpDX13 .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKsxpDX13 .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKsxpDX13 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKsxpDX13 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKsxpDX13 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKsxpDX13 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKsxpDX13 .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: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKsxpDX13 .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uBKsxpDX13 .mbr-section-title {
  color: #ed463f;
}
.cid-uBKsxpDX13 .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKsxpDX13 .list {
  color: #404349;
}
.cid-uBKsxpDX13 .mbr-section-title,
.cid-uBKsxpDX13 .title-wrapper {
  text-align: center;
}
.cid-uBKql44CP3 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBKql44CP3 .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;
}
@media (max-width: 767px) {
  .cid-uBKql44CP3 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBKql44CP3 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBKql44CP3 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBKql44CP3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBKql44CP3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKql44CP3 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBKql44CP3 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBKql44CP3 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uBKql44CP3 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBKql44CP3 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBKql44CP3 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBKql44CP3 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uBKql44CP3 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBKql44CP3 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBKql44CP3 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBKql44CP3 .nav-link:hover {
  color: #ed463f !important;
}
.cid-uBKql44CP3 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBKql44CP3 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBKql44CP3 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uBKql44CP3 .navbar-caption:hover,
.cid-uBKql44CP3 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-uBKql44CP3 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBKql44CP3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBKql44CP3 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-uBKql44CP3 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uBKql44CP3 .iconfont-wrapper:hover,
.cid-uBKql44CP3 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-uBKql44CP3 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uBKql44CP3 .nav-item:focus,
.cid-uBKql44CP3 .nav-link:focus {
  outline: none;
}
.cid-uBKql44CP3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKql44CP3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKql44CP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKql44CP3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKql44CP3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKql44CP3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKql44CP3 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBKql44CP3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKql44CP3 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBKql44CP3 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBKql44CP3 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBKql44CP3 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBKql44CP3 .navbar.collapsed {
  justify-content: center;
}
.cid-uBKql44CP3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKql44CP3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBKql44CP3 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBKql44CP3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKql44CP3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKql44CP3 .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-uBKql44CP3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKql44CP3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBKql44CP3 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBKql44CP3 .navbar {
    min-height: 72px;
  }
  .cid-uBKql44CP3 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKql44CP3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKql44CP3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKql44CP3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKql44CP3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBKql44CP3 .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-uBKql44CP3 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBKql44CP3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBKql44CP3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKql44CP3 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBKql44CP3 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBKql44CP3 .dropdown-item.active,
.cid-uBKql44CP3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKql44CP3 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBKql44CP3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKql44CP3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKql44CP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBKql44CP3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBKql44CP3 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBKql44CP3 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBKql44CP3 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBKql44CP3 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBKql44CP3 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBKql44CP3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-uBKql44CP3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKql44CP3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKql44CP3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKql44CP3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKql44CP3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKql44CP3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKql44CP3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKql44CP3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKql44CP3 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBKql44CP3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBKql44CP3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBKql44CP3 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBKql44CP3 .navbar {
    height: 70px;
  }
  .cid-uBKql44CP3 .navbar.opened {
    height: auto;
  }
  .cid-uBKql44CP3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBKql44CP3 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uBKql44CP3 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBKql44CP3 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-uBKql44CP3 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBKql44CP3 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBKql44CP3 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .cid-uBKql44CP3 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBKql44CP3 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBKql44CP3 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKql44CP3 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBKql44CP3 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKql44CP3 .navbar-brand,
.cid-uBKql44CP3 .navbar-toggler,
.cid-uBKql44CP3 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBKql4WlBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKql4WlBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKql4WlBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKql4WlBL .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uBKql4WlBL .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKql4WlBL .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uBKql4WlBL .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBKql4WlBL .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uBKql4WlBL .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBKql4WlBL .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBKql4WlBL .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uBKql4WlBL .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uBKql4WlBL .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBKql4WlBL .mbr-section-title {
  color: #191c25;
}
.cid-uBKql4WlBL .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uBKql4WlBL .mbr-section-title,
.cid-uBKql4WlBL .mbr-section-btn,
.cid-uBKql4WlBL .title-wrapper {
  text-align: center;
}
.cid-uBKql5FM5Z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5851c2;
}
.cid-uBKql5FM5Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKql5FM5Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKql5FM5Z .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uBKql5FM5Z .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKql5FM5Z .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uBKql5FM5Z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKql5FM5Z .container {
    padding: 0 14px;
  }
}
.cid-uBKql5FM5Z .row {
  justify-content: center;
}
.cid-uBKql5FM5Z .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ebebeb;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uBKql5FM5Z .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKql5FM5Z .card-wrapper {
    margin: 0;
  }
}
.cid-uBKql5FM5Z .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeef7;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uBKql5FM5Z .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #eeeef7;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uBKql5FM5Z .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uBKql5FM5Z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uBKql5FM5Z .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5851c2;
  margin-left: -25px;
}
.cid-uBKql5FM5Z .mbr-section-title {
  color: #f1f1f1;
}
.cid-uBKql5FM5Z .mbr-text {
  color: #f1f1f1;
}
.cid-uBKql5FM5Z .mbr-list-title {
  color: #f1f1f1;
}
.cid-uBKql5FM5Z .list {
  color: #f1f1f1;
}
.cid-uBKql5FM5Z .mbr-section-title,
.cid-uBKql5FM5Z .mbr-section-btn {
  text-align: center;
}
.cid-uBKql5FM5Z .icon-wrapper {
  text-align: right;
}
.cid-uBKql5FM5Z .mbr-section-title,
.cid-uBKql5FM5Z .icon-wrapper,
.cid-uBKql5FM5Z .mbr-section-btn {
  color: #000000;
}
.cid-uBKql6p50V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKql6p50V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKql6p50V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKql6p50V .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKql6p50V .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKql6p50V .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKql6p50V .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKql6p50V .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKql6p50V .mbr-section-title {
  color: #404349;
}
.cid-uBKql6p50V .mbr-desc {
  color: #b19a7c;
}
.cid-uBKql6p50V .mbr-text {
  color: #404349;
}
.cid-uBKql75qLX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uBKql75qLX .mbr-text {
  color: #221b35;
}
.cid-uBKql75qLX .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uBKql75qLX h5,
.cid-uBKql75qLX h6 {
  background: #5851c2;
  display: inline;
}
.cid-uBKql75qLX h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uBKql75qLX h6 {
  line-height: 1.3 !important;
}
.cid-uBKql75qLX h6 span {
  padding-right: 2rem;
}
.cid-uBKql75qLX .mbr-section-title,
.cid-uBKql75qLX .align {
  color: #ffffff;
}
.cid-uBKql75qLX .mbr-section-subtitle,
.cid-uBKql75qLX .align {
  color: #ffffff;
  text-align: left;
}
.cid-uBKql7DsUa {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKql7DsUa .accordion .card {
  overflow: hidden;
}
.cid-uBKql7DsUa .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKql7DsUa .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKql7DsUa .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKql7DsUa .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKql7DsUa .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKql7DsUa .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKql7DsUa .card .panel-body {
  color: #767676;
}
.cid-uBKql7DsUa .card:hover {
  background: #f2f2f4;
}
.cid-uBKql7DsUa .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKql7DsUa .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKql7DsUa .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKql7DsUa .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKql7DsUa .panel-collapse {
  margin-top: -1px;
}
.cid-uBKql7DsUa H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKql7DsUa .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKql7DsUa .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKql7DsUa .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKql8EbaY {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKql8EbaY .accordion .card {
  overflow: hidden;
}
.cid-uBKql8EbaY .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKql8EbaY .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKql8EbaY .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKql8EbaY .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKql8EbaY .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKql8EbaY .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKql8EbaY .card .panel-body {
  color: #767676;
}
.cid-uBKql8EbaY .card:hover {
  background: #5851c2;
}
.cid-uBKql8EbaY .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKql8EbaY .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKql8EbaY .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKql8EbaY .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKql8EbaY .panel-collapse {
  margin-top: -1px;
}
.cid-uBKql8EbaY H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKql8EbaY .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKql8EbaY .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKql8EbaY .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKql9CMhk {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKql9CMhk .accordion .card {
  overflow: hidden;
}
.cid-uBKql9CMhk .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKql9CMhk .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKql9CMhk .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKql9CMhk .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKql9CMhk .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKql9CMhk .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKql9CMhk .card .panel-body {
  color: #767676;
}
.cid-uBKql9CMhk .card:hover {
  background: #5851c2;
}
.cid-uBKql9CMhk .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKql9CMhk .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKql9CMhk .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKql9CMhk .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKql9CMhk .panel-collapse {
  margin-top: -1px;
}
.cid-uBKql9CMhk H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKql9CMhk .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKql9CMhk .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKql9CMhk .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKqlaFJB8 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKqlaFJB8 .accordion .card {
  overflow: hidden;
}
.cid-uBKqlaFJB8 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKqlaFJB8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKqlaFJB8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKqlaFJB8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKqlaFJB8 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKqlaFJB8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKqlaFJB8 .card .panel-body {
  color: #767676;
}
.cid-uBKqlaFJB8 .card:hover {
  background: #5851c2;
}
.cid-uBKqlaFJB8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKqlaFJB8 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKqlaFJB8 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKqlaFJB8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKqlaFJB8 .panel-collapse {
  margin-top: -1px;
}
.cid-uBKqlaFJB8 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKqlaFJB8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKqlaFJB8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKqlaFJB8 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKqlbTECI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKqlbTECI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKqlbTECI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKqlbTECI .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKqlbTECI .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBKqlbTECI .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBKqlbTECI .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBKqlbTECI .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ed463f;
  border-radius: 100%;
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBKqlbTECI .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBKqlbTECI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKqlbTECI .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKqlbTECI .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBKqlbTECI .panel-title-edit {
  color: #ffffff;
}
.cid-uBKqlbTECI .panel-text {
  color: #ffffff;
}
.cid-uBKqlbTECI .panel-title-edit,
.cid-uBKqlbTECI .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBKqlbTECI .panel-text,
.cid-uBKqlbTECI .panel-body {
  color: #000000;
}
.cid-uBKqldcjh9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKqldcjh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKqldcjh9 .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-uBKqldcjh9 .container {
    padding: 0 16px;
  }
}
.cid-uBKqldcjh9 .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBKqldcjh9 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uBKqldcjh9 .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKqldcjh9 .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKqldcjh9 .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uBKqldcjh9 .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKqldcjh9 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKqldcjh9 .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uBKqldcjh9 .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uBKqldcjh9 .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uBKqldcjh9 .mbr-section-title {
  color: #000000;
}
.cid-uBKqldcjh9 .mbr-desc {
  color: #08323C;
}
.cid-uBKqldcjh9 .mbr-text {
  color: #000000;
}
.cid-uBKuJJBx4Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5851c2;
}
.cid-uBKuJJBx4Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKuJJBx4Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKuJJBx4Z .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKuJJBx4Z .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKuJJBx4Z .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKuJJBx4Z .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKuJJBx4Z .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKuJJBx4Z .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKuJJBx4Z .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ed463f;
}
@media (max-width: 992px) {
  .cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uBKuJJBx4Z .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKuJJBx4Z .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKuJJBx4Z .mbr-section-title {
  color: #404349;
}
.cid-uBKuJJBx4Z .panel-title-edit {
  color: #404349;
}
.cid-uBKuJJBx4Z .panel-text {
  color: #404349;
}
.cid-uBKqle7gsw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKqle7gsw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKqle7gsw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKqle7gsw .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBKqle7gsw .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKqle7gsw .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKqle7gsw .map-wrapper .card-wrapper .card-wrap .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: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKqle7gsw .mbr-section-title {
  color: #404349;
}
.cid-uBKqle7gsw .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKqle7gsw .mbr-text {
  color: #404349;
}
.cid-uBKqle7gsw .list {
  color: #404349;
}
.cid-uBKqlft12L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uBKqlft12L .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKqlft12L .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKqlft12L .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKqlft12L .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKqlft12L a {
  background-image: none !important;
}
.cid-uBKqlft12L .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKqlft12L .container {
  padding: 5rem 1rem;
}
.cid-uBKqlft12L p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKqlft12L p {
    text-align: center !important;
  }
}
.cid-uBKqlft12L .media-container-row .mbr-text2,
.cid-uBKqlft12L .line {
  color: #232323;
  text-align: left;
}
.cid-uBKqlgpRlZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ed463f;
}
.cid-uBKqlgpRlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKqlgpRlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKqlgpRlZ .content-wrap {
  padding: 60px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKqlgpRlZ .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKqlgpRlZ .content-wrap .row {
  justify-content: center;
}
.cid-uBKqlgpRlZ .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKqlgpRlZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKqlgpRlZ .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKqlgpRlZ .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKqlgpRlZ .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKqlgpRlZ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKqlgpRlZ .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKqlgpRlZ .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKqlgpRlZ .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKqlgpRlZ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKqlgpRlZ .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKqlgpRlZ .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKqlgpRlZ .nav-wrapper .list .item-wrap:hover,
.cid-uBKqlgpRlZ .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKqlgpRlZ .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKqlgpRlZ .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKqlgpRlZ .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKqlgpRlZ .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKqlgpRlZ .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKqlgpRlZ .contacts-wrapper .list .item-wrap:hover,
.cid-uBKqlgpRlZ .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKqlgpRlZ .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKqlgpRlZ .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKqlgpRlZ .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKqlgpRlZ .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKqlgpRlZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKqlgpRlZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKqlgpRlZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKqlgpRlZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKqlgpRlZ .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: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKqlgpRlZ .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uBKqlgpRlZ .mbr-section-title {
  color: #ed463f;
}
.cid-uBKqlgpRlZ .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKqlgpRlZ .list {
  color: #404349;
}
.cid-uBKqlgpRlZ .mbr-section-title,
.cid-uBKqlgpRlZ .title-wrapper {
  text-align: center;
}
.cid-uBKqZZnrCG {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBKqZZnrCG .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;
}
@media (max-width: 767px) {
  .cid-uBKqZZnrCG .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBKqZZnrCG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBKqZZnrCG .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBKqZZnrCG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBKqZZnrCG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKqZZnrCG .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBKqZZnrCG .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBKqZZnrCG .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uBKqZZnrCG .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBKqZZnrCG .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBKqZZnrCG .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBKqZZnrCG .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uBKqZZnrCG .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBKqZZnrCG .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBKqZZnrCG .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBKqZZnrCG .nav-link:hover {
  color: #ed463f !important;
}
.cid-uBKqZZnrCG .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBKqZZnrCG .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBKqZZnrCG .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uBKqZZnrCG .navbar-caption:hover,
.cid-uBKqZZnrCG .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-uBKqZZnrCG .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBKqZZnrCG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBKqZZnrCG .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-uBKqZZnrCG .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uBKqZZnrCG .iconfont-wrapper:hover,
.cid-uBKqZZnrCG .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-uBKqZZnrCG .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uBKqZZnrCG .nav-item:focus,
.cid-uBKqZZnrCG .nav-link:focus {
  outline: none;
}
.cid-uBKqZZnrCG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKqZZnrCG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKqZZnrCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKqZZnrCG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKqZZnrCG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKqZZnrCG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKqZZnrCG .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBKqZZnrCG .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKqZZnrCG .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBKqZZnrCG .navbar .navbar-logo img {
  width: auto;
}
.cid-uBKqZZnrCG .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBKqZZnrCG .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBKqZZnrCG .navbar.collapsed {
  justify-content: center;
}
.cid-uBKqZZnrCG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKqZZnrCG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBKqZZnrCG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBKqZZnrCG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKqZZnrCG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKqZZnrCG .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-uBKqZZnrCG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKqZZnrCG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBKqZZnrCG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBKqZZnrCG .navbar {
    min-height: 72px;
  }
  .cid-uBKqZZnrCG .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKqZZnrCG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKqZZnrCG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKqZZnrCG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKqZZnrCG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBKqZZnrCG .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-uBKqZZnrCG .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBKqZZnrCG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBKqZZnrCG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKqZZnrCG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBKqZZnrCG .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBKqZZnrCG .dropdown-item.active,
.cid-uBKqZZnrCG .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKqZZnrCG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBKqZZnrCG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKqZZnrCG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKqZZnrCG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBKqZZnrCG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBKqZZnrCG .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBKqZZnrCG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBKqZZnrCG .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBKqZZnrCG .navbar-buttons {
    text-align: left;
  }
}
.cid-uBKqZZnrCG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBKqZZnrCG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-uBKqZZnrCG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKqZZnrCG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKqZZnrCG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKqZZnrCG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKqZZnrCG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKqZZnrCG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKqZZnrCG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKqZZnrCG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKqZZnrCG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBKqZZnrCG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBKqZZnrCG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBKqZZnrCG .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBKqZZnrCG .navbar {
    height: 70px;
  }
  .cid-uBKqZZnrCG .navbar.opened {
    height: auto;
  }
  .cid-uBKqZZnrCG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBKqZZnrCG .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uBKqZZnrCG .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBKqZZnrCG .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-uBKqZZnrCG .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBKqZZnrCG .navbar-brand {
    margin-right: auto;
  }
  .cid-uBKqZZnrCG .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .cid-uBKqZZnrCG .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBKqZZnrCG .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBKqZZnrCG .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKqZZnrCG .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBKqZZnrCG .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKqZZnrCG .navbar-brand,
.cid-uBKqZZnrCG .navbar-toggler,
.cid-uBKqZZnrCG .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBKr017Gh0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKr017Gh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr017Gh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKr017Gh0 .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uBKr017Gh0 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKr017Gh0 .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uBKr017Gh0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBKr017Gh0 .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uBKr017Gh0 .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBKr017Gh0 .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBKr017Gh0 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uBKr017Gh0 .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uBKr017Gh0 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBKr017Gh0 .mbr-section-title {
  color: #191c25;
}
.cid-uBKr017Gh0 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uBKr017Gh0 .mbr-section-title,
.cid-uBKr017Gh0 .mbr-section-btn,
.cid-uBKr017Gh0 .title-wrapper {
  text-align: center;
}
.cid-uBKr024usc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5851c2;
}
.cid-uBKr024usc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr024usc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKr024usc .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uBKr024usc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKr024usc .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uBKr024usc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKr024usc .container {
    padding: 0 14px;
  }
}
.cid-uBKr024usc .row {
  justify-content: center;
}
.cid-uBKr024usc .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ebebeb;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uBKr024usc .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKr024usc .card-wrapper {
    margin: 0;
  }
}
.cid-uBKr024usc .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeef7;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uBKr024usc .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #eeeef7;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uBKr024usc .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBKr024usc .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uBKr024usc .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uBKr024usc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uBKr024usc .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uBKr024usc .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5851c2;
  margin-left: -25px;
}
.cid-uBKr024usc .mbr-section-title {
  color: #f1f1f1;
}
.cid-uBKr024usc .mbr-text {
  color: #f1f1f1;
}
.cid-uBKr024usc .mbr-list-title {
  color: #f1f1f1;
}
.cid-uBKr024usc .list {
  color: #f1f1f1;
}
.cid-uBKr024usc .mbr-section-title,
.cid-uBKr024usc .mbr-section-btn {
  text-align: center;
}
.cid-uBKr024usc .icon-wrapper {
  text-align: right;
}
.cid-uBKr024usc .mbr-section-title,
.cid-uBKr024usc .icon-wrapper,
.cid-uBKr024usc .mbr-section-btn {
  color: #000000;
}
.cid-uBKr033usA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKr033usA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr033usA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKr033usA .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKr033usA .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKr033usA .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKr033usA .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKr033usA .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKr033usA .mbr-section-title {
  color: #404349;
}
.cid-uBKr033usA .mbr-desc {
  color: #b19a7c;
}
.cid-uBKr033usA .mbr-text {
  color: #404349;
}
.cid-uBKr033usA .mbr-section-title,
.cid-uBKr033usA .title-wrap {
  color: #000000;
}
.cid-uBKr03ZFi6 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uBKr03ZFi6 .mbr-text {
  color: #221b35;
}
.cid-uBKr03ZFi6 .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uBKr03ZFi6 h5,
.cid-uBKr03ZFi6 h6 {
  background: #5851c2;
  display: inline;
}
.cid-uBKr03ZFi6 h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uBKr03ZFi6 h6 {
  line-height: 1.3 !important;
}
.cid-uBKr03ZFi6 h6 span {
  padding-right: 2rem;
}
.cid-uBKr03ZFi6 .mbr-section-title,
.cid-uBKr03ZFi6 .align {
  color: #ffffff;
}
.cid-uBKr03ZFi6 .mbr-section-subtitle,
.cid-uBKr03ZFi6 .align {
  color: #ffffff;
  text-align: left;
}
.cid-uBKr04HU5L {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKr04HU5L .accordion .card {
  overflow: hidden;
}
.cid-uBKr04HU5L .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKr04HU5L .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKr04HU5L .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKr04HU5L .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKr04HU5L .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKr04HU5L .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKr04HU5L .card .panel-body {
  color: #767676;
}
.cid-uBKr04HU5L .card:hover {
  background: #f2f2f4;
}
.cid-uBKr04HU5L .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKr04HU5L .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKr04HU5L .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKr04HU5L .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKr04HU5L .panel-collapse {
  margin-top: -1px;
}
.cid-uBKr04HU5L H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKr04HU5L .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKr04HU5L .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKr04HU5L .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKr06dLZl {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKr06dLZl .accordion .card {
  overflow: hidden;
}
.cid-uBKr06dLZl .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKr06dLZl .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKr06dLZl .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKr06dLZl .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKr06dLZl .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKr06dLZl .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKr06dLZl .card .panel-body {
  color: #767676;
}
.cid-uBKr06dLZl .card:hover {
  background: #5851c2;
}
.cid-uBKr06dLZl .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKr06dLZl .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKr06dLZl .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKr06dLZl .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKr06dLZl .panel-collapse {
  margin-top: -1px;
}
.cid-uBKr06dLZl H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKr06dLZl .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKr06dLZl .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKr06dLZl .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKr07I4s4 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKr07I4s4 .accordion .card {
  overflow: hidden;
}
.cid-uBKr07I4s4 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKr07I4s4 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKr07I4s4 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKr07I4s4 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKr07I4s4 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKr07I4s4 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKr07I4s4 .card .panel-body {
  color: #767676;
}
.cid-uBKr07I4s4 .card:hover {
  background: #5851c2;
}
.cid-uBKr07I4s4 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKr07I4s4 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKr07I4s4 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKr07I4s4 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKr07I4s4 .panel-collapse {
  margin-top: -1px;
}
.cid-uBKr07I4s4 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKr07I4s4 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKr07I4s4 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKr07I4s4 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKr09vbFZ {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKr09vbFZ .accordion .card {
  overflow: hidden;
}
.cid-uBKr09vbFZ .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKr09vbFZ .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKr09vbFZ .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKr09vbFZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKr09vbFZ .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKr09vbFZ .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKr09vbFZ .card .panel-body {
  color: #767676;
}
.cid-uBKr09vbFZ .card:hover {
  background: #5851c2;
}
.cid-uBKr09vbFZ .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKr09vbFZ .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKr09vbFZ .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKr09vbFZ .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKr09vbFZ .panel-collapse {
  margin-top: -1px;
}
.cid-uBKr09vbFZ H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKr09vbFZ .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKr09vbFZ .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKr09vbFZ .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKr0aQgch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKr0aQgch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr0aQgch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKr0aQgch .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKr0aQgch .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBKr0aQgch .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBKr0aQgch .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBKr0aQgch .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ed463f;
  border-radius: 100%;
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBKr0aQgch .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBKr0aQgch .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKr0aQgch .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKr0aQgch .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBKr0aQgch .panel-title-edit {
  color: #ffffff;
}
.cid-uBKr0aQgch .panel-text {
  color: #ffffff;
}
.cid-uBKr0aQgch .panel-title-edit,
.cid-uBKr0aQgch .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBKr0aQgch .panel-text,
.cid-uBKr0aQgch .panel-body {
  color: #000000;
}
.cid-uBKr0cqpeG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKr0cqpeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr0cqpeG .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-uBKr0cqpeG .container {
    padding: 0 16px;
  }
}
.cid-uBKr0cqpeG .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBKr0cqpeG .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uBKr0cqpeG .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKr0cqpeG .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKr0cqpeG .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uBKr0cqpeG .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKr0cqpeG .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKr0cqpeG .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uBKr0cqpeG .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uBKr0cqpeG .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uBKr0cqpeG .mbr-section-title {
  color: #000000;
}
.cid-uBKr0cqpeG .mbr-desc {
  color: #08323C;
}
.cid-uBKr0cqpeG .mbr-text {
  color: #08323C;
}
.cid-uBKv97kYeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5851c2;
}
.cid-uBKv97kYeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKv97kYeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKv97kYeY .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKv97kYeY .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKv97kYeY .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKv97kYeY .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKv97kYeY .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKv97kYeY .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uBKv97kYeY .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKv97kYeY .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uBKv97kYeY .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ed463f;
}
@media (max-width: 992px) {
  .cid-uBKv97kYeY .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uBKv97kYeY .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKv97kYeY .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKv97kYeY .mbr-section-title {
  color: #404349;
}
.cid-uBKv97kYeY .panel-title-edit {
  color: #404349;
}
.cid-uBKv97kYeY .panel-text {
  color: #404349;
}
.cid-uBKr0dwuve {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKr0dwuve .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr0dwuve .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKr0dwuve .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBKr0dwuve .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKr0dwuve .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKr0dwuve .map-wrapper .card-wrapper .card-wrap .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: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKr0dwuve .mbr-section-title {
  color: #404349;
}
.cid-uBKr0dwuve .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKr0dwuve .mbr-text {
  color: #404349;
}
.cid-uBKr0dwuve .list {
  color: #404349;
}
.cid-uBKr0eK45L {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uBKr0eK45L .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKr0eK45L .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKr0eK45L .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKr0eK45L .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKr0eK45L a {
  background-image: none !important;
}
.cid-uBKr0eK45L .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKr0eK45L .container {
  padding: 5rem 1rem;
}
.cid-uBKr0eK45L p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKr0eK45L p {
    text-align: center !important;
  }
}
.cid-uBKr0eK45L .media-container-row .mbr-text2,
.cid-uBKr0eK45L .line {
  color: #232323;
  text-align: left;
}
.cid-uBKr0fIAwE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ed463f;
}
.cid-uBKr0fIAwE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKr0fIAwE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKr0fIAwE .content-wrap {
  padding: 60px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKr0fIAwE .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKr0fIAwE .content-wrap .row {
  justify-content: center;
}
.cid-uBKr0fIAwE .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKr0fIAwE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKr0fIAwE .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKr0fIAwE .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKr0fIAwE .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKr0fIAwE .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKr0fIAwE .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKr0fIAwE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKr0fIAwE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKr0fIAwE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKr0fIAwE .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKr0fIAwE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKr0fIAwE .nav-wrapper .list .item-wrap:hover,
.cid-uBKr0fIAwE .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKr0fIAwE .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKr0fIAwE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKr0fIAwE .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKr0fIAwE .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKr0fIAwE .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKr0fIAwE .contacts-wrapper .list .item-wrap:hover,
.cid-uBKr0fIAwE .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKr0fIAwE .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKr0fIAwE .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKr0fIAwE .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKr0fIAwE .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKr0fIAwE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKr0fIAwE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKr0fIAwE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKr0fIAwE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKr0fIAwE .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: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKr0fIAwE .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uBKr0fIAwE .mbr-section-title {
  color: #ed463f;
}
.cid-uBKr0fIAwE .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKr0fIAwE .list {
  color: #404349;
}
.cid-uBKr0fIAwE .mbr-section-title,
.cid-uBKr0fIAwE .title-wrapper {
  text-align: center;
}
.cid-uBKpHDqvq6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uBKpHDqvq6 .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;
}
@media (max-width: 767px) {
  .cid-uBKpHDqvq6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uBKpHDqvq6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uBKpHDqvq6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px !important;
}
.cid-uBKpHDqvq6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBKpHDqvq6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBKpHDqvq6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uBKpHDqvq6 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uBKpHDqvq6 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uBKpHDqvq6 .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uBKpHDqvq6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uBKpHDqvq6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uBKpHDqvq6 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uBKpHDqvq6 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uBKpHDqvq6 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uBKpHDqvq6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uBKpHDqvq6 .nav-link:hover {
  color: #ed463f !important;
}
.cid-uBKpHDqvq6 .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uBKpHDqvq6 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uBKpHDqvq6 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uBKpHDqvq6 .navbar-caption:hover,
.cid-uBKpHDqvq6 .navbar-caption:focus {
  color: #ed463f !important;
}
@media (max-width: 767px) {
  .cid-uBKpHDqvq6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uBKpHDqvq6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uBKpHDqvq6 .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 10px;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.4) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 16px;
  margin: 1rem 1rem 0;
  background-color: #ffffff;
  box-shadow: none;
  position: relative;
}
.cid-uBKpHDqvq6 .iconfont-wrapper {
  color: #404349 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uBKpHDqvq6 .iconfont-wrapper:hover,
.cid-uBKpHDqvq6 .iconfont-wrapper:focus {
  color: #ed463f !important;
}
.cid-uBKpHDqvq6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.4) !important;
}
.cid-uBKpHDqvq6 .nav-item:focus,
.cid-uBKpHDqvq6 .nav-link:focus {
  outline: none;
}
.cid-uBKpHDqvq6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBKpHDqvq6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBKpHDqvq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBKpHDqvq6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBKpHDqvq6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBKpHDqvq6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBKpHDqvq6 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uBKpHDqvq6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBKpHDqvq6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBKpHDqvq6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBKpHDqvq6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uBKpHDqvq6 .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uBKpHDqvq6 .navbar.collapsed {
  justify-content: center;
}
.cid-uBKpHDqvq6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBKpHDqvq6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBKpHDqvq6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.5rem);
  }
}
.cid-uBKpHDqvq6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBKpHDqvq6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBKpHDqvq6 .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-uBKpHDqvq6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBKpHDqvq6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBKpHDqvq6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uBKpHDqvq6 .navbar {
    min-height: 72px;
  }
  .cid-uBKpHDqvq6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uBKpHDqvq6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBKpHDqvq6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBKpHDqvq6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBKpHDqvq6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBKpHDqvq6 .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-uBKpHDqvq6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBKpHDqvq6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uBKpHDqvq6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBKpHDqvq6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uBKpHDqvq6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uBKpHDqvq6 .dropdown-item.active,
.cid-uBKpHDqvq6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBKpHDqvq6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBKpHDqvq6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBKpHDqvq6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBKpHDqvq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uBKpHDqvq6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uBKpHDqvq6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uBKpHDqvq6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBKpHDqvq6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uBKpHDqvq6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uBKpHDqvq6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBKpHDqvq6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #404349;
}
.cid-uBKpHDqvq6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBKpHDqvq6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKpHDqvq6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBKpHDqvq6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBKpHDqvq6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKpHDqvq6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBKpHDqvq6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBKpHDqvq6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBKpHDqvq6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uBKpHDqvq6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBKpHDqvq6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBKpHDqvq6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBKpHDqvq6 .navbar {
    height: 70px;
  }
  .cid-uBKpHDqvq6 .navbar.opened {
    height: auto;
  }
  .cid-uBKpHDqvq6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uBKpHDqvq6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 1rem;
}
@media (max-width: 992px) {
  .cid-uBKpHDqvq6 .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uBKpHDqvq6 .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  padding: 25px 15px;
  min-width: 180px;
}
.cid-uBKpHDqvq6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uBKpHDqvq6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uBKpHDqvq6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.4) !important;
    background: rgba(255, 255, 255, 0.4) !important;
  }
  .cid-uBKpHDqvq6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uBKpHDqvq6 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uBKpHDqvq6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uBKpHDqvq6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uBKpHDqvq6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uBKpHDqvq6 .navbar-brand,
.cid-uBKpHDqvq6 .navbar-toggler,
.cid-uBKpHDqvq6 .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uBKpHEIRil {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKpHEIRil .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHEIRil .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKpHEIRil .content-wrapper {
  position: relative;
  overflow: hidden;
  padding: 96px;
}
@media (max-width: 1440px) {
  .cid-uBKpHEIRil .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uBKpHEIRil .content-wrapper {
    padding: 26px 22px;
  }
}
.cid-uBKpHEIRil .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBKpHEIRil .content-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeef7;
  opacity: 0.7;
  z-index: 1;
  pointer-events: none;
}
.cid-uBKpHEIRil .content-wrapper .mbr-desc {
  position: relative;
  z-index: 1;
  margin-bottom: 22px;
}
.cid-uBKpHEIRil .content-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uBKpHEIRil .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 22px;
}
.cid-uBKpHEIRil .content-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uBKpHEIRil .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uBKpHEIRil .mbr-section-title {
  color: #191c25;
}
.cid-uBKpHEIRil .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uBKpHEIRil .mbr-section-title,
.cid-uBKpHEIRil .mbr-section-btn,
.cid-uBKpHEIRil .title-wrapper {
  text-align: center;
}
.cid-uBKpHFPcnY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #5851c2;
}
.cid-uBKpHFPcnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHFPcnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKpHFPcnY .container-fluid {
  padding: 0 28px;
}
@media (max-width: 992px) {
  .cid-uBKpHFPcnY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKpHFPcnY .container-fluid {
    padding: 0 14px;
  }
}
@media (max-width: 992px) {
  .cid-uBKpHFPcnY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uBKpHFPcnY .container {
    padding: 0 14px;
  }
}
.cid-uBKpHFPcnY .row {
  justify-content: center;
}
.cid-uBKpHFPcnY .card-wrapper {
  margin: 150px 0;
  padding: 40px;
  background-color: #ebebeb;
  border-radius: 0 !important;
  position: relative;
  flex-direction: column;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .cid-uBKpHFPcnY .card-wrapper {
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBKpHFPcnY .card-wrapper {
    margin: 0;
  }
}
.cid-uBKpHFPcnY .card-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 2px solid #eeeef7;
  transform: rotate(5deg);
  pointer-events: none;
}
.cid-uBKpHFPcnY .card-wrapper::after {
  content: '';
  position: absolute;
  width: 170%;
  height: 140%;
  border: 2px solid #eeeef7;
  transform: rotate(-5deg);
  pointer-events: none;
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .icon-wrapper {
  margin: -5rem 0 16px 0;
}
@media (max-width: 1199px) {
  .cid-uBKpHFPcnY .card-wrapper .card-wrap .icon-wrapper {
    margin: -3rem 0 16px 0;
  }
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 80px;
  color: #851523;
}
@media (max-width: 1199px) {
  .cid-uBKpHFPcnY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 50px;
  }
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
  margin-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .list-wrapper .mbr-list-title {
  margin-bottom: 16px;
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .list-wrapper .list {
  margin-bottom: 32px;
  list-style-type: none;
  padding-left: 22px;
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 12px;
  position: relative;
}
.cid-uBKpHFPcnY .card-wrapper .card-wrap .content-wrapper .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 2px;
  font-size: 18px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #5851c2;
  margin-left: -25px;
}
.cid-uBKpHFPcnY .mbr-section-title {
  color: #f1f1f1;
}
.cid-uBKpHFPcnY .mbr-text {
  color: #f1f1f1;
}
.cid-uBKpHFPcnY .mbr-list-title {
  color: #f1f1f1;
}
.cid-uBKpHFPcnY .list {
  color: #f1f1f1;
}
.cid-uBKpHFPcnY .mbr-section-title,
.cid-uBKpHFPcnY .mbr-section-btn {
  text-align: center;
}
.cid-uBKpHFPcnY .icon-wrapper {
  text-align: right;
}
.cid-uBKpHFPcnY .mbr-section-title,
.cid-uBKpHFPcnY .icon-wrapper,
.cid-uBKpHFPcnY .mbr-section-btn {
  color: #000000;
}
.cid-uBKpHFPcnY .list,
.cid-uBKpHFPcnY .item-wrap {
  color: #000000;
}
.cid-uBKpHGN0NE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKpHGN0NE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHGN0NE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKpHGN0NE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #f8e7d2;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uBKpHGN0NE .content-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKpHGN0NE .content-wrapper .title-wrap .mbr-section-title span {
  color: #ed463f;
}
.cid-uBKpHGN0NE .image-wrapper img {
  height: 580px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBKpHGN0NE .image-wrapper img {
    height: 350px;
  }
}
.cid-uBKpHGN0NE .mbr-section-title {
  color: #404349;
}
.cid-uBKpHGN0NE .mbr-desc {
  color: #b19a7c;
}
.cid-uBKpHGN0NE .mbr-text {
  color: #404349;
}
.cid-uBKpHGN0NE .mbr-section-title,
.cid-uBKpHGN0NE .title-wrap {
  color: #000000;
}
.cid-uBKpHHMSqK {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #eeeef7;
}
.cid-uBKpHHMSqK .mbr-text {
  color: #221b35;
}
.cid-uBKpHHMSqK .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uBKpHHMSqK h5,
.cid-uBKpHHMSqK h6 {
  background: #5851c2;
  display: inline;
}
.cid-uBKpHHMSqK h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uBKpHHMSqK h6 {
  line-height: 1.3 !important;
}
.cid-uBKpHHMSqK h6 span {
  padding-right: 2rem;
}
.cid-uBKpHHMSqK .mbr-section-title,
.cid-uBKpHHMSqK .align {
  color: #ffffff;
}
.cid-uBKpHHMSqK .mbr-section-subtitle,
.cid-uBKpHHMSqK .align {
  color: #ffffff;
  text-align: left;
}
.cid-uBKpHIpvDs {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKpHIpvDs .accordion .card {
  overflow: hidden;
}
.cid-uBKpHIpvDs .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKpHIpvDs .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKpHIpvDs .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKpHIpvDs .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKpHIpvDs .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKpHIpvDs .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKpHIpvDs .card .panel-body {
  color: #767676;
}
.cid-uBKpHIpvDs .card:hover {
  background: #f2f2f4;
}
.cid-uBKpHIpvDs .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKpHIpvDs .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKpHIpvDs .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKpHIpvDs .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKpHIpvDs .panel-collapse {
  margin-top: -1px;
}
.cid-uBKpHIpvDs H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKpHIpvDs .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKpHIpvDs .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKpHIpvDs .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKpHJKvRi {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKpHJKvRi .accordion .card {
  overflow: hidden;
}
.cid-uBKpHJKvRi .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKpHJKvRi .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKpHJKvRi .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKpHJKvRi .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKpHJKvRi .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKpHJKvRi .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKpHJKvRi .card .panel-body {
  color: #767676;
}
.cid-uBKpHJKvRi .card:hover {
  background: #5851c2;
}
.cid-uBKpHJKvRi .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKpHJKvRi .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKpHJKvRi .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKpHJKvRi .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKpHJKvRi .panel-collapse {
  margin-top: -1px;
}
.cid-uBKpHJKvRi H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKpHJKvRi .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKpHJKvRi .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKpHJKvRi .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKpHL6vc8 {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKpHL6vc8 .accordion .card {
  overflow: hidden;
}
.cid-uBKpHL6vc8 .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKpHL6vc8 .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKpHL6vc8 .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKpHL6vc8 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKpHL6vc8 .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKpHL6vc8 .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKpHL6vc8 .card .panel-body {
  color: #767676;
}
.cid-uBKpHL6vc8 .card:hover {
  background: #5851c2;
}
.cid-uBKpHL6vc8 .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKpHL6vc8 .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKpHL6vc8 .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKpHL6vc8 .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKpHL6vc8 .panel-collapse {
  margin-top: -1px;
}
.cid-uBKpHL6vc8 H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKpHL6vc8 .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKpHL6vc8 .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKpHL6vc8 .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKpHMbNLy {
  padding-top: 75px;
  padding-bottom: 75px;
  position: relative;
  background-color: #eeeef7;
}
.cid-uBKpHMbNLy .accordion .card {
  overflow: hidden;
}
.cid-uBKpHMbNLy .card {
  border: 1px solid lightgray!important;
  border-radius: 20px!important;
  margin-bottom: 0.5rem;
  transition: all 0.3s;
  padding: 0.8rem 0.2rem;
}
.cid-uBKpHMbNLy .card .card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 0px;
  border: none;
}
.cid-uBKpHMbNLy .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: 0px;
  line-height: normal;
}
.cid-uBKpHMbNLy .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uBKpHMbNLy .card .card-header a.panel-title h4 {
  padding: 0.8rem 1.6rem;
  margin-bottom: -1px;
  font-weight: 600;
}
.cid-uBKpHMbNLy .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
}
.cid-uBKpHMbNLy .card .panel-body {
  color: #767676;
}
.cid-uBKpHMbNLy .card:hover {
  background: #5851c2;
}
.cid-uBKpHMbNLy .sign {
  font-family: 'Moririse2' !important;
  font-size: 1rem!important;
  margin-right: 1rem;
  padding: 11px;
  height: 39px;
  width: 39px;
  border-radius: 100%;
  background: #ed463f;
}
.cid-uBKpHMbNLy .panel-title {
  display: flex!important;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.cid-uBKpHMbNLy .mbri-arrow-down:before {
  content: "\e960";
}
.cid-uBKpHMbNLy .panel-text {
  padding: 0rem;
  color: #383838;
}
.cid-uBKpHMbNLy .panel-collapse {
  margin-top: -1px;
}
.cid-uBKpHMbNLy H4 {
  color: #181818;
}
@media (max-width: 767px) {
  .cid-uBKpHMbNLy .panel-text {
    padding: 0 0.5rem;
  }
  .cid-uBKpHMbNLy .icon-left {
    margin-left: 0.5rem;
  }
  .cid-uBKpHMbNLy .sign {
    margin-right: 0.5rem;
  }
}
.cid-uBKpHNhOqn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKpHNhOqn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHNhOqn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKpHNhOqn .content-wrapper {
  position: relative;
  padding: 46px 24px;
  overflow: hidden;
  border: 1px solid #323046;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKpHNhOqn .content-wrapper {
    padding: 24px 14px 0 14px;
  }
}
.cid-uBKpHNhOqn .content-wrapper .mbr-section-title {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uBKpHNhOqn .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  background-color: transparent;
  border: 1px solid #323046;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uBKpHNhOqn .content-wrapper .panel-group .card {
    padding: 14px;
  }
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  background-color: #ed463f;
  border-radius: 100%;
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 26px;
  color: #080813;
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .panel-collapse .panel-body {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uBKpHNhOqn .content-wrapper .panel-group .card .panel-collapse .panel-body {
    margin-top: 14px;
  }
}
.cid-uBKpHNhOqn .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKpHNhOqn .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKpHNhOqn .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-uBKpHNhOqn .panel-title-edit {
  color: #ffffff;
}
.cid-uBKpHNhOqn .panel-text {
  color: #ffffff;
}
.cid-uBKpHNhOqn .panel-title-edit,
.cid-uBKpHNhOqn .icon-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uBKpHNhOqn .panel-text,
.cid-uBKpHNhOqn .panel-body {
  color: #000000;
}
.cid-uBKpHOv1PP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKpHOv1PP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHOv1PP .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-uBKpHOv1PP .container {
    padding: 0 16px;
  }
}
.cid-uBKpHOv1PP .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uBKpHOv1PP .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uBKpHOv1PP .text-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKpHOv1PP .text-wrapper .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKpHOv1PP .text-wrapper .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uBKpHOv1PP .text-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-uBKpHOv1PP .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uBKpHOv1PP .video-block .video-wrapper iframe {
  border-radius: 16px;
}
.cid-uBKpHOv1PP .video-block .video-wrapper .app-video-wrapper img {
  height: 320px;
  object-fit: cover;
  border-radius: 16px;
}
.cid-uBKpHOv1PP .video-block .video-wrapper .app-video-wrapper::before {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 82px;
  color: #ffffff;
  background-color: #08323c;
  text-shadow: none;
  font-size: 20px;
  border-radius: 100%;
  top: auto;
  bottom: 20px;
  left: 60px;
}
.cid-uBKpHOv1PP .mbr-section-title {
  color: #000000;
}
.cid-uBKpHOv1PP .mbr-desc {
  color: #08323C;
}
.cid-uBKpHOv1PP .mbr-text {
  color: #000000;
}
.cid-uBKubtdbCz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #5851c2;
}
.cid-uBKubtdbCz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKubtdbCz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKubtdbCz .content-wrap {
  padding: 60px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBKubtdbCz .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKubtdbCz .content-wrap .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uBKubtdbCz .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKubtdbCz .content-wrap .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKubtdbCz .content-wrap .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-uBKubtdbCz .content-wrap .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 20px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKubtdbCz .content-wrap .panel-group .card {
    padding: 20px;
  }
}
.cid-uBKubtdbCz .content-wrap .panel-group .card:first-child {
  margin-top: 0;
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #ed463f;
}
@media (max-width: 992px) {
  .cid-uBKubtdbCz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper {
    margin-left: 16px;
  }
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #b19a7c;
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .panel-collapse .panel-body {
  margin: 20px 0 0 0;
}
.cid-uBKubtdbCz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBKubtdbCz .content-wrap .panel-group .card .panel-collapse .panel-body .panel-text {
    width: 100%;
  }
}
.cid-uBKubtdbCz .mbr-section-title {
  color: #404349;
}
.cid-uBKubtdbCz .panel-title-edit {
  color: #000000;
}
.cid-uBKubtdbCz .panel-text {
  color: #404349;
}
.cid-uBKubtdbCz .panel-text,
.cid-uBKubtdbCz .panel-body {
  color: #000000;
}
.cid-uBKpHPlPY5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eeeef7;
}
.cid-uBKpHPlPY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHPlPY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKpHPlPY5 .map-wrapper {
  min-height: 650px;
  display: flex;
  align-items: flex-end;
  padding: 10px;
  position: relative;
}
.cid-uBKpHPlPY5 .map-wrapper .google-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKpHPlPY5 .map-wrapper .google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper {
  width: 100%;
  display: flex;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 54px 30px;
  width: 50%;
  padding: 30px;
  background-color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap {
    display: block;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 1200px) {
  .cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:hover,
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
@media (max-width: 1200px) {
  .cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .mbr-section-subtitle {
  margin-bottom: 16px;
  opacity: .6;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKpHPlPY5 .map-wrapper .card-wrapper .card-wrap .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: #000000;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKpHPlPY5 .mbr-section-title {
  color: #404349;
}
.cid-uBKpHPlPY5 .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKpHPlPY5 .mbr-text {
  color: #404349;
}
.cid-uBKpHPlPY5 .list {
  color: #404349;
}
.cid-uBKpHQwFro {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #eeeef7;
  overflow: hidden;
}
.cid-uBKpHQwFro .media-container-row .mbr-text {
  color: #aaaaaa;
  text-align: left;
}
.cid-uBKpHQwFro .media-container-row .mbr-text2 {
  color: #232323;
}
.cid-uBKpHQwFro .media-container-row .mbr-text1 {
  color: #232323;
  text-align: left;
}
.cid-uBKpHQwFro .media-container-row .mbr-text3 {
  color: #232323;
  text-align: right;
}
.cid-uBKpHQwFro a {
  background-image: none !important;
}
.cid-uBKpHQwFro .line {
  width: 100%;
  height: 1px;
  background: currentColor;
}
.cid-uBKpHQwFro .container {
  padding: 5rem 1rem;
}
.cid-uBKpHQwFro p {
  padding: 0.5rem 0;
}
@media (max-width: 992px) {
  .cid-uBKpHQwFro p {
    text-align: center !important;
  }
}
.cid-uBKpHQwFro .media-container-row .mbr-text2,
.cid-uBKpHQwFro .line {
  color: #232323;
  text-align: left;
}
.cid-uBKpHRxXJp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ed463f;
}
.cid-uBKpHRxXJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBKpHRxXJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBKpHRxXJp .content-wrap {
  padding: 60px;
  background-color: #eeeef7;
}
@media (max-width: 992px) {
  .cid-uBKpHRxXJp .content-wrap {
    padding: 30px 20px;
  }
}
.cid-uBKpHRxXJp .content-wrap .row {
  justify-content: center;
}
.cid-uBKpHRxXJp .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKpHRxXJp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKpHRxXJp .title-wrapper .title-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uBKpHRxXJp .title-wrapper .title-wrap .logo-wrapper {
  margin-right: 8px;
}
.cid-uBKpHRxXJp .title-wrapper .title-wrap .logo-wrapper img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px !important;
}
.cid-uBKpHRxXJp .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBKpHRxXJp .nav-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKpHRxXJp .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKpHRxXJp .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKpHRxXJp .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKpHRxXJp .nav-wrapper .list .item-wrap {
  margin-bottom: 12px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKpHRxXJp .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKpHRxXJp .nav-wrapper .list .item-wrap:hover,
.cid-uBKpHRxXJp .nav-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKpHRxXJp .contacts-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKpHRxXJp .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKpHRxXJp .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKpHRxXJp .contacts-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uBKpHRxXJp .contacts-wrapper .list .item-wrap {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uBKpHRxXJp .contacts-wrapper .list .item-wrap:hover,
.cid-uBKpHRxXJp .contacts-wrapper .list .item-wrap:focus {
  color: #ed463f;
}
.cid-uBKpHRxXJp .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBKpHRxXJp .social-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBKpHRxXJp .social-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uBKpHRxXJp .social-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uBKpHRxXJp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uBKpHRxXJp .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uBKpHRxXJp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uBKpHRxXJp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont {
  transform: scale(1.1);
}
.cid-uBKpHRxXJp .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: #ed463f;
  font-size: 16px;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  margin: 0 10px 10px 0;
}
.cid-uBKpHRxXJp .mbr-copy {
  margin-bottom: 0;
  opacity: .6;
  color: #000000;
  text-align: center;
}
.cid-uBKpHRxXJp .mbr-section-title {
  color: #ed463f;
}
.cid-uBKpHRxXJp .mbr-section-subtitle {
  color: #404349;
}
.cid-uBKpHRxXJp .list {
  color: #404349;
}
.cid-uBKpHRxXJp .mbr-section-title,
.cid-uBKpHRxXJp .title-wrapper {
  text-align: center;
}
