.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: #991e1e !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: #991e1e !important;
  border-color: #991e1e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c42626 !important;
  border-color: #c42626 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c42626 !important;
  border-color: #c42626 !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: #991e1e;
  color: #991e1e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #511010 !important;
  background-color: transparent !important;
  border-color: #511010 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #991e1e !important;
  border-color: #991e1e !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: #991e1e !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: #440d0d !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: #991e1e;
}
.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: #991e1e;
  border-color: #991e1e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #991e1e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #de5858;
}
.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: #991e1e !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: #991e1e;
}
/* 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: #991e1e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #991e1e;
}
.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: #991e1e;
  border-bottom-color: #991e1e;
}
.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: #991e1e !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='%23991e1e' %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 #991e1e !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: #991e1e !important;
}
.cid-uPD0gI2usQ {
  background-color: transparent;
}
.cid-uPD0gI2usQ .navbar-dropdown {
  background-color: #2bd789 !important;
  padding: 0;
}
.cid-uPD0gI2usQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2bd789 !important;
  background: #2bd789;
}
.cid-uPD0gI2usQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPD0gI2usQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPD0gI2usQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPD0gI2usQ .menu_box .navbar.opened,
  .cid-uPD0gI2usQ .menu_box .navbar-collapse {
    background-color: #2bd789 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPD0gI2usQ .navbar-dropdown {
  position: relative !important;
}
.cid-uPD0gI2usQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPD0gI2usQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPD0gI2usQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPD0gI2usQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPD0gI2usQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPD0gI2usQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPD0gI2usQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPD0gI2usQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPD0gI2usQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPD0gI2usQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPD0gI2usQ .offcanvas-body .mbr-text,
  .cid-uPD0gI2usQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPD0gI2usQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPD0gI2usQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPD0gI2usQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPD0gI2usQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPD0gI2usQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPD0gI2usQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPD0gI2usQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPD0gI2usQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPD0gI2usQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPD0gI2usQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPD0gI2usQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPD0gI2usQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPD0gI2usQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPD0gI2usQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPD0gI2usQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPD0gI2usQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPD0gI2usQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uPD0gI2usQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPD0gI2usQ .nav-item .nav-link:hover,
.cid-uPD0gI2usQ .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPD0gI2usQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPD0gI2usQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPD0gI2usQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPD0gI2usQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPD0gI2usQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPD0gI2usQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPD0gI2usQ .offcanvas_box {
    display: none;
  }
}
.cid-uPD0gI2usQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPD0gI2usQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPD0gI2usQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPD0gI2usQ .container {
  display: flex;
  margin: auto;
}
.cid-uPD0gI2usQ .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPD0gI2usQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPD0gI2usQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPD0gI2usQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPD0gI2usQ .navbar-nav {
    margin: 0;
  }
}
.cid-uPD0gI2usQ .dropdown-menu,
.cid-uPD0gI2usQ .navbar.opened {
  background-color: false !important;
}
.cid-uPD0gI2usQ .nav-item:focus,
.cid-uPD0gI2usQ .nav-link:focus {
  outline: none;
}
.cid-uPD0gI2usQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPD0gI2usQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPD0gI2usQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPD0gI2usQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPD0gI2usQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPD0gI2usQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPD0gI2usQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPD0gI2usQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPD0gI2usQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPD0gI2usQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPD0gI2usQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPD0gI2usQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPD0gI2usQ .navbar.collapsed {
  justify-content: center;
}
.cid-uPD0gI2usQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPD0gI2usQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPD0gI2usQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPD0gI2usQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPD0gI2usQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPD0gI2usQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPD0gI2usQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPD0gI2usQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPD0gI2usQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPD0gI2usQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPD0gI2usQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPD0gI2usQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPD0gI2usQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPD0gI2usQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPD0gI2usQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPD0gI2usQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPD0gI2usQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPD0gI2usQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPD0gI2usQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPD0gI2usQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPD0gI2usQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPD0gI2usQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPD0gI2usQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPD0gI2usQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPD0gI2usQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPD0gI2usQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPD0gI2usQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPD0gI2usQ .dropdown-item.active,
.cid-uPD0gI2usQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPD0gI2usQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPD0gI2usQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPD0gI2usQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPD0gI2usQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPD0gI2usQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPD0gI2usQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPD0gI2usQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2bd789;
  background: #c64300;
}
.cid-uPD0gI2usQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPD0gI2usQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPD0gI2usQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0gI2usQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0gI2usQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPD0gI2usQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0gI2usQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPD0gI2usQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPD0gI2usQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0gI2usQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPD0gI2usQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPD0gI2usQ .navbar {
    height: 70px;
  }
  .cid-uPD0gI2usQ .navbar.opened {
    height: auto;
  }
  .cid-uPD0gI2usQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPD0gI2usQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPD0gI2usQ .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPD0gI2usQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPD0gI2usQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPD0gI2usQ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPD0gI2usQ .navbar-caption:hover {
  color: #991e1e;
}
@media (min-width: 992px) {
  .cid-uPD0gI2usQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPD0gI2usQ .text_widget {
  margin-bottom: 32px;
}
.cid-uPD0gI2usQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPD0gI2usQ .text_widget a:hover,
.cid-uPD0gI2usQ .text_widget a:focus {
  opacity: .7;
}
.cid-uPD0gI2usQ .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPD0gI2usQ .navbar-caption {
  color: #080808;
}
.cid-uPD0gI2usQ .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPD0gI2usQ .mbr-section-subtitle,
.cid-uPD0gI2usQ .text_widget,
.cid-uPD0gI2usQ .mbr-section-btn {
  text-align: center;
}
.cid-uPD0gI2usQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPF2uTntD2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #f7f5f0;
}
.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: #2bd789;
}
.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: #000000;
  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-uPF3xVTAT7 {
  background-color: transparent;
}
.cid-uPF3xVTAT7 .navbar-dropdown {
  background-color: #2bd789 !important;
  padding: 0;
}
.cid-uPF3xVTAT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2bd789 !important;
  background: #2bd789;
}
.cid-uPF3xVTAT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPF3xVTAT7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPF3xVTAT7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPF3xVTAT7 .menu_box .navbar.opened,
  .cid-uPF3xVTAT7 .menu_box .navbar-collapse {
    background-color: #2bd789 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPF3xVTAT7 .navbar-dropdown {
  position: relative !important;
}
.cid-uPF3xVTAT7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPF3xVTAT7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPF3xVTAT7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPF3xVTAT7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPF3xVTAT7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPF3xVTAT7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPF3xVTAT7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPF3xVTAT7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPF3xVTAT7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPF3xVTAT7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPF3xVTAT7 .offcanvas-body .mbr-text,
  .cid-uPF3xVTAT7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPF3xVTAT7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPF3xVTAT7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPF3xVTAT7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPF3xVTAT7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPF3xVTAT7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPF3xVTAT7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPF3xVTAT7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPF3xVTAT7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPF3xVTAT7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPF3xVTAT7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPF3xVTAT7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPF3xVTAT7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPF3xVTAT7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPF3xVTAT7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPF3xVTAT7 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPF3xVTAT7 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPF3xVTAT7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uPF3xVTAT7 .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPF3xVTAT7 .nav-item .nav-link:hover,
.cid-uPF3xVTAT7 .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPF3xVTAT7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPF3xVTAT7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPF3xVTAT7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPF3xVTAT7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPF3xVTAT7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPF3xVTAT7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPF3xVTAT7 .offcanvas_box {
    display: none;
  }
}
.cid-uPF3xVTAT7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPF3xVTAT7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPF3xVTAT7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPF3xVTAT7 .container {
  display: flex;
  margin: auto;
}
.cid-uPF3xVTAT7 .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPF3xVTAT7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPF3xVTAT7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPF3xVTAT7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPF3xVTAT7 .navbar-nav {
    margin: 0;
  }
}
.cid-uPF3xVTAT7 .dropdown-menu,
.cid-uPF3xVTAT7 .navbar.opened {
  background-color: false !important;
}
.cid-uPF3xVTAT7 .nav-item:focus,
.cid-uPF3xVTAT7 .nav-link:focus {
  outline: none;
}
.cid-uPF3xVTAT7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPF3xVTAT7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPF3xVTAT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPF3xVTAT7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPF3xVTAT7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPF3xVTAT7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPF3xVTAT7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPF3xVTAT7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPF3xVTAT7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uPF3xVTAT7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPF3xVTAT7 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPF3xVTAT7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPF3xVTAT7 .navbar.collapsed {
  justify-content: center;
}
.cid-uPF3xVTAT7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPF3xVTAT7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPF3xVTAT7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPF3xVTAT7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPF3xVTAT7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPF3xVTAT7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPF3xVTAT7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPF3xVTAT7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPF3xVTAT7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPF3xVTAT7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPF3xVTAT7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPF3xVTAT7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPF3xVTAT7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPF3xVTAT7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPF3xVTAT7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPF3xVTAT7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPF3xVTAT7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPF3xVTAT7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPF3xVTAT7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPF3xVTAT7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPF3xVTAT7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPF3xVTAT7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPF3xVTAT7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPF3xVTAT7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPF3xVTAT7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPF3xVTAT7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPF3xVTAT7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPF3xVTAT7 .dropdown-item.active,
.cid-uPF3xVTAT7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uPF3xVTAT7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPF3xVTAT7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPF3xVTAT7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPF3xVTAT7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPF3xVTAT7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPF3xVTAT7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPF3xVTAT7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2bd789;
  background: #c64300;
}
.cid-uPF3xVTAT7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPF3xVTAT7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPF3xVTAT7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPF3xVTAT7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPF3xVTAT7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPF3xVTAT7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPF3xVTAT7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPF3xVTAT7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPF3xVTAT7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPF3xVTAT7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPF3xVTAT7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPF3xVTAT7 .navbar {
    height: 70px;
  }
  .cid-uPF3xVTAT7 .navbar.opened {
    height: auto;
  }
  .cid-uPF3xVTAT7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPF3xVTAT7 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPF3xVTAT7 .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPF3xVTAT7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPF3xVTAT7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPF3xVTAT7 .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPF3xVTAT7 .navbar-caption:hover {
  color: #991e1e;
}
@media (min-width: 992px) {
  .cid-uPF3xVTAT7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPF3xVTAT7 .text_widget {
  margin-bottom: 32px;
}
.cid-uPF3xVTAT7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPF3xVTAT7 .text_widget a:hover,
.cid-uPF3xVTAT7 .text_widget a:focus {
  opacity: .7;
}
.cid-uPF3xVTAT7 .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPF3xVTAT7 .navbar-caption {
  color: #080808;
}
.cid-uPF3xVTAT7 .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPF3xVTAT7 .mbr-section-subtitle,
.cid-uPF3xVTAT7 .text_widget,
.cid-uPF3xVTAT7 .mbr-section-btn {
  text-align: center;
}
.cid-uPF3xVTAT7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.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: #2bd789;
}
.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-tXLI4Og95r {
  background-color: transparent;
}
.cid-tXLI4Og95r .navbar-dropdown {
  background-color: #2bd789 !important;
  padding: 0;
}
.cid-tXLI4Og95r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2bd789 !important;
  background: #2bd789;
}
.cid-tXLI4Og95r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tXLI4Og95r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tXLI4Og95r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tXLI4Og95r .menu_box .navbar.opened,
  .cid-tXLI4Og95r .menu_box .navbar-collapse {
    background-color: #2bd789 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tXLI4Og95r .navbar-dropdown {
  position: relative !important;
}
.cid-tXLI4Og95r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tXLI4Og95r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tXLI4Og95r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tXLI4Og95r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tXLI4Og95r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tXLI4Og95r .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-tXLI4Og95r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tXLI4Og95r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tXLI4Og95r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tXLI4Og95r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tXLI4Og95r .offcanvas-body .mbr-text,
  .cid-tXLI4Og95r .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tXLI4Og95r .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tXLI4Og95r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tXLI4Og95r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-tXLI4Og95r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tXLI4Og95r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tXLI4Og95r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tXLI4Og95r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tXLI4Og95r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tXLI4Og95r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXLI4Og95r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tXLI4Og95r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tXLI4Og95r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tXLI4Og95r .lg_brand {
    margin: 0 1rem;
  }
  .cid-tXLI4Og95r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tXLI4Og95r .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tXLI4Og95r .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tXLI4Og95r .nav-item {
    margin: 0 !important;
  }
}
.cid-tXLI4Og95r .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tXLI4Og95r .nav-item .nav-link:hover,
.cid-tXLI4Og95r .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-tXLI4Og95r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tXLI4Og95r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tXLI4Og95r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tXLI4Og95r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tXLI4Og95r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tXLI4Og95r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tXLI4Og95r .offcanvas_box {
    display: none;
  }
}
.cid-tXLI4Og95r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tXLI4Og95r .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tXLI4Og95r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tXLI4Og95r .container {
  display: flex;
  margin: auto;
}
.cid-tXLI4Og95r .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tXLI4Og95r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tXLI4Og95r .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tXLI4Og95r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tXLI4Og95r .navbar-nav {
    margin: 0;
  }
}
.cid-tXLI4Og95r .dropdown-menu,
.cid-tXLI4Og95r .navbar.opened {
  background-color: false !important;
}
.cid-tXLI4Og95r .nav-item:focus,
.cid-tXLI4Og95r .nav-link:focus {
  outline: none;
}
.cid-tXLI4Og95r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tXLI4Og95r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tXLI4Og95r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tXLI4Og95r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tXLI4Og95r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tXLI4Og95r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tXLI4Og95r .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tXLI4Og95r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tXLI4Og95r .navbar.opened {
  transition: all 0.3s;
}
.cid-tXLI4Og95r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tXLI4Og95r .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tXLI4Og95r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tXLI4Og95r .navbar.collapsed {
  justify-content: center;
}
.cid-tXLI4Og95r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tXLI4Og95r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tXLI4Og95r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tXLI4Og95r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tXLI4Og95r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tXLI4Og95r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tXLI4Og95r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tXLI4Og95r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tXLI4Og95r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-tXLI4Og95r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tXLI4Og95r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tXLI4Og95r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tXLI4Og95r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tXLI4Og95r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tXLI4Og95r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tXLI4Og95r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tXLI4Og95r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tXLI4Og95r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tXLI4Og95r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tXLI4Og95r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tXLI4Og95r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tXLI4Og95r .navbar.navbar-short {
  min-height: 60px;
}
.cid-tXLI4Og95r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tXLI4Og95r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tXLI4Og95r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tXLI4Og95r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tXLI4Og95r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tXLI4Og95r .dropdown-item.active,
.cid-tXLI4Og95r .dropdown-item:active {
  background-color: transparent;
}
.cid-tXLI4Og95r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tXLI4Og95r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tXLI4Og95r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tXLI4Og95r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tXLI4Og95r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tXLI4Og95r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tXLI4Og95r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2bd789;
  background: #c64300;
}
.cid-tXLI4Og95r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-tXLI4Og95r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tXLI4Og95r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLI4Og95r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tXLI4Og95r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tXLI4Og95r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLI4Og95r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tXLI4Og95r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tXLI4Og95r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tXLI4Og95r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tXLI4Og95r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tXLI4Og95r .navbar {
    height: 70px;
  }
  .cid-tXLI4Og95r .navbar.opened {
    height: auto;
  }
  .cid-tXLI4Og95r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tXLI4Og95r .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tXLI4Og95r .container-fluid {
    padding: 0 36px;
  }
}
.cid-tXLI4Og95r .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tXLI4Og95r .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tXLI4Og95r .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-tXLI4Og95r .navbar-caption:hover {
  color: #991e1e;
}
@media (min-width: 992px) {
  .cid-tXLI4Og95r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tXLI4Og95r .text_widget {
  margin-bottom: 32px;
}
.cid-tXLI4Og95r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tXLI4Og95r .text_widget a:hover,
.cid-tXLI4Og95r .text_widget a:focus {
  opacity: .7;
}
.cid-tXLI4Og95r .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-tXLI4Og95r .navbar-caption {
  color: #080808;
}
.cid-tXLI4Og95r .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-tXLI4Og95r .mbr-section-subtitle,
.cid-tXLI4Og95r .text_widget,
.cid-tXLI4Og95r .mbr-section-btn {
  text-align: center;
}
.cid-tXLI4Og95r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPGGMljHcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPGGMljHcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGGMljHcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGGMljHcc .row {
  justify-content: space-between;
}
.cid-uPGGMljHcc .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPGGMljHcc .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPGGMljHcc .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPGGMljHcc .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-uPGGMljHcc .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPGGMljHcc .content-wrapper .mbr-section-btn .btn::after,
.cid-uPGGMljHcc .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPGGMljHcc .content-wrapper .mbr-section-btn .btn:hover,
.cid-uPGGMljHcc .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPGGMljHcc .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uPGGMljHcc .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPGGMljHcc .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uPGGMljHcc .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uPGGMljHcc .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPGGMljHcc .image-wrapper img {
    height: 350px;
  }
}
.cid-uPGGMljHcc .mbr-section-title {
  color: #ffffff;
}
.cid-uPGGMljHcc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPGGMljHcc .mbr-text {
  color: #c7c7c7;
}
.cid-uPGGMljHcc .mbr-text,
.cid-uPGGMljHcc .mbr-section-btn {
  color: #000000;
}
.cid-uPGGwjCPLI {
  background-color: #eeeef7;
}
.cid-uPGGwjCPLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPGGwjCPLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPGGwjCPLI .items-wrap {
  justify-content: space-between;
}
.cid-uPGGwjCPLI .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #2bd789;
}
@media (max-width: 1440px) {
  .cid-uPGGwjCPLI .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPGGwjCPLI .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uPGGwjCPLI .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPGGwjCPLI .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPGGwjCPLI .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPGGwjCPLI .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uPGGwjCPLI .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uPGGwjCPLI .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPGGwjCPLI .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uPGGwjCPLI .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPGGwjCPLI .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uPGGwjCPLI .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uPGGwjCPLI .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uPGGwjCPLI .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uPGGwjCPLI .image-wrapper {
  position: relative;
  border: 3px solid #2bd789;
  background-color: #2bd789;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPGGwjCPLI .image-wrapper {
    height: 350px;
  }
}
.cid-uPGGwjCPLI .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPGGwjCPLI .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPGGwjCPLI .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uPGGwjCPLI .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uPGGwjCPLI .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #2bd789;
  margin-bottom: 0;
}
.cid-uPGGwjCPLI .mbr-section-title {
  color: #191c25;
}
.cid-uPGGwjCPLI .list {
  color: #191c25;
}
.cid-uPGGwjCPLI .mbr-number_1 {
  color: #191c25;
}
.cid-uPGGwjCPLI .mbr-number_2,
.cid-uPGGwjCPLI .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.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-uPC7wkuRgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPC7wkuRgb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPC7wkuRgb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPC7wkuRgb .row {
  justify-content: space-between;
}
.cid-uPC7wkuRgb .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPC7wkuRgb .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPC7wkuRgb .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPC7wkuRgb .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPC7wkuRgb .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPC7wkuRgb .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPC7wkuRgb .mbr-label {
  color: #000000;
}
.cid-uPC7wkuRgb .mbr-section-title {
  color: #000000;
}
.cid-uPC7wkuRgb .mbr-desc {
  color: #000000;
}
.cid-uPC7wkuRgb .mbr-text {
  color: #8a8a8a;
}
.cid-uPGIzfyThX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.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-tXLIuhHG8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-tXLIuhHG8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLIuhHG8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLIuhHG8D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-tXLIuhHG8D .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIuhHG8D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIuhHG8D .container {
    padding: 0 16px;
  }
}
.cid-tXLIuhHG8D .row {
  justify-content: space-between;
}
.cid-tXLIuhHG8D .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tXLIuhHG8D .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-tXLIuhHG8D .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-tXLIuhHG8D .content-wrapper {
  position: relative;
}
.cid-tXLIuhHG8D .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tXLIuhHG8D .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tXLIuhHG8D .mbr-text {
  color: #333333;
}
.cid-uPCtAW6RDD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.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: #080808;
}
.cid-uPCtAW6RDD .panel-title-edit {
  color: #080808;
}
.cid-uPCtAW6RDD .panel-text {
  color: #333333;
}
.cid-tXLIzmnnGk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-tXLIzmnnGk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLIzmnnGk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLIzmnnGk .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-tXLIzmnnGk .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIzmnnGk .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIzmnnGk .container {
    padding: 0 16px;
  }
}
.cid-tXLIzmnnGk .row {
  justify-content: center;
}
.cid-tXLIzmnnGk .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tXLIzmnnGk .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-tXLIzmnnGk .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-tXLIzmnnGk .mbr-section-title {
  color: #f0f0f0;
}
.cid-tXLIzmnnGk .mbr-text {
  color: #333333;
}
.cid-tXLIzmnnGk .mbr-section-title,
.cid-tXLIzmnnGk .mbr-section-btn {
  color: #080808;
}
.cid-uPHiIXRtZx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  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 #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@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 #ffffff;
  }
}
.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 #ffffff;
}
@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-uPHPTvKw1q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPHPTvKw1q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHPTvKw1q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHPTvKw1q .row {
  justify-content: flex-end;
}
.cid-uPHPTvKw1q .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uPHPTvKw1q .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPHPTvKw1q .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uPHPTvKw1q .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uPHPTvKw1q .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPHPTvKw1q .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPHPTvKw1q .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uPHPTvKw1q .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPHPTvKw1q .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPHPTvKw1q .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPHPTvKw1q .mbr-label,
.cid-uPHPTvKw1q .label-wrapper {
  color: #151e11;
}
.cid-uPHPTvKw1q .mbr-section-title {
  color: #000000;
}
.cid-uPHPTvKw1q .mbr-text {
  color: #fff7ee;
}
.cid-uPHPTvKw1q .mbr-text,
.cid-uPHPTvKw1q .mbr-section-btn {
  color: #000000;
}
.cid-uPCdwvR4Tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPCdwvR4Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCdwvR4Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCdwvR4Tn .content-wrap {
  padding: 40px;
  background-color: #2bd789;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPCdwvR4Tn .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uPCdwvR4Tn .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPCdwvR4Tn .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPCdwvR4Tn .mbr-section-title {
  color: #404349;
}
.cid-uPCdwvR4Tn .list {
  color: #404349;
}
.cid-uPGRzhXxfV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.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-uPHQiLrXU5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPHQiLrXU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHQiLrXU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHQiLrXU5 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uPHQiLrXU5 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPHQiLrXU5 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPHQiLrXU5 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPHQiLrXU5 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPHQiLrXU5 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPHQiLrXU5 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPHQiLrXU5 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPHQiLrXU5 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPHQiLrXU5 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPHQiLrXU5 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uPHQiLrXU5 .mbr-section-title,
.cid-uPHQiLrXU5 .mbr-section-btn {
  color: #000000;
}
.cid-uPHQHhXAK5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHQHhXAK5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHQHhXAK5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPHQHhXAK5 .container {
    padding: 0 16px;
  }
}
.cid-uPHQHhXAK5 .card {
  justify-content: center;
}
.cid-uPHQHhXAK5 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uPHQHhXAK5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHQHhXAK5 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uPHQHhXAK5 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uPHQHhXAK5 .mbr-section-title {
  color: #000000;
}
.cid-uPHQHhXAK5 .mbr-text {
  color: #000000;
}
.cid-uPHQHhXAK5 .mbr-desc {
  color: #000000;
}
.cid-uPHQHhXAK5 .mbr-section-title,
.cid-uPHQHhXAK5 .title-wrapper {
  color: #ffffff;
}
.cid-uPCI9xzKKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.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 #000000;
}
@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-uPHUKMdf1q {
  background-color: transparent;
}
.cid-uPHUKMdf1q .navbar-dropdown {
  background-color: #2bd789 !important;
  padding: 0;
}
.cid-uPHUKMdf1q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2bd789 !important;
  background: #2bd789;
}
.cid-uPHUKMdf1q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPHUKMdf1q .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPHUKMdf1q .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPHUKMdf1q .menu_box .navbar.opened,
  .cid-uPHUKMdf1q .menu_box .navbar-collapse {
    background-color: #2bd789 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPHUKMdf1q .navbar-dropdown {
  position: relative !important;
}
.cid-uPHUKMdf1q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPHUKMdf1q .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPHUKMdf1q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPHUKMdf1q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPHUKMdf1q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPHUKMdf1q .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPHUKMdf1q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPHUKMdf1q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPHUKMdf1q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPHUKMdf1q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPHUKMdf1q .offcanvas-body .mbr-text,
  .cid-uPHUKMdf1q .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPHUKMdf1q .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPHUKMdf1q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPHUKMdf1q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPHUKMdf1q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPHUKMdf1q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPHUKMdf1q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPHUKMdf1q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPHUKMdf1q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPHUKMdf1q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPHUKMdf1q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPHUKMdf1q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPHUKMdf1q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPHUKMdf1q .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPHUKMdf1q .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPHUKMdf1q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPHUKMdf1q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPHUKMdf1q .nav-item {
    margin: 0 !important;
  }
}
.cid-uPHUKMdf1q .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPHUKMdf1q .nav-item .nav-link:hover,
.cid-uPHUKMdf1q .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPHUKMdf1q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPHUKMdf1q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPHUKMdf1q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPHUKMdf1q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPHUKMdf1q .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPHUKMdf1q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPHUKMdf1q .offcanvas_box {
    display: none;
  }
}
.cid-uPHUKMdf1q .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPHUKMdf1q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPHUKMdf1q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPHUKMdf1q .container {
  display: flex;
  margin: auto;
}
.cid-uPHUKMdf1q .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPHUKMdf1q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPHUKMdf1q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPHUKMdf1q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPHUKMdf1q .navbar-nav {
    margin: 0;
  }
}
.cid-uPHUKMdf1q .dropdown-menu,
.cid-uPHUKMdf1q .navbar.opened {
  background-color: false !important;
}
.cid-uPHUKMdf1q .nav-item:focus,
.cid-uPHUKMdf1q .nav-link:focus {
  outline: none;
}
.cid-uPHUKMdf1q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPHUKMdf1q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPHUKMdf1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPHUKMdf1q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPHUKMdf1q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPHUKMdf1q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPHUKMdf1q .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPHUKMdf1q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPHUKMdf1q .navbar.opened {
  transition: all 0.3s;
}
.cid-uPHUKMdf1q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPHUKMdf1q .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPHUKMdf1q .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPHUKMdf1q .navbar.collapsed {
  justify-content: center;
}
.cid-uPHUKMdf1q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPHUKMdf1q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPHUKMdf1q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPHUKMdf1q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPHUKMdf1q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPHUKMdf1q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPHUKMdf1q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPHUKMdf1q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPHUKMdf1q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPHUKMdf1q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPHUKMdf1q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPHUKMdf1q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPHUKMdf1q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPHUKMdf1q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPHUKMdf1q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPHUKMdf1q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPHUKMdf1q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPHUKMdf1q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPHUKMdf1q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPHUKMdf1q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPHUKMdf1q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPHUKMdf1q .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPHUKMdf1q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPHUKMdf1q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPHUKMdf1q .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPHUKMdf1q .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPHUKMdf1q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPHUKMdf1q .dropdown-item.active,
.cid-uPHUKMdf1q .dropdown-item:active {
  background-color: transparent;
}
.cid-uPHUKMdf1q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPHUKMdf1q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPHUKMdf1q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPHUKMdf1q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPHUKMdf1q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPHUKMdf1q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPHUKMdf1q button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2bd789;
  background: #c64300;
}
.cid-uPHUKMdf1q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPHUKMdf1q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPHUKMdf1q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHUKMdf1q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPHUKMdf1q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPHUKMdf1q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHUKMdf1q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPHUKMdf1q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPHUKMdf1q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPHUKMdf1q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPHUKMdf1q .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPHUKMdf1q .navbar {
    height: 70px;
  }
  .cid-uPHUKMdf1q .navbar.opened {
    height: auto;
  }
  .cid-uPHUKMdf1q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPHUKMdf1q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPHUKMdf1q .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPHUKMdf1q .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPHUKMdf1q .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPHUKMdf1q .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPHUKMdf1q .navbar-caption:hover {
  color: #991e1e;
}
@media (min-width: 992px) {
  .cid-uPHUKMdf1q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPHUKMdf1q .text_widget {
  margin-bottom: 32px;
}
.cid-uPHUKMdf1q .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPHUKMdf1q .text_widget a:hover,
.cid-uPHUKMdf1q .text_widget a:focus {
  opacity: .7;
}
.cid-uPHUKMdf1q .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPHUKMdf1q .navbar-caption {
  color: #080808;
}
.cid-uPHUKMdf1q .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPHUKMdf1q .mbr-section-subtitle,
.cid-uPHUKMdf1q .text_widget,
.cid-uPHUKMdf1q .mbr-section-btn {
  text-align: center;
}
.cid-uPHUKMdf1q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPHUKNEO3l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHUKNEO3l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKNEO3l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKNEO3l .row {
  justify-content: space-between;
}
.cid-uPHUKNEO3l .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPHUKNEO3l .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPHUKNEO3l .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPHUKNEO3l .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-uPHUKNEO3l .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPHUKNEO3l .content-wrapper .mbr-section-btn .btn::after,
.cid-uPHUKNEO3l .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPHUKNEO3l .content-wrapper .mbr-section-btn .btn:hover,
.cid-uPHUKNEO3l .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPHUKNEO3l .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uPHUKNEO3l .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPHUKNEO3l .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uPHUKNEO3l .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uPHUKNEO3l .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPHUKNEO3l .image-wrapper img {
    height: 350px;
  }
}
.cid-uPHUKNEO3l .mbr-section-title {
  color: #ffffff;
}
.cid-uPHUKNEO3l .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPHUKNEO3l .mbr-text {
  color: #c7c7c7;
}
.cid-uPHUKNEO3l .mbr-text,
.cid-uPHUKNEO3l .mbr-section-btn {
  color: #000000;
}
.cid-uPHUKOPEnf {
  background-color: #eeeef7;
}
.cid-uPHUKOPEnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKOPEnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKOPEnf .items-wrap {
  justify-content: space-between;
}
.cid-uPHUKOPEnf .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #2bd789;
}
@media (max-width: 1440px) {
  .cid-uPHUKOPEnf .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKOPEnf .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uPHUKOPEnf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPHUKOPEnf .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHUKOPEnf .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPHUKOPEnf .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uPHUKOPEnf .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uPHUKOPEnf .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHUKOPEnf .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uPHUKOPEnf .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHUKOPEnf .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uPHUKOPEnf .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKOPEnf .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uPHUKOPEnf .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uPHUKOPEnf .image-wrapper {
  position: relative;
  border: 3px solid #2bd789;
  background-color: #2bd789;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPHUKOPEnf .image-wrapper {
    height: 350px;
  }
}
.cid-uPHUKOPEnf .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPHUKOPEnf .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPHUKOPEnf .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uPHUKOPEnf .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uPHUKOPEnf .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #2bd789;
  margin-bottom: 0;
}
.cid-uPHUKOPEnf .mbr-section-title {
  color: #191c25;
}
.cid-uPHUKOPEnf .list {
  color: #191c25;
}
.cid-uPHUKOPEnf .mbr-number_1 {
  color: #191c25;
}
.cid-uPHUKOPEnf .mbr-number_2,
.cid-uPHUKOPEnf .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uPHUKPRDuL {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPHUKPRDuL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKPRDuL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKPRDuL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPHUKPRDuL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPHUKPRDuL .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-uPHUKPRDuL .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPHUKPRDuL .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPHUKPRDuL .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPHUKPRDuL .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPHUKPRDuL .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPHUKPRDuL .mbr-text {
  color: #19171c;
}
.cid-uPHUKPRDuL .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPHUKPRDuL .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPHUKPRDuL .mbr-text,
.cid-uPHUKPRDuL .text-wrapper,
.cid-uPHUKPRDuL .person-wrapper {
  text-align: center;
}
.cid-uPHUKQKaia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPHUKQKaia .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKQKaia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKQKaia .row {
  justify-content: space-between;
}
.cid-uPHUKQKaia .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPHUKQKaia .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPHUKQKaia .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPHUKQKaia .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPHUKQKaia .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPHUKQKaia .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPHUKQKaia .mbr-label {
  color: #000000;
}
.cid-uPHUKQKaia .mbr-section-title {
  color: #000000;
}
.cid-uPHUKQKaia .mbr-desc {
  color: #000000;
}
.cid-uPHUKQKaia .mbr-text {
  color: #8a8a8a;
}
.cid-uPHUKRMPoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uPHUKRMPoD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKRMPoD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKRMPoD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPHUKRMPoD .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKRMPoD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPHUKRMPoD .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPHUKRMPoD .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPHUKRMPoD .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPHUKRMPoD .items-wrapper {
  margin: 0 -5px;
}
.cid-uPHUKRMPoD .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPHUKRMPoD .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPHUKRMPoD .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPHUKRMPoD .mbr-section-title {
  color: #093388;
}
.cid-uPHUKRMPoD .item-title {
  color: #093388;
}
.cid-uPHUKRMPoD .item-text {
  color: #58595b;
}
.cid-uPHUKRMPoD .item-title,
.cid-uPHUKRMPoD .mbr-section-btn,
.cid-uPHUKRMPoD .icon-wrapper {
  color: #000000;
}
.cid-uPHUKTd3Tn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPHUKTd3Tn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKTd3Tn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKTd3Tn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPHUKTd3Tn .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKTd3Tn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKTd3Tn .container {
    padding: 0 16px;
  }
}
.cid-uPHUKTd3Tn .row {
  justify-content: space-between;
}
.cid-uPHUKTd3Tn .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPHUKTd3Tn .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPHUKTd3Tn .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uPHUKTd3Tn .content-wrapper {
  position: relative;
}
.cid-uPHUKTd3Tn .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHUKTd3Tn .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPHUKTd3Tn .mbr-text {
  color: #333333;
}
.cid-uPHUKUfqrc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPHUKUfqrc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKUfqrc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKUfqrc .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPHUKUfqrc .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKUfqrc .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKUfqrc .container {
    padding: 0 16px;
  }
}
.cid-uPHUKUfqrc .row {
  justify-content: space-between;
}
.cid-uPHUKUfqrc .title-wrapper {
  position: sticky;
}
.cid-uPHUKUfqrc .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPHUKUfqrc .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPHUKUfqrc .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-uPHUKUfqrc .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPHUKUfqrc .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPHUKUfqrc .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPHUKUfqrc .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPHUKUfqrc .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPHUKUfqrc .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPHUKUfqrc .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPHUKUfqrc .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-uPHUKUfqrc .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPHUKUfqrc .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPHUKUfqrc .mbr-section-title {
  color: #080808;
}
.cid-uPHUKUfqrc .panel-title-edit {
  color: #080808;
}
.cid-uPHUKUfqrc .panel-text {
  color: #333333;
}
.cid-uPHUKVOQwn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPHUKVOQwn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKVOQwn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKVOQwn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPHUKVOQwn .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKVOQwn .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKVOQwn .container {
    padding: 0 16px;
  }
}
.cid-uPHUKVOQwn .row {
  justify-content: center;
}
.cid-uPHUKVOQwn .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPHUKVOQwn .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPHUKVOQwn .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPHUKVOQwn .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPHUKVOQwn .mbr-text {
  color: #333333;
}
.cid-uPHUKVOQwn .mbr-section-title,
.cid-uPHUKVOQwn .mbr-section-btn {
  color: #080808;
}
.cid-uPHUKWXar2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uPHUKWXar2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKWXar2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKWXar2 .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPHUKWXar2 .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .content-wrapper {
    padding: 0;
  }
}
.cid-uPHUKWXar2 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHUKWXar2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPHUKWXar2 .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPHUKWXar2 .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPHUKWXar2 .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPHUKWXar2 .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPHUKWXar2 .mbr-section-title {
  color: #ffffff;
}
.cid-uPHUKWXar2 .item-title {
  color: #ffffff;
}
.cid-uPHUKWXar2 .item-text {
  color: #ffffff;
}
.cid-uPInCSyigE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPInCSyigE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPInCSyigE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPInCSyigE .row {
  justify-content: center;
}
.cid-uPInCSyigE .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPInCSyigE .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPInCSyigE .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uPInCSyigE .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uPHUKYexJq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPHUKYexJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKYexJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKYexJq .row {
  justify-content: flex-end;
}
.cid-uPHUKYexJq .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uPHUKYexJq .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPHUKYexJq .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uPHUKYexJq .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uPHUKYexJq .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPHUKYexJq .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPHUKYexJq .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uPHUKYexJq .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKYexJq .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPHUKYexJq .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPHUKYexJq .mbr-label,
.cid-uPHUKYexJq .label-wrapper {
  color: #151e11;
}
.cid-uPHUKYexJq .mbr-section-title {
  color: #000000;
}
.cid-uPHUKYexJq .mbr-text {
  color: #fff7ee;
}
.cid-uPHUKYexJq .mbr-text,
.cid-uPHUKYexJq .mbr-section-btn {
  color: #000000;
}
.cid-uPHUKZelyy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPHUKZelyy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUKZelyy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUKZelyy .content-wrap {
  padding: 40px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPHUKZelyy .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPHUKZelyy .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPHUKZelyy .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUKZelyy .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uPHUKZelyy .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPHUKZelyy .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPHUKZelyy .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPHUKZelyy .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPHUKZelyy .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPHUKZelyy .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPHUKZelyy .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPHUKZelyy .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPHUKZelyy .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPHUKZelyy .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPHUKZelyy .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPHUKZelyy .mbr-section-title {
  color: #404349;
}
.cid-uPHUKZelyy .list {
  color: #404349;
}
.cid-uPHUL0u1AX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPHUL0u1AX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUL0u1AX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUL0u1AX .row {
  justify-content: center;
}
.cid-uPHUL0u1AX .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPHUL0u1AX .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPHUL0u1AX .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPHUL0u1AX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPHUL0u1AX .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUL0u1AX .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPHUL0u1AX .items-wrapper {
    display: block;
  }
}
.cid-uPHUL0u1AX .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPHUL0u1AX .item {
    margin-bottom: 16px;
  }
}
.cid-uPHUL0u1AX .item:hover .item-wrapper .item-img img,
.cid-uPHUL0u1AX .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPHUL0u1AX .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPHUL0u1AX .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPHUL0u1AX .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPHUL0u1AX .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPHUL0u1AX .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPHUL0u1AX .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPHUL0u1AX .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPHUL0u1AX .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPHUL0u1AX .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPHUL0u1AX .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-uPHUL0u1AX .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPHUL0u1AX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPHUL0u1AX .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPHUL0u1AX .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPHUL0u1AX .mbr-section-title {
  color: #ffffff;
}
.cid-uPHUL0u1AX .card-name {
  color: #cbff5b;
}
.cid-uPHUL0u1AX .card-role {
  color: #cbff5b;
}
.cid-uPHUL0u1AX .card-text {
  color: #ffffff;
}
.cid-uPHUL0u1AX .mbr-tag {
  color: #000000;
}
.cid-uPHUL1TyPM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPHUL1TyPM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUL1TyPM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUL1TyPM .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uPHUL1TyPM .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPHUL1TyPM .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPHUL1TyPM .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPHUL1TyPM .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPHUL1TyPM .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPHUL1TyPM .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPHUL1TyPM .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPHUL1TyPM .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPHUL1TyPM .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPHUL1TyPM .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uPHUL1TyPM .mbr-section-title,
.cid-uPHUL1TyPM .mbr-section-btn {
  color: #000000;
}
.cid-uPHUL33C4f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPHUL33C4f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUL33C4f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPHUL33C4f .container {
    padding: 0 16px;
  }
}
.cid-uPHUL33C4f .card {
  justify-content: center;
}
.cid-uPHUL33C4f .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uPHUL33C4f .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPHUL33C4f .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uPHUL33C4f .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uPHUL33C4f .mbr-section-title {
  color: #000000;
}
.cid-uPHUL33C4f .mbr-text {
  color: #000000;
}
.cid-uPHUL33C4f .mbr-desc {
  color: #000000;
}
.cid-uPHUL33C4f .mbr-section-title,
.cid-uPHUL33C4f .title-wrapper {
  color: #ffffff;
}
.cid-uPJPaugbkV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJPaugbkV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJPaugbkV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJPaugbkV .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPJPaugbkV .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPJPaugbkV .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uPJPaugbkV .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPJPaugbkV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPJPaugbkV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPJPaugbkV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPJPaugbkV .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPJPaugbkV .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPJPaugbkV .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPJPaugbkV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPJPaugbkV .mbr-section-title {
  color: #19171c;
}
.cid-uPJPaugbkV .panel-title {
  color: #19171c;
}
.cid-uPJPaugbkV .panel-text {
  color: #000000;
}
.cid-uPHUL48Hni {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uPHUL48Hni .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUL48Hni .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUL48Hni .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPHUL48Hni .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUL48Hni .card-wrapper {
    padding: 0;
  }
}
.cid-uPHUL48Hni .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uPHUL48Hni .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUL48Hni .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPHUL5GkQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPHUL5GkQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPHUL5GkQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPHUL5GkQz .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPHUL5GkQz .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUL5GkQz .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPHUL5GkQz .container {
    padding: 0 16px;
  }
}
.cid-uPHUL5GkQz .row {
  justify-content: center;
}
.cid-uPHUL5GkQz .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPHUL5GkQz .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHUL5GkQz .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPHUL5GkQz .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPHUL5GkQz .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPHUL5GkQz .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPHUL5GkQz .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPHUL5GkQz .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPHUL5GkQz .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPHUL5GkQz .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPHUL5GkQz .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPHUL5GkQz .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPHUL5GkQz .contacts-wrapper .list .item-wrap:hover,
.cid-uPHUL5GkQz .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPHUL5GkQz .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPHUL5GkQz .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPHUL5GkQz .mbr-section-title {
  color: #080808;
}
.cid-uPHUL5GkQz .mbr-email {
  color: #333333;
}
.cid-uPHUL5GkQz .mbr-desc {
  color: #333333;
}
.cid-uPHUL5GkQz .list {
  color: #333333;
}
.cid-uPIqSoCHRQ {
  background-color: transparent;
}
.cid-uPIqSoCHRQ .navbar-dropdown {
  background-color: #2bd789 !important;
  padding: 0;
}
.cid-uPIqSoCHRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2bd789 !important;
  background: #2bd789;
}
.cid-uPIqSoCHRQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPIqSoCHRQ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPIqSoCHRQ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPIqSoCHRQ .menu_box .navbar.opened,
  .cid-uPIqSoCHRQ .menu_box .navbar-collapse {
    background-color: #2bd789 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPIqSoCHRQ .navbar-dropdown {
  position: relative !important;
}
.cid-uPIqSoCHRQ .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPIqSoCHRQ .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPIqSoCHRQ .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPIqSoCHRQ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPIqSoCHRQ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPIqSoCHRQ .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPIqSoCHRQ .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPIqSoCHRQ .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPIqSoCHRQ .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPIqSoCHRQ .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPIqSoCHRQ .offcanvas-body .mbr-text,
  .cid-uPIqSoCHRQ .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPIqSoCHRQ .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPIqSoCHRQ .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPIqSoCHRQ .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPIqSoCHRQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPIqSoCHRQ .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPIqSoCHRQ .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPIqSoCHRQ .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPIqSoCHRQ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPIqSoCHRQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPIqSoCHRQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPIqSoCHRQ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPIqSoCHRQ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPIqSoCHRQ .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPIqSoCHRQ .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPIqSoCHRQ .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPIqSoCHRQ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPIqSoCHRQ .nav-item {
    margin: 0 !important;
  }
}
.cid-uPIqSoCHRQ .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPIqSoCHRQ .nav-item .nav-link:hover,
.cid-uPIqSoCHRQ .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPIqSoCHRQ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPIqSoCHRQ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPIqSoCHRQ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPIqSoCHRQ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPIqSoCHRQ .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPIqSoCHRQ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPIqSoCHRQ .offcanvas_box {
    display: none;
  }
}
.cid-uPIqSoCHRQ .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPIqSoCHRQ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPIqSoCHRQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPIqSoCHRQ .container {
  display: flex;
  margin: auto;
}
.cid-uPIqSoCHRQ .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPIqSoCHRQ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPIqSoCHRQ .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPIqSoCHRQ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPIqSoCHRQ .navbar-nav {
    margin: 0;
  }
}
.cid-uPIqSoCHRQ .dropdown-menu,
.cid-uPIqSoCHRQ .navbar.opened {
  background-color: false !important;
}
.cid-uPIqSoCHRQ .nav-item:focus,
.cid-uPIqSoCHRQ .nav-link:focus {
  outline: none;
}
.cid-uPIqSoCHRQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPIqSoCHRQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPIqSoCHRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPIqSoCHRQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPIqSoCHRQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPIqSoCHRQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPIqSoCHRQ .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPIqSoCHRQ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPIqSoCHRQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uPIqSoCHRQ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPIqSoCHRQ .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPIqSoCHRQ .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPIqSoCHRQ .navbar.collapsed {
  justify-content: center;
}
.cid-uPIqSoCHRQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPIqSoCHRQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPIqSoCHRQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPIqSoCHRQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPIqSoCHRQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPIqSoCHRQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPIqSoCHRQ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPIqSoCHRQ .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPIqSoCHRQ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPIqSoCHRQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPIqSoCHRQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPIqSoCHRQ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPIqSoCHRQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPIqSoCHRQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPIqSoCHRQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPIqSoCHRQ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPIqSoCHRQ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPIqSoCHRQ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPIqSoCHRQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPIqSoCHRQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPIqSoCHRQ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPIqSoCHRQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPIqSoCHRQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPIqSoCHRQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPIqSoCHRQ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPIqSoCHRQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPIqSoCHRQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPIqSoCHRQ .dropdown-item.active,
.cid-uPIqSoCHRQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uPIqSoCHRQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPIqSoCHRQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPIqSoCHRQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPIqSoCHRQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPIqSoCHRQ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPIqSoCHRQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPIqSoCHRQ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2bd789;
  background: #c64300;
}
.cid-uPIqSoCHRQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPIqSoCHRQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPIqSoCHRQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPIqSoCHRQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPIqSoCHRQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPIqSoCHRQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPIqSoCHRQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPIqSoCHRQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPIqSoCHRQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPIqSoCHRQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPIqSoCHRQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPIqSoCHRQ .navbar {
    height: 70px;
  }
  .cid-uPIqSoCHRQ .navbar.opened {
    height: auto;
  }
  .cid-uPIqSoCHRQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPIqSoCHRQ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPIqSoCHRQ .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPIqSoCHRQ .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPIqSoCHRQ .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPIqSoCHRQ .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPIqSoCHRQ .navbar-caption:hover {
  color: #991e1e;
}
@media (min-width: 992px) {
  .cid-uPIqSoCHRQ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPIqSoCHRQ .text_widget {
  margin-bottom: 32px;
}
.cid-uPIqSoCHRQ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPIqSoCHRQ .text_widget a:hover,
.cid-uPIqSoCHRQ .text_widget a:focus {
  opacity: .7;
}
.cid-uPIqSoCHRQ .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPIqSoCHRQ .navbar-caption {
  color: #080808;
}
.cid-uPIqSoCHRQ .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPIqSoCHRQ .mbr-section-subtitle,
.cid-uPIqSoCHRQ .text_widget,
.cid-uPIqSoCHRQ .mbr-section-btn {
  text-align: center;
}
.cid-uPIqSoCHRQ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPIqSpK3ze {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPIqSpK3ze .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSpK3ze .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSpK3ze .row {
  justify-content: space-between;
}
.cid-uPIqSpK3ze .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPIqSpK3ze .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPIqSpK3ze .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPIqSpK3ze .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-uPIqSpK3ze .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPIqSpK3ze .content-wrapper .mbr-section-btn .btn::after,
.cid-uPIqSpK3ze .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPIqSpK3ze .content-wrapper .mbr-section-btn .btn:hover,
.cid-uPIqSpK3ze .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPIqSpK3ze .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uPIqSpK3ze .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPIqSpK3ze .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uPIqSpK3ze .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uPIqSpK3ze .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPIqSpK3ze .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIqSpK3ze .mbr-section-title {
  color: #ffffff;
}
.cid-uPIqSpK3ze .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPIqSpK3ze .mbr-text {
  color: #c7c7c7;
}
.cid-uPIqSpK3ze .mbr-text,
.cid-uPIqSpK3ze .mbr-section-btn {
  color: #000000;
}
.cid-uPIqSqAnJP {
  background-color: #eeeef7;
}
.cid-uPIqSqAnJP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSqAnJP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSqAnJP .items-wrap {
  justify-content: space-between;
}
.cid-uPIqSqAnJP .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #2bd789;
}
@media (max-width: 1440px) {
  .cid-uPIqSqAnJP .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSqAnJP .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uPIqSqAnJP .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPIqSqAnJP .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIqSqAnJP .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPIqSqAnJP .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uPIqSqAnJP .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uPIqSqAnJP .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPIqSqAnJP .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uPIqSqAnJP .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIqSqAnJP .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uPIqSqAnJP .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSqAnJP .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uPIqSqAnJP .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uPIqSqAnJP .image-wrapper {
  position: relative;
  border: 3px solid #2bd789;
  background-color: #2bd789;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPIqSqAnJP .image-wrapper {
    height: 350px;
  }
}
.cid-uPIqSqAnJP .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPIqSqAnJP .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPIqSqAnJP .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uPIqSqAnJP .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uPIqSqAnJP .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #2bd789;
  margin-bottom: 0;
}
.cid-uPIqSqAnJP .mbr-section-title {
  color: #191c25;
}
.cid-uPIqSqAnJP .list {
  color: #191c25;
}
.cid-uPIqSqAnJP .mbr-number_1 {
  color: #191c25;
}
.cid-uPIqSqAnJP .mbr-number_2,
.cid-uPIqSqAnJP .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uPIqSrjCe4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPIqSrjCe4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSrjCe4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSrjCe4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPIqSrjCe4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPIqSrjCe4 .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-uPIqSrjCe4 .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPIqSrjCe4 .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPIqSrjCe4 .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPIqSrjCe4 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPIqSrjCe4 .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPIqSrjCe4 .mbr-text {
  color: #19171c;
}
.cid-uPIqSrjCe4 .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPIqSrjCe4 .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPIqSrjCe4 .mbr-text,
.cid-uPIqSrjCe4 .text-wrapper,
.cid-uPIqSrjCe4 .person-wrapper {
  text-align: center;
}
.cid-uPIx3liyjE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPIx3liyjE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIx3liyjE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIx3liyjE .row {
  justify-content: space-between;
}
.cid-uPIx3liyjE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPIx3liyjE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPIx3liyjE .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPIx3liyjE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPIx3liyjE .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPIx3liyjE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPIx3liyjE .mbr-label {
  color: #000000;
}
.cid-uPIx3liyjE .mbr-section-title {
  color: #000000;
}
.cid-uPIx3liyjE .mbr-desc {
  color: #000000;
}
.cid-uPIx3liyjE .mbr-text {
  color: #8a8a8a;
}
.cid-uPIqSsYRIQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uPIqSsYRIQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSsYRIQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSsYRIQ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPIqSsYRIQ .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSsYRIQ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPIqSsYRIQ .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPIqSsYRIQ .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPIqSsYRIQ .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPIqSsYRIQ .items-wrapper {
  margin: 0 -5px;
}
.cid-uPIqSsYRIQ .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPIqSsYRIQ .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPIqSsYRIQ .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPIqSsYRIQ .mbr-section-title {
  color: #093388;
}
.cid-uPIqSsYRIQ .item-title {
  color: #093388;
}
.cid-uPIqSsYRIQ .item-text {
  color: #58595b;
}
.cid-uPIqSsYRIQ .item-title,
.cid-uPIqSsYRIQ .mbr-section-btn,
.cid-uPIqSsYRIQ .icon-wrapper {
  color: #000000;
}
.cid-uPIqSu85Az {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPIqSu85Az .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSu85Az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSu85Az .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPIqSu85Az .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSu85Az .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSu85Az .container {
    padding: 0 16px;
  }
}
.cid-uPIqSu85Az .row {
  justify-content: space-between;
}
.cid-uPIqSu85Az .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPIqSu85Az .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPIqSu85Az .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uPIqSu85Az .content-wrapper {
  position: relative;
}
.cid-uPIqSu85Az .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPIqSu85Az .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPIqSu85Az .mbr-text {
  color: #333333;
}
.cid-uPIqSuQjYN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPIqSuQjYN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSuQjYN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSuQjYN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPIqSuQjYN .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSuQjYN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSuQjYN .container {
    padding: 0 16px;
  }
}
.cid-uPIqSuQjYN .row {
  justify-content: space-between;
}
.cid-uPIqSuQjYN .title-wrapper {
  position: sticky;
}
.cid-uPIqSuQjYN .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPIqSuQjYN .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPIqSuQjYN .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-uPIqSuQjYN .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPIqSuQjYN .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPIqSuQjYN .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPIqSuQjYN .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPIqSuQjYN .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPIqSuQjYN .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPIqSuQjYN .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPIqSuQjYN .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-uPIqSuQjYN .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPIqSuQjYN .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPIqSuQjYN .mbr-section-title {
  color: #080808;
}
.cid-uPIqSuQjYN .panel-title-edit {
  color: #080808;
}
.cid-uPIqSuQjYN .panel-text {
  color: #333333;
}
.cid-uPIqSw1Abq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPIqSw1Abq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSw1Abq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSw1Abq .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPIqSw1Abq .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSw1Abq .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSw1Abq .container {
    padding: 0 16px;
  }
}
.cid-uPIqSw1Abq .row {
  justify-content: center;
}
.cid-uPIqSw1Abq .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPIqSw1Abq .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPIqSw1Abq .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPIqSw1Abq .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPIqSw1Abq .mbr-text {
  color: #333333;
}
.cid-uPIqSw1Abq .mbr-section-title,
.cid-uPIqSw1Abq .mbr-section-btn {
  color: #080808;
}
.cid-uPIqSxbudL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uPIqSxbudL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSxbudL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSxbudL .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPIqSxbudL .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .content-wrapper {
    padding: 0;
  }
}
.cid-uPIqSxbudL .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIqSxbudL .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPIqSxbudL .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPIqSxbudL .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPIqSxbudL .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uPIqSxbudL .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPIqSxbudL .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPIqSxbudL .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPIqSxbudL .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPIqSxbudL .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPIqSxbudL .mbr-section-title {
  color: #ffffff;
}
.cid-uPIqSxbudL .item-title {
  color: #ffffff;
}
.cid-uPIqSxbudL .item-text {
  color: #ffffff;
}
.cid-uPIqSz4hP8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPIqSz4hP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSz4hP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSz4hP8 .row {
  justify-content: flex-end;
}
.cid-uPIqSz4hP8 .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uPIqSz4hP8 .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPIqSz4hP8 .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uPIqSz4hP8 .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uPIqSz4hP8 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPIqSz4hP8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPIqSz4hP8 .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uPIqSz4hP8 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSz4hP8 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPIqSz4hP8 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPIqSz4hP8 .mbr-label,
.cid-uPIqSz4hP8 .label-wrapper {
  color: #151e11;
}
.cid-uPIqSz4hP8 .mbr-section-title {
  color: #000000;
}
.cid-uPIqSz4hP8 .mbr-text {
  color: #fff7ee;
}
.cid-uPIqSz4hP8 .mbr-text,
.cid-uPIqSz4hP8 .mbr-section-btn {
  color: #000000;
}
.cid-uPIqSzQ0Tu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPIqSzQ0Tu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSzQ0Tu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSzQ0Tu .content-wrap {
  padding: 40px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPIqSzQ0Tu .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPIqSzQ0Tu .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPIqSzQ0Tu .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSzQ0Tu .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uPIqSzQ0Tu .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPIqSzQ0Tu .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPIqSzQ0Tu .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPIqSzQ0Tu .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPIqSzQ0Tu .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPIqSzQ0Tu .mbr-section-title {
  color: #404349;
}
.cid-uPIqSzQ0Tu .list {
  color: #404349;
}
.cid-uPIqSAOsfA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPIqSAOsfA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSAOsfA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSAOsfA .row {
  justify-content: center;
}
.cid-uPIqSAOsfA .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPIqSAOsfA .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPIqSAOsfA .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPIqSAOsfA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPIqSAOsfA .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSAOsfA .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPIqSAOsfA .items-wrapper {
    display: block;
  }
}
.cid-uPIqSAOsfA .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPIqSAOsfA .item {
    margin-bottom: 16px;
  }
}
.cid-uPIqSAOsfA .item:hover .item-wrapper .item-img img,
.cid-uPIqSAOsfA .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPIqSAOsfA .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPIqSAOsfA .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPIqSAOsfA .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPIqSAOsfA .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPIqSAOsfA .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPIqSAOsfA .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPIqSAOsfA .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPIqSAOsfA .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPIqSAOsfA .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPIqSAOsfA .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-uPIqSAOsfA .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPIqSAOsfA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPIqSAOsfA .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPIqSAOsfA .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPIqSAOsfA .mbr-section-title {
  color: #ffffff;
}
.cid-uPIqSAOsfA .card-name {
  color: #cbff5b;
}
.cid-uPIqSAOsfA .card-role {
  color: #cbff5b;
}
.cid-uPIqSAOsfA .card-text {
  color: #ffffff;
}
.cid-uPIqSAOsfA .mbr-tag {
  color: #000000;
}
.cid-uPIqSC1Oy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPIqSC1Oy3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSC1Oy3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSC1Oy3 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uPIqSC1Oy3 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPIqSC1Oy3 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPIqSC1Oy3 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPIqSC1Oy3 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPIqSC1Oy3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPIqSC1Oy3 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPIqSC1Oy3 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPIqSC1Oy3 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPIqSC1Oy3 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPIqSC1Oy3 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uPIqSC1Oy3 .mbr-section-title,
.cid-uPIqSC1Oy3 .mbr-section-btn {
  color: #000000;
}
.cid-uPIqSCTi8Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPIqSCTi8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSCTi8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPIqSCTi8Y .container {
    padding: 0 16px;
  }
}
.cid-uPIqSCTi8Y .card {
  justify-content: center;
}
.cid-uPIqSCTi8Y .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uPIqSCTi8Y .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPIqSCTi8Y .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uPIqSCTi8Y .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uPIqSCTi8Y .mbr-section-title {
  color: #000000;
}
.cid-uPIqSCTi8Y .mbr-text {
  color: #000000;
}
.cid-uPIqSCTi8Y .mbr-desc {
  color: #000000;
}
.cid-uPIqSCTi8Y .mbr-section-title,
.cid-uPIqSCTi8Y .title-wrapper {
  color: #ffffff;
}
.cid-uPJQWvnhOH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJQWvnhOH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJQWvnhOH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJQWvnhOH .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPJQWvnhOH .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPJQWvnhOH .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uPJQWvnhOH .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPJQWvnhOH .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPJQWvnhOH .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPJQWvnhOH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPJQWvnhOH .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPJQWvnhOH .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPJQWvnhOH .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPJQWvnhOH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPJQWvnhOH .mbr-section-title {
  color: #19171c;
}
.cid-uPJQWvnhOH .panel-title {
  color: #19171c;
}
.cid-uPJQWvnhOH .panel-text {
  color: #000000;
}
.cid-uPIqSDKEBk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uPIqSDKEBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSDKEBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSDKEBk .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPIqSDKEBk .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSDKEBk .card-wrapper {
    padding: 0;
  }
}
.cid-uPIqSDKEBk .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uPIqSDKEBk .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSDKEBk .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPIqSF17Y2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPIqSF17Y2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPIqSF17Y2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPIqSF17Y2 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPIqSF17Y2 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSF17Y2 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPIqSF17Y2 .container {
    padding: 0 16px;
  }
}
.cid-uPIqSF17Y2 .row {
  justify-content: center;
}
.cid-uPIqSF17Y2 .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPIqSF17Y2 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPIqSF17Y2 .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPIqSF17Y2 .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPIqSF17Y2 .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPIqSF17Y2 .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPIqSF17Y2 .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPIqSF17Y2 .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPIqSF17Y2 .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPIqSF17Y2 .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPIqSF17Y2 .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPIqSF17Y2 .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPIqSF17Y2 .contacts-wrapper .list .item-wrap:hover,
.cid-uPIqSF17Y2 .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPIqSF17Y2 .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPIqSF17Y2 .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPIqSF17Y2 .mbr-section-title {
  color: #080808;
}
.cid-uPIqSF17Y2 .mbr-email {
  color: #333333;
}
.cid-uPIqSF17Y2 .mbr-desc {
  color: #333333;
}
.cid-uPIqSF17Y2 .list {
  color: #333333;
}
.cid-uPJvGO21IK {
  background-color: transparent;
}
.cid-uPJvGO21IK .navbar-dropdown {
  background-color: #2bd789 !important;
  padding: 0;
}
.cid-uPJvGO21IK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #2bd789 !important;
  background: #2bd789;
}
.cid-uPJvGO21IK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPJvGO21IK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPJvGO21IK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPJvGO21IK .menu_box .navbar.opened,
  .cid-uPJvGO21IK .menu_box .navbar-collapse {
    background-color: #2bd789 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPJvGO21IK .navbar-dropdown {
  position: relative !important;
}
.cid-uPJvGO21IK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPJvGO21IK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPJvGO21IK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPJvGO21IK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPJvGO21IK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPJvGO21IK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPJvGO21IK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPJvGO21IK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPJvGO21IK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPJvGO21IK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPJvGO21IK .offcanvas-body .mbr-text,
  .cid-uPJvGO21IK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPJvGO21IK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPJvGO21IK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPJvGO21IK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPJvGO21IK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPJvGO21IK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPJvGO21IK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPJvGO21IK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPJvGO21IK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPJvGO21IK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPJvGO21IK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uPJvGO21IK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPJvGO21IK li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uPJvGO21IK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPJvGO21IK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPJvGO21IK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPJvGO21IK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPJvGO21IK .nav-item {
    margin: 0 !important;
  }
}
.cid-uPJvGO21IK .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPJvGO21IK .nav-item .nav-link:hover,
.cid-uPJvGO21IK .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPJvGO21IK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPJvGO21IK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPJvGO21IK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPJvGO21IK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPJvGO21IK .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uPJvGO21IK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPJvGO21IK .offcanvas_box {
    display: none;
  }
}
.cid-uPJvGO21IK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPJvGO21IK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPJvGO21IK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPJvGO21IK .container {
  display: flex;
  margin: auto;
}
.cid-uPJvGO21IK .iconfont-wrapper {
  color: #333333;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uPJvGO21IK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPJvGO21IK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPJvGO21IK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPJvGO21IK .navbar-nav {
    margin: 0;
  }
}
.cid-uPJvGO21IK .dropdown-menu,
.cid-uPJvGO21IK .navbar.opened {
  background-color: false !important;
}
.cid-uPJvGO21IK .nav-item:focus,
.cid-uPJvGO21IK .nav-link:focus {
  outline: none;
}
.cid-uPJvGO21IK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPJvGO21IK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPJvGO21IK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPJvGO21IK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPJvGO21IK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPJvGO21IK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPJvGO21IK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPJvGO21IK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPJvGO21IK .navbar.opened {
  transition: all 0.3s;
}
.cid-uPJvGO21IK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPJvGO21IK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPJvGO21IK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPJvGO21IK .navbar.collapsed {
  justify-content: center;
}
.cid-uPJvGO21IK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPJvGO21IK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPJvGO21IK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPJvGO21IK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPJvGO21IK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPJvGO21IK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPJvGO21IK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPJvGO21IK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPJvGO21IK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPJvGO21IK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPJvGO21IK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPJvGO21IK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPJvGO21IK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPJvGO21IK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPJvGO21IK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPJvGO21IK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPJvGO21IK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPJvGO21IK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPJvGO21IK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPJvGO21IK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPJvGO21IK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPJvGO21IK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPJvGO21IK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPJvGO21IK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPJvGO21IK .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uPJvGO21IK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPJvGO21IK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPJvGO21IK .dropdown-item.active,
.cid-uPJvGO21IK .dropdown-item:active {
  background-color: transparent;
}
.cid-uPJvGO21IK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPJvGO21IK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPJvGO21IK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPJvGO21IK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPJvGO21IK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPJvGO21IK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPJvGO21IK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #2bd789;
  background: #c64300;
}
.cid-uPJvGO21IK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPJvGO21IK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPJvGO21IK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJvGO21IK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPJvGO21IK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPJvGO21IK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJvGO21IK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPJvGO21IK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPJvGO21IK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPJvGO21IK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPJvGO21IK .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uPJvGO21IK .navbar {
    height: 70px;
  }
  .cid-uPJvGO21IK .navbar.opened {
    height: auto;
  }
  .cid-uPJvGO21IK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPJvGO21IK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPJvGO21IK .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPJvGO21IK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPJvGO21IK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPJvGO21IK .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPJvGO21IK .navbar-caption:hover {
  color: #991e1e;
}
@media (min-width: 992px) {
  .cid-uPJvGO21IK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPJvGO21IK .text_widget {
  margin-bottom: 32px;
}
.cid-uPJvGO21IK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPJvGO21IK .text_widget a:hover,
.cid-uPJvGO21IK .text_widget a:focus {
  opacity: .7;
}
.cid-uPJvGO21IK .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPJvGO21IK .navbar-caption {
  color: #080808;
}
.cid-uPJvGO21IK .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPJvGO21IK .mbr-section-subtitle,
.cid-uPJvGO21IK .text_widget,
.cid-uPJvGO21IK .mbr-section-btn {
  text-align: center;
}
.cid-uPJvGO21IK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPJvGP2tmw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPJvGP2tmw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGP2tmw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGP2tmw .row {
  justify-content: space-between;
}
.cid-uPJvGP2tmw .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPJvGP2tmw .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPJvGP2tmw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPJvGP2tmw .title-wrapper .mbr-section-subtitle {
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #386bb7, #e24c4a);
  margin-bottom: 0;
}
.cid-uPJvGP2tmw .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uPJvGP2tmw .content-wrapper .mbr-section-btn .btn::after,
.cid-uPJvGP2tmw .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uPJvGP2tmw .content-wrapper .mbr-section-btn .btn:hover,
.cid-uPJvGP2tmw .content-wrapper .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uPJvGP2tmw .content-wrapper .mbr-section-btn .btn:hover::after,
.cid-uPJvGP2tmw .content-wrapper .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uPJvGP2tmw .image-wrapper {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .cid-uPJvGP2tmw .image-wrapper {
    margin-top: 40px;
  }
}
.cid-uPJvGP2tmw .image-wrapper img {
  height: 485px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPJvGP2tmw .image-wrapper img {
    height: 350px;
  }
}
.cid-uPJvGP2tmw .mbr-section-title {
  color: #ffffff;
}
.cid-uPJvGP2tmw .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uPJvGP2tmw .mbr-text {
  color: #c7c7c7;
}
.cid-uPJvGP2tmw .mbr-text,
.cid-uPJvGP2tmw .mbr-section-btn {
  color: #000000;
}
.cid-uPJvGPOFL6 {
  background-color: #eeeef7;
}
.cid-uPJvGPOFL6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGPOFL6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGPOFL6 .items-wrap {
  justify-content: space-between;
}
.cid-uPJvGPOFL6 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 96px;
  background-color: #2bd789;
}
@media (max-width: 1440px) {
  .cid-uPJvGPOFL6 .content-wrapper {
    padding: 48px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGPOFL6 .content-wrapper {
    padding: 26px 22px 22px;
    margin-bottom: 12px;
  }
}
.cid-uPJvGPOFL6 .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPJvGPOFL6 .content-wrapper .content-wrap .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPJvGPOFL6 .content-wrapper .content-wrap .list {
  margin-bottom: 50px;
  list-style-type: decimal;
  list-style-position: inside;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uPJvGPOFL6 .content-wrapper .content-wrap .list {
    margin-bottom: 22px;
  }
}
.cid-uPJvGPOFL6 .content-wrapper .content-wrap .list .item-wrap {
  margin-bottom: 22px;
}
.cid-uPJvGPOFL6 .content-wrapper .content-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPJvGPOFL6 .content-wrapper .content-wrap .list .item-wrap::marker {
  font-weight: 700;
}
.cid-uPJvGPOFL6 .content-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPJvGPOFL6 .content-wrapper .number-wrapper_1 {
  margin-top: 250px;
}
@media (max-width: 1440px) {
  .cid-uPJvGPOFL6 .content-wrapper .number-wrapper_1 {
    margin-top: 150px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGPOFL6 .content-wrapper .number-wrapper_1 {
    margin-top: 60px;
  }
}
.cid-uPJvGPOFL6 .content-wrapper .number-wrapper_1 .mbr-number_1 {
  margin-bottom: 0;
}
.cid-uPJvGPOFL6 .image-wrapper {
  position: relative;
  border: 3px solid #2bd789;
  background-color: #2bd789;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uPJvGPOFL6 .image-wrapper {
    height: 350px;
  }
}
.cid-uPJvGPOFL6 .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPJvGPOFL6 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uPJvGPOFL6 .image-wrapper .number-wrapper_2 {
  position: relative;
  z-index: 1;
  padding: 48px;
}
@media (max-width: 992px) {
  .cid-uPJvGPOFL6 .image-wrapper .number-wrapper_2 {
    padding: 22px;
  }
}
.cid-uPJvGPOFL6 .image-wrapper .number-wrapper_2 .mbr-number_2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  background-color: #2bd789;
  margin-bottom: 0;
}
.cid-uPJvGPOFL6 .mbr-section-title {
  color: #191c25;
}
.cid-uPJvGPOFL6 .list {
  color: #191c25;
}
.cid-uPJvGPOFL6 .mbr-number_1 {
  color: #191c25;
}
.cid-uPJvGPOFL6 .mbr-number_2,
.cid-uPJvGPOFL6 .number-wrapper_2 {
  color: #191c25;
  text-align: right;
}
.cid-uPJvGPOFL6 .list,
.cid-uPJvGPOFL6 .item-wrap {
  text-align: center;
}
.cid-uPJvGQzbFm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPJvGQzbFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGQzbFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGQzbFm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPJvGQzbFm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPJvGQzbFm .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-uPJvGQzbFm .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPJvGQzbFm .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPJvGQzbFm .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPJvGQzbFm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPJvGQzbFm .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPJvGQzbFm .mbr-text {
  color: #19171c;
}
.cid-uPJvGQzbFm .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPJvGQzbFm .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPJvGQzbFm .mbr-text,
.cid-uPJvGQzbFm .text-wrapper,
.cid-uPJvGQzbFm .person-wrapper {
  text-align: center;
}
.cid-uPJFpJbpsU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJFpJbpsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJFpJbpsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJFpJbpsU .row {
  justify-content: space-between;
}
.cid-uPJFpJbpsU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPJFpJbpsU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPJFpJbpsU .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPJFpJbpsU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPJFpJbpsU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPJFpJbpsU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPJFpJbpsU .mbr-label {
  color: #000000;
}
.cid-uPJFpJbpsU .mbr-section-title {
  color: #000000;
}
.cid-uPJFpJbpsU .mbr-desc {
  color: #000000;
}
.cid-uPJFpJbpsU .mbr-text {
  color: #8a8a8a;
}
.cid-uPJvGSaw1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-uPJvGSaw1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGSaw1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGSaw1c .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 40%;
  margin-bottom: 40px;
}
@media (max-width: 1440px) {
  .cid-uPJvGSaw1c .title-wrapper .mbr-section-title {
    width: 60%;
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGSaw1c .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPJvGSaw1c .border-wrapper_1 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-bottom: 20px;
}
.cid-uPJvGSaw1c .border-wrapper_2 {
  width: 100%;
  height: 1px;
  background-color: #bac0cc;
  margin-top: 10px;
}
@media (max-width: 992px) {
  .cid-uPJvGSaw1c .border-wrapper_2 {
    margin-top: 0;
  }
}
.cid-uPJvGSaw1c .items-wrapper {
  margin: 0 -5px;
}
.cid-uPJvGSaw1c .items-wrapper .item {
  padding: 0 5px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .cid-uPJvGSaw1c .items-wrapper .item {
    margin-bottom: 20px;
  }
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  height: 100%;
  background-color: #ededee;
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  font-size: 84px;
  color: #093388;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
    font-size: 54px;
  }
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 10px;
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPJvGSaw1c .items-wrapper .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uPJvGSaw1c .mbr-section-title {
  color: #093388;
}
.cid-uPJvGSaw1c .item-title {
  color: #093388;
}
.cid-uPJvGSaw1c .item-text {
  color: #58595b;
}
.cid-uPJvGSaw1c .item-title,
.cid-uPJvGSaw1c .mbr-section-btn,
.cid-uPJvGSaw1c .icon-wrapper {
  color: #000000;
}
.cid-uPJvGTdC6f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJvGTdC6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGTdC6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGTdC6f .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPJvGTdC6f .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGTdC6f .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGTdC6f .container {
    padding: 0 16px;
  }
}
.cid-uPJvGTdC6f .row {
  justify-content: space-between;
}
.cid-uPJvGTdC6f .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPJvGTdC6f .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPJvGTdC6f .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uPJvGTdC6f .content-wrapper {
  position: relative;
}
.cid-uPJvGTdC6f .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPJvGTdC6f .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPJvGTdC6f .mbr-text {
  color: #333333;
}
.cid-uPJvGU28F0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPJvGU28F0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGU28F0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGU28F0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPJvGU28F0 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGU28F0 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGU28F0 .container {
    padding: 0 16px;
  }
}
.cid-uPJvGU28F0 .row {
  justify-content: space-between;
}
.cid-uPJvGU28F0 .title-wrapper {
  position: sticky;
}
.cid-uPJvGU28F0 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPJvGU28F0 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPJvGU28F0 .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-uPJvGU28F0 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPJvGU28F0 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPJvGU28F0 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPJvGU28F0 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPJvGU28F0 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPJvGU28F0 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPJvGU28F0 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPJvGU28F0 .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-uPJvGU28F0 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPJvGU28F0 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPJvGU28F0 .mbr-section-title {
  color: #080808;
}
.cid-uPJvGU28F0 .panel-title-edit {
  color: #080808;
}
.cid-uPJvGU28F0 .panel-text {
  color: #333333;
}
.cid-uPJvGVbdID {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJvGVbdID .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGVbdID .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGVbdID .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPJvGVbdID .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGVbdID .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGVbdID .container {
    padding: 0 16px;
  }
}
.cid-uPJvGVbdID .row {
  justify-content: center;
}
.cid-uPJvGVbdID .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPJvGVbdID .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPJvGVbdID .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPJvGVbdID .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPJvGVbdID .mbr-text {
  color: #333333;
}
.cid-uPJvGVbdID .mbr-section-title,
.cid-uPJvGVbdID .mbr-section-btn {
  color: #080808;
}
.cid-uPJvGWiaYQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  border-bottom: 2px solid #ffffff;
  background-color: #2c2625;
}
.cid-uPJvGWiaYQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGWiaYQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGWiaYQ .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPJvGWiaYQ .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .content-wrapper {
    padding: 0;
  }
}
.cid-uPJvGWiaYQ .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPJvGWiaYQ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-uPJvGWiaYQ .items-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper .item {
    margin-bottom: 16px;
  }
}
.cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper {
  padding: 108px;
  height: 100%;
  min-height: 570px;
  border: 2px solid #ffffff;
  box-shadow: -10px 10px 0 #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper {
    padding: 20px;
    min-height: auto;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper {
    box-shadow: -5px 5px 0 #ffffff;
  }
}
.cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  border: 2px solid #ffffff;
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 32px;
  }
}
.cid-uPJvGWiaYQ .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 32px;
}
.cid-uPJvGWiaYQ .mbr-section-title {
  color: #ffffff;
}
.cid-uPJvGWiaYQ .item-title {
  color: #ffffff;
}
.cid-uPJvGWiaYQ .item-text {
  color: #ffffff;
}
.cid-uPJvGYfJ19 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJvGYfJ19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGYfJ19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGYfJ19 .row {
  justify-content: flex-end;
}
.cid-uPJvGYfJ19 .label-wrapper .label-wrap {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 8px 16px;
  margin-bottom: 60px;
  background-color: #ffbe0d;
}
@media (max-width: 992px) {
  .cid-uPJvGYfJ19 .label-wrapper .label-wrap {
    margin-bottom: 30px;
  }
}
.cid-uPJvGYfJ19 .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-uPJvGYfJ19 .label-wrapper .label-wrap .mbr-iconfont {
  font-size: 18px;
  margin-right: 12px;
  color: #151e11;
}
@media (max-width: 992px) {
  .cid-uPJvGYfJ19 .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPJvGYfJ19 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPJvGYfJ19 .content-wrapper {
  padding-left: 54px;
}
@media (max-width: 1440px) {
  .cid-uPJvGYfJ19 .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGYfJ19 .content-wrapper {
    padding-left: 0;
  }
}
.cid-uPJvGYfJ19 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
.cid-uPJvGYfJ19 .mbr-label,
.cid-uPJvGYfJ19 .label-wrapper {
  color: #151e11;
}
.cid-uPJvGYfJ19 .mbr-section-title {
  color: #fff7ee;
}
.cid-uPJvGYfJ19 .mbr-text {
  color: #fff7ee;
}
.cid-uPJvGZ5h6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPJvGZ5h6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvGZ5h6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvGZ5h6k .content-wrap {
  padding: 40px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPJvGZ5h6k .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPJvGZ5h6k .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
  padding-right: 0;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uPJvGZ5h6k .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvGZ5h6k .content-wrap .image-wrapper {
    padding-left: 0;
  }
}
.cid-uPJvGZ5h6k .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPJvGZ5h6k .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPJvGZ5h6k .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPJvGZ5h6k .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPJvGZ5h6k .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPJvGZ5h6k .mbr-section-title {
  color: #404349;
}
.cid-uPJvGZ5h6k .list {
  color: #404349;
}
.cid-uPJvH02sDm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJvH02sDm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvH02sDm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvH02sDm .row {
  justify-content: center;
}
.cid-uPJvH02sDm .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPJvH02sDm .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uPJvH02sDm .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPJvH02sDm .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .cid-uPJvH02sDm .items-wrapper {
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvH02sDm .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .cid-uPJvH02sDm .items-wrapper {
    display: block;
  }
}
.cid-uPJvH02sDm .item {
  transition: all .3s ease;
}
@media (max-width: 768px) {
  .cid-uPJvH02sDm .item {
    margin-bottom: 16px;
  }
}
.cid-uPJvH02sDm .item:hover .item-wrapper .item-img img,
.cid-uPJvH02sDm .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uPJvH02sDm .item .item-wrapper {
  height: 100%;
  border: 3px solid #ffffff;
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-uPJvH02sDm .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .cid-uPJvH02sDm .item .item-wrapper {
    padding: 30px 20px;
  }
}
.cid-uPJvH02sDm .item .item-wrapper .item-img {
  margin-bottom: 40px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uPJvH02sDm .item .item-wrapper .item-img {
    margin-bottom: 30px;
  }
}
.cid-uPJvH02sDm .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-uPJvH02sDm .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uPJvH02sDm .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uPJvH02sDm .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uPJvH02sDm .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-uPJvH02sDm .item .item-wrapper .card-box .text-wrapper .card-text {
    width: 100%;
    margin-top: 30px;
  }
}
.cid-uPJvH02sDm .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uPJvH02sDm .item .item-wrapper .card-box .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uPJvH02sDm .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
  width: 100%;
}
.cid-uPJvH02sDm .mbr-section-title {
  color: #ffffff;
}
.cid-uPJvH02sDm .card-name {
  color: #cbff5b;
}
.cid-uPJvH02sDm .card-role {
  color: #cbff5b;
}
.cid-uPJvH02sDm .card-text {
  color: #ffffff;
}
.cid-uPJvH02sDm .mbr-tag {
  color: #000000;
}
.cid-uPJvH17db9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uPJvH17db9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvH17db9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvH17db9 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uPJvH17db9 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uPJvH17db9 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uPJvH17db9 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uPJvH17db9 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uPJvH17db9 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uPJvH17db9 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPJvH17db9 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uPJvH17db9 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPJvH17db9 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uPJvH17db9 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uPJvH17db9 .mbr-section-title,
.cid-uPJvH17db9 .mbr-section-btn {
  color: #000000;
}
.cid-uPJvH21Bp6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPJvH21Bp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvH21Bp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uPJvH21Bp6 .container {
    padding: 0 16px;
  }
}
.cid-uPJvH21Bp6 .card {
  justify-content: center;
}
.cid-uPJvH21Bp6 .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #000000;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uPJvH21Bp6 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uPJvH21Bp6 .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-uPJvH21Bp6 .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-uPJvH21Bp6 .mbr-section-title {
  color: #000000;
}
.cid-uPJvH21Bp6 .mbr-text {
  color: #000000;
}
.cid-uPJvH21Bp6 .mbr-desc {
  color: #000000;
}
.cid-uPJvH21Bp6 .mbr-section-title,
.cid-uPJvH21Bp6 .title-wrapper {
  color: #ffffff;
}
.cid-uPJSx8JaDE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2bd789;
}
.cid-uPJSx8JaDE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJSx8JaDE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJSx8JaDE .content-wrapper {
  position: sticky;
  top: 40px;
}
@media (max-width: 992px) {
  .cid-uPJSx8JaDE .content-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-uPJSx8JaDE .panel-group .card {
  position: relative;
  border-radius: 0 !important;
  padding: 30px 0;
  background-color: transparent;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 992px) {
  .cid-uPJSx8JaDE .panel-group .card {
    padding: 20px 0;
  }
}
.cid-uPJSx8JaDE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uPJSx8JaDE .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uPJSx8JaDE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPJSx8JaDE .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #19171c;
  margin-top: 4px;
  margin-left: 20px;
}
.cid-uPJSx8JaDE .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPJSx8JaDE .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uPJSx8JaDE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPJSx8JaDE .mbr-section-title {
  color: #19171c;
}
.cid-uPJSx8JaDE .panel-title {
  color: #19171c;
}
.cid-uPJSx8JaDE .panel-text {
  color: #000000;
}
.cid-uPJvH2VnkC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #333333;
}
.cid-uPJvH2VnkC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvH2VnkC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvH2VnkC .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPJvH2VnkC .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvH2VnkC .card-wrapper {
    padding: 0;
  }
}
.cid-uPJvH2VnkC .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #000000;
}
@media (max-width: 992px) {
  .cid-uPJvH2VnkC .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvH2VnkC .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPJvH3WfGT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPJvH3WfGT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPJvH3WfGT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPJvH3WfGT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPJvH3WfGT .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvH3WfGT .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPJvH3WfGT .container {
    padding: 0 16px;
  }
}
.cid-uPJvH3WfGT .row {
  justify-content: center;
}
.cid-uPJvH3WfGT .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPJvH3WfGT .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPJvH3WfGT .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPJvH3WfGT .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPJvH3WfGT .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPJvH3WfGT .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPJvH3WfGT .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPJvH3WfGT .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPJvH3WfGT .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPJvH3WfGT .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPJvH3WfGT .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPJvH3WfGT .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPJvH3WfGT .contacts-wrapper .list .item-wrap:hover,
.cid-uPJvH3WfGT .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPJvH3WfGT .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPJvH3WfGT .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-uPJvH3WfGT .mbr-section-title {
  color: #080808;
}
.cid-uPJvH3WfGT .mbr-email {
  color: #333333;
}
.cid-uPJvH3WfGT .mbr-desc {
  color: #333333;
}
.cid-uPJvH3WfGT .list {
  color: #333333;
}
