.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: #3898ec !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: #3898ec !important;
  border-color: #3898ec !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #67b0f0 !important;
  border-color: #67b0f0 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #67b0f0 !important;
  border-color: #67b0f0 !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: #3898ec;
  color: #3898ec;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #126cbb !important;
  background-color: transparent !important;
  border-color: #126cbb !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3898ec !important;
  border-color: #3898ec !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: #3898ec !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: #1164ad !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: #3898ec;
}
.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: #3898ec;
  border-color: #3898ec;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #3898ec;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f2f8fe;
}
.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: #3898ec !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: #3898ec;
}
/* 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: #3898ec;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3898ec;
}
.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: #3898ec;
  border-bottom-color: #3898ec;
}
.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: #3898ec !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='%233898ec' %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 #3898ec !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: #3898ec !important;
}
.cid-tXLI4Og95r {
  background-color: transparent;
}
.cid-tXLI4Og95r .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-tXLI4Og95r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.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: #f0f0f0 !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: #f0f0f0;
  background: #cccccc;
}
.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: #3898ec;
}
@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-tXLI64LqKX {
  background-image: url("../../../assets/images/builders-risk-insurance-new1-gty.webp");
}
.cid-tXLI64LqKX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLI64LqKX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLI64LqKX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-tXLI64LqKX .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-tXLI64LqKX .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXLI64LqKX .container {
    padding: 0 16px;
  }
}
.cid-tXLI64LqKX .content-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.cid-tXLI64LqKX .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  color: #ff5600;
  display: inline-flex;
  margin-left: 12rem;
}
@media (max-width: 992px) {
  .cid-tXLI64LqKX .content-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-tXLI64LqKX .content-wrapper .icon-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-tXLI64LqKX .content-wrapper .icon-wrap .mbr-iconfont {
  font-size: 180px;
  color: #56acff;
  display: inline-flex;
  margin: 5rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-tXLI64LqKX .content-wrapper .icon-wrap .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-tXLI64LqKX .content-wrapper .icon-wrap .mbr-iconfont:first-child {
  color: #00d372;
  margin: 0 0 0 12rem;
}
@media (max-width: 992px) {
  .cid-tXLI64LqKX .content-wrapper .icon-wrap .mbr-iconfont:first-child {
    margin: 0;
  }
}
.cid-tXLI64LqKX .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tXLI64LqKX .content-wrapper .mbr-desc {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-tXLI64LqKX .content-wrapper .mbr-desc {
    margin: 24px 0;
  }
}
.cid-tXLI64LqKX .mbr-section-title {
  color: #080808;
}
.cid-tXLI64LqKX .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-tXLI64LqKX .mbr-section-title,
.cid-tXLI64LqKX .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tXLIaTLQ6F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-tXLIaTLQ6F .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLIaTLQ6F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLIaTLQ6F .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-tXLIaTLQ6F .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIaTLQ6F .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXLIaTLQ6F .container {
    padding: 0 16px;
  }
}
.cid-tXLIaTLQ6F .row-content {
  margin: 0 -24px;
}
.cid-tXLIaTLQ6F .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tXLIaTLQ6F .content-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-tXLIaTLQ6F .card {
  padding: 0 24px;
}
.cid-tXLIaTLQ6F .card .text-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  padding: 5px;
  border-radius: 2em;
  position: sticky;
  top: 16px;
}
@media (max-width: 992px) {
  .cid-tXLIaTLQ6F .card .text-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cid-tXLIaTLQ6F .card .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-tXLIaTLQ6F .card .text-wrapper .text-wrap {
    padding: 16px;
  }
}
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:hover::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:focus::after,
.cid-tXLIaTLQ6F .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-tXLIaTLQ6F .card .items-wrapper .item {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-tXLIaTLQ6F .card .items-wrapper .item {
    margin-bottom: 24px;
  }
}
.cid-tXLIaTLQ6F .card .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-tXLIaTLQ6F .card .items-wrapper .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
}
.cid-tXLIaTLQ6F .card .items-wrapper .item .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tXLIaTLQ6F .card .items-wrapper .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-tXLIaTLQ6F .card .items-wrapper .item .item-wrapper .card-box .card-number {
  display: inline-flex;
  width: 60px;
  margin-bottom: 0;
  -webkit-text-stroke-color: #333333;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-right: 10px;
}
.cid-tXLIaTLQ6F .card .items-wrapper .item .item-wrapper .card-box .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-tXLIaTLQ6F .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-tXLIaTLQ6F .mbr-text {
  color: #333333;
}
.cid-tXLIaTLQ6F .card-text {
  color: #333333;
}
.cid-tXLIaTLQ6F .mbr-text,
.cid-tXLIaTLQ6F .mbr-section-btn {
  color: #080808;
}
.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-uPCP1sCpWE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPCP1sCpWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCP1sCpWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCP1sCpWE .row {
  justify-content: space-between;
}
.cid-uPCP1sCpWE .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPCP1sCpWE .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPCP1sCpWE .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPCP1sCpWE .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPCP1sCpWE .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPCP1sCpWE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPCP1sCpWE .mbr-label {
  color: #000000;
}
.cid-uPCP1sCpWE .mbr-section-title {
  color: #000000;
}
.cid-uPCP1sCpWE .mbr-desc {
  color: #000000;
}
.cid-uPCP1sCpWE .mbr-text {
  color: #8a8a8a;
}
.cid-uPC7wkuRgb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.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-uPAB6lCF2D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPAB6lCF2D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPAB6lCF2D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPAB6lCF2D .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPAB6lCF2D .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPAB6lCF2D .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPAB6lCF2D .container {
    padding: 0 16px;
  }
}
.cid-uPAB6lCF2D .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPAB6lCF2D .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPAB6lCF2D .item {
    margin-bottom: 24px;
  }
}
.cid-uPAB6lCF2D .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPAB6lCF2D .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPAB6lCF2D .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPAB6lCF2D .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPAB6lCF2D .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPAB6lCF2D .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPAB6lCF2D .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPAB6lCF2D .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPAB6lCF2D .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPAB6lCF2D .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPAB6lCF2D .card-text {
  color: #333333;
}
.cid-uPAB6lCF2D .card-name {
  color: #080808;
}
.cid-tXLIuhHG8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.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, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  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: #f0f0f0;
}
.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-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: #000000;
  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;
}
@media (max-width: 992px) {
  .cid-uPCdwvR4Tn .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.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-tXLInydqLd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-tXLInydqLd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tXLInydqLd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tXLInydqLd .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-tXLInydqLd .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-tXLInydqLd .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-tXLInydqLd .container {
    padding: 0 16px;
  }
}
.cid-tXLInydqLd .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-tXLInydqLd .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-tXLInydqLd .item {
    margin-bottom: 24px;
  }
}
.cid-tXLInydqLd .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-tXLInydqLd .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tXLInydqLd .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-tXLInydqLd .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-tXLInydqLd .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tXLInydqLd .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-tXLInydqLd .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-tXLInydqLd .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-tXLInydqLd .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-tXLInydqLd .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-tXLInydqLd .card-text {
  color: #333333;
}
.cid-tXLInydqLd .card-name {
  color: #080808;
}
.cid-uPCInjFerY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPCInjFerY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCInjFerY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCInjFerY .row {
  justify-content: space-between;
}
.cid-uPCInjFerY .card {
  justify-content: center;
}
.cid-uPCInjFerY .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uPCInjFerY .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uPCInjFerY .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPCInjFerY .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPCInjFerY .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPCInjFerY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPCInjFerY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPCInjFerY .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPCInjFerY .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPCInjFerY .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPCInjFerY .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPCInjFerY .mbr-number {
  color: #000c3f;
}
.cid-uPCInjFerY .mbr-section-title {
  color: #ffffff;
}
.cid-uPCInjFerY .mbr-text {
  color: #ffffff;
}
.cid-uPCInjFerY .mbr-section-title,
.cid-uPCInjFerY .mbr-section-btn {
  color: #000000;
}
.cid-uPCInjFerY .mbr-text,
.cid-uPCInjFerY .text-wrapper {
  color: #000000;
}
.cid-uPCVtbiSbQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cccccc;
}
.cid-uPCVtbiSbQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPCVtbiSbQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPCVtbiSbQ .row {
  justify-content: center;
}
.cid-uPCVtbiSbQ .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uPCVtbiSbQ .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPCVtbiSbQ .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uPCVtbiSbQ .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #333333;
}
@media (max-width: 992px) {
  .cid-uPCVtbiSbQ .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uPCVtbiSbQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPCVtbiSbQ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPCVtbiSbQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPCVtbiSbQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPCVtbiSbQ .mbr-section-title {
  color: #ffffff;
}
.cid-uPCVtbiSbQ .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uPCVtbiSbQ .mbr-text,
.cid-uPCVtbiSbQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPCVtbiSbQ .mbr-section-title,
.cid-uPCVtbiSbQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPCI9xzKKI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.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 #56acff;
}
@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: left;
}
.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-uPD0efZUsN {
  background-color: transparent;
}
.cid-uPD0efZUsN .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-uPD0efZUsN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-uPD0efZUsN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPD0efZUsN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPD0efZUsN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPD0efZUsN .menu_box .navbar.opened,
  .cid-uPD0efZUsN .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPD0efZUsN .navbar-dropdown {
  position: relative !important;
}
.cid-uPD0efZUsN .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPD0efZUsN .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPD0efZUsN .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPD0efZUsN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPD0efZUsN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPD0efZUsN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPD0efZUsN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPD0efZUsN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPD0efZUsN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPD0efZUsN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPD0efZUsN .offcanvas-body .mbr-text,
  .cid-uPD0efZUsN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPD0efZUsN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPD0efZUsN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPD0efZUsN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPD0efZUsN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPD0efZUsN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPD0efZUsN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPD0efZUsN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPD0efZUsN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPD0efZUsN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPD0efZUsN .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-uPD0efZUsN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPD0efZUsN 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-uPD0efZUsN .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPD0efZUsN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPD0efZUsN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPD0efZUsN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPD0efZUsN .nav-item {
    margin: 0 !important;
  }
}
.cid-uPD0efZUsN .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPD0efZUsN .nav-item .nav-link:hover,
.cid-uPD0efZUsN .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPD0efZUsN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPD0efZUsN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPD0efZUsN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPD0efZUsN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPD0efZUsN .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-uPD0efZUsN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPD0efZUsN .offcanvas_box {
    display: none;
  }
}
.cid-uPD0efZUsN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPD0efZUsN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPD0efZUsN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPD0efZUsN .container {
  display: flex;
  margin: auto;
}
.cid-uPD0efZUsN .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-uPD0efZUsN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPD0efZUsN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPD0efZUsN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPD0efZUsN .navbar-nav {
    margin: 0;
  }
}
.cid-uPD0efZUsN .dropdown-menu,
.cid-uPD0efZUsN .navbar.opened {
  background-color: false !important;
}
.cid-uPD0efZUsN .nav-item:focus,
.cid-uPD0efZUsN .nav-link:focus {
  outline: none;
}
.cid-uPD0efZUsN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPD0efZUsN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPD0efZUsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPD0efZUsN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPD0efZUsN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPD0efZUsN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPD0efZUsN .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPD0efZUsN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPD0efZUsN .navbar.opened {
  transition: all 0.3s;
}
.cid-uPD0efZUsN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPD0efZUsN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPD0efZUsN .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPD0efZUsN .navbar.collapsed {
  justify-content: center;
}
.cid-uPD0efZUsN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPD0efZUsN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPD0efZUsN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPD0efZUsN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPD0efZUsN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPD0efZUsN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPD0efZUsN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPD0efZUsN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPD0efZUsN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPD0efZUsN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPD0efZUsN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPD0efZUsN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPD0efZUsN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPD0efZUsN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPD0efZUsN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPD0efZUsN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPD0efZUsN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPD0efZUsN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPD0efZUsN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPD0efZUsN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPD0efZUsN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPD0efZUsN .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPD0efZUsN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPD0efZUsN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPD0efZUsN .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-uPD0efZUsN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPD0efZUsN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPD0efZUsN .dropdown-item.active,
.cid-uPD0efZUsN .dropdown-item:active {
  background-color: transparent;
}
.cid-uPD0efZUsN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPD0efZUsN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPD0efZUsN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPD0efZUsN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPD0efZUsN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPD0efZUsN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPD0efZUsN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #cccccc;
}
.cid-uPD0efZUsN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPD0efZUsN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPD0efZUsN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0efZUsN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0efZUsN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPD0efZUsN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0efZUsN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPD0efZUsN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPD0efZUsN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0efZUsN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPD0efZUsN .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-uPD0efZUsN .navbar {
    height: 70px;
  }
  .cid-uPD0efZUsN .navbar.opened {
    height: auto;
  }
  .cid-uPD0efZUsN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPD0efZUsN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPD0efZUsN .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPD0efZUsN .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPD0efZUsN .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPD0efZUsN .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPD0efZUsN .navbar-caption:hover {
  color: #3898ec;
}
@media (min-width: 992px) {
  .cid-uPD0efZUsN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPD0efZUsN .text_widget {
  margin-bottom: 32px;
}
.cid-uPD0efZUsN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPD0efZUsN .text_widget a:hover,
.cid-uPD0efZUsN .text_widget a:focus {
  opacity: .7;
}
.cid-uPD0efZUsN .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPD0efZUsN .navbar-caption {
  color: #080808;
}
.cid-uPD0efZUsN .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPD0efZUsN .mbr-section-subtitle,
.cid-uPD0efZUsN .text_widget,
.cid-uPD0efZUsN .mbr-section-btn {
  text-align: center;
}
.cid-uPD0efZUsN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPD0egPDrW {
  background-image: url("../../../assets/images/understanding-lower-tier-contractors-in-construction.webp");
}
.cid-uPD0egPDrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0egPDrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0egPDrW .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0egPDrW .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0egPDrW .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0egPDrW .container {
    padding: 0 16px;
  }
}
.cid-uPD0egPDrW .content-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.cid-uPD0egPDrW .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  color: #ff5600;
  display: inline-flex;
  margin-left: 12rem;
}
@media (max-width: 992px) {
  .cid-uPD0egPDrW .content-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uPD0egPDrW .content-wrapper .icon-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-uPD0egPDrW .content-wrapper .icon-wrap .mbr-iconfont {
  font-size: 180px;
  color: #56acff;
  display: inline-flex;
  margin: 5rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-uPD0egPDrW .content-wrapper .icon-wrap .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uPD0egPDrW .content-wrapper .icon-wrap .mbr-iconfont:first-child {
  color: #00d372;
  margin: 0 0 0 12rem;
}
@media (max-width: 992px) {
  .cid-uPD0egPDrW .content-wrapper .icon-wrap .mbr-iconfont:first-child {
    margin: 0;
  }
}
.cid-uPD0egPDrW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPD0egPDrW .content-wrapper .mbr-desc {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-uPD0egPDrW .content-wrapper .mbr-desc {
    margin: 24px 0;
  }
}
.cid-uPD0egPDrW .mbr-section-title {
  color: #080808;
}
.cid-uPD0egPDrW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPD0egPDrW .mbr-section-title,
.cid-uPD0egPDrW .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPD0ehqObx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0ehqObx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0ehqObx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0ehqObx .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0ehqObx .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0ehqObx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0ehqObx .container {
    padding: 0 16px;
  }
}
.cid-uPD0ehqObx .row-content {
  margin: 0 -24px;
}
.cid-uPD0ehqObx .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0ehqObx .content-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0ehqObx .card {
  padding: 0 24px;
}
.cid-uPD0ehqObx .card .text-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  padding: 5px;
  border-radius: 2em;
  position: sticky;
  top: 16px;
}
@media (max-width: 992px) {
  .cid-uPD0ehqObx .card .text-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cid-uPD0ehqObx .card .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPD0ehqObx .card .text-wrapper .text-wrap {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPD0ehqObx .card .text-wrapper .text-wrap {
    padding: 16px;
  }
}
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPD0ehqObx .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPD0ehqObx .card .items-wrapper .item {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0ehqObx .card .items-wrapper .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0ehqObx .card .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uPD0ehqObx .card .items-wrapper .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
}
.cid-uPD0ehqObx .card .items-wrapper .item .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0ehqObx .card .items-wrapper .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uPD0ehqObx .card .items-wrapper .item .item-wrapper .card-box .card-number {
  display: inline-flex;
  width: 60px;
  margin-bottom: 0;
  -webkit-text-stroke-color: #333333;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-right: 10px;
}
.cid-uPD0ehqObx .card .items-wrapper .item .item-wrapper .card-box .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPD0ehqObx .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uPD0ehqObx .mbr-text {
  color: #333333;
}
.cid-uPD0ehqObx .card-text {
  color: #333333;
}
.cid-uPD0ehqObx .mbr-text,
.cid-uPD0ehqObx .mbr-section-btn {
  color: #080808;
}
.cid-uPD0ei88xc {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPD0ei88xc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0ei88xc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0ei88xc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPD0ei88xc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPD0ei88xc .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-uPD0ei88xc .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPD0ei88xc .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPD0ei88xc .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPD0ei88xc .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPD0ei88xc .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPD0ei88xc .mbr-text {
  color: #19171c;
}
.cid-uPD0ei88xc .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPD0ei88xc .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPD0ei88xc .mbr-text,
.cid-uPD0ei88xc .text-wrapper,
.cid-uPD0ei88xc .person-wrapper {
  text-align: center;
}
.cid-uPD0eiLdch {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0eiLdch .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eiLdch .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eiLdch .row {
  justify-content: space-between;
}
.cid-uPD0eiLdch .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPD0eiLdch .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0eiLdch .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPD0eiLdch .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPD0eiLdch .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPD0eiLdch .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPD0eiLdch .mbr-label {
  color: #000000;
}
.cid-uPD0eiLdch .mbr-section-title {
  color: #000000;
}
.cid-uPD0eiLdch .mbr-desc {
  color: #000000;
}
.cid-uPD0eiLdch .mbr-text {
  color: #8a8a8a;
}
.cid-uPD0ejqR6D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uPD0ejqR6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0ejqR6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0ejqR6D .row {
  justify-content: space-between;
}
.cid-uPD0ejqR6D .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPD0ejqR6D .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0ejqR6D .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPD0ejqR6D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPD0ejqR6D .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPD0ejqR6D .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPD0ejqR6D .mbr-label {
  color: #000000;
}
.cid-uPD0ejqR6D .mbr-section-title {
  color: #000000;
}
.cid-uPD0ejqR6D .mbr-desc {
  color: #000000;
}
.cid-uPD0ejqR6D .mbr-text {
  color: #8a8a8a;
}
.cid-uPD0eka6MO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0eka6MO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eka6MO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eka6MO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0eka6MO .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eka6MO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eka6MO .container {
    padding: 0 16px;
  }
}
.cid-uPD0eka6MO .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPD0eka6MO .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0eka6MO .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0eka6MO .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPD0eka6MO .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0eka6MO .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPD0eka6MO .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPD0eka6MO .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0eka6MO .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPD0eka6MO .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPD0eka6MO .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPD0eka6MO .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPD0eka6MO .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPD0eka6MO .card-text {
  color: #333333;
}
.cid-uPD0eka6MO .card-name {
  color: #080808;
}
.cid-uPD0elhE9c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0elhE9c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0elhE9c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0elhE9c .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0elhE9c .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0elhE9c .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0elhE9c .container {
    padding: 0 16px;
  }
}
.cid-uPD0elhE9c .row {
  justify-content: space-between;
}
.cid-uPD0elhE9c .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPD0elhE9c .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPD0elhE9c .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uPD0elhE9c .content-wrapper {
  position: relative;
}
.cid-uPD0elhE9c .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0elhE9c .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPD0elhE9c .mbr-text {
  color: #333333;
}
.cid-uPD0elZ228 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0elZ228 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0elZ228 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0elZ228 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0elZ228 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0elZ228 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0elZ228 .container {
    padding: 0 16px;
  }
}
.cid-uPD0elZ228 .row {
  justify-content: space-between;
}
.cid-uPD0elZ228 .title-wrapper {
  position: sticky;
}
.cid-uPD0elZ228 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0elZ228 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0elZ228 .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0elZ228 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPD0elZ228 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPD0elZ228 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPD0elZ228 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPD0elZ228 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPD0elZ228 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPD0elZ228 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPD0elZ228 .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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uPD0elZ228 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPD0elZ228 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPD0elZ228 .mbr-section-title {
  color: #080808;
}
.cid-uPD0elZ228 .panel-title-edit {
  color: #080808;
}
.cid-uPD0elZ228 .panel-text {
  color: #333333;
}
.cid-uPD0en5E2l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0en5E2l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0en5E2l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0en5E2l .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0en5E2l .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0en5E2l .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0en5E2l .container {
    padding: 0 16px;
  }
}
.cid-uPD0en5E2l .row {
  justify-content: center;
}
.cid-uPD0en5E2l .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0en5E2l .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0en5E2l .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPD0en5E2l .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPD0en5E2l .mbr-text {
  color: #333333;
}
.cid-uPD0en5E2l .mbr-section-title,
.cid-uPD0en5E2l .mbr-section-btn {
  color: #080808;
}
.cid-uPD0enN0rS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPD0enN0rS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0enN0rS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0enN0rS .content-wrap {
  padding: 40px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0enN0rS .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPD0enN0rS .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPD0enN0rS .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uPD0enN0rS .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPD0enN0rS .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPD0enN0rS .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPD0enN0rS .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPD0enN0rS .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPD0enN0rS .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0enN0rS .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPD0enN0rS .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPD0enN0rS .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPD0enN0rS .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPD0enN0rS .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPD0enN0rS .mbr-section-title {
  color: #404349;
}
.cid-uPD0enN0rS .list {
  color: #404349;
}
.cid-uPEjiV9CNR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #151e11;
}
.cid-uPEjiV9CNR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEjiV9CNR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEjiV9CNR .row {
  justify-content: center;
}
.cid-uPEjiV9CNR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPEjiV9CNR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uPEjiV9CNR .title-wrapper .mbr-section-title span {
  color: #ffbe0d;
}
.cid-uPEjiV9CNR .mbr-section-title {
  color: #fff7ee;
  text-align: center;
}
.cid-uPD0eozFvm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0eozFvm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eozFvm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eozFvm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0eozFvm .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eozFvm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eozFvm .container {
    padding: 0 16px;
  }
}
.cid-uPD0eozFvm .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPD0eozFvm .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0eozFvm .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0eozFvm .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPD0eozFvm .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0eozFvm .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPD0eozFvm .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPD0eozFvm .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0eozFvm .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPD0eozFvm .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPD0eozFvm .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPD0eozFvm .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPD0eozFvm .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPD0eozFvm .card-text {
  color: #333333;
}
.cid-uPD0eozFvm .card-name {
  color: #080808;
}
.cid-uPD0epwOd4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPD0epwOd4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0epwOd4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0epwOd4 .row {
  justify-content: space-between;
}
.cid-uPD0epwOd4 .card {
  justify-content: center;
}
.cid-uPD0epwOd4 .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uPD0epwOd4 .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uPD0epwOd4 .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPD0epwOd4 .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPD0epwOd4 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0epwOd4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPD0epwOd4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPD0epwOd4 .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPD0epwOd4 .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPD0epwOd4 .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPD0epwOd4 .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPD0epwOd4 .mbr-number {
  color: #000c3f;
}
.cid-uPD0epwOd4 .mbr-section-title {
  color: #ffffff;
}
.cid-uPD0epwOd4 .mbr-text {
  color: #ffffff;
}
.cid-uPD0epwOd4 .mbr-section-title,
.cid-uPD0epwOd4 .mbr-section-btn {
  color: #000000;
}
.cid-uPD0epwOd4 .mbr-text,
.cid-uPD0epwOd4 .text-wrapper {
  color: #000000;
}
.cid-uPD0eqhlgv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cccccc;
}
.cid-uPD0eqhlgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eqhlgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eqhlgv .row {
  justify-content: center;
}
.cid-uPD0eqhlgv .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uPD0eqhlgv .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eqhlgv .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uPD0eqhlgv .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #333333;
}
@media (max-width: 992px) {
  .cid-uPD0eqhlgv .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uPD0eqhlgv .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPD0eqhlgv .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPD0eqhlgv .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPD0eqhlgv .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPD0eqhlgv .mbr-section-title {
  color: #ffffff;
}
.cid-uPD0eqhlgv .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uPD0eqhlgv .mbr-text,
.cid-uPD0eqhlgv .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPD0eqhlgv .mbr-section-title,
.cid-uPD0eqhlgv .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPEANDuW0h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPEANDuW0h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEANDuW0h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEANDuW0h .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPEANDuW0h .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPEANDuW0h .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPEANDuW0h .container {
    padding: 0 16px;
  }
}
.cid-uPEANDuW0h .row {
  justify-content: space-between;
}
.cid-uPEANDuW0h .title-wrapper {
  position: sticky;
}
.cid-uPEANDuW0h .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPEANDuW0h .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPEANDuW0h .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPEANDuW0h .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPEANDuW0h .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPEANDuW0h .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPEANDuW0h .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPEANDuW0h .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPEANDuW0h .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPEANDuW0h .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPEANDuW0h .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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69);
  border-radius: 50%;
}
.cid-uPEANDuW0h .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPEANDuW0h .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPEANDuW0h .mbr-section-title {
  color: #080808;
}
.cid-uPEANDuW0h .panel-title-edit {
  color: #080808;
}
.cid-uPEANDuW0h .panel-text {
  color: #333333;
}
.cid-uPD0er68jg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uPD0er68jg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0er68jg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0er68jg .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPD0er68jg .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0er68jg .card-wrapper {
    padding: 0;
  }
}
.cid-uPD0er68jg .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #56acff;
}
@media (max-width: 992px) {
  .cid-uPD0er68jg .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0er68jg .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPD0es0yCe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0es0yCe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0es0yCe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0es0yCe .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0es0yCe .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0es0yCe .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0es0yCe .container {
    padding: 0 16px;
  }
}
.cid-uPD0es0yCe .row {
  justify-content: center;
}
.cid-uPD0es0yCe .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPD0es0yCe .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0es0yCe .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPD0es0yCe .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPD0es0yCe .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPD0es0yCe .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPD0es0yCe .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPD0es0yCe .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPD0es0yCe .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPD0es0yCe .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPD0es0yCe .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0es0yCe .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPD0es0yCe .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPD0es0yCe .contacts-wrapper .list .item-wrap:hover,
.cid-uPD0es0yCe .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPD0es0yCe .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPD0es0yCe .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uPD0es0yCe .mbr-section-title {
  color: #080808;
}
.cid-uPD0es0yCe .mbr-email {
  color: #333333;
}
.cid-uPD0es0yCe .mbr-desc {
  color: #333333;
}
.cid-uPD0es0yCe .list {
  color: #333333;
}
.cid-uPD0eVXx3e {
  background-color: transparent;
}
.cid-uPD0eVXx3e .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-uPD0eVXx3e .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.cid-uPD0eVXx3e .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uPD0eVXx3e .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uPD0eVXx3e .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uPD0eVXx3e .menu_box .navbar.opened,
  .cid-uPD0eVXx3e .menu_box .navbar-collapse {
    background-color: #f0f0f0 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uPD0eVXx3e .navbar-dropdown {
  position: relative !important;
}
.cid-uPD0eVXx3e .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-uPD0eVXx3e .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uPD0eVXx3e .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uPD0eVXx3e .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uPD0eVXx3e .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uPD0eVXx3e .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #f0f0f0;
  }
  .cid-uPD0eVXx3e .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uPD0eVXx3e .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uPD0eVXx3e .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uPD0eVXx3e .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uPD0eVXx3e .offcanvas-body .mbr-text,
  .cid-uPD0eVXx3e .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uPD0eVXx3e .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uPD0eVXx3e .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uPD0eVXx3e .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #080808;
  }
  .cid-uPD0eVXx3e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uPD0eVXx3e .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uPD0eVXx3e .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uPD0eVXx3e .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uPD0eVXx3e ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uPD0eVXx3e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPD0eVXx3e .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-uPD0eVXx3e .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uPD0eVXx3e 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-uPD0eVXx3e .lg_brand {
    margin: 0 1rem;
  }
  .cid-uPD0eVXx3e .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uPD0eVXx3e .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uPD0eVXx3e .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uPD0eVXx3e .nav-item {
    margin: 0 !important;
  }
}
.cid-uPD0eVXx3e .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-uPD0eVXx3e .nav-item .nav-link:hover,
.cid-uPD0eVXx3e .nav-item .nav-link:focus {
  opacity: .7;
}
.cid-uPD0eVXx3e .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uPD0eVXx3e .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uPD0eVXx3e .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uPD0eVXx3e .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uPD0eVXx3e .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-uPD0eVXx3e .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uPD0eVXx3e .offcanvas_box {
    display: none;
  }
}
.cid-uPD0eVXx3e .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uPD0eVXx3e .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uPD0eVXx3e .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uPD0eVXx3e .container {
  display: flex;
  margin: auto;
}
.cid-uPD0eVXx3e .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-uPD0eVXx3e .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uPD0eVXx3e .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uPD0eVXx3e .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uPD0eVXx3e .navbar-nav {
    margin: 0;
  }
}
.cid-uPD0eVXx3e .dropdown-menu,
.cid-uPD0eVXx3e .navbar.opened {
  background-color: false !important;
}
.cid-uPD0eVXx3e .nav-item:focus,
.cid-uPD0eVXx3e .nav-link:focus {
  outline: none;
}
.cid-uPD0eVXx3e .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uPD0eVXx3e .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uPD0eVXx3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uPD0eVXx3e .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uPD0eVXx3e .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uPD0eVXx3e .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uPD0eVXx3e .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uPD0eVXx3e .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uPD0eVXx3e .navbar.opened {
  transition: all 0.3s;
}
.cid-uPD0eVXx3e .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uPD0eVXx3e .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uPD0eVXx3e .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-uPD0eVXx3e .navbar.collapsed {
  justify-content: center;
}
.cid-uPD0eVXx3e .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uPD0eVXx3e .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uPD0eVXx3e .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uPD0eVXx3e .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uPD0eVXx3e .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uPD0eVXx3e .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uPD0eVXx3e .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uPD0eVXx3e .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uPD0eVXx3e .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uPD0eVXx3e .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uPD0eVXx3e .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uPD0eVXx3e .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uPD0eVXx3e .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uPD0eVXx3e .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uPD0eVXx3e .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uPD0eVXx3e .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uPD0eVXx3e .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uPD0eVXx3e .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uPD0eVXx3e .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uPD0eVXx3e .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uPD0eVXx3e .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uPD0eVXx3e .navbar.navbar-short {
  min-height: 60px;
}
.cid-uPD0eVXx3e .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uPD0eVXx3e .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uPD0eVXx3e .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-uPD0eVXx3e .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uPD0eVXx3e .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uPD0eVXx3e .dropdown-item.active,
.cid-uPD0eVXx3e .dropdown-item:active {
  background-color: transparent;
}
.cid-uPD0eVXx3e .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-uPD0eVXx3e .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uPD0eVXx3e .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uPD0eVXx3e .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uPD0eVXx3e ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uPD0eVXx3e .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uPD0eVXx3e button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f0f0f0;
  background: #cccccc;
}
.cid-uPD0eVXx3e button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #080808;
}
.cid-uPD0eVXx3e button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uPD0eVXx3e button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0eVXx3e button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uPD0eVXx3e button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uPD0eVXx3e nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0eVXx3e nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uPD0eVXx3e nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uPD0eVXx3e nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uPD0eVXx3e a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uPD0eVXx3e .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-uPD0eVXx3e .navbar {
    height: 70px;
  }
  .cid-uPD0eVXx3e .navbar.opened {
    height: auto;
  }
  .cid-uPD0eVXx3e .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uPD0eVXx3e .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uPD0eVXx3e .container-fluid {
    padding: 0 36px;
  }
}
.cid-uPD0eVXx3e .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uPD0eVXx3e .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uPD0eVXx3e .mbr-section-btn-main .btn {
  border-width: 1px;
  margin: 8px;
  min-width: 225px;
  white-space: nowrap;
}
.cid-uPD0eVXx3e .navbar-caption:hover {
  color: #3898ec;
}
@media (min-width: 992px) {
  .cid-uPD0eVXx3e .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uPD0eVXx3e .text_widget {
  margin-bottom: 32px;
}
.cid-uPD0eVXx3e .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uPD0eVXx3e .text_widget a:hover,
.cid-uPD0eVXx3e .text_widget a:focus {
  opacity: .7;
}
.cid-uPD0eVXx3e .mbr-section-subtitle {
  color: #080808;
  text-align: center;
}
.cid-uPD0eVXx3e .navbar-caption {
  color: #080808;
}
.cid-uPD0eVXx3e .mbr-text {
  color: #333333;
  text-align: center;
}
.cid-uPD0eVXx3e .mbr-section-subtitle,
.cid-uPD0eVXx3e .text_widget,
.cid-uPD0eVXx3e .mbr-section-btn {
  text-align: center;
}
.cid-uPD0eVXx3e a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uPD0eXksFi {
  background-image: url("../../../assets/images/builders-risk-insurance-new1-gty.webp");
}
.cid-uPD0eXksFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eXksFi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eXksFi .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0eXksFi .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eXksFi .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eXksFi .container {
    padding: 0 16px;
  }
}
.cid-uPD0eXksFi .content-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.cid-uPD0eXksFi .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  color: #ff5600;
  display: inline-flex;
  margin-left: 12rem;
}
@media (max-width: 992px) {
  .cid-uPD0eXksFi .content-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uPD0eXksFi .content-wrapper .icon-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-uPD0eXksFi .content-wrapper .icon-wrap .mbr-iconfont {
  font-size: 180px;
  color: #56acff;
  display: inline-flex;
  margin: 5rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-uPD0eXksFi .content-wrapper .icon-wrap .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uPD0eXksFi .content-wrapper .icon-wrap .mbr-iconfont:first-child {
  color: #00d372;
  margin: 0 0 0 12rem;
}
@media (max-width: 992px) {
  .cid-uPD0eXksFi .content-wrapper .icon-wrap .mbr-iconfont:first-child {
    margin: 0;
  }
}
.cid-uPD0eXksFi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPD0eXksFi .content-wrapper .mbr-desc {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-uPD0eXksFi .content-wrapper .mbr-desc {
    margin: 24px 0;
  }
}
.cid-uPD0eXksFi .mbr-section-title {
  color: #080808;
}
.cid-uPD0eXksFi .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPD0eXksFi .mbr-section-title,
.cid-uPD0eXksFi .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPD0eYeLEY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0eYeLEY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eYeLEY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eYeLEY .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0eYeLEY .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eYeLEY .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0eYeLEY .container {
    padding: 0 16px;
  }
}
.cid-uPD0eYeLEY .row-content {
  margin: 0 -24px;
}
.cid-uPD0eYeLEY .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0eYeLEY .content-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0eYeLEY .card {
  padding: 0 24px;
}
.cid-uPD0eYeLEY .card .text-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  padding: 5px;
  border-radius: 2em;
  position: sticky;
  top: 16px;
}
@media (max-width: 992px) {
  .cid-uPD0eYeLEY .card .text-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cid-uPD0eYeLEY .card .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPD0eYeLEY .card .text-wrapper .text-wrap {
    padding: 16px;
  }
}
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPD0eYeLEY .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPD0eYeLEY .card .items-wrapper .item {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0eYeLEY .card .items-wrapper .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0eYeLEY .card .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uPD0eYeLEY .card .items-wrapper .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
}
.cid-uPD0eYeLEY .card .items-wrapper .item .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0eYeLEY .card .items-wrapper .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uPD0eYeLEY .card .items-wrapper .item .item-wrapper .card-box .card-number {
  display: inline-flex;
  width: 60px;
  margin-bottom: 0;
  -webkit-text-stroke-color: #333333;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-right: 10px;
}
.cid-uPD0eYeLEY .card .items-wrapper .item .item-wrapper .card-box .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPD0eYeLEY .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uPD0eYeLEY .mbr-text {
  color: #333333;
}
.cid-uPD0eYeLEY .card-text {
  color: #333333;
}
.cid-uPD0eYeLEY .mbr-text,
.cid-uPD0eYeLEY .mbr-section-btn {
  color: #080808;
}
.cid-uPD0eZd9Hd {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPD0eZd9Hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eZd9Hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eZd9Hd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPD0eZd9Hd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPD0eZd9Hd .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-uPD0eZd9Hd .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPD0eZd9Hd .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPD0eZd9Hd .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPD0eZd9Hd .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPD0eZd9Hd .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPD0eZd9Hd .mbr-text {
  color: #19171c;
}
.cid-uPD0eZd9Hd .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPD0eZd9Hd .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPD0eZd9Hd .mbr-text,
.cid-uPD0eZd9Hd .text-wrapper,
.cid-uPD0eZd9Hd .person-wrapper {
  text-align: center;
}
.cid-uPD0eZZfyf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0eZZfyf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0eZZfyf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0eZZfyf .row {
  justify-content: space-between;
}
.cid-uPD0eZZfyf .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPD0eZZfyf .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0eZZfyf .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPD0eZZfyf .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPD0eZZfyf .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPD0eZZfyf .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPD0eZZfyf .mbr-label {
  color: #000000;
}
.cid-uPD0eZZfyf .mbr-section-title {
  color: #000000;
}
.cid-uPD0eZZfyf .mbr-desc {
  color: #000000;
}
.cid-uPD0eZZfyf .mbr-text {
  color: #8a8a8a;
}
.cid-uPD0f0y7ZU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uPD0f0y7ZU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f0y7ZU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f0y7ZU .row {
  justify-content: space-between;
}
.cid-uPD0f0y7ZU .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPD0f0y7ZU .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0f0y7ZU .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPD0f0y7ZU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPD0f0y7ZU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPD0f0y7ZU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPD0f0y7ZU .mbr-label {
  color: #000000;
}
.cid-uPD0f0y7ZU .mbr-section-title {
  color: #000000;
}
.cid-uPD0f0y7ZU .mbr-desc {
  color: #000000;
}
.cid-uPD0f0y7ZU .mbr-text {
  color: #8a8a8a;
}
.cid-uPD0f17GUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0f17GUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f17GUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f17GUO .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0f17GUO .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f17GUO .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f17GUO .container {
    padding: 0 16px;
  }
}
.cid-uPD0f17GUO .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPD0f17GUO .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0f17GUO .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0f17GUO .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPD0f17GUO .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0f17GUO .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPD0f17GUO .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPD0f17GUO .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0f17GUO .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPD0f17GUO .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPD0f17GUO .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPD0f17GUO .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPD0f17GUO .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPD0f17GUO .card-text {
  color: #333333;
}
.cid-uPD0f17GUO .card-name {
  color: #080808;
}
.cid-uPD0f1WWaU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0f1WWaU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f1WWaU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f1WWaU .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0f1WWaU .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f1WWaU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f1WWaU .container {
    padding: 0 16px;
  }
}
.cid-uPD0f1WWaU .row {
  justify-content: space-between;
}
.cid-uPD0f1WWaU .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPD0f1WWaU .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPD0f1WWaU .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uPD0f1WWaU .content-wrapper {
  position: relative;
}
.cid-uPD0f1WWaU .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0f1WWaU .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPD0f1WWaU .mbr-text {
  color: #333333;
}
.cid-uPD0f2CKrF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0f2CKrF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f2CKrF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f2CKrF .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0f2CKrF .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f2CKrF .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f2CKrF .container {
    padding: 0 16px;
  }
}
.cid-uPD0f2CKrF .row {
  justify-content: space-between;
}
.cid-uPD0f2CKrF .title-wrapper {
  position: sticky;
}
.cid-uPD0f2CKrF .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0f2CKrF .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0f2CKrF .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0f2CKrF .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPD0f2CKrF .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPD0f2CKrF .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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPD0f2CKrF .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPD0f2CKrF .mbr-section-title {
  color: #080808;
}
.cid-uPD0f2CKrF .panel-title-edit {
  color: #080808;
}
.cid-uPD0f2CKrF .panel-text {
  color: #333333;
}
.cid-uPD0f3xCCf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0f3xCCf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f3xCCf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f3xCCf .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0f3xCCf .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f3xCCf .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f3xCCf .container {
    padding: 0 16px;
  }
}
.cid-uPD0f3xCCf .row {
  justify-content: center;
}
.cid-uPD0f3xCCf .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0f3xCCf .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0f3xCCf .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPD0f3xCCf .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPD0f3xCCf .mbr-text {
  color: #333333;
}
.cid-uPD0f3xCCf .mbr-section-title,
.cid-uPD0f3xCCf .mbr-section-btn {
  color: #080808;
}
.cid-uPD0f489ji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPD0f489ji .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f489ji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f489ji .content-wrap {
  padding: 40px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0f489ji .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPD0f489ji .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPD0f489ji .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uPD0f489ji .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPD0f489ji .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPD0f489ji .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPD0f489ji .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPD0f489ji .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPD0f489ji .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0f489ji .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPD0f489ji .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPD0f489ji .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPD0f489ji .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPD0f489ji .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPD0f489ji .mbr-section-title {
  color: #404349;
}
.cid-uPD0f489ji .list {
  color: #404349;
}
.cid-uPD0f55CEu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0f55CEu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f55CEu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f55CEu .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0f55CEu .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f55CEu .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f55CEu .container {
    padding: 0 16px;
  }
}
.cid-uPD0f55CEu .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPD0f55CEu .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0f55CEu .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0f55CEu .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPD0f55CEu .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0f55CEu .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPD0f55CEu .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPD0f55CEu .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0f55CEu .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPD0f55CEu .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPD0f55CEu .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPD0f55CEu .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPD0f55CEu .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPD0f55CEu .card-text {
  color: #333333;
}
.cid-uPD0f55CEu .card-name {
  color: #080808;
}
.cid-uPD0f5VA7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPD0f5VA7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f5VA7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f5VA7H .row {
  justify-content: space-between;
}
.cid-uPD0f5VA7H .card {
  justify-content: center;
}
.cid-uPD0f5VA7H .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uPD0f5VA7H .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uPD0f5VA7H .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPD0f5VA7H .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPD0f5VA7H .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0f5VA7H .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPD0f5VA7H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPD0f5VA7H .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPD0f5VA7H .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPD0f5VA7H .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPD0f5VA7H .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPD0f5VA7H .mbr-number {
  color: #000c3f;
}
.cid-uPD0f5VA7H .mbr-section-title {
  color: #ffffff;
}
.cid-uPD0f5VA7H .mbr-text {
  color: #ffffff;
}
.cid-uPD0f5VA7H .mbr-section-title,
.cid-uPD0f5VA7H .mbr-section-btn {
  color: #000000;
}
.cid-uPD0f5VA7H .mbr-text,
.cid-uPD0f5VA7H .text-wrapper {
  color: #000000;
}
.cid-uPD0f6zJhQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cccccc;
}
.cid-uPD0f6zJhQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f6zJhQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f6zJhQ .row {
  justify-content: center;
}
.cid-uPD0f6zJhQ .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uPD0f6zJhQ .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f6zJhQ .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uPD0f6zJhQ .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #333333;
}
@media (max-width: 992px) {
  .cid-uPD0f6zJhQ .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uPD0f6zJhQ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPD0f6zJhQ .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPD0f6zJhQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPD0f6zJhQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPD0f6zJhQ .mbr-section-title {
  color: #ffffff;
}
.cid-uPD0f6zJhQ .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uPD0f6zJhQ .mbr-text,
.cid-uPD0f6zJhQ .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPD0f6zJhQ .mbr-section-title,
.cid-uPD0f6zJhQ .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPEC7v0NFN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPEC7v0NFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPEC7v0NFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPEC7v0NFN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPEC7v0NFN .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPEC7v0NFN .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPEC7v0NFN .container {
    padding: 0 16px;
  }
}
.cid-uPEC7v0NFN .row {
  justify-content: space-between;
}
.cid-uPEC7v0NFN .title-wrapper {
  position: sticky;
}
.cid-uPEC7v0NFN .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPEC7v0NFN .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPEC7v0NFN .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPEC7v0NFN .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPEC7v0NFN .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPEC7v0NFN .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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69);
  border-radius: 50%;
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPEC7v0NFN .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPEC7v0NFN .mbr-section-title {
  color: #080808;
}
.cid-uPEC7v0NFN .panel-title-edit {
  color: #080808;
}
.cid-uPEC7v0NFN .panel-text {
  color: #333333;
}
.cid-uPD0f7pYyI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uPD0f7pYyI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f7pYyI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f7pYyI .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPD0f7pYyI .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f7pYyI .card-wrapper {
    padding: 0;
  }
}
.cid-uPD0f7pYyI .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #3898ec;
}
@media (max-width: 992px) {
  .cid-uPD0f7pYyI .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f7pYyI .card-wrapper .google-map iframe {
    box-shadow: none;
  }
}
.cid-uPD0f8kgUM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0f8kgUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0f8kgUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0f8kgUM .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0f8kgUM .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f8kgUM .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0f8kgUM .container {
    padding: 0 16px;
  }
}
.cid-uPD0f8kgUM .row {
  justify-content: center;
}
.cid-uPD0f8kgUM .content-wrapper {
  margin-bottom: 36px;
}
.cid-uPD0f8kgUM .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0f8kgUM .content-wrapper .email-wrapper {
  display: block;
}
.cid-uPD0f8kgUM .content-wrapper .email-wrapper:hover .mbr-email,
.cid-uPD0f8kgUM .content-wrapper .email-wrapper:focus .mbr-email {
  color: #3898ec;
}
.cid-uPD0f8kgUM .content-wrapper .email-wrapper .mbr-email {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .cid-uPD0f8kgUM .content-wrapper .desc-wrapper {
    margin-top: 32px;
  }
}
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPD0f8kgUM .content-wrapper .desc-wrapper .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPD0f8kgUM .contacts-wrapper {
  margin-bottom: 36px;
}
.cid-uPD0f8kgUM .contacts-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0f8kgUM .contacts-wrapper .list {
  margin-bottom: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uPD0f8kgUM .contacts-wrapper .list .item-wrap {
  margin: 10px 0;
  transition: all 0.3s ease-in-out;
}
.cid-uPD0f8kgUM .contacts-wrapper .list .item-wrap:hover,
.cid-uPD0f8kgUM .contacts-wrapper .list .item-wrap:focus {
  color: #3898ec;
}
.cid-uPD0f8kgUM .border-wrap {
  height: 3px;
  background-color: #333333;
  margin-bottom: 36px;
}
.cid-uPD0f8kgUM .mbr-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: left;
}
.cid-uPD0f8kgUM .mbr-section-title {
  color: #080808;
}
.cid-uPD0f8kgUM .mbr-email {
  color: #333333;
}
.cid-uPD0f8kgUM .mbr-desc {
  color: #333333;
}
.cid-uPD0f8kgUM .list {
  color: #333333;
}
.cid-uPD0gI2usQ {
  background-color: transparent;
}
.cid-uPD0gI2usQ .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-uPD0gI2usQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.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: #f0f0f0 !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: #f0f0f0;
  background: #cccccc;
}
.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: #3898ec;
}
@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-uPD0gIQqsE {
  background-image: url("../../../assets/images/unnamed.jpg-512x340.jpg");
}
.cid-uPD0gIQqsE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gIQqsE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gIQqsE .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gIQqsE .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gIQqsE .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gIQqsE .container {
    padding: 0 16px;
  }
}
.cid-uPD0gIQqsE .content-wrapper .icon-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
}
.cid-uPD0gIQqsE .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 180px;
  color: #ff5600;
  display: inline-flex;
  margin-left: 12rem;
}
@media (max-width: 992px) {
  .cid-uPD0gIQqsE .content-wrapper .icon-wrapper .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uPD0gIQqsE .content-wrapper .icon-wrap {
  display: flex;
  justify-content: space-between;
}
.cid-uPD0gIQqsE .content-wrapper .icon-wrap .mbr-iconfont {
  font-size: 180px;
  color: #56acff;
  display: inline-flex;
  margin: 5rem 20rem 0 0;
}
@media (max-width: 992px) {
  .cid-uPD0gIQqsE .content-wrapper .icon-wrap .mbr-iconfont {
    margin: 0;
    font-size: 100px;
  }
}
.cid-uPD0gIQqsE .content-wrapper .icon-wrap .mbr-iconfont:first-child {
  color: #00d372;
  margin: 0 0 0 12rem;
}
@media (max-width: 992px) {
  .cid-uPD0gIQqsE .content-wrapper .icon-wrap .mbr-iconfont:first-child {
    margin: 0;
  }
}
.cid-uPD0gIQqsE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPD0gIQqsE .content-wrapper .mbr-desc {
  margin: 50px 0;
}
@media (max-width: 992px) {
  .cid-uPD0gIQqsE .content-wrapper .mbr-desc {
    margin: 24px 0;
  }
}
.cid-uPD0gIQqsE .mbr-section-title {
  color: #080808;
}
.cid-uPD0gIQqsE .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-uPD0gIQqsE .mbr-section-title,
.cid-uPD0gIQqsE .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uPD0gJwpN9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gJwpN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gJwpN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gJwpN9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gJwpN9 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gJwpN9 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gJwpN9 .container {
    padding: 0 16px;
  }
}
.cid-uPD0gJwpN9 .row-content {
  margin: 0 -24px;
}
.cid-uPD0gJwpN9 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0gJwpN9 .content-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0gJwpN9 .card {
  padding: 0 24px;
}
.cid-uPD0gJwpN9 .card .text-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  padding: 5px;
  border-radius: 2em;
  position: sticky;
  top: 16px;
}
@media (max-width: 992px) {
  .cid-uPD0gJwpN9 .card .text-wrapper {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .cid-uPD0gJwpN9 .card .text-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPD0gJwpN9 .card .text-wrapper .text-wrap {
    padding: 16px;
  }
}
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-text {
  margin-bottom: 10px;
}
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline {
  padding: 0;
  border: none !important;
}
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:hover::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-primary-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-secondary-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-success-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-info-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-warning-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-danger-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-black-outline:focus::after,
.cid-uPD0gJwpN9 .card .text-wrapper .text-wrap .mbr-section-btn .btn-white-outline:focus::after {
  opacity: 0;
}
.cid-uPD0gJwpN9 .card .items-wrapper .item {
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0gJwpN9 .card .items-wrapper .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0gJwpN9 .card .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-uPD0gJwpN9 .card .items-wrapper .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
}
.cid-uPD0gJwpN9 .card .items-wrapper .item .item-wrapper .card-box {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0gJwpN9 .card .items-wrapper .item .item-wrapper .card-box {
    padding: 16px;
  }
}
.cid-uPD0gJwpN9 .card .items-wrapper .item .item-wrapper .card-box .card-number {
  display: inline-flex;
  width: 60px;
  margin-bottom: 0;
  -webkit-text-stroke-color: #333333;
  -webkit-text-stroke-width: 0.25vw;
  color: transparent;
  margin-right: 10px;
}
.cid-uPD0gJwpN9 .card .items-wrapper .item .item-wrapper .card-box .card-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uPD0gJwpN9 .mbr-section-title {
  color: #080808;
  text-align: center;
}
.cid-uPD0gJwpN9 .mbr-text {
  color: #333333;
}
.cid-uPD0gJwpN9 .card-text {
  color: #333333;
}
.cid-uPD0gJwpN9 .mbr-text,
.cid-uPD0gJwpN9 .mbr-section-btn {
  color: #080808;
}
.cid-uPD0gK6jEp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uPD0gK6jEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gK6jEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gK6jEp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPD0gK6jEp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uPD0gK6jEp .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-uPD0gK6jEp .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uPD0gK6jEp .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uPD0gK6jEp .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uPD0gK6jEp .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uPD0gK6jEp .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uPD0gK6jEp .mbr-text {
  color: #19171c;
}
.cid-uPD0gK6jEp .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uPD0gK6jEp .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uPD0gK6jEp .mbr-text,
.cid-uPD0gK6jEp .text-wrapper,
.cid-uPD0gK6jEp .person-wrapper {
  text-align: center;
}
.cid-uPD0gKJO08 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gKJO08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gKJO08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gKJO08 .row {
  justify-content: space-between;
}
.cid-uPD0gKJO08 .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-uPD0gKJO08 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0gKJO08 .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPD0gKJO08 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPD0gKJO08 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPD0gKJO08 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPD0gKJO08 .mbr-label {
  color: #000000;
}
.cid-uPD0gKJO08 .mbr-section-title {
  color: #000000;
}
.cid-uPD0gKJO08 .mbr-desc {
  color: #000000;
}
.cid-uPD0gKJO08 .mbr-text {
  color: #8a8a8a;
}
.cid-uPD0gLt5Qq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cccccc;
}
.cid-uPD0gLt5Qq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gLt5Qq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gLt5Qq .row {
  justify-content: space-between;
}
.cid-uPD0gLt5Qq .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #000000;
}
@media (max-width: 992px) {
  .cid-uPD0gLt5Qq .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0gLt5Qq .content-wrapper .mbr-desc {
  margin-bottom: 20px;
}
.cid-uPD0gLt5Qq .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uPD0gLt5Qq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uPD0gLt5Qq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uPD0gLt5Qq .mbr-label {
  color: #000000;
}
.cid-uPD0gLt5Qq .mbr-section-title {
  color: #000000;
}
.cid-uPD0gLt5Qq .mbr-desc {
  color: #000000;
}
.cid-uPD0gLt5Qq .mbr-text {
  color: #8a8a8a;
}
.cid-uPD0gM41gG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gM41gG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gM41gG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gM41gG .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gM41gG .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gM41gG .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gM41gG .container {
    padding: 0 16px;
  }
}
.cid-uPD0gM41gG .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPD0gM41gG .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0gM41gG .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0gM41gG .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPD0gM41gG .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0gM41gG .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPD0gM41gG .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPD0gM41gG .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0gM41gG .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPD0gM41gG .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPD0gM41gG .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPD0gM41gG .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPD0gM41gG .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPD0gM41gG .card-text {
  color: #333333;
}
.cid-uPD0gM41gG .card-name {
  color: #080808;
}
.cid-uPD0gMTJMs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gMTJMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gMTJMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gMTJMs .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gMTJMs .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gMTJMs .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gMTJMs .container {
    padding: 0 16px;
  }
}
.cid-uPD0gMTJMs .row {
  justify-content: space-between;
}
.cid-uPD0gMTJMs .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uPD0gMTJMs .image-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uPD0gMTJMs .image-wrapper img {
  height: 520px;
  object-fit: cover;
  box-shadow: 0 7px 20px #333333;
  border-radius: .5em !important;
}
.cid-uPD0gMTJMs .content-wrapper {
  position: relative;
}
.cid-uPD0gMTJMs .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0gMTJMs .content-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPD0gMTJMs .mbr-text {
  color: #333333;
}
.cid-uPD0gNwTdm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gNwTdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gNwTdm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gNwTdm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gNwTdm .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gNwTdm .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gNwTdm .container {
    padding: 0 16px;
  }
}
.cid-uPD0gNwTdm .row {
  justify-content: space-between;
}
.cid-uPD0gNwTdm .title-wrapper {
  position: sticky;
}
.cid-uPD0gNwTdm .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0gNwTdm .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0gNwTdm .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0gNwTdm .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPD0gNwTdm .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPD0gNwTdm .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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69);
  border-radius: 50%;
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPD0gNwTdm .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPD0gNwTdm .mbr-section-title {
  color: #080808;
}
.cid-uPD0gNwTdm .panel-title-edit {
  color: #080808;
}
.cid-uPD0gNwTdm .panel-text {
  color: #333333;
}
.cid-uPD0gOBMLh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gOBMLh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gOBMLh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gOBMLh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gOBMLh .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gOBMLh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gOBMLh .container {
    padding: 0 16px;
  }
}
.cid-uPD0gOBMLh .row {
  justify-content: center;
}
.cid-uPD0gOBMLh .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPD0gOBMLh .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPD0gOBMLh .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uPD0gOBMLh .mbr-section-title {
  color: #f0f0f0;
}
.cid-uPD0gOBMLh .mbr-text {
  color: #333333;
}
.cid-uPD0gOBMLh .mbr-section-title,
.cid-uPD0gOBMLh .mbr-section-btn {
  color: #080808;
}
.cid-uPD0gPg9YF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fbfffe;
}
.cid-uPD0gPg9YF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gPg9YF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gPg9YF .content-wrap {
  padding: 40px;
  background-color: #000000;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0gPg9YF .content-wrap {
    padding: 30px 20px;
    display: block;
  }
}
.cid-uPD0gPg9YF .content-wrap .image-wrapper {
  width: 50%;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uPD0gPg9YF .content-wrap .image-wrapper {
    padding-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-uPD0gPg9YF .content-wrap .image-wrapper img {
  height: 550px;
  width: 100%;
  object-fit: cover;
  border: 3px solid #f8e7d2;
}
@media (max-width: 992px) {
  .cid-uPD0gPg9YF .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper {
  padding: 30px;
  width: 50%;
  background-color: #f0f0f0;
  height: fit-content;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-uPD0gPg9YF .content-wrap .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uPD0gPg9YF .content-wrap .card-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper .list {
  padding: 0;
  list-style-type: none;
  margin: 0;
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uPD0gPg9YF .content-wrap .card-wrapper .mbr-section-btn .btn {
  justify-content: center;
  padding: 10px 15px;
  margin-bottom: 0;
  width: auto !important;
}
.cid-uPD0gPg9YF .mbr-section-title {
  color: #404349;
}
.cid-uPD0gPg9YF .list {
  color: #404349;
}
.cid-uPD0gQ5db4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPD0gQ5db4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gQ5db4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gQ5db4 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPD0gQ5db4 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gQ5db4 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gQ5db4 .container {
    padding: 0 16px;
  }
}
.cid-uPD0gQ5db4 .row {
  margin: 0 -24px;
  justify-content: center;
}
.cid-uPD0gQ5db4 .item {
  padding: 0 24px;
  margin-bottom: 48px;
}
@media (max-width: 768px) {
  .cid-uPD0gQ5db4 .item {
    margin-bottom: 24px;
  }
}
.cid-uPD0gQ5db4 .item .item-wrapper {
  background-image: linear-gradient(135deg, #00d372, #56acff 34%, #7179ef 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  height: 100%;
}
.cid-uPD0gQ5db4 .item .item-wrapper .item-content {
  border-radius: 1.9em;
  background-color: #f0f0f0;
  padding: 36px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uPD0gQ5db4 .item .item-wrapper .item-content {
    padding: 16px;
  }
}
.cid-uPD0gQ5db4 .item .item-wrapper .item-content .card-text {
  margin-bottom: 32px;
}
.cid-uPD0gQ5db4 .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uPD0gQ5db4 .item .item-wrapper .item-content .name-wrapper .name-wrap {
    display: block;
  }
}
.cid-uPD0gQ5db4 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  border-radius: 100%;
  padding: 4px;
  background-image: linear-gradient(135deg, #7179ef, #e26a69);
  margin-right: 24px;
}
@media (max-width: 992px) {
  .cid-uPD0gQ5db4 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img {
    margin: 0 0 16px 0;
  }
}
.cid-uPD0gQ5db4 .item .item-wrapper .item-content .name-wrapper .name-wrap .item-img img {
  display: inline-flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100% !important;
  border: 4px solid #f0f0f0;
}
.cid-uPD0gQ5db4 .item .item-wrapper .item-content .name-wrapper .name-wrap .card-name {
  margin-bottom: 0;
}
.cid-uPD0gQ5db4 .card-text {
  color: #333333;
}
.cid-uPD0gQ5db4 .card-name {
  color: #080808;
}
.cid-uPD0gQVYdd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uPD0gQVYdd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gQVYdd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gQVYdd .row {
  justify-content: space-between;
}
.cid-uPD0gQVYdd .card {
  justify-content: center;
}
.cid-uPD0gQVYdd .content-wrapper .number-wrapper {
  margin-bottom: 20px;
  padding: 0 20px;
}
.cid-uPD0gQVYdd .content-wrapper .number-wrapper .mbr-number {
  display: inline-flex;
  align-items: center;
  position: relative;
  padding: 20px;
  background-color: #f47451;
  z-index: 1;
}
.cid-uPD0gQVYdd .content-wrapper .number-wrapper .mbr-number::before {
  content: '';
  position: absolute;
  left: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPD0gQVYdd .content-wrapper .number-wrapper .mbr-number::after {
  content: '';
  position: absolute;
  right: -20px;
  width: 62px;
  height: 62px;
  border-radius: 100%;
  background-color: #f47451;
  z-index: -1;
}
.cid-uPD0gQVYdd .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uPD0gQVYdd .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uPD0gQVYdd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uPD0gQVYdd .image-wrapper {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .cid-uPD0gQVYdd .image-wrapper {
    margin-left: 0;
  }
}
.cid-uPD0gQVYdd .image-wrapper img {
  height: 700px;
  border: 20px solid #ffffff;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uPD0gQVYdd .image-wrapper img {
    height: 300px;
    border: 10px solid #ffffff;
  }
}
.cid-uPD0gQVYdd .mbr-number {
  color: #000c3f;
}
.cid-uPD0gQVYdd .mbr-section-title {
  color: #ffffff;
}
.cid-uPD0gQVYdd .mbr-text {
  color: #ffffff;
}
.cid-uPD0gQVYdd .mbr-section-title,
.cid-uPD0gQVYdd .mbr-section-btn {
  color: #000000;
}
.cid-uPD0gQVYdd .mbr-text,
.cid-uPD0gQVYdd .text-wrapper {
  color: #000000;
}
.cid-uPD0gRzIYq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #cccccc;
}
.cid-uPD0gRzIYq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gRzIYq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gRzIYq .row {
  justify-content: center;
}
.cid-uPD0gRzIYq .content-wrapper .title-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uPD0gRzIYq .content-wrapper .title-wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gRzIYq .content-wrapper .title-wrapper {
    padding-bottom: 60px;
  }
}
.cid-uPD0gRzIYq .content-wrapper .title-wrapper::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: #333333;
}
@media (max-width: 992px) {
  .cid-uPD0gRzIYq .content-wrapper .title-wrapper::before {
    height: 24px;
  }
}
.cid-uPD0gRzIYq .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uPD0gRzIYq .content-wrapper .title-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uPD0gRzIYq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uPD0gRzIYq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uPD0gRzIYq .mbr-section-title {
  color: #ffffff;
}
.cid-uPD0gRzIYq .mbr-section-subtitle {
  color: #cbff5b;
  text-align: center;
}
.cid-uPD0gRzIYq .mbr-text,
.cid-uPD0gRzIYq .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uPD0gRzIYq .mbr-section-title,
.cid-uPD0gRzIYq .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uPF1QQJF02 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-uPF1QQJF02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPF1QQJF02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPF1QQJF02 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uPF1QQJF02 .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uPF1QQJF02 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uPF1QQJF02 .container {
    padding: 0 16px;
  }
}
.cid-uPF1QQJF02 .row {
  justify-content: space-between;
}
.cid-uPF1QQJF02 .title-wrapper {
  position: sticky;
}
.cid-uPF1QQJF02 .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPF1QQJF02 .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uPF1QQJF02 .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uPF1QQJF02 .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #f0f0f0;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uPF1QQJF02 .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uPF1QQJF02 .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: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #000000, #56acff 34%, #9b3400 67%, #e26a69);
  border-radius: 50%;
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uPF1QQJF02 .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uPF1QQJF02 .mbr-section-title {
  color: #080808;
}
.cid-uPF1QQJF02 .panel-title-edit {
  color: #080808;
}
.cid-uPF1QQJF02 .panel-text {
  color: #333333;
}
.cid-uPD0gSc62B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f2f1f3;
}
.cid-uPD0gSc62B .mbr-fallback-image.disabled {
  display: none;
}
.cid-uPD0gSc62B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uPD0gSc62B .card-wrapper {
  padding: 80px;
  background-color: #ffffff;
}
@media (max-width: 1440px) {
  .cid-uPD0gSc62B .card-wrapper {
    padding: 80px 60px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gSc62B .card-wrapper {
    padding: 0;
  }
}
.cid-uPD0gSc62B .card-wrapper .google-map iframe {
  height: 550px;
  box-shadow: 5px 30px 50px 0 #56acff;
}
@media (max-width: 992px) {
  .cid-uPD0gSc62B .card-wrapper .google-map iframe {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-uPD0gSc62B .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: left;
}
.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-uPD0gI2usQ {
  background-color: transparent;
}
.cid-uPD0gI2usQ .navbar-dropdown {
  background-color: #f0f0f0 !important;
  padding: 0;
}
.cid-uPD0gI2usQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.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: #f0f0f0 !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: #f0f0f0;
  background: #cccccc;
}
.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: #3898ec;
}
@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%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uPF2uTntD2 .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPF2uTntD2 .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPF2uTntD2 .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.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: #ffffff;
}
.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: left;
}
.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: #f0f0f0 !important;
  padding: 0;
}
.cid-uPF3xVTAT7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f0f0f0 !important;
  background: #f0f0f0;
}
.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: #f0f0f0 !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: #f0f0f0;
  background: #cccccc;
}
.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: #3898ec;
}
@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: #f7f5f0;
}
.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%;
  padding-left: 112px;
  border-left: 3px dashed #c10b02;
}
@media (max-width: 1440px) {
  .cid-uPF3xWPEK7 .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .cid-uPF3xWPEK7 .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uPF3xWPEK7 .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #c10b02;
    padding-top: 22px;
  }
}
.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: #ffffff;
}
.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: #000000;
  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: #cccccc;
}
.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: left;
}
.cid-uPF3xYHs2F .mbr-section-title {
  color: #080808;
}
.cid-uPF3xYHs2F .mbr-email {
  color: #333333;
}
.cid-uPF3xYHs2F .mbr-desc {
  color: #333333;
}
.cid-uPF3xYHs2F .list {
  color: #333333;
}
