.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Hedvig Letters Sans;
}
.display-1 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
}
.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: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((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: #ff5600 !important;
}
.bg-success {
  background-color: #3898ec !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #7179ef !important;
}
.bg-danger {
  background-color: #e26a69 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5600 !important;
  border-color: #ff5600 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff7833 !important;
  border-color: #ff7833 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff7833 !important;
  border-color: #ff7833 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00d372 !important;
  border-color: #00d372 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #07ff8d !important;
  border-color: #07ff8d !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #07ff8d !important;
  border-color: #07ff8d !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !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: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #3898ec !important;
  border-color: #3898ec !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #67b0f0 !important;
  border-color: #67b0f0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #67b0f0 !important;
  border-color: #67b0f0 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7179ef !important;
  border-color: #7179ef !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #9fa4f4 !important;
  border-color: #9fa4f4 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9fa4f4 !important;
  border-color: #9fa4f4 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e26a69 !important;
  border-color: #e26a69 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ea9494 !important;
  border-color: #ea9494 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ea9494 !important;
  border-color: #ea9494 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #ff5600;
  color: #ff5600;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a83900 !important;
  background-color: transparent !important;
  border-color: #a83900 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5600 !important;
  border-color: #ff5600 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d372;
  color: #00d372;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #007c43 !important;
  background-color: transparent !important;
  border-color: #007c43 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d372 !important;
  border-color: #00d372 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3898ec;
  color: #3898ec;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #126cbb !important;
  background-color: transparent !important;
  border-color: #126cbb !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3898ec !important;
  border-color: #3898ec !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7179ef;
  color: #7179ef;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #232fe6 !important;
  background-color: transparent !important;
  border-color: #232fe6 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #7179ef !important;
  border-color: #7179ef !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e26a69;
  color: #e26a69;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #cd2928 !important;
  background-color: transparent !important;
  border-color: #cd2928 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e26a69 !important;
  border-color: #e26a69 !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: #ff5600 !important;
}
.text-secondary {
  color: #00d372 !important;
}
.text-success {
  color: #3898ec !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #7179ef !important;
}
.text-danger {
  color: #e26a69 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #993400 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #006d3b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1164ad !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #1926e1 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c02625 !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: #ff5600;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #7179ef;
}
.alert-danger {
  background-color: #e26a69;
}
.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: #ff5600;
  border-color: #ff5600;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5600;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffddcc;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #f2f8fe;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  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: #ff5600 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Hedvig Letters Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: -0.03em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff5600;
}
/* 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: #ff5600;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff5600;
}
.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: #ff5600;
  border-bottom-color: #ff5600;
}
.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: #ff5600 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #00d372 !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='%23ff5600' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  z-index: 1;
  padding: 30px 70px;
  border-radius: 100em !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 12px;
  margin-top: 5px;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  padding: 15px 30px;
}
.mbr-section-btn .btn-primary-outline::after,
.mbr-section-btn-main .btn-primary-outline::after,
.mbr-section-btn .btn-secondary-outline::after,
.mbr-section-btn-main .btn-secondary-outline::after,
.mbr-section-btn .btn-success-outline::after,
.mbr-section-btn-main .btn-success-outline::after,
.mbr-section-btn .btn-info-outline::after,
.mbr-section-btn-main .btn-info-outline::after,
.mbr-section-btn .btn-warning-outline::after,
.mbr-section-btn-main .btn-warning-outline::after,
.mbr-section-btn .btn-danger-outline::after,
.mbr-section-btn-main .btn-danger-outline::after,
.mbr-section-btn .btn-black-outline::after,
.mbr-section-btn-main .btn-black-outline::after,
.mbr-section-btn .btn-white-outline::after,
.mbr-section-btn-main .btn-white-outline::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(135deg, #00d372, #3898ec 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 100em;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn-primary-outline:hover::after,
.mbr-section-btn-main .btn-primary-outline:hover::after,
.mbr-section-btn .btn-secondary-outline:hover::after,
.mbr-section-btn-main .btn-secondary-outline:hover::after,
.mbr-section-btn .btn-success-outline:hover::after,
.mbr-section-btn-main .btn-success-outline:hover::after,
.mbr-section-btn .btn-info-outline:hover::after,
.mbr-section-btn-main .btn-info-outline:hover::after,
.mbr-section-btn .btn-warning-outline:hover::after,
.mbr-section-btn-main .btn-warning-outline:hover::after,
.mbr-section-btn .btn-danger-outline:hover::after,
.mbr-section-btn-main .btn-danger-outline:hover::after,
.mbr-section-btn .btn-black-outline:hover::after,
.mbr-section-btn-main .btn-black-outline:hover::after,
.mbr-section-btn .btn-white-outline:hover::after,
.mbr-section-btn-main .btn-white-outline:hover::after,
.mbr-section-btn .btn-primary-outline:focus::after,
.mbr-section-btn-main .btn-primary-outline:focus::after,
.mbr-section-btn .btn-secondary-outline:focus::after,
.mbr-section-btn-main .btn-secondary-outline:focus::after,
.mbr-section-btn .btn-success-outline:focus::after,
.mbr-section-btn-main .btn-success-outline:focus::after,
.mbr-section-btn .btn-info-outline:focus::after,
.mbr-section-btn-main .btn-info-outline:focus::after,
.mbr-section-btn .btn-warning-outline:focus::after,
.mbr-section-btn-main .btn-warning-outline:focus::after,
.mbr-section-btn .btn-danger-outline:focus::after,
.mbr-section-btn-main .btn-danger-outline:focus::after,
.mbr-section-btn .btn-black-outline:focus::after,
.mbr-section-btn-main .btn-black-outline:focus::after,
.mbr-section-btn .btn-white-outline:focus::after,
.mbr-section-btn-main .btn-white-outline:focus::after {
  opacity: 1;
}
.mbr-section-btn .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:hover .mbr-iconfont,
.mbr-section-btn .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-black-outline:focus .mbr-iconfont,
.mbr-section-btn .btn-white-outline:focus .mbr-iconfont,
.mbr-section-btn-main .btn-white-outline:focus .mbr-iconfont {
  transform: translateX(0.75vw);
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 4px solid #ff5600 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 4px solid #00d372 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 4px solid #3898ec !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 4px solid #f0f0f0 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 4px solid #7179ef !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 4px solid #e26a69 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  border: 4px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: 4px solid #ffffff !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ff5600 !important;
}
.cid-uPKfIkRxlv {
  z-index: 1000;
  width: 100%;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPKfIkRxlv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav {
    max-width: 45%;
  }
}
.cid-uPKfIkRxlv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPKfIkRxlv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPKfIkRxlv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPKfIkRxlv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPKfIkRxlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPKfIkRxlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPKfIkRxlv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPKfIkRxlv .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPKfIkRxlv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 100vw;
  margin-top: 1rem;
  background-color: #8a8a8a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPKfIkRxlv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPKfIkRxlv .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: #8a8a8a;
}
.cid-uPKfIkRxlv .nav-item:focus,
.cid-uPKfIkRxlv .nav-link:focus {
  outline: none;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPKfIkRxlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPKfIkRxlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar.opened {
  transition: all 0.3s;
}
.cid-uPKfIkRxlv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPKfIkRxlv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPKfIkRxlv .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uPKfIkRxlv .navbar.collapsed {
  justify-content: center;
}
.cid-uPKfIkRxlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPKfIkRxlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPKfIkRxlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar {
    min-height: 72px;
  }
  .cid-uPKfIkRxlv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPKfIkRxlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPKfIkRxlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPKfIkRxlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPKfIkRxlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPKfIkRxlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPKfIkRxlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPKfIkRxlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPKfIkRxlv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPKfIkRxlv .dropdown-item.active,
.cid-uPKfIkRxlv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPKfIkRxlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPKfIkRxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8a8a8a;
}
.cid-uPKfIkRxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPKfIkRxlv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPKfIkRxlv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPKfIkRxlv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .navbar-buttons {
    text-align: left;
  }
}
.cid-uPKfIkRxlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPKfIkRxlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPKfIkRxlv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPKfIkRxlv .navbar {
    height: 70px;
  }
  .cid-uPKfIkRxlv .navbar.opened {
    height: auto;
  }
  .cid-uPKfIkRxlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPKfIkRxlv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPKfIkRxlv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPKfIkRxlv .navbar-brand {
    margin-right: auto;
  }
  .cid-uPKfIkRxlv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8a8a8a;
    backdrop-filter: blur(8px);
  }
  .cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPKfIkRxlv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPKfIkRxlv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPF2uTntD2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPF2uTntD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2uTntD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF2uTntD2 .content-wrap {
  margin: 0;
}
.cid-uPF2uTntD2 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uPF2uTntD2 .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uPF2uTntD2 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPF2uTntD2 .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPF2uTntD2 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uPF2uTntD2 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPF2uTntD2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPF2uTntD2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPF2uTntD2 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPF2uTntD2 .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPF2uTntD2 .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uPF2uTntD2 .image-wrapper {
  height: 100%;
}
.cid-uPF2uTntD2 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPF2uTntD2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPF2uTntD2 .mbr-section-title {
  color: #c10b02;
}
.cid-uPF2uTntD2 .mbr-text,
.cid-uPF2uTntD2 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uPF2uTntD2 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uPF2uTntD2 .mbr-section-title,
.cid-uPF2uTntD2 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPF2LGNkhy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #080808;
}
.cid-uPF2LGNkhy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2LGNkhy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF2LGNkhy .row {
  justify-content: center;
}
.cid-uPF2LGNkhy .card {
  justify-content: flex-end;
}
.cid-uPF2LGNkhy .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPF2LGNkhy .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPF2LGNkhy .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPF2LGNkhy .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPF2LGNkhy .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPF2LGNkhy .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPF2LGNkhy .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPF2LGNkhy .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPF2LGNkhy .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPF2LGNkhy .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPF2LGNkhy .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPF2LGNkhy .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPF2LGNkhy .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPF2LGNkhy .mbr-text,
.cid-uPF2LGNkhy .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPF2LGNkhy .mbr-desc {
  color: #ffffff;
}
.cid-uPF2m1pCxv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uPF2m1pCxv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF2m1pCxv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF2m1pCxv .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPF2m1pCxv .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPF2m1pCxv .card-wrapper {
    padding: 0;
  }
}
.cid-uPF2m1pCxv .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uPF2m1pCxv .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPF2m1pCxv .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPD0gT5M5B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gT5M5B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gT5M5B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gT5M5B .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gT5M5B .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gT5M5B .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gT5M5B .container {
    padding: 0 16px;
  }
}
.cid-uPD0gT5M5B .row {
  justify-content: center;
}
.cid-uPD0gT5M5B .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPD0gT5M5B .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0gT5M5B .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPD0gT5M5B .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPD0gT5M5B .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPD0gT5M5B .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPD0gT5M5B .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPD0gT5M5B .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPD0gT5M5B .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPD0gT5M5B .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0gT5M5B .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPD0gT5M5B .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPD0gT5M5B .contacts-wrapper .list .item-wrap:hover,
.cid-uPD0gT5M5B .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPD0gT5M5B .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPD0gT5M5B .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPD0gT5M5B .mbr-section-title {
  color: #080808;
}
.cid-uPD0gT5M5B .mbr-email {
  color: #333333;
}
.cid-uPD0gT5M5B .mbr-desc {
  color: #333333;
}
.cid-uPD0gT5M5B .list {
  color: #333333;
}
.cid-uPKfIkRxlv {
  z-index: 1000;
  width: 100%;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPKfIkRxlv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav {
    max-width: 45%;
  }
}
.cid-uPKfIkRxlv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPKfIkRxlv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPKfIkRxlv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPKfIkRxlv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPKfIkRxlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPKfIkRxlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPKfIkRxlv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPKfIkRxlv .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPKfIkRxlv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 100vw;
  margin-top: 1rem;
  background-color: #8a8a8a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPKfIkRxlv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPKfIkRxlv .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: #8a8a8a;
}
.cid-uPKfIkRxlv .nav-item:focus,
.cid-uPKfIkRxlv .nav-link:focus {
  outline: none;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPKfIkRxlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPKfIkRxlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar.opened {
  transition: all 0.3s;
}
.cid-uPKfIkRxlv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPKfIkRxlv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPKfIkRxlv .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uPKfIkRxlv .navbar.collapsed {
  justify-content: center;
}
.cid-uPKfIkRxlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPKfIkRxlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPKfIkRxlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar {
    min-height: 72px;
  }
  .cid-uPKfIkRxlv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPKfIkRxlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPKfIkRxlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPKfIkRxlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPKfIkRxlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPKfIkRxlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPKfIkRxlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPKfIkRxlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPKfIkRxlv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPKfIkRxlv .dropdown-item.active,
.cid-uPKfIkRxlv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPKfIkRxlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPKfIkRxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8a8a8a;
}
.cid-uPKfIkRxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPKfIkRxlv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPKfIkRxlv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPKfIkRxlv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .navbar-buttons {
    text-align: left;
  }
}
.cid-uPKfIkRxlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPKfIkRxlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPKfIkRxlv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPKfIkRxlv .navbar {
    height: 70px;
  }
  .cid-uPKfIkRxlv .navbar.opened {
    height: auto;
  }
  .cid-uPKfIkRxlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPKfIkRxlv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPKfIkRxlv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPKfIkRxlv .navbar-brand {
    margin-right: auto;
  }
  .cid-uPKfIkRxlv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8a8a8a;
    backdrop-filter: blur(8px);
  }
  .cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPKfIkRxlv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPKfIkRxlv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPF3xWPEK7 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPF3xWPEK7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF3xWPEK7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF3xWPEK7 .content-wrap {
  margin: 0;
}
.cid-uPF3xWPEK7 .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.cid-uPF3xWPEK7 .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .cid-uPF3xWPEK7 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPF3xWPEK7 .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPF3xWPEK7 .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.cid-uPF3xWPEK7 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPF3xWPEK7 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPF3xWPEK7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPF3xWPEK7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-uPF3xWPEK7 .content-wrapper .mbr-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPF3xWPEK7 .content-wrapper .mbr-desc {
    margin-top: 32px;
  }
}
.cid-uPF3xWPEK7 .image-wrapper {
  height: 100%;
}
.cid-uPF3xWPEK7 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPF3xWPEK7 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPF3xWPEK7 .mbr-section-title {
  color: #c10b02;
}
.cid-uPF3xWPEK7 .mbr-text,
.cid-uPF3xWPEK7 .text-wrapper {
  color: #4b4949;
  text-align: center;
}
.cid-uPF3xWPEK7 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uPF3xWPEK7 .mbr-section-title,
.cid-uPF3xWPEK7 .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPF3xXrB37 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uPF3xXrB37 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF3xXrB37 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF3xXrB37 .row {
  justify-content: center;
}
.cid-uPF3xXrB37 .card {
  justify-content: flex-end;
}
.cid-uPF3xXrB37 .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPF3xXrB37 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPF3xXrB37 .content-wrapper .text-wrapper .mbr-text {
  width: 60%;
  display: inline-block;
  margin-bottom: 0;
  opacity: .6;
}
@media (max-width: 992px) {
  .cid-uPF3xXrB37 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPF3xXrB37 .border-wrapper {
  margin-top: 125px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uPF3xXrB37 .border-wrapper {
    margin-top: 30px;
  }
}
.cid-uPF3xXrB37 .desc-wrapper {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .cid-uPF3xXrB37 .desc-wrapper {
    margin-top: 30px;
  }
}
.cid-uPF3xXrB37 .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPF3xXrB37 .mbr-section-btn {
  margin-top: 50px;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uPF3xXrB37 .mbr-section-btn {
    margin-top: 20px;
    text-align: left;
  }
}
.cid-uPF3xXrB37 .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPF3xXrB37 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uPF3xXrB37 .mbr-text,
.cid-uPF3xXrB37 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPF3xXrB37 .mbr-desc {
  color: #ffffff;
}
.cid-uPF3xXXbJJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPF3xXXbJJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF3xXXbJJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF3xXXbJJ .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPF3xXXbJJ .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPF3xXXbJJ .card-wrapper {
    padding: 0;
  }
}
.cid-uPF3xXXbJJ .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #eeeeee;
}
@media (max-width: 992px) {
  .cid-uPF3xXXbJJ .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPF3xXXbJJ .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPF3xYHs2F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPF3xYHs2F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF3xYHs2F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF3xYHs2F .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPF3xYHs2F .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPF3xYHs2F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPF3xYHs2F .container {
    padding: 0 16px;
  }
}
.cid-uPF3xYHs2F .row {
  justify-content: center;
}
.cid-uPF3xYHs2F .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPF3xYHs2F .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPF3xYHs2F .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPF3xYHs2F .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPF3xYHs2F .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPF3xYHs2F .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPF3xYHs2F .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPF3xYHs2F .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPF3xYHs2F .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPF3xYHs2F .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPF3xYHs2F .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPF3xYHs2F .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPF3xYHs2F .contacts-wrapper .list .item-wrap:hover,
.cid-uPF3xYHs2F .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPF3xYHs2F .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPF3xYHs2F .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPF3xYHs2F .mbr-section-title {
  color: #080808;
}
.cid-uPF3xYHs2F .mbr-email {
  color: #333333;
}
.cid-uPF3xYHs2F .mbr-desc {
  color: #333333;
}
.cid-uPF3xYHs2F .list {
  color: #333333;
}
.cid-uPKfIkRxlv {
  z-index: 1000;
  width: 100%;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPKfIkRxlv .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav {
    max-width: 45%;
  }
}
.cid-uPKfIkRxlv .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPKfIkRxlv .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPKfIkRxlv .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPKfIkRxlv .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPKfIkRxlv .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPKfIkRxlv .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPKfIkRxlv .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPKfIkRxlv .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPKfIkRxlv .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPKfIkRxlv .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 100vw;
  margin-top: 1rem;
  background-color: #8a8a8a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPKfIkRxlv .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPKfIkRxlv .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: #8a8a8a;
}
.cid-uPKfIkRxlv .nav-item:focus,
.cid-uPKfIkRxlv .nav-link:focus {
  outline: none;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPKfIkRxlv .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPKfIkRxlv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPKfIkRxlv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar.opened {
  transition: all 0.3s;
}
.cid-uPKfIkRxlv .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPKfIkRxlv .navbar .navbar-logo img {
  width: auto;
}
.cid-uPKfIkRxlv .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uPKfIkRxlv .navbar.collapsed {
  justify-content: center;
}
.cid-uPKfIkRxlv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPKfIkRxlv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPKfIkRxlv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPKfIkRxlv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPKfIkRxlv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPKfIkRxlv .navbar {
    min-height: 72px;
  }
  .cid-uPKfIkRxlv .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPKfIkRxlv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPKfIkRxlv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPKfIkRxlv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPKfIkRxlv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPKfIkRxlv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPKfIkRxlv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPKfIkRxlv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPKfIkRxlv .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPKfIkRxlv .dropdown-item.active,
.cid-uPKfIkRxlv .dropdown-item:active {
  background-color: transparent;
}
.cid-uPKfIkRxlv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPKfIkRxlv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPKfIkRxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8a8a8a;
}
.cid-uPKfIkRxlv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPKfIkRxlv .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPKfIkRxlv ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPKfIkRxlv .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .navbar-buttons {
    text-align: left;
  }
}
.cid-uPKfIkRxlv button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPKfIkRxlv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPKfIkRxlv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPKfIkRxlv .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPKfIkRxlv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPKfIkRxlv .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPKfIkRxlv .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPKfIkRxlv .navbar {
    height: 70px;
  }
  .cid-uPKfIkRxlv .navbar.opened {
    height: auto;
  }
  .cid-uPKfIkRxlv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPKfIkRxlv .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPKfIkRxlv .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPKfIkRxlv .navbar-brand {
    margin-right: auto;
  }
  .cid-uPKfIkRxlv .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8a8a8a;
    backdrop-filter: blur(8px);
  }
  .cid-uPKfIkRxlv .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPKfIkRxlv .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPKfIkRxlv .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-uPKfIkRxlv .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPKfIkRxlv .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPLug2lfHA {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/crt-0w-100.webp");
}
.cid-uPLug2lfHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLug2lfHA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLug2lfHA .row {
  margin: 0 -8px;
}
.cid-uPLug2lfHA .row .card {
  padding: 0 8px;
}
.cid-uPLug2lfHA .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPLug2lfHA .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPLug2lfHA .card-wrapper {
    padding: 24px;
  }
}
.cid-uPLug2lfHA .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPLug2lfHA .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uPLug2lfHA .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPLug2lfHA .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPLug2lfHA .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPLug2lfHA .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPLug2lfHA .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPLug2lfHA .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPLug2lfHA .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPLug2lfHA .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPLug2lfHA .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPLug2lfHA .mbr-text,
.cid-uPLug2lfHA .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPLug2lfHA .mbr-section-title,
.cid-uPLug2lfHA .mbr-section-btn {
  color: #000000;
}
.cid-uPLxc3Pk4P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPLxc3Pk4P .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uPLxc3Pk4P img {
  width: 100%;
  border-radius: 10px;
}
.cid-uPLxc3Pk4P .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uPLxc3Pk4P .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPLxc3Pk4P .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uPLxc3Pk4P img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uPLxc3Pk4P .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uPLxc3Pk4P img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uPLxc3Pk4P img {
    width: 100%;
  }
}
.cid-uPLxc3Pk4P .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uPLxc3Pk4P .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uPLxc3Pk4P .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uPLxc3Pk4P .mbr-text,
.cid-uPLxc3Pk4P .mbr-section-btn {
  color: #464646;
}
.cid-uPLxc3Pk4P .mbr-section-subtitle {
  color: #777777;
}
.cid-uPCIAoqi14 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPCIAoqi14 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCIAoqi14 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCIAoqi14 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPCIAoqi14 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPCIAoqi14 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uPCIAoqi14 .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPCIAoqi14 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPCIAoqi14 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPCIAoqi14 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPCIAoqi14 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPCIAoqi14 .mbr-text {
  color: #19171c;
}
.cid-uPCIAoqi14 .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPCIAoqi14 .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPCIAoqi14 .mbr-text,
.cid-uPCIAoqi14 .text-wrapper,
.cid-uPCIAoqi14 .person-wrapper {
  text-align: center;
}
.cid-uPLxo0GxdJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uPLxo0GxdJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLxo0GxdJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLxo0GxdJ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPLxo0GxdJ .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPLxo0GxdJ .container {
    padding: 0 30px;
  }
}
.cid-uPLxo0GxdJ .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPLxo0GxdJ .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPLxo0GxdJ .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #000000;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uPLxo0GxdJ .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPLxo0GxdJ .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPLxo0GxdJ .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uPLxo0GxdJ .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPLxo0GxdJ .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uPLxo0GxdJ .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPLxo0GxdJ .mbr-section-title {
  color: #ffffff;
}
.cid-uPLxo0GxdJ .mbr-card-title {
  color: #ffffff;
}
.cid-uPLxo0GxdJ .mbr-text {
  color: #ffffff;
}
.cid-uPLxo0GxdJ .mbr-number {
  color: #FE5115;
}
.cid-uPLU5DkCww {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uPLU5DkCww::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uPLU5DkCww .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLU5DkCww .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPLU5DkCww .container {
    padding: 0 16px;
  }
}
.cid-uPLU5DkCww .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPLU5DkCww .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPLU5DkCww .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPLU5DkCww .mbr-section-title {
  color: #000000;
}
.cid-uPLU5DkCww .mbr-text {
  color: #000000;
}
.cid-uPLU5DkCww .mbr-text,
.cid-uPLU5DkCww .icon-wrapper {
  color: #000000;
}
.cid-uPGIzfyThX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGIzfyThX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGIzfyThX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGIzfyThX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPGIzfyThX .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPGIzfyThX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPGIzfyThX .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPGIzfyThX .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPGIzfyThX .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPGIzfyThX .items-wrapper {
  margin: 0 -5px;
}
.cid-uPGIzfyThX .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPGIzfyThX .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPGIzfyThX .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPGIzfyThX .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPGIzfyThX .mbr-section-title {
  color: #093388;
}
.cid-uPGIzfyThX .item-title {
  color: #093388;
}
.cid-uPGIzfyThX .item-text {
  color: #58595b;
}
.cid-uPGIzfyThX .item-title,
.cid-uPGIzfyThX .mbr-section-btn,
.cid-uPGIzfyThX .icon-wrapper {
  color: #000000;
}
.cid-uPLxyiQ5V0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPLxyiQ5V0 .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uPLxyiQ5V0 .text-wrapper:hover .mbr-section-title a {
  color: #00d372 !important;
}
.cid-uPLxyiQ5V0 .image-wrapper,
.cid-uPLxyiQ5V0 img {
  width: 100%;
  object-fit: cover;
}
.cid-uPLxyiQ5V0 .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uPLxyiQ5V0 .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uPLxyiQ5V0 .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPLxyiQ5V0 .mbr-section-btn .btn-secondary-outline .active,
.cid-uPLxyiQ5V0 .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5600 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uPLxyiQ5V0 .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPLxyiQ5V0 {
    flex-direction: column;
  }
  .cid-uPLxyiQ5V0 .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPLxyiQ5V0 .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uPLxyiQ5V0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLxyiQ5V0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCtAW6RDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPCtAW6RDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCtAW6RDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCtAW6RDD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPCtAW6RDD .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPCtAW6RDD .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPCtAW6RDD .container {
    padding: 0 16px;
  }
}
.cid-uPCtAW6RDD .row {
  justify-content: space-between;
}
.cid-uPCtAW6RDD .title-wrapper {
  position: sticky;
}
.cid-uPCtAW6RDD .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPCtAW6RDD .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPCtAW6RDD .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPCtAW6RDD .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPCtAW6RDD .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000);
  border-radius: 50%;
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPCtAW6RDD .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPCtAW6RDD .mbr-section-title {
  color: #ffffff;
}
.cid-uPCtAW6RDD .panel-title-edit {
  color: #080808;
}
.cid-uPCtAW6RDD .panel-text {
  color: #333333;
}
.cid-uPLxMyLiY4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPLxMyLiY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLxMyLiY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLxMyLiY4 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uPLxMyLiY4 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPLxMyLiY4 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPLxMyLiY4 .container {
    padding: 0 20px;
  }
}
.cid-uPLxMyLiY4 .row {
  justify-content: space-between;
}
.cid-uPLxMyLiY4 .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-uPLxMyLiY4 .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uPLxMyLiY4 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPLxMyLiY4 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPLxMyLiY4 .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPLxMyLiY4 .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPLxMyLiY4 .mbr-section-title {
  color: #000000;
}
.cid-uPLxMyLiY4 .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uPLxMyLiY4 .mbr-text {
  color: #9a9a9a;
}
.cid-uPLxMyLiY4 .mbr-text,
.cid-uPLxMyLiY4 .text-wrap {
  color: #000000;
}
.cid-uPHiIXRtZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #991e1e;
  background-color: #2c2625;
}
.cid-uPHiIXRtZx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHiIXRtZx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHiIXRtZx .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPHiIXRtZx .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .content-wrapper {
    padding: 0;
  }
}
.cid-uPHiIXRtZx .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHiIXRtZx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPHiIXRtZx .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPHiIXRtZx .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #991e1e;
  box-shadow: -10px 10px 0 #991e1e;
}
@media (max-width: 1440px) {
  .cid-uPHiIXRtZx .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #991e1e;
  }
}
.cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #991e1e;
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPHiIXRtZx .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPHiIXRtZx .mbr-section-title {
  color: #ffffff;
}
.cid-uPHiIXRtZx .item-title {
  color: #ffffff;
}
.cid-uPHiIXRtZx .item-text {
  color: #ffffff;
}
.cid-uPLA82UuMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPLA82UuMk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLA82UuMk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLA82UuMk .row {
  justify-content: center;
}
.cid-uPLA82UuMk .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPLA82UuMk .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPLA82UuMk .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPLA82UuMk .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPLA82UuMk .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPLA82UuMk .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #991e1e;
  opacity: .5;
  pointer-events: none;
}
.cid-uPLA82UuMk .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPLA82UuMk .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPLA82UuMk .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPLA82UuMk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPLA82UuMk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPLA82UuMk .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPLA82UuMk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPLA82UuMk .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPLA82UuMk .mbr-text,
.cid-uPLA82UuMk .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPLA82UuMk .mbr-section-title,
.cid-uPLA82UuMk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPLA5Mm2mq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uPLA5Mm2mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLA5Mm2mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLA5Mm2mq .row {
  justify-content: space-between;
}
.cid-uPLA5Mm2mq .card {
  justify-content: center;
}
.cid-uPLA5Mm2mq .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPLA5Mm2mq .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPLA5Mm2mq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPLA5Mm2mq .mbr-section-btn .btn::after,
.cid-uPLA5Mm2mq .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPLA5Mm2mq .mbr-section-btn .btn:hover,
.cid-uPLA5Mm2mq .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPLA5Mm2mq .mbr-section-btn .btn:hover::after,
.cid-uPLA5Mm2mq .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPLA5Mm2mq .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPLA5Mm2mq .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uPLA5Mm2mq .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPLA5Mm2mq .image-wrapper img {
    height: 350px;
  }
}
.cid-uPLA5Mm2mq .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uPLA5Mm2mq .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPLA5Mm2mq .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPLA5Mm2mq .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPLA5Mm2mq .mbr-section-title {
  color: #ffffff;
}
.cid-uPLA5Mm2mq .mbr-tag {
  color: #ffffff;
}
.cid-uPLA5Mm2mq .mbr-text {
  color: #c7c7c7;
}
.cid-uPLA5Mm2mq .mbr-text,
.cid-uPLA5Mm2mq .text-wrap,
.cid-uPLA5Mm2mq .mbr-section-btn {
  color: #000000;
}
.cid-uPLA5Mm2mq .mbr-section-title,
.cid-uPLA5Mm2mq .main-btn {
  color: #000000;
}
.cid-uPGRzhXxfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPGRzhXxfV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGRzhXxfV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGRzhXxfV .row {
  justify-content: center;
}
.cid-uPGRzhXxfV .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPGRzhXxfV .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPGRzhXxfV .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPGRzhXxfV .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPGRzhXxfV .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPGRzhXxfV .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPGRzhXxfV .items-wrapper {
    display: block;
  }
}
.cid-uPGRzhXxfV .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPGRzhXxfV .item {
    margin-bottom: 16px;
  }
}
.cid-uPGRzhXxfV .item:hover .item-wrapper .item-img img,
.cid-uPGRzhXxfV .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPGRzhXxfV .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPGRzhXxfV .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPGRzhXxfV .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPGRzhXxfV .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPGRzhXxfV .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPGRzhXxfV .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPGRzhXxfV .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPGRzhXxfV .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPGRzhXxfV .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPGRzhXxfV .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPGRzhXxfV .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPGRzhXxfV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPGRzhXxfV .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPGRzhXxfV .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPGRzhXxfV .mbr-section-title {
  color: #ffffff;
}
.cid-uPGRzhXxfV .card-name {
  color: #cbff5b;
}
.cid-uPGRzhXxfV .card-role {
  color: #cbff5b;
}
.cid-uPGRzhXxfV .card-text {
  color: #ffffff;
}
.cid-uPGRzhXxfV .mbr-tag {
  color: #000000;
}
.cid-uPGRzhXxfV .card-text,
.cid-uPGRzhXxfV .mbr-section-btn,
.cid-uPGRzhXxfV .text-wrapper {
  color: #fbfffe;
}
.cid-uPLEc7SAnv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPLEc7SAnv .row {
  flex-direction: row-reverse;
}
.cid-uPLEc7SAnv .mbr-text {
  color: #221b35;
}
.cid-uPLEc7SAnv .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPLEc7SAnv h5,
.cid-uPLEc7SAnv h6 {
  background: #ff5600;
  display: inline;
}
.cid-uPLEc7SAnv h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPLEc7SAnv h6 {
  line-height: 1.3 !important;
}
.cid-uPLEc7SAnv h6 span {
  padding-right: 2rem;
}
.cid-uPLEc7SAnv .mbr-section-title,
.cid-uPLEc7SAnv .align {
  color: #ffffff;
}
.cid-uPLEc7SAnv .mbr-section-subtitle,
.cid-uPLEc7SAnv .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPCI9xzKKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #991e1e;
}
.cid-uPCI9xzKKI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCI9xzKKI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCI9xzKKI .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPCI9xzKKI .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPCI9xzKKI .card-wrapper {
    padding: 0;
  }
}
.cid-uPCI9xzKKI .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uPCI9xzKKI .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPCI9xzKKI .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-tXLIHwDBCn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-tXLIHwDBCn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLIHwDBCn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLIHwDBCn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-tXLIHwDBCn .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIHwDBCn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIHwDBCn .container {
    padding: 0 16px;
  }
}
.cid-tXLIHwDBCn .row {
  justify-content: center;
}
.cid-tXLIHwDBCn .content-wrapper {
  margin-bottom: 36px;
}
.cid-tXLIHwDBCn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tXLIHwDBCn .content-wrapper .email-wrapper {
  display: block;
}
.cid-tXLIHwDBCn .content-wrapper .email-wrapper:hover .mbr-email,
.cid-tXLIHwDBCn .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-tXLIHwDBCn .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-tXLIHwDBCn .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-tXLIHwDBCn .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-tXLIHwDBCn .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-tXLIHwDBCn .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tXLIHwDBCn .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tXLIHwDBCn .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-tXLIHwDBCn .contacts-wrapper .list .item-wrap:hover,
.cid-tXLIHwDBCn .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-tXLIHwDBCn .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-tXLIHwDBCn .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-tXLIHwDBCn .mbr-section-title {
  color: #080808;
}
.cid-tXLIHwDBCn .mbr-email {
  color: #333333;
}
.cid-tXLIHwDBCn .mbr-desc {
  color: #333333;
}
.cid-tXLIHwDBCn .list {
  color: #333333;
}
.cid-uPLUyVEfS7 {
  z-index: 1000;
  width: 100%;
}
.cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPLUyVEfS7 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPLUyVEfS7 .navbar-nav {
    max-width: 45%;
  }
}
.cid-uPLUyVEfS7 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPLUyVEfS7 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPLUyVEfS7 .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPLUyVEfS7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPLUyVEfS7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPLUyVEfS7 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPLUyVEfS7 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPLUyVEfS7 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPLUyVEfS7 .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uPLUyVEfS7 .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uPLUyVEfS7 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPLUyVEfS7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPLUyVEfS7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPLUyVEfS7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPLUyVEfS7 .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPLUyVEfS7 .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPLUyVEfS7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPLUyVEfS7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPLUyVEfS7 .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 100vw;
  margin-top: 1rem;
  background-color: #8a8a8a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPLUyVEfS7 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPLUyVEfS7 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPLUyVEfS7 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPLUyVEfS7 .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: #8a8a8a;
}
.cid-uPLUyVEfS7 .nav-item:focus,
.cid-uPLUyVEfS7 .nav-link:focus {
  outline: none;
}
.cid-uPLUyVEfS7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPLUyVEfS7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPLUyVEfS7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPLUyVEfS7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPLUyVEfS7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPLUyVEfS7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPLUyVEfS7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPLUyVEfS7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uPLUyVEfS7 .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uPLUyVEfS7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPLUyVEfS7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPLUyVEfS7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPLUyVEfS7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uPLUyVEfS7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPLUyVEfS7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPLUyVEfS7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPLUyVEfS7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPLUyVEfS7 .navbar {
    min-height: 72px;
  }
  .cid-uPLUyVEfS7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPLUyVEfS7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPLUyVEfS7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPLUyVEfS7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPLUyVEfS7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPLUyVEfS7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPLUyVEfS7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPLUyVEfS7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPLUyVEfS7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPLUyVEfS7 .dropdown-item.active,
.cid-uPLUyVEfS7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPLUyVEfS7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPLUyVEfS7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPLUyVEfS7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPLUyVEfS7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8a8a8a;
}
.cid-uPLUyVEfS7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPLUyVEfS7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPLUyVEfS7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPLUyVEfS7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPLUyVEfS7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uPLUyVEfS7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPLUyVEfS7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPLUyVEfS7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPLUyVEfS7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPLUyVEfS7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPLUyVEfS7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPLUyVEfS7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPLUyVEfS7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPLUyVEfS7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPLUyVEfS7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPLUyVEfS7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPLUyVEfS7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPLUyVEfS7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPLUyVEfS7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPLUyVEfS7 .navbar {
    height: 70px;
  }
  .cid-uPLUyVEfS7 .navbar.opened {
    height: auto;
  }
  .cid-uPLUyVEfS7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPLUyVEfS7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPLUyVEfS7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPLUyVEfS7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uPLUyVEfS7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8a8a8a;
    backdrop-filter: blur(8px);
  }
  .cid-uPLUyVEfS7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPLUyVEfS7 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPLUyVEfS7 .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-uPLUyVEfS7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPLUyVEfS7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPLUyWreWj {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/screenshot-2024-01-31-at-12.20.34-pm-min.png-2000x1139.png");
}
.cid-uPLUyWreWj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUyWreWj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUyWreWj .row {
  margin: 0 -8px;
}
.cid-uPLUyWreWj .row .card {
  padding: 0 8px;
}
.cid-uPLUyWreWj .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPLUyWreWj .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUyWreWj .card-wrapper {
    padding: 24px;
  }
}
.cid-uPLUyWreWj .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPLUyWreWj .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uPLUyWreWj .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPLUyWreWj .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPLUyWreWj .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPLUyWreWj .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPLUyWreWj .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPLUyWreWj .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPLUyWreWj .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPLUyWreWj .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPLUyWreWj .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPLUyWreWj .mbr-text,
.cid-uPLUyWreWj .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPLUyWreWj .mbr-section-title,
.cid-uPLUyWreWj .mbr-section-btn {
  color: #000000;
}
.cid-uPLUyX4lc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPLUyX4lc1 .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uPLUyX4lc1 img {
  width: 100%;
  border-radius: 10px;
}
.cid-uPLUyX4lc1 .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uPLUyX4lc1 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPLUyX4lc1 .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uPLUyX4lc1 img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uPLUyX4lc1 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uPLUyX4lc1 img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uPLUyX4lc1 img {
    width: 100%;
  }
}
.cid-uPLUyX4lc1 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uPLUyX4lc1 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uPLUyX4lc1 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uPLUyX4lc1 .mbr-text,
.cid-uPLUyX4lc1 .mbr-section-btn {
  color: #464646;
}
.cid-uPLUyX4lc1 .mbr-section-subtitle {
  color: #777777;
}
.cid-uPLUyXzpC5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPLUyXzpC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUyXzpC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUyXzpC5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPLUyXzpC5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPLUyXzpC5 .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uPLUyXzpC5 .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPLUyXzpC5 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPLUyXzpC5 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPLUyXzpC5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPLUyXzpC5 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPLUyXzpC5 .mbr-text {
  color: #19171c;
}
.cid-uPLUyXzpC5 .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPLUyXzpC5 .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPLUyXzpC5 .mbr-text,
.cid-uPLUyXzpC5 .text-wrapper,
.cid-uPLUyXzpC5 .person-wrapper {
  text-align: center;
}
.cid-uPLUyYaegS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uPLUyYaegS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUyYaegS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUyYaegS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPLUyYaegS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUyYaegS .container {
    padding: 0 30px;
  }
}
.cid-uPLUyYaegS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPLUyYaegS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPLUyYaegS .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #000000;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uPLUyYaegS .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPLUyYaegS .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPLUyYaegS .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uPLUyYaegS .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPLUyYaegS .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uPLUyYaegS .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPLUyYaegS .mbr-section-title {
  color: #ffffff;
}
.cid-uPLUyYaegS .mbr-card-title {
  color: #ffffff;
}
.cid-uPLUyYaegS .mbr-text {
  color: #ffffff;
}
.cid-uPLUyYaegS .mbr-number {
  color: #FE5115;
}
.cid-uPLUyYPLOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uPLUyYPLOm::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uPLUyYPLOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUyYPLOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPLUyYPLOm .container {
    padding: 0 16px;
  }
}
.cid-uPLUyYPLOm .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPLUyYPLOm .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPLUyYPLOm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPLUyYPLOm .mbr-section-title {
  color: #000000;
}
.cid-uPLUyYPLOm .mbr-text {
  color: #000000;
}
.cid-uPLUyYPLOm .mbr-text,
.cid-uPLUyYPLOm .icon-wrapper {
  color: #000000;
}
.cid-uPLUyZs2xm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPLUyZs2xm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUyZs2xm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUyZs2xm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPLUyZs2xm .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUyZs2xm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPLUyZs2xm .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPLUyZs2xm .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPLUyZs2xm .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPLUyZs2xm .items-wrapper {
  margin: 0 -5px;
}
.cid-uPLUyZs2xm .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPLUyZs2xm .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPLUyZs2xm .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPLUyZs2xm .mbr-section-title {
  color: #093388;
}
.cid-uPLUyZs2xm .item-title {
  color: #093388;
}
.cid-uPLUyZs2xm .item-text {
  color: #58595b;
}
.cid-uPLUyZs2xm .item-title,
.cid-uPLUyZs2xm .mbr-section-btn,
.cid-uPLUyZs2xm .icon-wrapper {
  color: #000000;
}
.cid-uPLUz0l1am {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPLUz0l1am .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uPLUz0l1am .text-wrapper:hover .mbr-section-title a {
  color: #00d372 !important;
}
.cid-uPLUz0l1am .image-wrapper,
.cid-uPLUz0l1am img {
  width: 100%;
  object-fit: cover;
}
.cid-uPLUz0l1am .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uPLUz0l1am .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uPLUz0l1am .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPLUz0l1am .mbr-section-btn .btn-secondary-outline .active,
.cid-uPLUz0l1am .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5600 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uPLUz0l1am .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPLUz0l1am {
    flex-direction: column;
  }
  .cid-uPLUz0l1am .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPLUz0l1am .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uPLUz0l1am .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz0l1am .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz1gpMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPLUz1gpMV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz1gpMV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz1gpMV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPLUz1gpMV .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz1gpMV .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz1gpMV .container {
    padding: 0 16px;
  }
}
.cid-uPLUz1gpMV .row {
  justify-content: space-between;
}
.cid-uPLUz1gpMV .title-wrapper {
  position: sticky;
}
.cid-uPLUz1gpMV .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPLUz1gpMV .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPLUz1gpMV .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPLUz1gpMV .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPLUz1gpMV .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000);
  border-radius: 50%;
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPLUz1gpMV .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPLUz1gpMV .mbr-section-title {
  color: #ffffff;
}
.cid-uPLUz1gpMV .panel-title-edit {
  color: #080808;
}
.cid-uPLUz1gpMV .panel-text {
  color: #333333;
}
.cid-uPLUz2xiIy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPLUz2xiIy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz2xiIy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz2xiIy .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uPLUz2xiIy .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz2xiIy .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz2xiIy .container {
    padding: 0 20px;
  }
}
.cid-uPLUz2xiIy .row {
  justify-content: space-between;
}
.cid-uPLUz2xiIy .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-uPLUz2xiIy .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uPLUz2xiIy .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPLUz2xiIy .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPLUz2xiIy .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPLUz2xiIy .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPLUz2xiIy .mbr-section-title {
  color: #000000;
}
.cid-uPLUz2xiIy .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uPLUz2xiIy .mbr-text {
  color: #9a9a9a;
}
.cid-uPLUz2xiIy .mbr-text,
.cid-uPLUz2xiIy .text-wrap {
  color: #000000;
}
.cid-uPLUz3dkd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #991e1e;
  background-color: #2c2625;
}
.cid-uPLUz3dkd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz3dkd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz3dkd0 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPLUz3dkd0 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .content-wrapper {
    padding: 0;
  }
}
.cid-uPLUz3dkd0 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPLUz3dkd0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPLUz3dkd0 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #991e1e;
  box-shadow: -10px 10px 0 #991e1e;
}
@media (max-width: 1440px) {
  .cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #991e1e;
  }
}
.cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #991e1e;
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPLUz3dkd0 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPLUz3dkd0 .mbr-section-title {
  color: #ffffff;
}
.cid-uPLUz3dkd0 .item-title {
  color: #ffffff;
}
.cid-uPLUz3dkd0 .item-text {
  color: #ffffff;
}
.cid-uPLUz3Y1iH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPLUz3Y1iH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz3Y1iH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz3Y1iH .row {
  justify-content: center;
}
.cid-uPLUz3Y1iH .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPLUz3Y1iH .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPLUz3Y1iH .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz3Y1iH .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPLUz3Y1iH .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPLUz3Y1iH .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #991e1e;
  opacity: .5;
  pointer-events: none;
}
.cid-uPLUz3Y1iH .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPLUz3Y1iH .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPLUz3Y1iH .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPLUz3Y1iH .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPLUz3Y1iH .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPLUz3Y1iH .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPLUz3Y1iH .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPLUz3Y1iH .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPLUz3Y1iH .mbr-text,
.cid-uPLUz3Y1iH .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPLUz3Y1iH .mbr-section-title,
.cid-uPLUz3Y1iH .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPLUz4Esv2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uPLUz4Esv2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz4Esv2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz4Esv2 .row {
  justify-content: space-between;
}
.cid-uPLUz4Esv2 .card {
  justify-content: center;
}
.cid-uPLUz4Esv2 .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPLUz4Esv2 .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPLUz4Esv2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPLUz4Esv2 .mbr-section-btn .btn::after,
.cid-uPLUz4Esv2 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPLUz4Esv2 .mbr-section-btn .btn:hover,
.cid-uPLUz4Esv2 .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPLUz4Esv2 .mbr-section-btn .btn:hover::after,
.cid-uPLUz4Esv2 .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPLUz4Esv2 .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPLUz4Esv2 .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uPLUz4Esv2 .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPLUz4Esv2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uPLUz4Esv2 .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uPLUz4Esv2 .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPLUz4Esv2 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPLUz4Esv2 .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPLUz4Esv2 .mbr-section-title {
  color: #ffffff;
}
.cid-uPLUz4Esv2 .mbr-tag {
  color: #ffffff;
}
.cid-uPLUz4Esv2 .mbr-text {
  color: #c7c7c7;
}
.cid-uPLUz4Esv2 .mbr-text,
.cid-uPLUz4Esv2 .text-wrap,
.cid-uPLUz4Esv2 .mbr-section-btn {
  color: #000000;
}
.cid-uPLUz4Esv2 .mbr-section-title,
.cid-uPLUz4Esv2 .main-btn {
  color: #000000;
}
.cid-uPLUz5B3E0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPLUz5B3E0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz5B3E0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz5B3E0 .row {
  justify-content: center;
}
.cid-uPLUz5B3E0 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPLUz5B3E0 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPLUz5B3E0 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPLUz5B3E0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPLUz5B3E0 .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz5B3E0 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPLUz5B3E0 .items-wrapper {
    display: block;
  }
}
.cid-uPLUz5B3E0 .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPLUz5B3E0 .item {
    margin-bottom: 16px;
  }
}
.cid-uPLUz5B3E0 .item:hover .item-wrapper .item-img img,
.cid-uPLUz5B3E0 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPLUz5B3E0 .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPLUz5B3E0 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPLUz5B3E0 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPLUz5B3E0 .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPLUz5B3E0 .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPLUz5B3E0 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPLUz5B3E0 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPLUz5B3E0 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPLUz5B3E0 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPLUz5B3E0 .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPLUz5B3E0 .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPLUz5B3E0 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPLUz5B3E0 .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPLUz5B3E0 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPLUz5B3E0 .mbr-section-title {
  color: #ffffff;
}
.cid-uPLUz5B3E0 .card-name {
  color: #cbff5b;
}
.cid-uPLUz5B3E0 .card-role {
  color: #cbff5b;
}
.cid-uPLUz5B3E0 .card-text {
  color: #ffffff;
}
.cid-uPLUz5B3E0 .mbr-tag {
  color: #000000;
}
.cid-uPLUz5B3E0 .card-text,
.cid-uPLUz5B3E0 .mbr-section-btn,
.cid-uPLUz5B3E0 .text-wrapper {
  color: #fbfffe;
}
.cid-uPM03piafk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPM03piafk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM03piafk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM03piafk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uPM03piafk .container-fluid {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPM03piafk .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPM03piafk .container {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .cid-uPM03piafk .container {
    padding: 0 24px;
  }
}
.cid-uPM03piafk .row {
  justify-content: center;
}
.cid-uPM03piafk .content-wrapper .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM03piafk .content-wrapper .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uPM03piafk .content-wrapper .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 2px 10px;
  position: relative;
  background-color: #ff5600;
  margin-bottom: 16px;
  border-radius: 500px;
  border: 1px solid #edeceb;
}
.cid-uPM03piafk .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPM03piafk .mbr-figure {
  border-radius: 2rem !important;
  border: 1px solid #edeceb;
}
.cid-uPM03piafk .mbr-figure iframe {
  border-radius: 2rem !important;
}
.cid-uPM03piafk .mbr-section-title {
  color: #18212d;
  text-align: center;
}
.cid-uPM03piafk .mbr-desc,
.cid-uPM03piafk .desc-wrapper {
  color: #18212d;
  text-align: center;
}
.cid-uPLUz6BXOR {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPLUz6BXOR .row {
  flex-direction: row-reverse;
}
.cid-uPLUz6BXOR .mbr-text {
  color: #221b35;
}
.cid-uPLUz6BXOR .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPLUz6BXOR h5,
.cid-uPLUz6BXOR h6 {
  background: #ff5600;
  display: inline;
}
.cid-uPLUz6BXOR h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPLUz6BXOR h6 {
  line-height: 1.3 !important;
}
.cid-uPLUz6BXOR h6 span {
  padding-right: 2rem;
}
.cid-uPLUz6BXOR .mbr-section-title,
.cid-uPLUz6BXOR .align {
  color: #ffffff;
}
.cid-uPLUz6BXOR .mbr-section-subtitle,
.cid-uPLUz6BXOR .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPMe60vCm0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPMe60vCm0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uPMe60vCm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMe60vCm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMe60vCm0 .content-wrap {
  justify-content: center;
}
.cid-uPMe60vCm0 .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uPMe60vCm0 .card-wrapper {
    display: block;
  }
}
.cid-uPMe60vCm0 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uPMe60vCm0 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uPMe60vCm0 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uPMe60vCm0 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uPMe60vCm0 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPMe60vCm0 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPMe60vCm0 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uPMe60vCm0 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #000000;
}
@media (max-width: 1940px) {
  .cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uPMe60vCm0 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPMe60vCm0 .mbr-section-title {
  color: #000000;
}
.cid-uPMe60vCm0 .panel-title-edit {
  color: #150764;
}
.cid-uPMe60vCm0 .panel-text {
  color: #000000;
}
.cid-uPMe60vCm0 .panel-title-edit,
.cid-uPMe60vCm0 .icon-wrapper {
  color: #000000;
}
.cid-uPLUz7frc3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #991e1e;
}
.cid-uPLUz7frc3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz7frc3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz7frc3 .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPLUz7frc3 .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz7frc3 .card-wrapper {
    padding: 0;
  }
}
.cid-uPLUz7frc3 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uPLUz7frc3 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz7frc3 .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPLUz8duDS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPLUz8duDS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPLUz8duDS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPLUz8duDS .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPLUz8duDS .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz8duDS .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPLUz8duDS .container {
    padding: 0 16px;
  }
}
.cid-uPLUz8duDS .row {
  justify-content: center;
}
.cid-uPLUz8duDS .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPLUz8duDS .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPLUz8duDS .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPLUz8duDS .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPLUz8duDS .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPLUz8duDS .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPLUz8duDS .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPLUz8duDS .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPLUz8duDS .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPLUz8duDS .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPLUz8duDS .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPLUz8duDS .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPLUz8duDS .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPLUz8duDS .contacts-wrapper .list .item-wrap:hover,
.cid-uPLUz8duDS .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPLUz8duDS .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPLUz8duDS .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPLUz8duDS .mbr-section-title {
  color: #080808;
}
.cid-uPLUz8duDS .mbr-email {
  color: #333333;
}
.cid-uPLUz8duDS .mbr-desc {
  color: #333333;
}
.cid-uPLUz8duDS .list {
  color: #333333;
}
.cid-uPM0oQ8xat {
  z-index: 1000;
  width: 100%;
}
.cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPM0oQ8xat .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPM0oQ8xat .navbar-nav {
    max-width: 45%;
  }
}
.cid-uPM0oQ8xat .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPM0oQ8xat .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPM0oQ8xat .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPM0oQ8xat .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPM0oQ8xat .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPM0oQ8xat .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPM0oQ8xat .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPM0oQ8xat .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPM0oQ8xat .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uPM0oQ8xat .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uPM0oQ8xat .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPM0oQ8xat .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPM0oQ8xat .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPM0oQ8xat .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPM0oQ8xat .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPM0oQ8xat .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPM0oQ8xat .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPM0oQ8xat .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPM0oQ8xat .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 100vw;
  margin-top: 1rem;
  background-color: #8a8a8a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPM0oQ8xat .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPM0oQ8xat .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPM0oQ8xat .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPM0oQ8xat .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: #8a8a8a;
}
.cid-uPM0oQ8xat .nav-item:focus,
.cid-uPM0oQ8xat .nav-link:focus {
  outline: none;
}
.cid-uPM0oQ8xat .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPM0oQ8xat .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPM0oQ8xat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPM0oQ8xat .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPM0oQ8xat .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPM0oQ8xat .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar.opened {
  transition: all 0.3s;
}
.cid-uPM0oQ8xat .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPM0oQ8xat .navbar .navbar-logo img {
  width: auto;
}
.cid-uPM0oQ8xat .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uPM0oQ8xat .navbar.collapsed {
  justify-content: center;
}
.cid-uPM0oQ8xat .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPM0oQ8xat .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPM0oQ8xat .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uPM0oQ8xat .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPM0oQ8xat .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPM0oQ8xat .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPM0oQ8xat .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPM0oQ8xat .navbar {
    min-height: 72px;
  }
  .cid-uPM0oQ8xat .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPM0oQ8xat .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPM0oQ8xat .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPM0oQ8xat .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPM0oQ8xat .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPM0oQ8xat .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPM0oQ8xat .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPM0oQ8xat .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPM0oQ8xat .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPM0oQ8xat .dropdown-item.active,
.cid-uPM0oQ8xat .dropdown-item:active {
  background-color: transparent;
}
.cid-uPM0oQ8xat .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPM0oQ8xat .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPM0oQ8xat .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPM0oQ8xat .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8a8a8a;
}
.cid-uPM0oQ8xat .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPM0oQ8xat .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPM0oQ8xat ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPM0oQ8xat .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPM0oQ8xat .navbar-buttons {
    text-align: left;
  }
}
.cid-uPM0oQ8xat button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPM0oQ8xat button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPM0oQ8xat button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPM0oQ8xat button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPM0oQ8xat button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPM0oQ8xat button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPM0oQ8xat nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPM0oQ8xat nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPM0oQ8xat nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPM0oQ8xat nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPM0oQ8xat .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPM0oQ8xat a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPM0oQ8xat .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPM0oQ8xat .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPM0oQ8xat .navbar {
    height: 70px;
  }
  .cid-uPM0oQ8xat .navbar.opened {
    height: auto;
  }
  .cid-uPM0oQ8xat .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPM0oQ8xat .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPM0oQ8xat .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPM0oQ8xat .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPM0oQ8xat .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPM0oQ8xat .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPM0oQ8xat .navbar-brand {
    margin-right: auto;
  }
  .cid-uPM0oQ8xat .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8a8a8a;
    backdrop-filter: blur(8px);
  }
  .cid-uPM0oQ8xat .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPM0oQ8xat .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPM0oQ8xat .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPM0oQ8xat .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-uPM0oQ8xat .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPM0oQ8xat .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPM0oR0qUW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/zig-zag-surety-bonds.jpg-2000x1125.jpg");
}
.cid-uPM0oR0qUW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oR0qUW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oR0qUW .row {
  margin: 0 -8px;
}
.cid-uPM0oR0qUW .row .card {
  padding: 0 8px;
}
.cid-uPM0oR0qUW .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPM0oR0qUW .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oR0qUW .card-wrapper {
    padding: 24px;
  }
}
.cid-uPM0oR0qUW .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPM0oR0qUW .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .6;
}
.cid-uPM0oR0qUW .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPM0oR0qUW .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPM0oR0qUW .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPM0oR0qUW .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPM0oR0qUW .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPM0oR0qUW .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPM0oR0qUW .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPM0oR0qUW .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPM0oR0qUW .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPM0oR0qUW .mbr-text,
.cid-uPM0oR0qUW .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPM0oR0qUW .mbr-section-title,
.cid-uPM0oR0qUW .mbr-section-btn {
  color: #000000;
}
.cid-uPM0oRH7mx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0oRH7mx .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uPM0oRH7mx img {
  width: 100%;
  border-radius: 10px;
}
.cid-uPM0oRH7mx .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uPM0oRH7mx .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPM0oRH7mx .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uPM0oRH7mx img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uPM0oRH7mx .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uPM0oRH7mx img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oRH7mx img {
    width: 100%;
  }
}
.cid-uPM0oRH7mx .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uPM0oRH7mx .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uPM0oRH7mx .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uPM0oRH7mx .mbr-text,
.cid-uPM0oRH7mx .mbr-section-btn {
  color: #464646;
}
.cid-uPM0oRH7mx .mbr-section-subtitle {
  color: #777777;
}
.cid-uPM0oSiCYR {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPM0oSiCYR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oSiCYR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oSiCYR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPM0oSiCYR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPM0oSiCYR .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uPM0oSiCYR .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPM0oSiCYR .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPM0oSiCYR .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPM0oSiCYR .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPM0oSiCYR .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPM0oSiCYR .mbr-text {
  color: #19171c;
}
.cid-uPM0oSiCYR .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPM0oSiCYR .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPM0oSiCYR .mbr-text,
.cid-uPM0oSiCYR .text-wrapper,
.cid-uPM0oSiCYR .person-wrapper {
  text-align: center;
}
.cid-uPM0oSVSpO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uPM0oSVSpO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oSVSpO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oSVSpO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPM0oSVSpO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oSVSpO .container {
    padding: 0 30px;
  }
}
.cid-uPM0oSVSpO .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPM0oSVSpO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPM0oSVSpO .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #000000;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uPM0oSVSpO .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPM0oSVSpO .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPM0oSVSpO .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uPM0oSVSpO .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPM0oSVSpO .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uPM0oSVSpO .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPM0oSVSpO .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0oSVSpO .mbr-card-title {
  color: #ffffff;
}
.cid-uPM0oSVSpO .mbr-text {
  color: #ffffff;
}
.cid-uPM0oSVSpO .mbr-number {
  color: #FE5115;
}
.cid-uPM0oTJxni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uPM0oTJxni::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uPM0oTJxni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oTJxni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPM0oTJxni .container {
    padding: 0 16px;
  }
}
.cid-uPM0oTJxni .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPM0oTJxni .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPM0oTJxni .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPM0oTJxni .mbr-section-title {
  color: #000000;
}
.cid-uPM0oTJxni .mbr-text {
  color: #000000;
}
.cid-uPM0oTJxni .mbr-text,
.cid-uPM0oTJxni .icon-wrapper {
  color: #000000;
}
.cid-uPM0oUqwMb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0oUqwMb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oUqwMb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oUqwMb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPM0oUqwMb .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oUqwMb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPM0oUqwMb .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPM0oUqwMb .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPM0oUqwMb .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPM0oUqwMb .items-wrapper {
  margin: 0 -5px;
}
.cid-uPM0oUqwMb .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPM0oUqwMb .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPM0oUqwMb .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPM0oUqwMb .mbr-section-title {
  color: #093388;
}
.cid-uPM0oUqwMb .item-title {
  color: #093388;
}
.cid-uPM0oUqwMb .item-text {
  color: #58595b;
}
.cid-uPM0oUqwMb .item-title,
.cid-uPM0oUqwMb .mbr-section-btn,
.cid-uPM0oUqwMb .icon-wrapper {
  color: #000000;
}
.cid-uPM0oVn3AV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPM0oVn3AV .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uPM0oVn3AV .text-wrapper:hover .mbr-section-title a {
  color: #00d372 !important;
}
.cid-uPM0oVn3AV .image-wrapper,
.cid-uPM0oVn3AV img {
  width: 100%;
  object-fit: cover;
}
.cid-uPM0oVn3AV .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uPM0oVn3AV .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uPM0oVn3AV .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPM0oVn3AV .mbr-section-btn .btn-secondary-outline .active,
.cid-uPM0oVn3AV .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5600 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uPM0oVn3AV .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPM0oVn3AV {
    flex-direction: column;
  }
  .cid-uPM0oVn3AV .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPM0oVn3AV .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uPM0oVn3AV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oVn3AV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oWfCQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0oWfCQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oWfCQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oWfCQT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPM0oWfCQT .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oWfCQT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oWfCQT .container {
    padding: 0 16px;
  }
}
.cid-uPM0oWfCQT .row {
  justify-content: space-between;
}
.cid-uPM0oWfCQT .title-wrapper {
  position: sticky;
}
.cid-uPM0oWfCQT .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPM0oWfCQT .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPM0oWfCQT .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPM0oWfCQT .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPM0oWfCQT .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000);
  border-radius: 50%;
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPM0oWfCQT .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPM0oWfCQT .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0oWfCQT .panel-title-edit {
  color: #080808;
}
.cid-uPM0oWfCQT .panel-text {
  color: #333333;
}
.cid-uPM0oX9mIT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPM0oX9mIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oX9mIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oX9mIT .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uPM0oX9mIT .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oX9mIT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oX9mIT .container {
    padding: 0 20px;
  }
}
.cid-uPM0oX9mIT .row {
  justify-content: space-between;
}
.cid-uPM0oX9mIT .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-uPM0oX9mIT .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uPM0oX9mIT .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPM0oX9mIT .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPM0oX9mIT .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPM0oX9mIT .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPM0oX9mIT .mbr-section-title {
  color: #000000;
}
.cid-uPM0oX9mIT .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uPM0oX9mIT .mbr-text {
  color: #9a9a9a;
}
.cid-uPM0oX9mIT .mbr-text,
.cid-uPM0oX9mIT .text-wrap {
  color: #000000;
}
.cid-uPM0oXTTHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #991e1e;
  background-color: #2c2625;
}
.cid-uPM0oXTTHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oXTTHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oXTTHg .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPM0oXTTHg .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .content-wrapper {
    padding: 0;
  }
}
.cid-uPM0oXTTHg .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPM0oXTTHg .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPM0oXTTHg .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPM0oXTTHg .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #991e1e;
  box-shadow: -10px 10px 0 #991e1e;
}
@media (max-width: 1440px) {
  .cid-uPM0oXTTHg .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #991e1e;
  }
}
.cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #991e1e;
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPM0oXTTHg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPM0oXTTHg .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0oXTTHg .item-title {
  color: #ffffff;
}
.cid-uPM0oXTTHg .item-text {
  color: #ffffff;
}
.cid-uPM0oYUWdw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPM0oYUWdw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oYUWdw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oYUWdw .row {
  justify-content: center;
}
.cid-uPM0oYUWdw .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPM0oYUWdw .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPM0oYUWdw .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0oYUWdw .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPM0oYUWdw .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPM0oYUWdw .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #991e1e;
  opacity: .5;
  pointer-events: none;
}
.cid-uPM0oYUWdw .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPM0oYUWdw .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPM0oYUWdw .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPM0oYUWdw .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPM0oYUWdw .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPM0oYUWdw .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPM0oYUWdw .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPM0oYUWdw .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPM0oYUWdw .mbr-text,
.cid-uPM0oYUWdw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPM0oYUWdw .mbr-section-title,
.cid-uPM0oYUWdw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPM0oZCWnZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uPM0oZCWnZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0oZCWnZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0oZCWnZ .row {
  justify-content: space-between;
}
.cid-uPM0oZCWnZ .card {
  justify-content: center;
}
.cid-uPM0oZCWnZ .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPM0oZCWnZ .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPM0oZCWnZ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPM0oZCWnZ .mbr-section-btn .btn::after,
.cid-uPM0oZCWnZ .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPM0oZCWnZ .mbr-section-btn .btn:hover,
.cid-uPM0oZCWnZ .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPM0oZCWnZ .mbr-section-btn .btn:hover::after,
.cid-uPM0oZCWnZ .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPM0oZCWnZ .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPM0oZCWnZ .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uPM0oZCWnZ .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPM0oZCWnZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uPM0oZCWnZ .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uPM0oZCWnZ .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPM0oZCWnZ .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPM0oZCWnZ .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPM0oZCWnZ .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0oZCWnZ .mbr-tag {
  color: #ffffff;
}
.cid-uPM0oZCWnZ .mbr-text {
  color: #c7c7c7;
}
.cid-uPM0oZCWnZ .mbr-text,
.cid-uPM0oZCWnZ .text-wrap,
.cid-uPM0oZCWnZ .mbr-section-btn {
  color: #000000;
}
.cid-uPM0oZCWnZ .mbr-section-title,
.cid-uPM0oZCWnZ .main-btn {
  color: #000000;
}
.cid-uPM0p0w1ce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0p0w1ce .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0p0w1ce .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0p0w1ce .row {
  justify-content: center;
}
.cid-uPM0p0w1ce .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPM0p0w1ce .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPM0p0w1ce .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPM0p0w1ce .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPM0p0w1ce .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0p0w1ce .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPM0p0w1ce .items-wrapper {
    display: block;
  }
}
.cid-uPM0p0w1ce .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPM0p0w1ce .item {
    margin-bottom: 16px;
  }
}
.cid-uPM0p0w1ce .item:hover .item-wrapper .item-img img,
.cid-uPM0p0w1ce .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPM0p0w1ce .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPM0p0w1ce .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPM0p0w1ce .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPM0p0w1ce .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPM0p0w1ce .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPM0p0w1ce .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPM0p0w1ce .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPM0p0w1ce .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPM0p0w1ce .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPM0p0w1ce .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPM0p0w1ce .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPM0p0w1ce .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPM0p0w1ce .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPM0p0w1ce .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPM0p0w1ce .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0p0w1ce .card-name {
  color: #cbff5b;
}
.cid-uPM0p0w1ce .card-role {
  color: #cbff5b;
}
.cid-uPM0p0w1ce .card-text {
  color: #ffffff;
}
.cid-uPM0p0w1ce .mbr-tag {
  color: #000000;
}
.cid-uPM0p0w1ce .card-text,
.cid-uPM0p0w1ce .mbr-section-btn,
.cid-uPM0p0w1ce .text-wrapper {
  color: #fbfffe;
}
.cid-uPM0p2A5Ee {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uPM0p2A5Ee .row {
  flex-direction: row-reverse;
}
.cid-uPM0p2A5Ee .mbr-text {
  color: #221b35;
}
.cid-uPM0p2A5Ee .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPM0p2A5Ee h5,
.cid-uPM0p2A5Ee h6 {
  background: #ff5600;
  display: inline;
}
.cid-uPM0p2A5Ee h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPM0p2A5Ee h6 {
  line-height: 1.3 !important;
}
.cid-uPM0p2A5Ee h6 span {
  padding-right: 2rem;
}
.cid-uPM0p2A5Ee .mbr-section-title,
.cid-uPM0p2A5Ee .align {
  color: #ffffff;
}
.cid-uPM0p2A5Ee .mbr-section-subtitle,
.cid-uPM0p2A5Ee .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPMfsLSzW4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPMfsLSzW4 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uPMfsLSzW4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMfsLSzW4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMfsLSzW4 .content-wrap {
  justify-content: center;
}
.cid-uPMfsLSzW4 .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uPMfsLSzW4 .card-wrapper {
    display: block;
  }
}
.cid-uPMfsLSzW4 .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uPMfsLSzW4 .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uPMfsLSzW4 .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uPMfsLSzW4 .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uPMfsLSzW4 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPMfsLSzW4 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPMfsLSzW4 .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uPMfsLSzW4 .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uPMfsLSzW4 .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPMfsLSzW4 .mbr-section-title {
  color: #000000;
}
.cid-uPMfsLSzW4 .panel-title-edit {
  color: #150764;
}
.cid-uPMfsLSzW4 .panel-text {
  color: #000000;
}
.cid-uPMfsLSzW4 .panel-title-edit,
.cid-uPMfsLSzW4 .icon-wrapper {
  color: #000000;
}
.cid-uPM0p3kn07 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #991e1e;
}
.cid-uPM0p3kn07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0p3kn07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0p3kn07 .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPM0p3kn07 .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0p3kn07 .card-wrapper {
    padding: 0;
  }
}
.cid-uPM0p3kn07 .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uPM0p3kn07 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0p3kn07 .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPM0p48BIN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPM0p48BIN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0p48BIN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0p48BIN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPM0p48BIN .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0p48BIN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0p48BIN .container {
    padding: 0 16px;
  }
}
.cid-uPM0p48BIN .row {
  justify-content: center;
}
.cid-uPM0p48BIN .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPM0p48BIN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPM0p48BIN .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPM0p48BIN .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPM0p48BIN .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPM0p48BIN .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPM0p48BIN .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0p48BIN .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPM0p48BIN .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPM0p48BIN .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPM0p48BIN .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPM0p48BIN .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPM0p48BIN .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPM0p48BIN .contacts-wrapper .list .item-wrap:hover,
.cid-uPM0p48BIN .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPM0p48BIN .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPM0p48BIN .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPM0p48BIN .mbr-section-title {
  color: #080808;
}
.cid-uPM0p48BIN .mbr-email {
  color: #333333;
}
.cid-uPM0p48BIN .mbr-desc {
  color: #333333;
}
.cid-uPM0p48BIN .list {
  color: #333333;
}
.cid-uPM0q8Bpse {
  z-index: 1000;
  width: 100%;
}
.cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uPM0q8Bpse .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uPM0q8Bpse .navbar-nav {
    max-width: 45%;
  }
}
.cid-uPM0q8Bpse .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uPM0q8Bpse .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uPM0q8Bpse .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uPM0q8Bpse .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uPM0q8Bpse .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uPM0q8Bpse .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uPM0q8Bpse .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uPM0q8Bpse .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uPM0q8Bpse .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uPM0q8Bpse .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uPM0q8Bpse .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uPM0q8Bpse .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uPM0q8Bpse .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPM0q8Bpse .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uPM0q8Bpse .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uPM0q8Bpse .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uPM0q8Bpse .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uPM0q8Bpse .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uPM0q8Bpse .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  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: 100vw;
  margin-top: 1rem;
  background-color: #8a8a8a;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uPM0q8Bpse .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPM0q8Bpse .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uPM0q8Bpse .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uPM0q8Bpse .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: #8a8a8a;
}
.cid-uPM0q8Bpse .nav-item:focus,
.cid-uPM0q8Bpse .nav-link:focus {
  outline: none;
}
.cid-uPM0q8Bpse .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPM0q8Bpse .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPM0q8Bpse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPM0q8Bpse .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPM0q8Bpse .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPM0q8Bpse .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar.opened {
  transition: all 0.3s;
}
.cid-uPM0q8Bpse .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uPM0q8Bpse .navbar .navbar-logo img {
  width: auto;
}
.cid-uPM0q8Bpse .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uPM0q8Bpse .navbar.collapsed {
  justify-content: center;
}
.cid-uPM0q8Bpse .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPM0q8Bpse .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uPM0q8Bpse .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uPM0q8Bpse .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPM0q8Bpse .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPM0q8Bpse .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uPM0q8Bpse .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uPM0q8Bpse .navbar {
    min-height: 72px;
  }
  .cid-uPM0q8Bpse .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uPM0q8Bpse .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPM0q8Bpse .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPM0q8Bpse .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPM0q8Bpse .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uPM0q8Bpse .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uPM0q8Bpse .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPM0q8Bpse .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uPM0q8Bpse .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uPM0q8Bpse .dropdown-item.active,
.cid-uPM0q8Bpse .dropdown-item:active {
  background-color: transparent;
}
.cid-uPM0q8Bpse .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uPM0q8Bpse .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPM0q8Bpse .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPM0q8Bpse .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #8a8a8a;
}
.cid-uPM0q8Bpse .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uPM0q8Bpse .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uPM0q8Bpse ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uPM0q8Bpse .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uPM0q8Bpse .navbar-buttons {
    text-align: left;
  }
}
.cid-uPM0q8Bpse button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uPM0q8Bpse button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uPM0q8Bpse button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPM0q8Bpse button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPM0q8Bpse button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPM0q8Bpse button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPM0q8Bpse nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPM0q8Bpse nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPM0q8Bpse nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPM0q8Bpse nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPM0q8Bpse .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uPM0q8Bpse a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uPM0q8Bpse .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uPM0q8Bpse .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPM0q8Bpse .navbar {
    height: 70px;
  }
  .cid-uPM0q8Bpse .navbar.opened {
    height: auto;
  }
  .cid-uPM0q8Bpse .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPM0q8Bpse .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uPM0q8Bpse .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uPM0q8Bpse .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uPM0q8Bpse .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uPM0q8Bpse .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uPM0q8Bpse .navbar-brand {
    margin-right: auto;
  }
  .cid-uPM0q8Bpse .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #8a8a8a;
    backdrop-filter: blur(8px);
  }
  .cid-uPM0q8Bpse .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uPM0q8Bpse .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uPM0q8Bpse .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uPM0q8Bpse .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-uPM0q8Bpse .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uPM0q8Bpse .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uPM0q9Fp9q {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/main-mission.jpg-800x500.jpg");
}
.cid-uPM0q9Fp9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0q9Fp9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0q9Fp9q .row {
  margin: 0 -8px;
}
.cid-uPM0q9Fp9q .row .card {
  padding: 0 8px;
}
.cid-uPM0q9Fp9q .card-wrapper {
  position: relative;
  padding: 75px 64px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .cid-uPM0q9Fp9q .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0q9Fp9q .card-wrapper {
    padding: 24px;
  }
}
.cid-uPM0q9Fp9q .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
}
.cid-uPM0q9Fp9q .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  opacity: .6;
}
.cid-uPM0q9Fp9q .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 100%;
}
.cid-uPM0q9Fp9q .card-wrapper .card-wrap .mbr-label {
  margin-bottom: 24px;
}
.cid-uPM0q9Fp9q .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPM0q9Fp9q .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPM0q9Fp9q .card-wrapper .card-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 42px;
}
@media (max-width: 992px) {
  .cid-uPM0q9Fp9q .card-wrapper .card-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uPM0q9Fp9q .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPM0q9Fp9q .mbr-section-title {
  color: #2c2c26;
  text-align: center;
}
.cid-uPM0q9Fp9q .mbr-label {
  color: #63635d;
  text-align: center;
}
.cid-uPM0q9Fp9q .mbr-text,
.cid-uPM0q9Fp9q .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPM0q9Fp9q .mbr-section-title,
.cid-uPM0q9Fp9q .mbr-section-btn {
  color: #000000;
}
.cid-uPM0qaySp9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0qaySp9 .card {
  background: #ffffff;
  border-radius: 10px;
}
.cid-uPM0qaySp9 img {
  width: 100%;
  border-radius: 10px;
}
.cid-uPM0qaySp9 .wrapper {
  padding: 4rem 2rem;
}
@media (max-width: 767px) {
  .cid-uPM0qaySp9 .wrapper {
    padding: 3rem 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uPM0qaySp9 .wrapper {
    max-width: 430px;
    margin: auto;
    padding: 4rem 0;
  }
  .cid-uPM0qaySp9 img {
    width: 170%;
    z-index: 2;
    position: relative;
  }
  .cid-uPM0qaySp9 .image-wrapper {
    margin: auto;
  }
}
@media (max-width: 1199px) {
  .cid-uPM0qaySp9 img {
    width: 150%;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qaySp9 img {
    width: 100%;
  }
}
.cid-uPM0qaySp9 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 1rem;
}
.cid-uPM0qaySp9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uPM0qaySp9 .counter-container ul li:before {
  position: absolute;
  left: -15px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: "✓";
}
.cid-uPM0qaySp9 .mbr-text,
.cid-uPM0qaySp9 .mbr-section-btn {
  color: #464646;
}
.cid-uPM0qaySp9 .mbr-section-subtitle {
  color: #777777;
}
.cid-uPM0qbbmLW {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPM0qbbmLW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qbbmLW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qbbmLW .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPM0qbbmLW .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPM0qbbmLW .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uPM0qbbmLW .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPM0qbbmLW .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPM0qbbmLW .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPM0qbbmLW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPM0qbbmLW .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPM0qbbmLW .mbr-text {
  color: #19171c;
}
.cid-uPM0qbbmLW .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPM0qbbmLW .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPM0qbbmLW .mbr-text,
.cid-uPM0qbbmLW .text-wrapper,
.cid-uPM0qbbmLW .person-wrapper {
  text-align: center;
}
.cid-uPM0qbMnXS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-uPM0qbMnXS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qbMnXS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qbMnXS .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-uPM0qbMnXS .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qbMnXS .container {
    padding: 0 30px;
  }
}
.cid-uPM0qbMnXS .title-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uPM0qbMnXS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPM0qbMnXS .card-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 70px 70px 70px 230px;
  background-color: #000000;
  border-radius: 16em 3em;
}
@media (max-width: 992px) {
  .cid-uPM0qbMnXS .card-wrapper {
    border-radius: 3em 0 3em 0;
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPM0qbMnXS .card-wrapper .mbr-number {
  margin: 0 0 0 50px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-uPM0qbMnXS .card-wrapper .mbr-number {
    margin: 0 0 16px 0;
  }
}
.cid-uPM0qbMnXS .card-wrapper .content-wrap .mbr-card-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uPM0qbMnXS .card-wrapper .content-wrap .mbr-card-title {
    margin-bottom: 20px;
  }
}
.cid-uPM0qbMnXS .card-wrapper .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uPM0qbMnXS .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0qbMnXS .mbr-card-title {
  color: #ffffff;
}
.cid-uPM0qbMnXS .mbr-text {
  color: #ffffff;
}
.cid-uPM0qbMnXS .mbr-number {
  color: #FE5115;
}
.cid-uPM0qcu9qq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uPM0qcu9qq::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #000000 -10%, transparent 70%);
}
.cid-uPM0qcu9qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qcu9qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uPM0qcu9qq .container {
    padding: 0 16px;
  }
}
.cid-uPM0qcu9qq .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uPM0qcu9qq .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uPM0qcu9qq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPM0qcu9qq .mbr-section-title {
  color: #000000;
}
.cid-uPM0qcu9qq .mbr-text {
  color: #000000;
}
.cid-uPM0qcu9qq .mbr-text,
.cid-uPM0qcu9qq .icon-wrapper {
  color: #000000;
}
.cid-uPM0qd3Mum {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0qd3Mum .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qd3Mum .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qd3Mum .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPM0qd3Mum .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qd3Mum .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPM0qd3Mum .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPM0qd3Mum .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPM0qd3Mum .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPM0qd3Mum .items-wrapper {
  margin: 0 -5px;
}
.cid-uPM0qd3Mum .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPM0qd3Mum .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPM0qd3Mum .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPM0qd3Mum .mbr-section-title {
  color: #093388;
}
.cid-uPM0qd3Mum .item-title {
  color: #093388;
}
.cid-uPM0qd3Mum .item-text {
  color: #58595b;
}
.cid-uPM0qd3Mum .item-title,
.cid-uPM0qd3Mum .mbr-section-btn,
.cid-uPM0qd3Mum .icon-wrapper {
  color: #000000;
}
.cid-uPM0qdVA0g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPM0qdVA0g .text-wrapper {
  padding: 2rem 0;
  padding-right: 20%;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-left: 20%;
}
.cid-uPM0qdVA0g .text-wrapper:hover .mbr-section-title a {
  color: #00d372 !important;
}
.cid-uPM0qdVA0g .image-wrapper,
.cid-uPM0qdVA0g img {
  width: 100%;
  object-fit: cover;
}
.cid-uPM0qdVA0g .mbr-section-subtitle {
  margin-bottom: 12px;
}
.cid-uPM0qdVA0g .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-uPM0qdVA0g .mbr-section-btn .btn-secondary-outline:hover,
.cid-uPM0qdVA0g .mbr-section-btn .btn-secondary-outline .active,
.cid-uPM0qdVA0g .mbr-section-btn .btn-secondary-outline:focus {
  color: #ff5600 !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cid-uPM0qdVA0g .mbr-section-title {
    font-size: 2.2rem;
  }
}
@media (max-width: 991px) {
  .cid-uPM0qdVA0g {
    flex-direction: column;
  }
  .cid-uPM0qdVA0g .text-wrapper {
    width: 100%;
    padding: 50px 2rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uPM0qdVA0g .text-wrapper {
    padding: 30px 1rem;
  }
}
.cid-uPM0qdVA0g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qdVA0g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qexdWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0qexdWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qexdWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qexdWE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPM0qexdWE .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qexdWE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qexdWE .container {
    padding: 0 16px;
  }
}
.cid-uPM0qexdWE .row {
  justify-content: space-between;
}
.cid-uPM0qexdWE .title-wrapper {
  position: sticky;
}
.cid-uPM0qexdWE .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPM0qexdWE .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPM0qexdWE .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPM0qexdWE .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPM0qexdWE .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPM0qexdWE .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #080808, #000000 34%, #080808 67%, #000000);
  border-radius: 50%;
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPM0qexdWE .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPM0qexdWE .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0qexdWE .panel-title-edit {
  color: #080808;
}
.cid-uPM0qexdWE .panel-text {
  color: #333333;
}
.cid-uPM0qfvfqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPM0qfvfqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qfvfqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qfvfqo .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uPM0qfvfqo .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qfvfqo .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qfvfqo .container {
    padding: 0 20px;
  }
}
.cid-uPM0qfvfqo .row {
  justify-content: space-between;
}
.cid-uPM0qfvfqo .desc-wrapper {
  border-top: 1px solid #dfe6ea;
}
.cid-uPM0qfvfqo .desc-wrapper .mbr-desc {
  padding-top: 16px;
  margin-bottom: 30px;
}
.cid-uPM0qfvfqo .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 70%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPM0qfvfqo .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uPM0qfvfqo .title-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPM0qfvfqo .title-wrapper .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-uPM0qfvfqo .mbr-section-title {
  color: #000000;
}
.cid-uPM0qfvfqo .mbr-desc {
  color: #000000;
  text-align: left;
}
.cid-uPM0qfvfqo .mbr-text {
  color: #9a9a9a;
}
.cid-uPM0qfvfqo .mbr-text,
.cid-uPM0qfvfqo .text-wrap {
  color: #000000;
}
.cid-uPM0qgnJBX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #991e1e;
  background-color: #2c2625;
}
.cid-uPM0qgnJBX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qgnJBX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qgnJBX .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPM0qgnJBX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .content-wrapper {
    padding: 0;
  }
}
.cid-uPM0qgnJBX .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPM0qgnJBX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPM0qgnJBX .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPM0qgnJBX .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #991e1e;
  box-shadow: -10px 10px 0 #991e1e;
}
@media (max-width: 1440px) {
  .cid-uPM0qgnJBX .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #991e1e;
  }
}
.cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #991e1e;
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPM0qgnJBX .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPM0qgnJBX .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0qgnJBX .item-title {
  color: #ffffff;
}
.cid-uPM0qgnJBX .item-text {
  color: #ffffff;
}
.cid-uPM0qhfysf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPM0qhfysf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qhfysf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qhfysf .row {
  justify-content: center;
}
.cid-uPM0qhfysf .mbr-section-title {
  margin-bottom: 0;
  color: #8e73fe;
}
.cid-uPM0qhfysf .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-uPM0qhfysf .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qhfysf .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-uPM0qhfysf .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-uPM0qhfysf .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #991e1e;
  opacity: .5;
  pointer-events: none;
}
.cid-uPM0qhfysf .card-wrapper .mbr-section-subtitle {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPM0qhfysf .card-wrapper .mbr-section-subtitle {
    margin-bottom: 24px;
  }
}
.cid-uPM0qhfysf .card-wrapper .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uPM0qhfysf .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uPM0qhfysf .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPM0qhfysf .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uPM0qhfysf .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPM0qhfysf .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uPM0qhfysf .mbr-text,
.cid-uPM0qhfysf .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-uPM0qhfysf .mbr-section-title,
.cid-uPM0qhfysf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPM0qhZYSW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/background7.jpg");
}
.cid-uPM0qhZYSW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qhZYSW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qhZYSW .row {
  justify-content: space-between;
}
.cid-uPM0qhZYSW .card {
  justify-content: center;
}
.cid-uPM0qhZYSW .title-wrapper {
  margin-bottom: 40px;
}
.cid-uPM0qhZYSW .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uPM0qhZYSW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPM0qhZYSW .mbr-section-btn .btn::after,
.cid-uPM0qhZYSW .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPM0qhZYSW .mbr-section-btn .btn:hover,
.cid-uPM0qhZYSW .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPM0qhZYSW .mbr-section-btn .btn:hover::after,
.cid-uPM0qhZYSW .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPM0qhZYSW .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uPM0qhZYSW .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.cid-uPM0qhZYSW .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPM0qhZYSW .image-wrapper img {
    height: 350px;
  }
}
.cid-uPM0qhZYSW .text-wrapper {
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uPM0qhZYSW .text-wrapper {
    padding-left: 0;
  }
}
.cid-uPM0qhZYSW .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPM0qhZYSW .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uPM0qhZYSW .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0qhZYSW .mbr-tag {
  color: #ffffff;
}
.cid-uPM0qhZYSW .mbr-text {
  color: #c7c7c7;
}
.cid-uPM0qhZYSW .mbr-text,
.cid-uPM0qhZYSW .text-wrap,
.cid-uPM0qhZYSW .mbr-section-btn {
  color: #000000;
}
.cid-uPM0qhZYSW .mbr-section-title,
.cid-uPM0qhZYSW .main-btn {
  color: #000000;
}
.cid-uPM0qiT7xs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uPM0qiT7xs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qiT7xs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qiT7xs .row {
  justify-content: center;
}
.cid-uPM0qiT7xs .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPM0qiT7xs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPM0qiT7xs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPM0qiT7xs .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPM0qiT7xs .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qiT7xs .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPM0qiT7xs .items-wrapper {
    display: block;
  }
}
.cid-uPM0qiT7xs .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPM0qiT7xs .item {
    margin-bottom: 16px;
  }
}
.cid-uPM0qiT7xs .item:hover .item-wrapper .item-img img,
.cid-uPM0qiT7xs .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPM0qiT7xs .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPM0qiT7xs .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPM0qiT7xs .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPM0qiT7xs .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPM0qiT7xs .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPM0qiT7xs .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPM0qiT7xs .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPM0qiT7xs .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPM0qiT7xs .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPM0qiT7xs .item .item-wrapper .card-box .text-wrapper .card-text {
  display: inline-block;
  width: 80%;
  margin-top: 40px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPM0qiT7xs .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPM0qiT7xs .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPM0qiT7xs .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPM0qiT7xs .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPM0qiT7xs .mbr-section-title {
  color: #ffffff;
}
.cid-uPM0qiT7xs .card-name {
  color: #cbff5b;
}
.cid-uPM0qiT7xs .card-role {
  color: #cbff5b;
}
.cid-uPM0qiT7xs .card-text {
  color: #ffffff;
}
.cid-uPM0qiT7xs .mbr-tag {
  color: #000000;
}
.cid-uPM0qiT7xs .card-text,
.cid-uPM0qiT7xs .mbr-section-btn,
.cid-uPM0qiT7xs .text-wrapper {
  color: #fbfffe;
}
.cid-uPM0qkAwEM {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-uPM0qkAwEM .row {
  flex-direction: row-reverse;
}
.cid-uPM0qkAwEM .mbr-text {
  color: #221b35;
}
.cid-uPM0qkAwEM .my {
  margin-bottom: 0;
  margin-top: auto;
}
.cid-uPM0qkAwEM h5,
.cid-uPM0qkAwEM h6 {
  background: #ff5600;
  display: inline;
}
.cid-uPM0qkAwEM h5 {
  position: relative;
  z-index: 5;
  padding: 0 0.5rem;
}
.cid-uPM0qkAwEM h6 {
  line-height: 1.3 !important;
}
.cid-uPM0qkAwEM h6 span {
  padding-right: 2rem;
}
.cid-uPM0qkAwEM .mbr-section-title,
.cid-uPM0qkAwEM .align {
  color: #ffffff;
}
.cid-uPM0qkAwEM .mbr-section-subtitle,
.cid-uPM0qkAwEM .align {
  color: #ffffff;
  text-align: left;
}
.cid-uPMgiuUm7S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uPMgiuUm7S .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uPMgiuUm7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPMgiuUm7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPMgiuUm7S .content-wrap {
  justify-content: center;
}
.cid-uPMgiuUm7S .card-wrapper {
  background-color: #f4f2ef;
  display: flex;
  border: 1px solid #150764;
}
@media (max-width: 1200px) {
  .cid-uPMgiuUm7S .card-wrapper {
    display: block;
  }
}
.cid-uPMgiuUm7S .card-wrapper .title-wrapper {
  width: 35%;
  padding: 40px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid #150764;
}
@media (max-width: 1640px) {
  .cid-uPMgiuUm7S .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 1200px) {
  .cid-uPMgiuUm7S .card-wrapper .title-wrapper {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 992px) {
  .cid-uPMgiuUm7S .card-wrapper .title-wrapper {
    padding: 40px 20px;
  }
}
.cid-uPMgiuUm7S .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uPMgiuUm7S .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 100px;
  color: #4188ff;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPMgiuUm7S .card-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper {
  width: 65%;
}
@media (max-width: 1200px) {
  .cid-uPMgiuUm7S .card-wrapper .list-wrapper {
    width: 100%;
  }
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card {
  position: relative;
  padding: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  background-color: transparent;
  border-radius: 0 !important;
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card:first-child .card-header {
  border-top: none !important;
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px;
  border-top: 1px solid #bbbbbb;
}
@media (max-width: 1940px) {
  .cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header {
    padding: 32px 20px;
  }
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 28px;
  height: 28px;
  min-width: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  font-size: 28px;
  color: #4188ff;
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(180deg);
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 0 32px 64px 32px;
}
@media (max-width: 1940px) {
  .cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 64px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 32px 20px;
  }
}
.cid-uPMgiuUm7S .card-wrapper .list-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPMgiuUm7S .mbr-section-title {
  color: #000000;
}
.cid-uPMgiuUm7S .panel-title-edit {
  color: #150764;
}
.cid-uPMgiuUm7S .panel-text {
  color: #000000;
}
.cid-uPMgiuUm7S .panel-title-edit,
.cid-uPMgiuUm7S .icon-wrapper {
  color: #000000;
}
.cid-uPM0qlOuDs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #991e1e;
}
.cid-uPM0qlOuDs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qlOuDs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qlOuDs .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPM0qlOuDs .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qlOuDs .card-wrapper {
    padding: 0;
  }
}
.cid-uPM0qlOuDs .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #ffffff;
}
@media (max-width: 992px) {
  .cid-uPM0qlOuDs .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qlOuDs .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPM0qmN6zw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPM0qmN6zw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPM0qmN6zw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPM0qmN6zw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPM0qmN6zw .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qmN6zw .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPM0qmN6zw .container {
    padding: 0 16px;
  }
}
.cid-uPM0qmN6zw .row {
  justify-content: center;
}
.cid-uPM0qmN6zw .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPM0qmN6zw .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPM0qmN6zw .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPM0qmN6zw .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPM0qmN6zw .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPM0qmN6zw .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPM0qmN6zw .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPM0qmN6zw .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPM0qmN6zw .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPM0qmN6zw .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPM0qmN6zw .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPM0qmN6zw .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPM0qmN6zw .contacts-wrapper .list .item-wrap:hover,
.cid-uPM0qmN6zw .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPM0qmN6zw .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPM0qmN6zw .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPM0qmN6zw .mbr-section-title {
  color: #080808;
}
.cid-uPM0qmN6zw .mbr-email {
  color: #333333;
}
.cid-uPM0qmN6zw .mbr-desc {
  color: #333333;
}
.cid-uPM0qmN6zw .list {
  color: #333333;
}
