.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: Unbounded;
}
.display-1 {
  font-family: 'Orbitron', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Orbitron', sans-serif;
  font-size: 3.5rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'Orbitron', sans-serif;
  font-size: 0.9rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.125rem;
}
.display-5 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.8rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.72rem;
    font-size: calc( 0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.965rem + (0.9 - 0.965) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #a1cbb5 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a1cbb5 !important;
  border-color: #a1cbb5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #c2ddcf !important;
  border-color: #c2ddcf !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #c2ddcf !important;
  border-color: #c2ddcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !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: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !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: #a1cbb5;
  color: #a1cbb5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #69ac89 !important;
  background-color: transparent !important;
  border-color: #69ac89 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a1cbb5 !important;
  border-color: #a1cbb5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !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: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !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: #a1cbb5 !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #5fa781 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !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: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !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: #a1cbb5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.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: #a1cbb5;
  border-color: #a1cbb5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #a1cbb5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #a1cbb5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Orbitron', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #a1cbb5;
}
/* 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: #a1cbb5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a1cbb5;
}
.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: #a1cbb5;
  border-bottom-color: #a1cbb5;
}
.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: #000000 !important;
  background-color: #a1cbb5 !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: #cbc97a !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='%23a1cbb5' %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 {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #a1cbb5 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-tOpX3I4Oqp {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-tOpX3I4Oqp .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-tOpX3I4Oqp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-tOpX3I4Oqp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpX3I4Oqp .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpX3I4Oqp .menu_box .navbar.opened,
  .cid-tOpX3I4Oqp .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOpX3I4Oqp nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tOpX3I4Oqp .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-tOpX3I4Oqp .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-tOpX3I4Oqp .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpX3I4Oqp .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpX3I4Oqp .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpX3I4Oqp .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpX3I4Oqp .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpX3I4Oqp .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpX3I4Oqp .offcanvas-body .mbr-text,
  .cid-tOpX3I4Oqp .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpX3I4Oqp .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpX3I4Oqp .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpX3I4Oqp ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpX3I4Oqp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpX3I4Oqp .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-tOpX3I4Oqp .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpX3I4Oqp 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-tOpX3I4Oqp .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpX3I4Oqp .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpX3I4Oqp .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpX3I4Oqp .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpX3I4Oqp .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpX3I4Oqp .nav-item .nav-link:hover,
.cid-tOpX3I4Oqp .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-tOpX3I4Oqp .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpX3I4Oqp .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpX3I4Oqp .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-tOpX3I4Oqp .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpX3I4Oqp .offcanvas_box {
    display: none;
  }
}
.cid-tOpX3I4Oqp .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpX3I4Oqp .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpX3I4Oqp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpX3I4Oqp .container {
  display: flex;
  margin: auto;
}
.cid-tOpX3I4Oqp .iconfont-wrapper {
  color: #000000;
  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-tOpX3I4Oqp .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpX3I4Oqp .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpX3I4Oqp .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .navbar-nav {
    margin: 0;
  }
}
.cid-tOpX3I4Oqp .dropdown-menu,
.cid-tOpX3I4Oqp .navbar.opened {
  background-color: false !important;
}
.cid-tOpX3I4Oqp .nav-item:focus,
.cid-tOpX3I4Oqp .nav-link:focus {
  outline: none;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpX3I4Oqp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpX3I4Oqp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpX3I4Oqp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpX3I4Oqp .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpX3I4Oqp .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpX3I4Oqp .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpX3I4Oqp .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpX3I4Oqp .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpX3I4Oqp .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-tOpX3I4Oqp .navbar.collapsed {
  justify-content: center;
}
.cid-tOpX3I4Oqp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpX3I4Oqp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpX3I4Oqp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpX3I4Oqp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpX3I4Oqp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpX3I4Oqp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpX3I4Oqp .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpX3I4Oqp .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpX3I4Oqp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpX3I4Oqp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpX3I4Oqp .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpX3I4Oqp .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpX3I4Oqp .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpX3I4Oqp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpX3I4Oqp .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpX3I4Oqp .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpX3I4Oqp .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpX3I4Oqp .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpX3I4Oqp .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-tOpX3I4Oqp .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpX3I4Oqp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpX3I4Oqp .dropdown-item.active,
.cid-tOpX3I4Oqp .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpX3I4Oqp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpX3I4Oqp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpX3I4Oqp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpX3I4Oqp .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpX3I4Oqp ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpX3I4Oqp .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpX3I4Oqp button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpX3I4Oqp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpX3I4Oqp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpX3I4Oqp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpX3I4Oqp .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-tOpX3I4Oqp .navbar {
    height: 70px;
  }
  .cid-tOpX3I4Oqp .navbar.opened {
    height: auto;
  }
  .cid-tOpX3I4Oqp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpX3I4Oqp .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpX3I4Oqp .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpX3I4Oqp .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpX3I4Oqp .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-tOpX3I4Oqp .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpX3I4Oqp .text_widget {
  margin-bottom: 32px;
}
.cid-tOpX3I4Oqp .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpX3I4Oqp .text_widget a:hover,
.cid-tOpX3I4Oqp .text_widget a:focus {
  opacity: .6;
}
.cid-tOpX3I4Oqp .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpX3I4Oqp .navbar-caption {
  color: #000000;
}
.cid-tOpX3I4Oqp .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpX3I4Oqp .mbr-section-subtitle,
.cid-tOpX3I4Oqp .text_widget,
.cid-tOpX3I4Oqp .mbr-section-btn {
  text-align: center;
}
.cid-tOpX3I4Oqp a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vh30ededx0 {
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vh30ededx0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh30ededx0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh30ededx0 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vh30ededx0 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vh30ededx0 .container {
    padding: 0 25px;
  }
}
.cid-vh30ededx0 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vh30ededx0 .title-wrapper {
    padding: 0;
  }
}
.cid-vh30ededx0 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vh30ededx0 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vh30ededx0 .mbr-section-title {
  color: #ffffff;
}
.cid-vh30ededx0 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh30ededx0 .mbr-section-title,
.cid-vh30ededx0 .mbr-section-btn {
  text-align: center;
}
.cid-vh3vthLWja {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vh3vthLWja .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3vthLWja .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3vthLWja .title-wrapper {
  margin-bottom: 50px;
}
.cid-vh3vthLWja .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vh3vthLWja .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vh3vthLWja .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vh3vthLWja .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vh3vthLWja .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vh3vthLWja .title-wrapper .title-wrap .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-vh3vthLWja .title-wrapper .title-wrap .mbr-section-title {
    margin-bottom: 20px;
    width: 100%;
  }
}
.cid-vh3vthLWja .items-wrapper {
  margin: 0 -10px;
}
.cid-vh3vthLWja .items-wrapper .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vh3vthLWja .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vh3vthLWja .items-wrapper .item:hover .item-wrapper,
.cid-vh3vthLWja .items-wrapper .item:focus .item-wrapper {
  transform: translateY(-8px);
}
@media (max-width: 992px) {
  .cid-vh3vthLWja .items-wrapper .item:hover .item-wrapper,
  .cid-vh3vthLWja .items-wrapper .item:focus .item-wrapper {
    transform: none;
  }
}
.cid-vh3vthLWja .items-wrapper .item:hover .item-wrapper .link-wrapper .mbr-iconfont,
.cid-vh3vthLWja .items-wrapper .item:focus .item-wrapper .link-wrapper .mbr-iconfont {
  background-color: #7eab93;
  color: #000000;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border: 2px solid #e8e8e8;
  padding: 30px;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-vh3vthLWja .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vh3vthLWja .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .card-box .item-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .link-wrapper {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vh3vthLWja .items-wrapper .item .item-wrapper .link-wrapper {
    margin-top: 25px;
  }
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont {
  border-radius: 100%;
  background-color: #f8f8f8;
  width: 58px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:hover,
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .link-wrapper .mbr-iconfont:focus {
  background-color: #7eab93;
  color: #000000;
}
.cid-vh3vthLWja .items-wrapper .item .item-wrapper .link-wrapper a {
  width: 58px;
  height: 58px;
}
.cid-vh3vthLWja .mbr-label,
.cid-vh3vthLWja .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vh3vthLWja .mbr-section-title,
.cid-vh3vthLWja .title-wrap {
  color: #000000;
  text-align: center;
}
.cid-vh3vthLWja .item-title {
  color: #000000;
}
.cid-vh3vthLWja .item-text {
  color: #000000;
}
.cid-vh3vthLWja .item-title,
.cid-vh3vthLWja .item-btn,
.cid-vh3vthLWja .iconfont-wrapper,
.cid-vh3vthLWja .link-wrapper {
  color: #377855;
}
.cid-vh3AjN99yV {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vh3AjN99yV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3AjN99yV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3AjN99yV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vh3AjN99yV .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vh3AjN99yV .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vh3AjN99yV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vh3AjN99yV .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vh3AjN99yV .border-wrap {
    margin-top: 32px;
  }
}
.cid-vh3AjN99yV .mbr-section-title {
  color: #ffffff;
}
.cid-vh3AjN99yV .mbr-text,
.cid-vh3AjN99yV .text-wrapper {
  color: #bbbbbb;
  text-align: center;
}
.cid-vh3AjN99yV .mbr-section-title,
.cid-vh3AjN99yV .mbr-section-btn {
  text-align: center;
}
.cid-vh3zOgBEJF {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1278.jpg");
}
.cid-vh3zOgBEJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3zOgBEJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vh3zOgBEJF .container {
    padding: 0 22px;
  }
}
.cid-vh3zOgBEJF .row {
  justify-content: center;
  margin: 0 -6px;
}
.cid-vh3zOgBEJF .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img {
  position: relative;
  display: flex;
  align-items: flex-end;
  height: 480px;
  padding: 32px;
}
@media (max-width: 768px) {
  .cid-vh3zOgBEJF .item .item-wrapper .item-img {
    height: 400px;
  }
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img:hover::before,
.cid-vh3zOgBEJF .item .item-wrapper .item-img:focus::before {
  opacity: 0;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img:hover .item-content,
.cid-vh3zOgBEJF .item .item-wrapper .item-img:focus .item-content {
  transform: translateY(-2rem);
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
  z-index: 1;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img .item-content {
  position: relative;
  z-index: 1;
  transition: all 0.5s ease-in-out;
  width: 100%;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img .item-content .card-title {
  margin-bottom: 16px;
}
.cid-vh3zOgBEJF .item .item-wrapper .item-img .item-content .card-text {
  margin-bottom: 0;
}
.cid-vh3zOgBEJF .card-title {
  color: #ffffff;
}
.cid-vh3zOgBEJF .card-text {
  color: #ffffff;
}
.cid-vh3FWubUrW {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-vh3FWubUrW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3FWubUrW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3FWubUrW .card-wrapper {
  position: relative;
  height: 100%;
  margin-right: 48px;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .card-wrapper {
    margin-bottom: 60px;
    margin-right: 0;
    height: auto;
  }
}
.cid-vh3FWubUrW .card-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: transform;
  animation: none !important;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .card-wrapper .image-wrap img {
    position: static;
    height: 400px;
  }
}
.cid-vh3FWubUrW .card-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 60px;
  background-color: #ffffff;
  border-bottom-left-radius: 30px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .card-wrapper .decor-wrap {
    width: 120px;
  }
}
.cid-vh3FWubUrW .card-wrapper .decor-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-vh3FWubUrW .card-wrapper .decor-wrap::after {
  content: '';
  position: absolute;
  top: 60px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border-top-right-radius: 30px;
  box-shadow: 10px -10px 0 10px #ffffff;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 260px;
  animation: none !important;
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .card-wrapper .item-wrapper {
    padding: 30px;
    bottom: -30px;
    left: 0;
  }
}
@media (max-width: 425px) {
  .cid-vh3FWubUrW .card-wrapper .item-wrapper {
    width: 100%;
  }
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
  background-color: #000000;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box {
  z-index: 2;
  position: relative;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box .item-number {
  margin-bottom: 15px;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box .item-title {
  margin-bottom: 15px;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box .rating-wrapper {
  margin-bottom: 5px;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap {
  display: inline-flex;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box .rating-wrapper .rating-wrap .item-star {
  margin-bottom: 0;
  display: inline-flex;
}
.cid-vh3FWubUrW .card-wrapper .item-wrapper .card-box .item-desc {
  margin-bottom: 0;
}
.cid-vh3FWubUrW .content-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #7eab93;
}
.cid-vh3FWubUrW .content-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vh3FWubUrW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper {
  margin-top: 30px;
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item {
  padding: 35px 0;
  border-top: 1px solid #e0e0e0;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .content-wrapper .items-wrapper .item {
    padding: 30px 0;
  }
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item:last-child {
  padding-bottom: 0 !important;
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box {
    display: block;
  }
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  display: inline-flex;
  margin-right: 30px;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 80px;
  height: 80px;
  min-width: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #8ecdab;
  border-radius: 100%;
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  padding-right: 30px;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  padding-right: 30px;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh3FWubUrW .content-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vh3FWubUrW .mbr-label,
.cid-vh3FWubUrW .label-wrapper {
  color: #000000;
}
.cid-vh3FWubUrW .mbr-section-title {
  color: #000000;
}
.cid-vh3FWubUrW .mbr-text {
  color: #454545;
}
.cid-vh3FWubUrW .card-title {
  color: #000000;
}
.cid-vh3FWubUrW .card-text {
  color: #8a8a8a;
}
.cid-vh3FWubUrW .item-number {
  color: #e4ed64;
  text-align: center;
}
.cid-vh3FWubUrW .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-vh3FWubUrW .item-star,
.cid-vh3FWubUrW .rating-wrapper {
  color: #e4ed64;
  text-align: center;
}
.cid-vh3FWubUrW .item-desc {
  color: #ffffff;
  text-align: center;
}
.cid-vh8gSD1kUp {
  padding-top: 1rem;
  padding-bottom: 5rem;
  align-items: flex-end;
  background-color: #ffffff;
}
.cid-vh8gSD1kUp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8gSD1kUp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8gSD1kUp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vh8gSD1kUp .content-wrapper .mbr-section-title {
    margin-bottom: 22px;
  }
}
.cid-vh8gSD1kUp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh8gSD1kUp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vh8gSD1kUp .content-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-vh8gSD1kUp .content-wrapper .mbr-section-btn {
    margin-top: 12px;
  }
}
.cid-vh8gSD1kUp .mbr-section-title {
  color: #252322;
}
.cid-vh8gSD1kUp .mbr-text {
  color: #252322;
}
.cid-vh8hZLfnqI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vh8hZLfnqI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8hZLfnqI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8hZLfnqI .content-wrap {
  margin: 0 -25px;
}
.cid-vh8hZLfnqI .content-wrap .card {
  padding: 0 25px;
}
.cid-vh8hZLfnqI .image-wrapper {
  position: relative;
  min-height: 300px;
  height: 100%;
}
@media (max-width: 1440px) {
  .cid-vh8hZLfnqI .image-wrapper {
    min-height: auto;
    height: 400px;
  }
}
@media (max-width: 1200px) {
  .cid-vh8hZLfnqI .image-wrapper {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .cid-vh8hZLfnqI .image-wrapper {
    margin-bottom: 25px;
  }
}
.cid-vh8hZLfnqI .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vh8hZLfnqI .title-wrapper {
  margin-bottom: 25px;
}
.cid-vh8hZLfnqI .title-wrapper .label-wrapper {
  margin-bottom: 25px;
}
.cid-vh8hZLfnqI .title-wrapper .label-wrapper .label-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.cid-vh8hZLfnqI .title-wrapper .label-wrapper .label-wrap .icon-wrapper .mbr-iconfont {
  font-size: 22px;
  display: inline-flex;
}
.cid-vh8hZLfnqI .title-wrapper .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vh8hZLfnqI .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 90%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh8hZLfnqI .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vh8hZLfnqI .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .cid-vh8hZLfnqI .text-wrap .mbr-text {
    width: 100%;
  }
}
.cid-vh8hZLfnqI .list-wrapper .mbr-section-subtitle {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vh8hZLfnqI .list-wrapper .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-vh8hZLfnqI .list-wrapper .list {
  display: inline-flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vh8hZLfnqI .list-wrapper .list .item-wrap {
  position: relative;
  padding: 12px 0 12px 34px;
  margin-bottom: 0;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
}
.cid-vh8hZLfnqI .list-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 12px;
  background-color: #000000;
  color: #ffffff;
  border-radius: 100%;
}
.cid-vh8hZLfnqI .mbr-section-btn {
  margin-top: 15px;
  margin-bottom: -9.6px;
}
.cid-vh8hZLfnqI .mbr-label {
  color: #000000;
}
.cid-vh8hZLfnqI .mbr-section-title {
  color: #000000;
}
.cid-vh8hZLfnqI .mbr-text {
  color: #000000;
}
.cid-vh8hZLfnqI .list {
  color: #000000;
}
.cid-vh8lhdmPhJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vh8lhdmPhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8lhdmPhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8lhdmPhJ .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vh8lhdmPhJ .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vh8lhdmPhJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vh8lhdmPhJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vh8lhdmPhJ .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vh8lhdmPhJ .border-wrap {
    margin-top: 32px;
  }
}
.cid-vh8lhdmPhJ .mbr-section-title {
  color: #ffffff;
}
.cid-vh8lhdmPhJ .mbr-text,
.cid-vh8lhdmPhJ .text-wrapper {
  color: #20623f;
  text-align: left;
}
.cid-vh8lhdmPhJ .mbr-section-title,
.cid-vh8lhdmPhJ .mbr-section-btn {
  text-align: left;
  color: #171717;
}
.cid-vh8nrfMX6X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #ffffff;
}
.cid-vh8nrfMX6X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8nrfMX6X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8nrfMX6X .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-vh8nrfMX6X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-vh8nrfMX6X .container {
    padding: 0 24px;
  }
}
.cid-vh8nrfMX6X .row {
  position: relative;
  justify-content: center;
}
.cid-vh8nrfMX6X .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-vh8nrfMX6X .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-vh8nrfMX6X .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-vh8nrfMX6X .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vh8nrfMX6X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vh8nrfMX6X .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vh8nrfMX6X .item {
    margin-bottom: 32px;
  }
}
.cid-vh8nrfMX6X .item:last-child {
  margin-bottom: 0;
}
.cid-vh8nrfMX6X .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-vh8nrfMX6X .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-vh8nrfMX6X .mbr-section-title {
  color: #141414;
}
.cid-vh8nrfMX6X .mbr-desc {
  color: #141414;
}
.cid-vh8nrfMX6X .mbr-text {
  color: #141414;
}
.cid-vh8nrfMX6X .card-number {
  color: #20623f;
}
.cid-vh8nrfMX6X .card-title {
  color: #569071;
}
.cid-vh8AqKA56V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-vh8AqKA56V .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8AqKA56V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8AqKA56V .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vh8AqKA56V .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vh8AqKA56V .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vh8AqKA56V .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vh8AqKA56V .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vh8AqKA56V .border-wrap {
    margin-top: 32px;
  }
}
.cid-vh8AqKA56V .mbr-section-title {
  color: #ffffff;
}
.cid-vh8AqKA56V .mbr-text,
.cid-vh8AqKA56V .text-wrapper {
  color: #a83308;
  text-align: left;
}
.cid-vh8AqKA56V .mbr-section-title,
.cid-vh8AqKA56V .mbr-section-btn {
  text-align: left;
  color: #20623f;
}
.cid-tOpXaCAVPF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOpXaCAVPF .container {
    padding: 0 25px;
  }
}
.cid-tOpXaCAVPF .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOpXaCAVPF .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tOpXaCAVPF .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tOpXaCAVPF .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tOpXaCAVPF .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOpXaCAVPF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpXaCAVPF .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tOpXaCAVPF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOpXaCAVPF .mbr-section-title {
  color: #000000;
}
.cid-tOpXaCAVPF .panel-title-edit {
  color: #20623f;
}
.cid-tOpXaCAVPF .panel-text {
  color: #000000;
}
.cid-vh8CKX5ova {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vh8CKX5ova .container {
    padding: 0 25px;
  }
}
.cid-vh8CKX5ova .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh8CKX5ova .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-vh8CKX5ova .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-vh8CKX5ova .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-vh8CKX5ova .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-vh8CKX5ova .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vh8CKX5ova .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vh8CKX5ova .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-vh8CKX5ova .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vh8CKX5ova .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vh8CKX5ova .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-vh8CKX5ova .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vh8CKX5ova .mbr-section-title {
  color: #000000;
}
.cid-vh8CKX5ova .panel-title-edit {
  color: #20623f;
}
.cid-vh8CKX5ova .panel-text {
  color: #000000;
}
.cid-vh8F6UwJYh {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vh8F6UwJYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh8F6UwJYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh8F6UwJYh .col-title {
  margin-bottom: 32px;
}
.cid-vh8F6UwJYh .mbr-section-title {
  color: #24262b;
}
.cid-vh8F6UwJYh .mbr-section-subtitle {
  color: #24262b;
}
.cid-vh8F6UwJYh .cards-row {
  row-gap: 32px;
}
.cid-vh8F6UwJYh .card {
  border-radius: 0;
}
.cid-vh8F6UwJYh .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vh8F6UwJYh .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vh8F6UwJYh .text-wrap {
  flex-grow: 1;
}
.cid-vh8F6UwJYh .card-title {
  color: #ffffff;
}
.cid-vh8F6UwJYh .card-text {
  color: #767676;
}
.cid-tOpXa6zuDT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOpXa6zuDT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpXa6zuDT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tOpXa6zuDT .container {
    padding: 0 25px;
  }
}
.cid-tOpXa6zuDT .row {
  justify-content: space-between;
}
.cid-tOpXa6zuDT .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tOpXa6zuDT .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOpXa6zuDT .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tOpXa6zuDT .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tOpXa6zuDT .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tOpXa6zuDT .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOpXa6zuDT .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOpXa6zuDT .list-content {
    display: block;
  }
}
.cid-tOpXa6zuDT .list-content .nav-wrapper,
.cid-tOpXa6zuDT .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOpXa6zuDT .list-content .nav-wrapper,
  .cid-tOpXa6zuDT .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tOpXa6zuDT .list-content .nav-wrapper .mbr-list-title,
.cid-tOpXa6zuDT .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tOpXa6zuDT .list-content .nav-wrapper .list,
.cid-tOpXa6zuDT .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tOpXa6zuDT .list-content .nav-wrapper .list .item-wrap,
.cid-tOpXa6zuDT .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpXa6zuDT .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tOpXa6zuDT .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tOpXa6zuDT .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tOpXa6zuDT .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tOpXa6zuDT .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tOpXa6zuDT .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tOpXa6zuDT .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tOpXa6zuDT .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tOpXa6zuDT .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tOpXa6zuDT .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tOpXa6zuDT .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tOpXa6zuDT .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tOpXa6zuDT .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tOpXa6zuDT .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOpXa6zuDT .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tOpXa6zuDT .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tOpXa6zuDT .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tOpXa6zuDT .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tOpXa6zuDT .mbr-section-title {
  color: #ffffff;
}
.cid-tOpXa6zuDT .mbr-list-title {
  color: #ffffff;
}
.cid-tOpXa6zuDT .list {
  color: #ffffff;
}
.cid-tOpXa6zuDT .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tOpXa6zuDT .mbr-brand {
  color: #ffffff;
}
.cid-vh310R8PYy {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vh310R8PYy .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vh310R8PYy .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vh310R8PYy .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vh310R8PYy .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vh310R8PYy .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vh310R8PYy .menu_box .navbar.opened,
  .cid-vh310R8PYy .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vh310R8PYy nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vh310R8PYy .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vh310R8PYy .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vh310R8PYy .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vh310R8PYy .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vh310R8PYy .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vh310R8PYy .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vh310R8PYy .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vh310R8PYy .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vh310R8PYy .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vh310R8PYy .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vh310R8PYy .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vh310R8PYy .offcanvas-body .mbr-text,
  .cid-vh310R8PYy .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vh310R8PYy .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vh310R8PYy .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vh310R8PYy .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vh310R8PYy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vh310R8PYy .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vh310R8PYy .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vh310R8PYy .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vh310R8PYy ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vh310R8PYy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh310R8PYy .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-vh310R8PYy .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vh310R8PYy 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-vh310R8PYy .lg_brand {
    margin: 0 1rem;
  }
  .cid-vh310R8PYy .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vh310R8PYy .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vh310R8PYy .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vh310R8PYy .nav-item {
    margin: 0 !important;
  }
}
.cid-vh310R8PYy .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vh310R8PYy .nav-item .nav-link:hover,
.cid-vh310R8PYy .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vh310R8PYy .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vh310R8PYy .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vh310R8PYy .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vh310R8PYy .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh310R8PYy .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-vh310R8PYy .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vh310R8PYy .offcanvas_box {
    display: none;
  }
}
.cid-vh310R8PYy .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vh310R8PYy .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vh310R8PYy .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vh310R8PYy .container {
  display: flex;
  margin: auto;
}
.cid-vh310R8PYy .iconfont-wrapper {
  color: #000000;
  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-vh310R8PYy .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vh310R8PYy .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vh310R8PYy .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vh310R8PYy .navbar-nav {
    margin: 0;
  }
}
.cid-vh310R8PYy .dropdown-menu,
.cid-vh310R8PYy .navbar.opened {
  background-color: false !important;
}
.cid-vh310R8PYy .nav-item:focus,
.cid-vh310R8PYy .nav-link:focus {
  outline: none;
}
.cid-vh310R8PYy .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh310R8PYy .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh310R8PYy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh310R8PYy .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh310R8PYy .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh310R8PYy .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh310R8PYy .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vh310R8PYy .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vh310R8PYy .navbar.opened {
  transition: all 0.3s;
}
.cid-vh310R8PYy .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vh310R8PYy .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vh310R8PYy .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vh310R8PYy .navbar.collapsed {
  justify-content: center;
}
.cid-vh310R8PYy .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh310R8PYy .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh310R8PYy .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh310R8PYy .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh310R8PYy .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh310R8PYy .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vh310R8PYy .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vh310R8PYy .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vh310R8PYy .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vh310R8PYy .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh310R8PYy .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh310R8PYy .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vh310R8PYy .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh310R8PYy .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vh310R8PYy .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh310R8PYy .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vh310R8PYy .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vh310R8PYy .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vh310R8PYy .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vh310R8PYy .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh310R8PYy .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vh310R8PYy .navbar.navbar-short {
  min-height: 60px;
}
.cid-vh310R8PYy .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vh310R8PYy .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vh310R8PYy .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-vh310R8PYy .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vh310R8PYy .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh310R8PYy .dropdown-item.active,
.cid-vh310R8PYy .dropdown-item:active {
  background-color: transparent;
}
.cid-vh310R8PYy .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vh310R8PYy .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh310R8PYy .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh310R8PYy .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh310R8PYy ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vh310R8PYy .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vh310R8PYy button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vh310R8PYy button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vh310R8PYy button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh310R8PYy button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh310R8PYy button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh310R8PYy button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh310R8PYy nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh310R8PYy nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh310R8PYy nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh310R8PYy nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh310R8PYy a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vh310R8PYy .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-vh310R8PYy .navbar {
    height: 70px;
  }
  .cid-vh310R8PYy .navbar.opened {
    height: auto;
  }
  .cid-vh310R8PYy .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh310R8PYy .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vh310R8PYy .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vh310R8PYy .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vh310R8PYy .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vh310R8PYy .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vh310R8PYy .text_widget {
  margin-bottom: 32px;
}
.cid-vh310R8PYy .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vh310R8PYy .text_widget a:hover,
.cid-vh310R8PYy .text_widget a:focus {
  opacity: .6;
}
.cid-vh310R8PYy .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vh310R8PYy .navbar-caption {
  color: #000000;
}
.cid-vh310R8PYy .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh310R8PYy .mbr-section-subtitle,
.cid-vh310R8PYy .text_widget,
.cid-vh310R8PYy .mbr-section-btn {
  text-align: center;
}
.cid-vh310R8PYy a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vh310SdmPw {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vh310SdmPw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh310SdmPw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh310SdmPw .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vh310SdmPw .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vh310SdmPw .container {
    padding: 0 25px;
  }
}
.cid-vh310SdmPw .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vh310SdmPw .title-wrapper {
    padding: 0;
  }
}
.cid-vh310SdmPw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vh310SdmPw .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vh310SdmPw .mbr-section-title {
  color: #ffffff;
}
.cid-vh310SdmPw .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh310SdmPw .mbr-section-title,
.cid-vh310SdmPw .mbr-section-btn {
  text-align: center;
}
.cid-vh3qcCy53P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vh3qcCy53P .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3qcCy53P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vh3qcCy53P .container {
    padding: 0 30px;
  }
}
.cid-vh3qcCy53P .items .item {
  margin-bottom: 60px;
}
.cid-vh3qcCy53P .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh3qcCy53P .items .item {
    margin-bottom: 30px;
  }
}
.cid-vh3qcCy53P .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-vh3qcCy53P .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vh3qcCy53P .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-vh3qcCy53P .dragArea.row {
  margin: 0;
}
.cid-vh3qcCy53P .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-vh3qcCy53P .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vh3qcCy53P .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-vh3qcCy53P .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-vh3qcCy53P .dragArea.row .form-group .form-control:hover,
.cid-vh3qcCy53P .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-vh3qcCy53P .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vh3qcCy53P .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-vh3qcCy53P .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vh3qcCy53P .mbr-section-title {
  color: #000000;
}
.cid-vh3qcCy53P .card-title {
  color: #000000;
}
.cid-vh3qcCy53P .list {
  color: #000000;
}
.cid-vh3qcCy53P .mbr-text {
  color: #000000;
}
.cid-vh3qcCy53P label {
  color: #000000;
}
.cid-vh3112zt1v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vh3112zt1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3112zt1v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vh3112zt1v .container {
    padding: 0 25px;
  }
}
.cid-vh3112zt1v .row {
  justify-content: space-between;
}
.cid-vh3112zt1v .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vh3112zt1v .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vh3112zt1v .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vh3112zt1v .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vh3112zt1v .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vh3112zt1v .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vh3112zt1v .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vh3112zt1v .list-content {
    display: block;
  }
}
.cid-vh3112zt1v .list-content .nav-wrapper,
.cid-vh3112zt1v .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vh3112zt1v .list-content .nav-wrapper,
  .cid-vh3112zt1v .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vh3112zt1v .list-content .nav-wrapper .mbr-list-title,
.cid-vh3112zt1v .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vh3112zt1v .list-content .nav-wrapper .list,
.cid-vh3112zt1v .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vh3112zt1v .list-content .nav-wrapper .list .item-wrap,
.cid-vh3112zt1v .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vh3112zt1v .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vh3112zt1v .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vh3112zt1v .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vh3112zt1v .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vh3112zt1v .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vh3112zt1v .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh3112zt1v .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vh3112zt1v .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vh3112zt1v .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vh3112zt1v .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh3112zt1v .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vh3112zt1v .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vh3112zt1v .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vh3112zt1v .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vh3112zt1v .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vh3112zt1v .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vh3112zt1v .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vh3112zt1v .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vh3112zt1v .mbr-section-title {
  color: #ffffff;
}
.cid-vh3112zt1v .mbr-list-title {
  color: #ffffff;
}
.cid-vh3112zt1v .list {
  color: #ffffff;
}
.cid-vh3112zt1v .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vh3112zt1v .mbr-brand {
  color: #ffffff;
}
.cid-vh3qSwA9XT {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vh3qSwA9XT .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vh3qSwA9XT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vh3qSwA9XT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vh3qSwA9XT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vh3qSwA9XT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vh3qSwA9XT .menu_box .navbar.opened,
  .cid-vh3qSwA9XT .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vh3qSwA9XT nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vh3qSwA9XT .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vh3qSwA9XT .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vh3qSwA9XT .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vh3qSwA9XT .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vh3qSwA9XT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vh3qSwA9XT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vh3qSwA9XT .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vh3qSwA9XT .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vh3qSwA9XT .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vh3qSwA9XT .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vh3qSwA9XT .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vh3qSwA9XT .offcanvas-body .mbr-text,
  .cid-vh3qSwA9XT .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vh3qSwA9XT .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vh3qSwA9XT .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vh3qSwA9XT .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vh3qSwA9XT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vh3qSwA9XT .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vh3qSwA9XT .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vh3qSwA9XT .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vh3qSwA9XT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vh3qSwA9XT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh3qSwA9XT .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-vh3qSwA9XT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vh3qSwA9XT 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-vh3qSwA9XT .lg_brand {
    margin: 0 1rem;
  }
  .cid-vh3qSwA9XT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vh3qSwA9XT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vh3qSwA9XT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vh3qSwA9XT .nav-item {
    margin: 0 !important;
  }
}
.cid-vh3qSwA9XT .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vh3qSwA9XT .nav-item .nav-link:hover,
.cid-vh3qSwA9XT .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vh3qSwA9XT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vh3qSwA9XT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vh3qSwA9XT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vh3qSwA9XT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh3qSwA9XT .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-vh3qSwA9XT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vh3qSwA9XT .offcanvas_box {
    display: none;
  }
}
.cid-vh3qSwA9XT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vh3qSwA9XT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vh3qSwA9XT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vh3qSwA9XT .container {
  display: flex;
  margin: auto;
}
.cid-vh3qSwA9XT .iconfont-wrapper {
  color: #000000;
  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-vh3qSwA9XT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vh3qSwA9XT .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vh3qSwA9XT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vh3qSwA9XT .navbar-nav {
    margin: 0;
  }
}
.cid-vh3qSwA9XT .dropdown-menu,
.cid-vh3qSwA9XT .navbar.opened {
  background-color: false !important;
}
.cid-vh3qSwA9XT .nav-item:focus,
.cid-vh3qSwA9XT .nav-link:focus {
  outline: none;
}
.cid-vh3qSwA9XT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh3qSwA9XT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh3qSwA9XT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh3qSwA9XT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh3qSwA9XT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh3qSwA9XT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh3qSwA9XT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vh3qSwA9XT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vh3qSwA9XT .navbar.opened {
  transition: all 0.3s;
}
.cid-vh3qSwA9XT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vh3qSwA9XT .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vh3qSwA9XT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vh3qSwA9XT .navbar.collapsed {
  justify-content: center;
}
.cid-vh3qSwA9XT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh3qSwA9XT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh3qSwA9XT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh3qSwA9XT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh3qSwA9XT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh3qSwA9XT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vh3qSwA9XT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vh3qSwA9XT .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vh3qSwA9XT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vh3qSwA9XT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh3qSwA9XT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh3qSwA9XT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vh3qSwA9XT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh3qSwA9XT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vh3qSwA9XT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh3qSwA9XT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vh3qSwA9XT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vh3qSwA9XT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vh3qSwA9XT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vh3qSwA9XT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh3qSwA9XT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vh3qSwA9XT .navbar.navbar-short {
  min-height: 60px;
}
.cid-vh3qSwA9XT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vh3qSwA9XT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vh3qSwA9XT .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-vh3qSwA9XT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vh3qSwA9XT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh3qSwA9XT .dropdown-item.active,
.cid-vh3qSwA9XT .dropdown-item:active {
  background-color: transparent;
}
.cid-vh3qSwA9XT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vh3qSwA9XT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh3qSwA9XT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh3qSwA9XT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh3qSwA9XT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vh3qSwA9XT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vh3qSwA9XT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vh3qSwA9XT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vh3qSwA9XT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh3qSwA9XT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh3qSwA9XT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh3qSwA9XT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh3qSwA9XT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh3qSwA9XT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh3qSwA9XT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh3qSwA9XT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh3qSwA9XT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vh3qSwA9XT .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-vh3qSwA9XT .navbar {
    height: 70px;
  }
  .cid-vh3qSwA9XT .navbar.opened {
    height: auto;
  }
  .cid-vh3qSwA9XT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh3qSwA9XT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vh3qSwA9XT .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vh3qSwA9XT .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vh3qSwA9XT .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vh3qSwA9XT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vh3qSwA9XT .text_widget {
  margin-bottom: 32px;
}
.cid-vh3qSwA9XT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vh3qSwA9XT .text_widget a:hover,
.cid-vh3qSwA9XT .text_widget a:focus {
  opacity: .6;
}
.cid-vh3qSwA9XT .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vh3qSwA9XT .navbar-caption {
  color: #000000;
}
.cid-vh3qSwA9XT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh3qSwA9XT .mbr-section-subtitle,
.cid-vh3qSwA9XT .text_widget,
.cid-vh3qSwA9XT .mbr-section-btn {
  text-align: center;
}
.cid-vh3qSwA9XT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vh3qSxfiMW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vh3qSxfiMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3qSxfiMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3qSxfiMW .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vh3qSxfiMW .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vh3qSxfiMW .container {
    padding: 0 25px;
  }
}
.cid-vh3qSxfiMW .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vh3qSxfiMW .title-wrapper {
    padding: 0;
  }
}
.cid-vh3qSxfiMW .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vh3qSxfiMW .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vh3qSxfiMW .mbr-section-title {
  color: #ffffff;
}
.cid-vh3qSxfiMW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh3qSxfiMW .mbr-section-title,
.cid-vh3qSxfiMW .mbr-section-btn {
  text-align: center;
  color: #7eab93;
}
.cid-vh3qSxCJFv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vh3qSxCJFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3qSxCJFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vh3qSxCJFv .container {
    padding: 0 30px;
  }
}
.cid-vh3qSxCJFv .items .item {
  margin-bottom: 60px;
}
.cid-vh3qSxCJFv .items .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vh3qSxCJFv .items .item {
    margin-bottom: 30px;
  }
}
.cid-vh3qSxCJFv .items .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-vh3qSxCJFv .items .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vh3qSxCJFv .items .item .item-wrapper .card-box .list .item-wrap {
  opacity: .6;
  margin-bottom: 0;
  line-height: 180%;
  cursor: pointer;
}
.cid-vh3qSxCJFv .dragArea.row {
  margin: 0;
}
.cid-vh3qSxCJFv .dragArea.row .mbr-section-title {
  margin-bottom: 45px !important;
}
.cid-vh3qSxCJFv .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vh3qSxCJFv .dragArea.row .form-group .form-control {
  background-color: #f7f7f7;
  padding: 20px;
  box-shadow: none;
  border: none !important;
  border-radius: 0 !important;
}
.cid-vh3qSxCJFv .dragArea.row .form-group .form-control::placeholder {
  color: #9c9c9c;
}
.cid-vh3qSxCJFv .dragArea.row .form-group .form-control:hover,
.cid-vh3qSxCJFv .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
.cid-vh3qSxCJFv .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vh3qSxCJFv .dragArea.row .form-group .form-check .form-check-input {
  background-color: #9c9c9c;
  border-color: #9c9c9c;
}
.cid-vh3qSxCJFv .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vh3qSxCJFv .mbr-section-title {
  color: #000000;
}
.cid-vh3qSxCJFv .card-title {
  color: #000000;
}
.cid-vh3qSxCJFv .list {
  color: #000000;
}
.cid-vh3qSxCJFv .mbr-text {
  color: #000000;
}
.cid-vh3qSxCJFv label {
  color: #000000;
}
.cid-vh3qSycprg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vh3qSycprg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3qSycprg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vh3qSycprg .container {
    padding: 0 25px;
  }
}
.cid-vh3qSycprg .row {
  justify-content: space-between;
}
.cid-vh3qSycprg .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vh3qSycprg .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vh3qSycprg .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vh3qSycprg .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vh3qSycprg .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vh3qSycprg .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vh3qSycprg .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vh3qSycprg .list-content {
    display: block;
  }
}
.cid-vh3qSycprg .list-content .nav-wrapper,
.cid-vh3qSycprg .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vh3qSycprg .list-content .nav-wrapper,
  .cid-vh3qSycprg .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vh3qSycprg .list-content .nav-wrapper .mbr-list-title,
.cid-vh3qSycprg .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vh3qSycprg .list-content .nav-wrapper .list,
.cid-vh3qSycprg .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vh3qSycprg .list-content .nav-wrapper .list .item-wrap,
.cid-vh3qSycprg .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vh3qSycprg .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vh3qSycprg .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vh3qSycprg .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vh3qSycprg .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vh3qSycprg .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vh3qSycprg .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh3qSycprg .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vh3qSycprg .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vh3qSycprg .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vh3qSycprg .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh3qSycprg .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vh3qSycprg .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vh3qSycprg .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vh3qSycprg .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vh3qSycprg .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vh3qSycprg .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vh3qSycprg .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vh3qSycprg .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vh3qSycprg .mbr-section-title {
  color: #ffffff;
}
.cid-vh3qSycprg .mbr-list-title {
  color: #ffffff;
}
.cid-vh3qSycprg .list {
  color: #ffffff;
}
.cid-vh3qSycprg .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vh3qSycprg .mbr-brand {
  color: #ffffff;
}
.cid-vh3ra1kTBW {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vh3ra1kTBW .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vh3ra1kTBW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vh3ra1kTBW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vh3ra1kTBW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vh3ra1kTBW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vh3ra1kTBW .menu_box .navbar.opened,
  .cid-vh3ra1kTBW .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vh3ra1kTBW nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vh3ra1kTBW .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vh3ra1kTBW .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vh3ra1kTBW .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vh3ra1kTBW .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vh3ra1kTBW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vh3ra1kTBW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vh3ra1kTBW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vh3ra1kTBW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vh3ra1kTBW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vh3ra1kTBW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vh3ra1kTBW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vh3ra1kTBW .offcanvas-body .mbr-text,
  .cid-vh3ra1kTBW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vh3ra1kTBW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vh3ra1kTBW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vh3ra1kTBW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vh3ra1kTBW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vh3ra1kTBW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vh3ra1kTBW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vh3ra1kTBW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vh3ra1kTBW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vh3ra1kTBW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh3ra1kTBW .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-vh3ra1kTBW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vh3ra1kTBW 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-vh3ra1kTBW .lg_brand {
    margin: 0 1rem;
  }
  .cid-vh3ra1kTBW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vh3ra1kTBW .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vh3ra1kTBW .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vh3ra1kTBW .nav-item {
    margin: 0 !important;
  }
}
.cid-vh3ra1kTBW .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vh3ra1kTBW .nav-item .nav-link:hover,
.cid-vh3ra1kTBW .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vh3ra1kTBW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vh3ra1kTBW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vh3ra1kTBW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vh3ra1kTBW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vh3ra1kTBW .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-vh3ra1kTBW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vh3ra1kTBW .offcanvas_box {
    display: none;
  }
}
.cid-vh3ra1kTBW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vh3ra1kTBW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vh3ra1kTBW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vh3ra1kTBW .container {
  display: flex;
  margin: auto;
}
.cid-vh3ra1kTBW .iconfont-wrapper {
  color: #000000;
  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-vh3ra1kTBW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vh3ra1kTBW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vh3ra1kTBW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vh3ra1kTBW .navbar-nav {
    margin: 0;
  }
}
.cid-vh3ra1kTBW .dropdown-menu,
.cid-vh3ra1kTBW .navbar.opened {
  background-color: false !important;
}
.cid-vh3ra1kTBW .nav-item:focus,
.cid-vh3ra1kTBW .nav-link:focus {
  outline: none;
}
.cid-vh3ra1kTBW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vh3ra1kTBW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vh3ra1kTBW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vh3ra1kTBW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vh3ra1kTBW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vh3ra1kTBW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vh3ra1kTBW .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vh3ra1kTBW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vh3ra1kTBW .navbar.opened {
  transition: all 0.3s;
}
.cid-vh3ra1kTBW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vh3ra1kTBW .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vh3ra1kTBW .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vh3ra1kTBW .navbar.collapsed {
  justify-content: center;
}
.cid-vh3ra1kTBW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vh3ra1kTBW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vh3ra1kTBW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vh3ra1kTBW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vh3ra1kTBW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vh3ra1kTBW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vh3ra1kTBW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vh3ra1kTBW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vh3ra1kTBW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vh3ra1kTBW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vh3ra1kTBW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vh3ra1kTBW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vh3ra1kTBW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vh3ra1kTBW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vh3ra1kTBW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vh3ra1kTBW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vh3ra1kTBW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vh3ra1kTBW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vh3ra1kTBW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vh3ra1kTBW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vh3ra1kTBW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vh3ra1kTBW .navbar.navbar-short {
  min-height: 60px;
}
.cid-vh3ra1kTBW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vh3ra1kTBW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vh3ra1kTBW .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-vh3ra1kTBW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vh3ra1kTBW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vh3ra1kTBW .dropdown-item.active,
.cid-vh3ra1kTBW .dropdown-item:active {
  background-color: transparent;
}
.cid-vh3ra1kTBW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vh3ra1kTBW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vh3ra1kTBW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vh3ra1kTBW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vh3ra1kTBW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vh3ra1kTBW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vh3ra1kTBW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vh3ra1kTBW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vh3ra1kTBW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vh3ra1kTBW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh3ra1kTBW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vh3ra1kTBW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vh3ra1kTBW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh3ra1kTBW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vh3ra1kTBW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vh3ra1kTBW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vh3ra1kTBW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vh3ra1kTBW .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-vh3ra1kTBW .navbar {
    height: 70px;
  }
  .cid-vh3ra1kTBW .navbar.opened {
    height: auto;
  }
  .cid-vh3ra1kTBW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vh3ra1kTBW .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vh3ra1kTBW .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vh3ra1kTBW .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vh3ra1kTBW .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vh3ra1kTBW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vh3ra1kTBW .text_widget {
  margin-bottom: 32px;
}
.cid-vh3ra1kTBW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vh3ra1kTBW .text_widget a:hover,
.cid-vh3ra1kTBW .text_widget a:focus {
  opacity: .6;
}
.cid-vh3ra1kTBW .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vh3ra1kTBW .navbar-caption {
  color: #000000;
}
.cid-vh3ra1kTBW .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh3ra1kTBW .mbr-section-subtitle,
.cid-vh3ra1kTBW .text_widget,
.cid-vh3ra1kTBW .mbr-section-btn {
  text-align: center;
}
.cid-vh3ra1kTBW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vh3ra1WiWb {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vh3ra1WiWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3ra1WiWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vh3ra1WiWb .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vh3ra1WiWb .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vh3ra1WiWb .container {
    padding: 0 25px;
  }
}
.cid-vh3ra1WiWb .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vh3ra1WiWb .title-wrapper {
    padding: 0;
  }
}
.cid-vh3ra1WiWb .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vh3ra1WiWb .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vh3ra1WiWb .mbr-section-title {
  color: #ffffff;
}
.cid-vh3ra1WiWb .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vh3ra1WiWb .mbr-section-title,
.cid-vh3ra1WiWb .mbr-section-btn {
  text-align: center;
}
.cid-vhJtJYOdeO {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhJtJYOdeO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJtJYOdeO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJtJYOdeO .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vhJtJYOdeO .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vhJtJYOdeO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vhJtJYOdeO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vhJtJYOdeO .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vhJtJYOdeO .border-wrap {
    margin-top: 32px;
  }
}
.cid-vhJtJYOdeO .mbr-section-title {
  color: #ffffff;
}
.cid-vhJtJYOdeO .mbr-text,
.cid-vhJtJYOdeO .text-wrapper {
  color: #a83308;
  text-align: left;
}
.cid-vhJtJYOdeO .mbr-section-title,
.cid-vhJtJYOdeO .mbr-section-btn {
  text-align: left;
  color: #20623f;
}
.cid-vh3ra2FuUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vh3ra2FuUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vh3ra2FuUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vh3ra2FuUZ .container {
    padding: 0 25px;
  }
}
.cid-vh3ra2FuUZ .row {
  justify-content: space-between;
}
.cid-vh3ra2FuUZ .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vh3ra2FuUZ .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vh3ra2FuUZ .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vh3ra2FuUZ .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vh3ra2FuUZ .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vh3ra2FuUZ .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vh3ra2FuUZ .list-content {
    display: block;
  }
}
.cid-vh3ra2FuUZ .list-content .nav-wrapper,
.cid-vh3ra2FuUZ .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vh3ra2FuUZ .list-content .nav-wrapper,
  .cid-vh3ra2FuUZ .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vh3ra2FuUZ .list-content .nav-wrapper .mbr-list-title,
.cid-vh3ra2FuUZ .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vh3ra2FuUZ .list-content .nav-wrapper .list,
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vh3ra2FuUZ .list-content .nav-wrapper .list .item-wrap,
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vh3ra2FuUZ .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vh3ra2FuUZ .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vh3ra2FuUZ .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh3ra2FuUZ .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vh3ra2FuUZ .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vh3ra2FuUZ .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vh3ra2FuUZ .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vh3ra2FuUZ .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vh3ra2FuUZ .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vh3ra2FuUZ .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vh3ra2FuUZ .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vh3ra2FuUZ .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vh3ra2FuUZ .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vh3ra2FuUZ .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vh3ra2FuUZ .mbr-section-title {
  color: #ffffff;
}
.cid-vh3ra2FuUZ .mbr-list-title {
  color: #ffffff;
}
.cid-vh3ra2FuUZ .list {
  color: #ffffff;
}
.cid-vh3ra2FuUZ .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vh3ra2FuUZ .mbr-brand {
  color: #ffffff;
}
.cid-vhCMC3wszN {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vhCMC3wszN .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhCMC3wszN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhCMC3wszN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhCMC3wszN .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhCMC3wszN .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhCMC3wszN .menu_box .navbar.opened,
  .cid-vhCMC3wszN .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhCMC3wszN nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhCMC3wszN .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhCMC3wszN .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vhCMC3wszN .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhCMC3wszN .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vhCMC3wszN .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhCMC3wszN .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhCMC3wszN .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vhCMC3wszN .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhCMC3wszN .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhCMC3wszN .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhCMC3wszN .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhCMC3wszN .offcanvas-body .mbr-text,
  .cid-vhCMC3wszN .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vhCMC3wszN .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vhCMC3wszN .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhCMC3wszN .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhCMC3wszN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhCMC3wszN .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhCMC3wszN .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhCMC3wszN .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhCMC3wszN ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhCMC3wszN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhCMC3wszN .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-vhCMC3wszN .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhCMC3wszN 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-vhCMC3wszN .lg_brand {
    margin: 0 1rem;
  }
  .cid-vhCMC3wszN .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vhCMC3wszN .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhCMC3wszN .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhCMC3wszN .nav-item {
    margin: 0 !important;
  }
}
.cid-vhCMC3wszN .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vhCMC3wszN .nav-item .nav-link:hover,
.cid-vhCMC3wszN .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vhCMC3wszN .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhCMC3wszN .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhCMC3wszN .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhCMC3wszN .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhCMC3wszN .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-vhCMC3wszN .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhCMC3wszN .offcanvas_box {
    display: none;
  }
}
.cid-vhCMC3wszN .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhCMC3wszN .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhCMC3wszN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhCMC3wszN .container {
  display: flex;
  margin: auto;
}
.cid-vhCMC3wszN .iconfont-wrapper {
  color: #000000;
  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-vhCMC3wszN .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhCMC3wszN .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhCMC3wszN .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhCMC3wszN .navbar-nav {
    margin: 0;
  }
}
.cid-vhCMC3wszN .dropdown-menu,
.cid-vhCMC3wszN .navbar.opened {
  background-color: false !important;
}
.cid-vhCMC3wszN .nav-item:focus,
.cid-vhCMC3wszN .nav-link:focus {
  outline: none;
}
.cid-vhCMC3wszN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhCMC3wszN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhCMC3wszN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhCMC3wszN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhCMC3wszN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhCMC3wszN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhCMC3wszN .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhCMC3wszN .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhCMC3wszN .navbar.opened {
  transition: all 0.3s;
}
.cid-vhCMC3wszN .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhCMC3wszN .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vhCMC3wszN .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vhCMC3wszN .navbar.collapsed {
  justify-content: center;
}
.cid-vhCMC3wszN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhCMC3wszN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhCMC3wszN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhCMC3wszN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhCMC3wszN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhCMC3wszN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhCMC3wszN .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhCMC3wszN .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhCMC3wszN .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhCMC3wszN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhCMC3wszN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhCMC3wszN .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhCMC3wszN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhCMC3wszN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhCMC3wszN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhCMC3wszN .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhCMC3wszN .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhCMC3wszN .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhCMC3wszN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhCMC3wszN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhCMC3wszN .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhCMC3wszN .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhCMC3wszN .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhCMC3wszN .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhCMC3wszN .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-vhCMC3wszN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhCMC3wszN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhCMC3wszN .dropdown-item.active,
.cid-vhCMC3wszN .dropdown-item:active {
  background-color: transparent;
}
.cid-vhCMC3wszN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vhCMC3wszN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhCMC3wszN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhCMC3wszN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhCMC3wszN ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhCMC3wszN .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhCMC3wszN button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vhCMC3wszN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhCMC3wszN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhCMC3wszN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhCMC3wszN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhCMC3wszN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhCMC3wszN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhCMC3wszN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhCMC3wszN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhCMC3wszN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhCMC3wszN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhCMC3wszN .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-vhCMC3wszN .navbar {
    height: 70px;
  }
  .cid-vhCMC3wszN .navbar.opened {
    height: auto;
  }
  .cid-vhCMC3wszN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhCMC3wszN .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhCMC3wszN .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vhCMC3wszN .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vhCMC3wszN .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vhCMC3wszN .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhCMC3wszN .text_widget {
  margin-bottom: 32px;
}
.cid-vhCMC3wszN .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhCMC3wszN .text_widget a:hover,
.cid-vhCMC3wszN .text_widget a:focus {
  opacity: .6;
}
.cid-vhCMC3wszN .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhCMC3wszN .navbar-caption {
  color: #000000;
}
.cid-vhCMC3wszN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhCMC3wszN .mbr-section-subtitle,
.cid-vhCMC3wszN .text_widget,
.cid-vhCMC3wszN .mbr-section-btn {
  text-align: center;
}
.cid-vhCMC3wszN a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhCMC46WUM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vhCMC46WUM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCMC46WUM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhCMC46WUM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vhCMC46WUM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vhCMC46WUM .container {
    padding: 0 25px;
  }
}
.cid-vhCMC46WUM .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vhCMC46WUM .title-wrapper {
    padding: 0;
  }
}
.cid-vhCMC46WUM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhCMC46WUM .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vhCMC46WUM .mbr-section-title {
  color: #ffffff;
}
.cid-vhCMC46WUM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhCMC46WUM .mbr-section-title,
.cid-vhCMC46WUM .mbr-section-btn {
  text-align: center;
}
.cid-vhCV7Urr7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhCV7Urr7h .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCV7Urr7h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhCV7Urr7h .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhCV7Urr7h .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhCV7Urr7h .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhCV7Urr7h .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhCV7Urr7h .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhCV7Urr7h .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhCV7Urr7h .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhCV7Urr7h .items-wrapper {
  margin: 0 -10px;
}
.cid-vhCV7Urr7h .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhCV7Urr7h .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhCV7Urr7h .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhCV7Urr7h .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhCV7Urr7h .mbr-label,
.cid-vhCV7Urr7h .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhCV7Urr7h .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhCV7Urr7h .mbr-text,
.cid-vhCV7Urr7h .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhCV7Urr7h .item-title {
  color: #000000;
}
.cid-vhCV7Urr7h .item-text {
  color: #4f4f4f;
}
.cid-vhCT6yAM5z {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhCT6yAM5z .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhCT6yAM5z .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhCT6yAM5z .container {
    padding: 0 25px;
  }
}
.cid-vhCT6yAM5z .row {
  margin: 0;
}
.cid-vhCT6yAM5z .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhCT6yAM5z .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhCT6yAM5z .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhCT6yAM5z .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhCT6yAM5z .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhCT6yAM5z .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhCT6yAM5z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhCT6yAM5z .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhCT6yAM5z .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhCT6yAM5z .mbr-section-title {
  color: #000000;
}
.cid-vhCT6yAM5z .mbr-text {
  color: #000000;
}
.cid-vhCT6yAM5z .mbr-section-title,
.cid-vhCT6yAM5z .mbr-section-btn,
.cid-vhCT6yAM5z .logo-wrapper {
  color: #20623f;
}
.cid-vhCUk0HWWK {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhCUk0HWWK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCUk0HWWK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhCUk0HWWK .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhCUk0HWWK .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhCUk0HWWK .container-fluid .row {
  padding: 0;
}
.cid-vhCUk0HWWK .row {
  justify-content: center;
}
.cid-vhCUk0HWWK .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhCUk0HWWK .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-vhCWoWBIAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhCWoWBIAK .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCWoWBIAK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhCWoWBIAK .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhCWoWBIAK .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhCWoWBIAK .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhCWoWBIAK .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhCWoWBIAK .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhCWoWBIAK .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhCWoWBIAK .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhCWoWBIAK .items-wrapper {
  margin: 0 -10px;
}
.cid-vhCWoWBIAK .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhCWoWBIAK .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhCWoWBIAK .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhCWoWBIAK .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhCWoWBIAK .mbr-label,
.cid-vhCWoWBIAK .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhCWoWBIAK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhCWoWBIAK .mbr-text,
.cid-vhCWoWBIAK .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhCWoWBIAK .item-title {
  color: #000000;
}
.cid-vhCWoWBIAK .item-text {
  color: #4f4f4f;
}
.cid-vhCW7RVJLx {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #153b27;
}
.cid-vhCW7RVJLx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCW7RVJLx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhCW7RVJLx .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhCW7RVJLx .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhCW7RVJLx .container-fluid .row {
  padding: 0;
}
.cid-vhCW7RVJLx .row {
  justify-content: center;
}
.cid-vhCW7RVJLx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhCW7RVJLx .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vhCQZrEgeY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhCQZrEgeY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCQZrEgeY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhCQZrEgeY .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhCQZrEgeY .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhCQZrEgeY .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhCQZrEgeY .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhCQZrEgeY .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhCQZrEgeY .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhCQZrEgeY .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhCQZrEgeY .items-wrapper {
  margin: 0 -10px;
}
.cid-vhCQZrEgeY .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhCQZrEgeY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhCQZrEgeY .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhCQZrEgeY .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhCQZrEgeY .mbr-label,
.cid-vhCQZrEgeY .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhCQZrEgeY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhCQZrEgeY .mbr-text,
.cid-vhCQZrEgeY .text-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhCQZrEgeY .item-title {
  color: #000000;
}
.cid-vhCQZrEgeY .item-text {
  color: #4f4f4f;
}
.cid-vhHyxHDfEa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhHyxHDfEa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHyxHDfEa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHyxHDfEa .content-wrap {
  margin: 0 -25px;
}
.cid-vhHyxHDfEa .content-wrap .card {
  padding: 0 25px;
}
.cid-vhHyxHDfEa .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhHyxHDfEa .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vhHyxHDfEa .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.4;
  z-index: 1;
}
.cid-vhHyxHDfEa .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhHyxHDfEa .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vhHyxHDfEa .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhHyxHDfEa .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhHyxHDfEa .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vhHyxHDfEa .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhHyxHDfEa .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vhHyxHDfEa .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vhHyxHDfEa .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vhHyxHDfEa .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhHyxHDfEa .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vhHyxHDfEa .mbr-label,
.cid-vhHyxHDfEa .label-wrapper {
  color: #171719;
}
.cid-vhHyxHDfEa .mbr-section-title {
  color: #171719;
}
.cid-vhHyxHDfEa .mbr-desc {
  color: #ffffff;
}
.cid-vhHyxHDfEa .item-title {
  color: #171719;
}
.cid-vhHyxHDfEa .item-text {
  color: #565661;
}
.cid-vhHyxHDfEa .mbr-section-title,
.cid-vhHyxHDfEa .title-wrap {
  color: #20623f;
}
.cid-vhHy6vsg2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhHy6vsg2r .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhHy6vsg2r .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhHy6vsg2r .container {
    padding: 0 25px;
  }
}
.cid-vhHy6vsg2r .row {
  margin: 0;
}
.cid-vhHy6vsg2r .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhHy6vsg2r .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhHy6vsg2r .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhHy6vsg2r .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhHy6vsg2r .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhHy6vsg2r .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhHy6vsg2r .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhHy6vsg2r .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhHy6vsg2r .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhHy6vsg2r .mbr-section-title {
  color: #000000;
}
.cid-vhHy6vsg2r .mbr-text {
  color: #000000;
}
.cid-vhHy6vsg2r .mbr-section-title,
.cid-vhHy6vsg2r .mbr-section-btn,
.cid-vhHy6vsg2r .logo-wrapper {
  color: #20623f;
}
.cid-vhHCnJbwBg {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhHCnJbwBg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHCnJbwBg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHCnJbwBg .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhHCnJbwBg .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vhHCnJbwBg .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vhHCnJbwBg .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhHCnJbwBg .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vhHCnJbwBg .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhHCnJbwBg .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhHCnJbwBg .items-wrapper {
  margin: 0 -6px;
}
.cid-vhHCnJbwBg .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vhHCnJbwBg .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vhHCnJbwBg .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhHCnJbwBg .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhHCnJbwBg .mbr-label {
  color: #707070;
}
.cid-vhHCnJbwBg .mbr-section-title {
  color: #000000;
}
.cid-vhHCnJbwBg .mbr-section-subtitle {
  color: #707070;
}
.cid-vhHCnJbwBg .item-label {
  color: #707070;
}
.cid-vhHCnJbwBg .item-title {
  color: #000000;
}
.cid-vhHCnJbwBg .item-text {
  color: #707070;
}
.cid-vhHEjl7nXq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhHEjl7nXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhHEjl7nXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhHEjl7nXq .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vhHEjl7nXq .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhHEjl7nXq .content-wrapper {
    width: 100%;
  }
}
.cid-vhHEjl7nXq .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhHEjl7nXq .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vhHEjl7nXq .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhHEjl7nXq .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhHEjl7nXq .mbr-section-title {
  color: #181824;
}
.cid-vhHEjl7nXq .mbr-text,
.cid-vhHEjl7nXq .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vhHEjl7nXq .mbr-section-title,
.cid-vhHEjl7nXq .mbr-section-btn,
.cid-vhHEjl7nXq .icon-wrapper {
  text-align: center;
}
.cid-vhHEjl7nXq .mbr-section-title,
.cid-vhHEjl7nXq .mbr-section-btn {
  text-align: left;
}
.cid-vhI8MBZGKk {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vhI8MBZGKk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI8MBZGKk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI8MBZGKk .col-title {
  margin-bottom: 32px;
}
.cid-vhI8MBZGKk .mbr-section-title {
  color: #24262b;
}
.cid-vhI8MBZGKk .mbr-section-subtitle {
  color: #24262b;
}
.cid-vhI8MBZGKk .cards-row {
  row-gap: 32px;
}
.cid-vhI8MBZGKk .card {
  border-radius: 0;
}
.cid-vhI8MBZGKk .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhI8MBZGKk .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vhI8MBZGKk .text-wrap {
  flex-grow: 1;
}
.cid-vhI8MBZGKk .card-title {
  color: #ffffff;
}
.cid-vhI8MBZGKk .card-text {
  color: #767676;
}
.cid-vhCMC4S9Dp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhCMC4S9Dp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhCMC4S9Dp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhCMC4S9Dp .container {
    padding: 0 25px;
  }
}
.cid-vhCMC4S9Dp .row {
  justify-content: space-between;
}
.cid-vhCMC4S9Dp .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vhCMC4S9Dp .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhCMC4S9Dp .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vhCMC4S9Dp .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhCMC4S9Dp .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vhCMC4S9Dp .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vhCMC4S9Dp .list-content {
    display: block;
  }
}
.cid-vhCMC4S9Dp .list-content .nav-wrapper,
.cid-vhCMC4S9Dp .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vhCMC4S9Dp .list-content .nav-wrapper,
  .cid-vhCMC4S9Dp .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vhCMC4S9Dp .list-content .nav-wrapper .mbr-list-title,
.cid-vhCMC4S9Dp .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vhCMC4S9Dp .list-content .nav-wrapper .list,
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhCMC4S9Dp .list-content .nav-wrapper .list .item-wrap,
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vhCMC4S9Dp .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vhCMC4S9Dp .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vhCMC4S9Dp .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhCMC4S9Dp .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vhCMC4S9Dp .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vhCMC4S9Dp .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhCMC4S9Dp .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vhCMC4S9Dp .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vhCMC4S9Dp .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhCMC4S9Dp .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhCMC4S9Dp .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vhCMC4S9Dp .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vhCMC4S9Dp .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhCMC4S9Dp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vhCMC4S9Dp .mbr-section-title {
  color: #ffffff;
}
.cid-vhCMC4S9Dp .mbr-list-title {
  color: #ffffff;
}
.cid-vhCMC4S9Dp .list {
  color: #ffffff;
}
.cid-vhCMC4S9Dp .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vhCMC4S9Dp .mbr-brand {
  color: #ffffff;
}
.cid-vhI96TJSjc {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vhI96TJSjc .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhI96TJSjc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhI96TJSjc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhI96TJSjc .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhI96TJSjc .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhI96TJSjc .menu_box .navbar.opened,
  .cid-vhI96TJSjc .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhI96TJSjc nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhI96TJSjc .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhI96TJSjc .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vhI96TJSjc .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhI96TJSjc .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vhI96TJSjc .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhI96TJSjc .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhI96TJSjc .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vhI96TJSjc .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhI96TJSjc .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhI96TJSjc .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhI96TJSjc .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhI96TJSjc .offcanvas-body .mbr-text,
  .cid-vhI96TJSjc .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vhI96TJSjc .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vhI96TJSjc .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhI96TJSjc .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhI96TJSjc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhI96TJSjc .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhI96TJSjc .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhI96TJSjc .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhI96TJSjc ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhI96TJSjc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhI96TJSjc .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-vhI96TJSjc .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhI96TJSjc 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-vhI96TJSjc .lg_brand {
    margin: 0 1rem;
  }
  .cid-vhI96TJSjc .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vhI96TJSjc .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhI96TJSjc .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhI96TJSjc .nav-item {
    margin: 0 !important;
  }
}
.cid-vhI96TJSjc .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vhI96TJSjc .nav-item .nav-link:hover,
.cid-vhI96TJSjc .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vhI96TJSjc .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhI96TJSjc .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhI96TJSjc .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhI96TJSjc .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhI96TJSjc .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-vhI96TJSjc .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhI96TJSjc .offcanvas_box {
    display: none;
  }
}
.cid-vhI96TJSjc .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhI96TJSjc .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhI96TJSjc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhI96TJSjc .container {
  display: flex;
  margin: auto;
}
.cid-vhI96TJSjc .iconfont-wrapper {
  color: #000000;
  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-vhI96TJSjc .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhI96TJSjc .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhI96TJSjc .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhI96TJSjc .navbar-nav {
    margin: 0;
  }
}
.cid-vhI96TJSjc .dropdown-menu,
.cid-vhI96TJSjc .navbar.opened {
  background-color: false !important;
}
.cid-vhI96TJSjc .nav-item:focus,
.cid-vhI96TJSjc .nav-link:focus {
  outline: none;
}
.cid-vhI96TJSjc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhI96TJSjc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhI96TJSjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhI96TJSjc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhI96TJSjc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhI96TJSjc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhI96TJSjc .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhI96TJSjc .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhI96TJSjc .navbar.opened {
  transition: all 0.3s;
}
.cid-vhI96TJSjc .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhI96TJSjc .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vhI96TJSjc .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vhI96TJSjc .navbar.collapsed {
  justify-content: center;
}
.cid-vhI96TJSjc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhI96TJSjc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhI96TJSjc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhI96TJSjc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhI96TJSjc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhI96TJSjc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhI96TJSjc .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhI96TJSjc .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhI96TJSjc .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhI96TJSjc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhI96TJSjc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhI96TJSjc .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhI96TJSjc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhI96TJSjc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhI96TJSjc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhI96TJSjc .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhI96TJSjc .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhI96TJSjc .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhI96TJSjc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhI96TJSjc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhI96TJSjc .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhI96TJSjc .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhI96TJSjc .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhI96TJSjc .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhI96TJSjc .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-vhI96TJSjc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhI96TJSjc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhI96TJSjc .dropdown-item.active,
.cid-vhI96TJSjc .dropdown-item:active {
  background-color: transparent;
}
.cid-vhI96TJSjc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vhI96TJSjc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhI96TJSjc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhI96TJSjc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhI96TJSjc ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhI96TJSjc .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhI96TJSjc button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vhI96TJSjc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhI96TJSjc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhI96TJSjc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhI96TJSjc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhI96TJSjc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhI96TJSjc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhI96TJSjc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhI96TJSjc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhI96TJSjc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhI96TJSjc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhI96TJSjc .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-vhI96TJSjc .navbar {
    height: 70px;
  }
  .cid-vhI96TJSjc .navbar.opened {
    height: auto;
  }
  .cid-vhI96TJSjc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhI96TJSjc .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhI96TJSjc .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vhI96TJSjc .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vhI96TJSjc .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vhI96TJSjc .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhI96TJSjc .text_widget {
  margin-bottom: 32px;
}
.cid-vhI96TJSjc .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhI96TJSjc .text_widget a:hover,
.cid-vhI96TJSjc .text_widget a:focus {
  opacity: .6;
}
.cid-vhI96TJSjc .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhI96TJSjc .navbar-caption {
  color: #000000;
}
.cid-vhI96TJSjc .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhI96TJSjc .mbr-section-subtitle,
.cid-vhI96TJSjc .text_widget,
.cid-vhI96TJSjc .mbr-section-btn {
  text-align: center;
}
.cid-vhI96TJSjc a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhI96Ur760 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vhI96Ur760 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI96Ur760 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI96Ur760 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vhI96Ur760 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vhI96Ur760 .container {
    padding: 0 25px;
  }
}
.cid-vhI96Ur760 .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vhI96Ur760 .title-wrapper {
    padding: 0;
  }
}
.cid-vhI96Ur760 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhI96Ur760 .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vhI96Ur760 .mbr-section-title {
  color: #ffffff;
}
.cid-vhI96Ur760 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhI96Ur760 .mbr-section-title,
.cid-vhI96Ur760 .mbr-section-btn {
  text-align: center;
}
.cid-vhI96W5chb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhI96W5chb .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhI96W5chb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhI96W5chb .container {
    padding: 0 25px;
  }
}
.cid-vhI96W5chb .row {
  margin: 0;
}
.cid-vhI96W5chb .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhI96W5chb .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhI96W5chb .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhI96W5chb .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhI96W5chb .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhI96W5chb .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhI96W5chb .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhI96W5chb .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhI96W5chb .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhI96W5chb .mbr-section-title {
  color: #000000;
}
.cid-vhI96W5chb .mbr-text {
  color: #000000;
}
.cid-vhI96X0Vs8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhI96X0Vs8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI96X0Vs8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI96X0Vs8 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhI96X0Vs8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhI96X0Vs8 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhI96X0Vs8 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhI96X0Vs8 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhI96X0Vs8 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhI96X0Vs8 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhI96X0Vs8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vhI96X0Vs8 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhI96X0Vs8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhI96X0Vs8 .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhI96X0Vs8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhI96X0Vs8 .mbr-label,
.cid-vhI96X0Vs8 .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhI96X0Vs8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhI96X0Vs8 .mbr-text,
.cid-vhI96X0Vs8 .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhI96X0Vs8 .item-title {
  color: #000000;
}
.cid-vhI96X0Vs8 .item-text {
  color: #4f4f4f;
}
.cid-vhI96XAgH0 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #153b27;
}
.cid-vhI96XAgH0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI96XAgH0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI96XAgH0 .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhI96XAgH0 .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhI96XAgH0 .container-fluid .row {
  padding: 0;
}
.cid-vhI96XAgH0 .row {
  justify-content: center;
}
.cid-vhI96XAgH0 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhI96XAgH0 .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vhI96Y7JG8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhI96Y7JG8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI96Y7JG8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI96Y7JG8 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhI96Y7JG8 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhI96Y7JG8 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhI96Y7JG8 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhI96Y7JG8 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhI96Y7JG8 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhI96Y7JG8 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhI96Y7JG8 .items-wrapper {
  margin: 0 -10px;
}
.cid-vhI96Y7JG8 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhI96Y7JG8 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhI96Y7JG8 .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhI96Y7JG8 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhI96Y7JG8 .mbr-label,
.cid-vhI96Y7JG8 .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhI96Y7JG8 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vhI96Y7JG8 .mbr-text,
.cid-vhI96Y7JG8 .text-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhI96Y7JG8 .item-title {
  color: #000000;
}
.cid-vhI96Y7JG8 .item-text {
  color: #4f4f4f;
}
.cid-vhI96YIw6l {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhI96YIw6l .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI96YIw6l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI96YIw6l .content-wrap {
  margin: 0 -25px;
}
.cid-vhI96YIw6l .content-wrap .card {
  padding: 0 25px;
}
.cid-vhI96YIw6l .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhI96YIw6l .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vhI96YIw6l .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.4;
  z-index: 1;
}
.cid-vhI96YIw6l .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhI96YIw6l .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vhI96YIw6l .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhI96YIw6l .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhI96YIw6l .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vhI96YIw6l .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhI96YIw6l .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vhI96YIw6l .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vhI96YIw6l .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vhI96YIw6l .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhI96YIw6l .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vhI96YIw6l .mbr-label,
.cid-vhI96YIw6l .label-wrapper {
  color: #171719;
}
.cid-vhI96YIw6l .mbr-section-title {
  color: #171719;
}
.cid-vhI96YIw6l .mbr-desc {
  color: #ffffff;
}
.cid-vhI96YIw6l .item-title {
  color: #171719;
}
.cid-vhI96YIw6l .item-text {
  color: #565661;
}
.cid-vhI96YIw6l .mbr-section-title,
.cid-vhI96YIw6l .title-wrap {
  color: #20623f;
}
.cid-vhI96Zo5jd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhI96Zo5jd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhI96Zo5jd .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhI96Zo5jd .container {
    padding: 0 25px;
  }
}
.cid-vhI96Zo5jd .row {
  margin: 0;
}
.cid-vhI96Zo5jd .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhI96Zo5jd .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhI96Zo5jd .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhI96Zo5jd .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhI96Zo5jd .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhI96Zo5jd .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhI96Zo5jd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhI96Zo5jd .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhI96Zo5jd .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhI96Zo5jd .mbr-section-title {
  color: #000000;
}
.cid-vhI96Zo5jd .mbr-text {
  color: #000000;
}
.cid-vhI96Zo5jd .mbr-section-title,
.cid-vhI96Zo5jd .mbr-section-btn,
.cid-vhI96Zo5jd .logo-wrapper {
  color: #20623f;
}
.cid-vhI96ZUAts {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhI96ZUAts .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI96ZUAts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI96ZUAts .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhI96ZUAts .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vhI96ZUAts .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vhI96ZUAts .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhI96ZUAts .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vhI96ZUAts .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhI96ZUAts .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhI96ZUAts .items-wrapper {
  margin: 0 -6px;
}
.cid-vhI96ZUAts .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vhI96ZUAts .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vhI96ZUAts .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vhI96ZUAts .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhI96ZUAts .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhI96ZUAts .mbr-label {
  color: #707070;
}
.cid-vhI96ZUAts .mbr-section-title {
  color: #000000;
}
.cid-vhI96ZUAts .mbr-section-subtitle {
  color: #707070;
}
.cid-vhI96ZUAts .item-label {
  color: #707070;
}
.cid-vhI96ZUAts .item-title {
  color: #000000;
}
.cid-vhI96ZUAts .item-text {
  color: #707070;
}
.cid-vhI970DWPI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhI970DWPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI970DWPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI970DWPI .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vhI970DWPI .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhI970DWPI .content-wrapper {
    width: 100%;
  }
}
.cid-vhI970DWPI .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhI970DWPI .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vhI970DWPI .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhI970DWPI .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhI970DWPI .mbr-section-title {
  color: #181824;
}
.cid-vhI970DWPI .mbr-text,
.cid-vhI970DWPI .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vhI970DWPI .mbr-section-title,
.cid-vhI970DWPI .mbr-section-btn,
.cid-vhI970DWPI .icon-wrapper {
  text-align: center;
}
.cid-vhI970DWPI .mbr-section-title,
.cid-vhI970DWPI .mbr-section-btn {
  text-align: left;
}
.cid-vhI971gXoG {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vhI971gXoG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI971gXoG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhI971gXoG .col-title {
  margin-bottom: 32px;
}
.cid-vhI971gXoG .mbr-section-title {
  color: #24262b;
}
.cid-vhI971gXoG .mbr-section-subtitle {
  color: #24262b;
}
.cid-vhI971gXoG .cards-row {
  row-gap: 32px;
}
.cid-vhI971gXoG .card {
  border-radius: 0;
}
.cid-vhI971gXoG .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhI971gXoG .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vhI971gXoG .text-wrap {
  flex-grow: 1;
}
.cid-vhI971gXoG .card-title {
  color: #ffffff;
}
.cid-vhI971gXoG .card-text {
  color: #767676;
}
.cid-vhI971WEsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhI971WEsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhI971WEsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhI971WEsb .container {
    padding: 0 25px;
  }
}
.cid-vhI971WEsb .row {
  justify-content: space-between;
}
.cid-vhI971WEsb .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vhI971WEsb .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhI971WEsb .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vhI971WEsb .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vhI971WEsb .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhI971WEsb .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vhI971WEsb .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vhI971WEsb .list-content {
    display: block;
  }
}
.cid-vhI971WEsb .list-content .nav-wrapper,
.cid-vhI971WEsb .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vhI971WEsb .list-content .nav-wrapper,
  .cid-vhI971WEsb .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vhI971WEsb .list-content .nav-wrapper .mbr-list-title,
.cid-vhI971WEsb .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vhI971WEsb .list-content .nav-wrapper .list,
.cid-vhI971WEsb .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhI971WEsb .list-content .nav-wrapper .list .item-wrap,
.cid-vhI971WEsb .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vhI971WEsb .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhI971WEsb .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vhI971WEsb .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhI971WEsb .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vhI971WEsb .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vhI971WEsb .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhI971WEsb .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vhI971WEsb .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vhI971WEsb .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vhI971WEsb .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhI971WEsb .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vhI971WEsb .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vhI971WEsb .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhI971WEsb .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhI971WEsb .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vhI971WEsb .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vhI971WEsb .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhI971WEsb .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vhI971WEsb .mbr-section-title {
  color: #ffffff;
}
.cid-vhI971WEsb .mbr-list-title {
  color: #ffffff;
}
.cid-vhI971WEsb .list {
  color: #ffffff;
}
.cid-vhI971WEsb .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vhI971WEsb .mbr-brand {
  color: #ffffff;
}
.cid-vhIlhU0wxK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vhIlhU0wxK .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhIlhU0wxK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhIlhU0wxK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhIlhU0wxK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhIlhU0wxK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhIlhU0wxK .menu_box .navbar.opened,
  .cid-vhIlhU0wxK .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhIlhU0wxK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhIlhU0wxK .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhIlhU0wxK .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vhIlhU0wxK .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhIlhU0wxK .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vhIlhU0wxK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhIlhU0wxK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhIlhU0wxK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vhIlhU0wxK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhIlhU0wxK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhIlhU0wxK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhIlhU0wxK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhIlhU0wxK .offcanvas-body .mbr-text,
  .cid-vhIlhU0wxK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vhIlhU0wxK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vhIlhU0wxK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhIlhU0wxK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhIlhU0wxK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhIlhU0wxK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhIlhU0wxK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhIlhU0wxK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhIlhU0wxK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhIlhU0wxK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhIlhU0wxK .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-vhIlhU0wxK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhIlhU0wxK 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-vhIlhU0wxK .lg_brand {
    margin: 0 1rem;
  }
  .cid-vhIlhU0wxK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vhIlhU0wxK .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhIlhU0wxK .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhIlhU0wxK .nav-item {
    margin: 0 !important;
  }
}
.cid-vhIlhU0wxK .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vhIlhU0wxK .nav-item .nav-link:hover,
.cid-vhIlhU0wxK .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vhIlhU0wxK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhIlhU0wxK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhIlhU0wxK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhIlhU0wxK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhIlhU0wxK .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-vhIlhU0wxK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhIlhU0wxK .offcanvas_box {
    display: none;
  }
}
.cid-vhIlhU0wxK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhIlhU0wxK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhIlhU0wxK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhIlhU0wxK .container {
  display: flex;
  margin: auto;
}
.cid-vhIlhU0wxK .iconfont-wrapper {
  color: #000000;
  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-vhIlhU0wxK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhIlhU0wxK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhIlhU0wxK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhIlhU0wxK .navbar-nav {
    margin: 0;
  }
}
.cid-vhIlhU0wxK .dropdown-menu,
.cid-vhIlhU0wxK .navbar.opened {
  background-color: false !important;
}
.cid-vhIlhU0wxK .nav-item:focus,
.cid-vhIlhU0wxK .nav-link:focus {
  outline: none;
}
.cid-vhIlhU0wxK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhIlhU0wxK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhIlhU0wxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhIlhU0wxK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhIlhU0wxK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhIlhU0wxK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhIlhU0wxK .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhU0wxK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhIlhU0wxK .navbar.opened {
  transition: all 0.3s;
}
.cid-vhIlhU0wxK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhIlhU0wxK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vhIlhU0wxK .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vhIlhU0wxK .navbar.collapsed {
  justify-content: center;
}
.cid-vhIlhU0wxK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhIlhU0wxK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhIlhU0wxK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhIlhU0wxK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhIlhU0wxK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhIlhU0wxK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhIlhU0wxK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhIlhU0wxK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhIlhU0wxK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhIlhU0wxK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhIlhU0wxK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhIlhU0wxK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhIlhU0wxK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhIlhU0wxK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhIlhU0wxK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhIlhU0wxK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhIlhU0wxK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhIlhU0wxK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhIlhU0wxK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhIlhU0wxK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhIlhU0wxK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhIlhU0wxK .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhIlhU0wxK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhIlhU0wxK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhIlhU0wxK .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-vhIlhU0wxK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhIlhU0wxK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhIlhU0wxK .dropdown-item.active,
.cid-vhIlhU0wxK .dropdown-item:active {
  background-color: transparent;
}
.cid-vhIlhU0wxK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vhIlhU0wxK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhIlhU0wxK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhIlhU0wxK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhIlhU0wxK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhIlhU0wxK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhIlhU0wxK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vhIlhU0wxK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhIlhU0wxK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhIlhU0wxK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhIlhU0wxK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhIlhU0wxK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhIlhU0wxK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhIlhU0wxK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhIlhU0wxK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhIlhU0wxK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhIlhU0wxK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhIlhU0wxK .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-vhIlhU0wxK .navbar {
    height: 70px;
  }
  .cid-vhIlhU0wxK .navbar.opened {
    height: auto;
  }
  .cid-vhIlhU0wxK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhIlhU0wxK .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhIlhU0wxK .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vhIlhU0wxK .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vhIlhU0wxK .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vhIlhU0wxK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhIlhU0wxK .text_widget {
  margin-bottom: 32px;
}
.cid-vhIlhU0wxK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhIlhU0wxK .text_widget a:hover,
.cid-vhIlhU0wxK .text_widget a:focus {
  opacity: .6;
}
.cid-vhIlhU0wxK .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhIlhU0wxK .navbar-caption {
  color: #000000;
}
.cid-vhIlhU0wxK .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhIlhU0wxK .mbr-section-subtitle,
.cid-vhIlhU0wxK .text_widget,
.cid-vhIlhU0wxK .mbr-section-btn {
  text-align: center;
}
.cid-vhIlhU0wxK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhIlhUFrLM {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vhIlhUFrLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhUFrLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhUFrLM .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vhIlhUFrLM .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vhIlhUFrLM .container {
    padding: 0 25px;
  }
}
.cid-vhIlhUFrLM .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vhIlhUFrLM .title-wrapper {
    padding: 0;
  }
}
.cid-vhIlhUFrLM .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhIlhUFrLM .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vhIlhUFrLM .mbr-section-title {
  color: #ffffff;
}
.cid-vhIlhUFrLM .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhIlhUFrLM .mbr-section-title,
.cid-vhIlhUFrLM .mbr-section-btn {
  text-align: center;
}
.cid-vhIlyqvLbR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIlyqvLbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlyqvLbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlyqvLbR .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIlyqvLbR .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIlyqvLbR .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIlyqvLbR .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhIlyqvLbR .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIlyqvLbR .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIlyqvLbR .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIlyqvLbR .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIlyqvLbR .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIlyqvLbR .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIlyqvLbR .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIlyqvLbR .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIlyqvLbR .mbr-label,
.cid-vhIlyqvLbR .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhIlyqvLbR .mbr-section-title {
  color: #20623f;
  text-align: center;
}
.cid-vhIlyqvLbR .mbr-text,
.cid-vhIlyqvLbR .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhIlyqvLbR .item-title {
  color: #000000;
}
.cid-vhIlyqvLbR .item-text {
  color: #4f4f4f;
}
.cid-vhIlhVRBNn {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIlhVRBNn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhVRBNn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhVRBNn .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhIlhVRBNn .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhIlhVRBNn .container-fluid .row {
  padding: 0;
}
.cid-vhIlhVRBNn .row {
  justify-content: center;
}
.cid-vhIlhVRBNn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIlhVRBNn .mbr-text {
  color: #454545;
  text-align: left;
}
.cid-vhIlhVn4Ab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIlhVn4Ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhVn4Ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhVn4Ab .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIlhVn4Ab .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIlhVn4Ab .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIlhVn4Ab .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhIlhVn4Ab .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIlhVn4Ab .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhVn4Ab .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIlhVn4Ab .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIlhVn4Ab .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIlhVn4Ab .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIlhVn4Ab .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIlhVn4Ab .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIlhVn4Ab .mbr-label,
.cid-vhIlhVn4Ab .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhIlhVn4Ab .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhIlhVn4Ab .mbr-text,
.cid-vhIlhVn4Ab .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhIlhVn4Ab .item-title {
  color: #000000;
}
.cid-vhIlhVn4Ab .item-text {
  color: #4f4f4f;
}
.cid-vhImRQm9uF {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #153b27;
}
.cid-vhImRQm9uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhImRQm9uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhImRQm9uF .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhImRQm9uF .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhImRQm9uF .container-fluid .row {
  padding: 0;
}
.cid-vhImRQm9uF .row {
  justify-content: center;
}
.cid-vhImRQm9uF .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhImRQm9uF .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vhIlhWizFw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIlhWizFw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhWizFw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhWizFw .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIlhWizFw .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIlhWizFw .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIlhWizFw .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhIlhWizFw .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIlhWizFw .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhWizFw .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIlhWizFw .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIlhWizFw .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIlhWizFw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIlhWizFw .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIlhWizFw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIlhWizFw .mbr-label,
.cid-vhIlhWizFw .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhIlhWizFw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vhIlhWizFw .mbr-text,
.cid-vhIlhWizFw .text-wrapper {
  color: #2b678b;
  text-align: center;
}
.cid-vhIlhWizFw .item-title {
  color: #000000;
}
.cid-vhIlhWizFw .item-text {
  color: #4f4f4f;
}
.cid-vhIlhV1sa9 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhIlhV1sa9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhV1sa9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhIlhV1sa9 .container {
    padding: 0 25px;
  }
}
.cid-vhIlhV1sa9 .row {
  margin: 0;
}
.cid-vhIlhV1sa9 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhIlhV1sa9 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhIlhV1sa9 .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhIlhV1sa9 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhIlhV1sa9 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhIlhV1sa9 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhIlhV1sa9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhIlhV1sa9 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIlhV1sa9 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhIlhV1sa9 .mbr-section-title {
  color: #000000;
}
.cid-vhIlhV1sa9 .mbr-text {
  color: #000000;
}
.cid-vhIOUqpww1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIOUqpww1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIOUqpww1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIOUqpww1 .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIOUqpww1 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIOUqpww1 .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIOUqpww1 .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhIOUqpww1 .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIOUqpww1 .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIOUqpww1 .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIOUqpww1 .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIOUqpww1 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIOUqpww1 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIOUqpww1 .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIOUqpww1 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIOUqpww1 .mbr-label,
.cid-vhIOUqpww1 .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhIOUqpww1 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vhIOUqpww1 .mbr-text,
.cid-vhIOUqpww1 .text-wrapper {
  color: #2b678b;
  text-align: center;
}
.cid-vhIOUqpww1 .item-title {
  color: #000000;
}
.cid-vhIOUqpww1 .item-text {
  color: #4f4f4f;
}
.cid-vhIlhWPxPY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhIlhWPxPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhWPxPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhWPxPY .content-wrap {
  margin: 0 -25px;
}
.cid-vhIlhWPxPY .content-wrap .card {
  padding: 0 25px;
}
.cid-vhIlhWPxPY .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhIlhWPxPY .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vhIlhWPxPY .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.4;
  z-index: 1;
}
.cid-vhIlhWPxPY .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhIlhWPxPY .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vhIlhWPxPY .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhIlhWPxPY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhIlhWPxPY .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vhIlhWPxPY .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhIlhWPxPY .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vhIlhWPxPY .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vhIlhWPxPY .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vhIlhWPxPY .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhIlhWPxPY .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vhIlhWPxPY .mbr-label,
.cid-vhIlhWPxPY .label-wrapper {
  color: #171719;
}
.cid-vhIlhWPxPY .mbr-section-title {
  color: #171719;
}
.cid-vhIlhWPxPY .mbr-desc {
  color: #ffffff;
}
.cid-vhIlhWPxPY .item-title {
  color: #171719;
}
.cid-vhIlhWPxPY .item-text {
  color: #565661;
}
.cid-vhIlhWPxPY .mbr-section-title,
.cid-vhIlhWPxPY .title-wrap {
  color: #20623f;
}
.cid-vhIlhXvWPJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIlhXvWPJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhXvWPJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhIlhXvWPJ .container {
    padding: 0 25px;
  }
}
.cid-vhIlhXvWPJ .row {
  margin: 0;
}
.cid-vhIlhXvWPJ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhIlhXvWPJ .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhIlhXvWPJ .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhIlhXvWPJ .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhIlhXvWPJ .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhIlhXvWPJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhIlhXvWPJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhIlhXvWPJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIlhXvWPJ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhIlhXvWPJ .mbr-section-title {
  color: #000000;
}
.cid-vhIlhXvWPJ .mbr-text {
  color: #000000;
}
.cid-vhIlhXvWPJ .mbr-section-title,
.cid-vhIlhXvWPJ .mbr-section-btn,
.cid-vhIlhXvWPJ .logo-wrapper {
  color: #20623f;
}
.cid-vhIlhXYiRc {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIlhXYiRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhXYiRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhXYiRc .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhIlhXYiRc .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vhIlhXYiRc .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vhIlhXYiRc .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhIlhXYiRc .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vhIlhXYiRc .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhIlhXYiRc .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhIlhXYiRc .items-wrapper {
  margin: 0 -6px;
}
.cid-vhIlhXYiRc .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vhIlhXYiRc .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vhIlhXYiRc .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhIlhXYiRc .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhIlhXYiRc .mbr-label {
  color: #707070;
}
.cid-vhIlhXYiRc .mbr-section-title {
  color: #000000;
}
.cid-vhIlhXYiRc .mbr-section-subtitle {
  color: #707070;
}
.cid-vhIlhXYiRc .item-label {
  color: #707070;
}
.cid-vhIlhXYiRc .item-title {
  color: #000000;
}
.cid-vhIlhXYiRc .item-text {
  color: #707070;
}
.cid-vhIlhYHVAn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhIlhYHVAn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhYHVAn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhYHVAn .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vhIlhYHVAn .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhIlhYHVAn .content-wrapper {
    width: 100%;
  }
}
.cid-vhIlhYHVAn .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhIlhYHVAn .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vhIlhYHVAn .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhIlhYHVAn .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhIlhYHVAn .mbr-section-title {
  color: #181824;
}
.cid-vhIlhYHVAn .mbr-text,
.cid-vhIlhYHVAn .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vhIlhYHVAn .mbr-section-title,
.cid-vhIlhYHVAn .mbr-section-btn,
.cid-vhIlhYHVAn .icon-wrapper {
  text-align: center;
}
.cid-vhIlhYHVAn .mbr-section-title,
.cid-vhIlhYHVAn .mbr-section-btn DIV {
  text-align: left;
}
.cid-vhIlhZeaIp {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vhIlhZeaIp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhZeaIp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIlhZeaIp .col-title {
  margin-bottom: 32px;
}
.cid-vhIlhZeaIp .mbr-section-title {
  color: #24262b;
}
.cid-vhIlhZeaIp .mbr-section-subtitle {
  color: #24262b;
}
.cid-vhIlhZeaIp .cards-row {
  row-gap: 32px;
}
.cid-vhIlhZeaIp .card {
  border-radius: 0;
}
.cid-vhIlhZeaIp .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhIlhZeaIp .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vhIlhZeaIp .text-wrap {
  flex-grow: 1;
}
.cid-vhIlhZeaIp .card-title {
  color: #ffffff;
}
.cid-vhIlhZeaIp .card-text {
  color: #767676;
}
.cid-vhIlhZQHZm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhIlhZQHZm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIlhZQHZm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhIlhZQHZm .container {
    padding: 0 25px;
  }
}
.cid-vhIlhZQHZm .row {
  justify-content: space-between;
}
.cid-vhIlhZQHZm .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vhIlhZQHZm .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhIlhZQHZm .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vhIlhZQHZm .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vhIlhZQHZm .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhIlhZQHZm .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vhIlhZQHZm .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vhIlhZQHZm .list-content {
    display: block;
  }
}
.cid-vhIlhZQHZm .list-content .nav-wrapper,
.cid-vhIlhZQHZm .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vhIlhZQHZm .list-content .nav-wrapper,
  .cid-vhIlhZQHZm .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vhIlhZQHZm .list-content .nav-wrapper .mbr-list-title,
.cid-vhIlhZQHZm .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vhIlhZQHZm .list-content .nav-wrapper .list,
.cid-vhIlhZQHZm .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhIlhZQHZm .list-content .nav-wrapper .list .item-wrap,
.cid-vhIlhZQHZm .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vhIlhZQHZm .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhIlhZQHZm .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vhIlhZQHZm .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhIlhZQHZm .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vhIlhZQHZm .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vhIlhZQHZm .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhIlhZQHZm .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vhIlhZQHZm .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vhIlhZQHZm .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vhIlhZQHZm .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhIlhZQHZm .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vhIlhZQHZm .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vhIlhZQHZm .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhIlhZQHZm .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhIlhZQHZm .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vhIlhZQHZm .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vhIlhZQHZm .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhIlhZQHZm .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vhIlhZQHZm .mbr-section-title {
  color: #ffffff;
}
.cid-vhIlhZQHZm .mbr-list-title {
  color: #ffffff;
}
.cid-vhIlhZQHZm .list {
  color: #ffffff;
}
.cid-vhIlhZQHZm .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vhIlhZQHZm .mbr-brand {
  color: #ffffff;
}
.cid-vhIYbWKd8X {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vhIYbWKd8X .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhIYbWKd8X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhIYbWKd8X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhIYbWKd8X .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhIYbWKd8X .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhIYbWKd8X .menu_box .navbar.opened,
  .cid-vhIYbWKd8X .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhIYbWKd8X nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhIYbWKd8X .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhIYbWKd8X .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vhIYbWKd8X .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhIYbWKd8X .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vhIYbWKd8X .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhIYbWKd8X .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhIYbWKd8X .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vhIYbWKd8X .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhIYbWKd8X .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhIYbWKd8X .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhIYbWKd8X .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhIYbWKd8X .offcanvas-body .mbr-text,
  .cid-vhIYbWKd8X .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vhIYbWKd8X .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vhIYbWKd8X .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhIYbWKd8X .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhIYbWKd8X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhIYbWKd8X .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhIYbWKd8X .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhIYbWKd8X .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhIYbWKd8X ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhIYbWKd8X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhIYbWKd8X .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-vhIYbWKd8X .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhIYbWKd8X 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-vhIYbWKd8X .lg_brand {
    margin: 0 1rem;
  }
  .cid-vhIYbWKd8X .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vhIYbWKd8X .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhIYbWKd8X .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhIYbWKd8X .nav-item {
    margin: 0 !important;
  }
}
.cid-vhIYbWKd8X .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vhIYbWKd8X .nav-item .nav-link:hover,
.cid-vhIYbWKd8X .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vhIYbWKd8X .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhIYbWKd8X .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhIYbWKd8X .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhIYbWKd8X .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhIYbWKd8X .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-vhIYbWKd8X .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhIYbWKd8X .offcanvas_box {
    display: none;
  }
}
.cid-vhIYbWKd8X .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhIYbWKd8X .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhIYbWKd8X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhIYbWKd8X .container {
  display: flex;
  margin: auto;
}
.cid-vhIYbWKd8X .iconfont-wrapper {
  color: #000000;
  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-vhIYbWKd8X .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhIYbWKd8X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhIYbWKd8X .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhIYbWKd8X .navbar-nav {
    margin: 0;
  }
}
.cid-vhIYbWKd8X .dropdown-menu,
.cid-vhIYbWKd8X .navbar.opened {
  background-color: false !important;
}
.cid-vhIYbWKd8X .nav-item:focus,
.cid-vhIYbWKd8X .nav-link:focus {
  outline: none;
}
.cid-vhIYbWKd8X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhIYbWKd8X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhIYbWKd8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhIYbWKd8X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhIYbWKd8X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhIYbWKd8X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhIYbWKd8X .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhIYbWKd8X .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhIYbWKd8X .navbar.opened {
  transition: all 0.3s;
}
.cid-vhIYbWKd8X .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhIYbWKd8X .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vhIYbWKd8X .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vhIYbWKd8X .navbar.collapsed {
  justify-content: center;
}
.cid-vhIYbWKd8X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhIYbWKd8X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhIYbWKd8X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhIYbWKd8X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhIYbWKd8X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhIYbWKd8X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhIYbWKd8X .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhIYbWKd8X .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhIYbWKd8X .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhIYbWKd8X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhIYbWKd8X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhIYbWKd8X .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhIYbWKd8X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhIYbWKd8X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhIYbWKd8X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhIYbWKd8X .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhIYbWKd8X .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhIYbWKd8X .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhIYbWKd8X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhIYbWKd8X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhIYbWKd8X .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhIYbWKd8X .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhIYbWKd8X .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhIYbWKd8X .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhIYbWKd8X .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-vhIYbWKd8X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhIYbWKd8X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhIYbWKd8X .dropdown-item.active,
.cid-vhIYbWKd8X .dropdown-item:active {
  background-color: transparent;
}
.cid-vhIYbWKd8X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vhIYbWKd8X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhIYbWKd8X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhIYbWKd8X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhIYbWKd8X ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhIYbWKd8X .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhIYbWKd8X button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vhIYbWKd8X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhIYbWKd8X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhIYbWKd8X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhIYbWKd8X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhIYbWKd8X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhIYbWKd8X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhIYbWKd8X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhIYbWKd8X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhIYbWKd8X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhIYbWKd8X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhIYbWKd8X .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-vhIYbWKd8X .navbar {
    height: 70px;
  }
  .cid-vhIYbWKd8X .navbar.opened {
    height: auto;
  }
  .cid-vhIYbWKd8X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhIYbWKd8X .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhIYbWKd8X .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vhIYbWKd8X .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vhIYbWKd8X .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vhIYbWKd8X .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhIYbWKd8X .text_widget {
  margin-bottom: 32px;
}
.cid-vhIYbWKd8X .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhIYbWKd8X .text_widget a:hover,
.cid-vhIYbWKd8X .text_widget a:focus {
  opacity: .6;
}
.cid-vhIYbWKd8X .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhIYbWKd8X .navbar-caption {
  color: #000000;
}
.cid-vhIYbWKd8X .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhIYbWKd8X .mbr-section-subtitle,
.cid-vhIYbWKd8X .text_widget,
.cid-vhIYbWKd8X .mbr-section-btn {
  text-align: center;
}
.cid-vhIYbWKd8X a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhIYbYCr2M {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vhIYbYCr2M .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYbYCr2M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYbYCr2M .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vhIYbYCr2M .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vhIYbYCr2M .container {
    padding: 0 25px;
  }
}
.cid-vhIYbYCr2M .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vhIYbYCr2M .title-wrapper {
    padding: 0;
  }
}
.cid-vhIYbYCr2M .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhIYbYCr2M .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vhIYbYCr2M .mbr-section-title {
  color: #ffffff;
}
.cid-vhIYbYCr2M .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhIYbYCr2M .mbr-section-title,
.cid-vhIYbYCr2M .mbr-section-btn {
  text-align: center;
}
.cid-vhIYbZgkUx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIYbZgkUx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYbZgkUx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYbZgkUx .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIYbZgkUx .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIYbZgkUx .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIYbZgkUx .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhIYbZgkUx .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIYbZgkUx .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIYbZgkUx .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIYbZgkUx .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIYbZgkUx .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIYbZgkUx .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIYbZgkUx .item .item-wrapper {
  height: 100%;
  background-color: #f7f7f7;
  padding: 8px;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #ffffff;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIYbZgkUx .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIYbZgkUx .mbr-label,
.cid-vhIYbZgkUx .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhIYbZgkUx .mbr-section-title {
  color: #20623f;
  text-align: center;
}
.cid-vhIYbZgkUx .mbr-text,
.cid-vhIYbZgkUx .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhIYbZgkUx .item-title {
  color: #000000;
}
.cid-vhIYbZgkUx .item-text {
  color: #4f4f4f;
}
.cid-vhIYc0IYOj {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhIYc0IYOj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc0IYOj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhIYc0IYOj .container {
    padding: 0 25px;
  }
}
.cid-vhIYc0IYOj .row {
  margin: 0;
}
.cid-vhIYc0IYOj .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhIYc0IYOj .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhIYc0IYOj .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhIYc0IYOj .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhIYc0IYOj .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhIYc0IYOj .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhIYc0IYOj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhIYc0IYOj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIYc0IYOj .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhIYc0IYOj .mbr-section-title {
  color: #000000;
}
.cid-vhIYc0IYOj .mbr-text {
  color: #000000;
}
.cid-vhIYc0IYOj .mbr-section-title,
.cid-vhIYc0IYOj .mbr-section-btn,
.cid-vhIYc0IYOj .logo-wrapper {
  color: #20623f;
}
.cid-vhIYc1ZUMJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIYc1ZUMJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc1ZUMJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc1ZUMJ .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIYc1ZUMJ .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIYc1ZUMJ .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIYc1ZUMJ .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f7f7f7;
}
.cid-vhIYc1ZUMJ .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIYc1ZUMJ .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc1ZUMJ .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIYc1ZUMJ .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIYc1ZUMJ .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIYc1ZUMJ .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIYc1ZUMJ .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIYc1ZUMJ .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIYc1ZUMJ .mbr-label,
.cid-vhIYc1ZUMJ .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-vhIYc1ZUMJ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhIYc1ZUMJ .mbr-text,
.cid-vhIYc1ZUMJ .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhIYc1ZUMJ .item-title {
  color: #000000;
}
.cid-vhIYc1ZUMJ .item-text {
  color: #4f4f4f;
}
.cid-vhIYc2Xfjm {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-color: #153b27;
}
.cid-vhIYc2Xfjm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc2Xfjm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc2Xfjm .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhIYc2Xfjm .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhIYc2Xfjm .container-fluid .row {
  padding: 0;
}
.cid-vhIYc2Xfjm .row {
  justify-content: center;
}
.cid-vhIYc2Xfjm .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIYc2Xfjm .mbr-text {
  color: #f7f7f7;
  text-align: left;
}
.cid-vhIYc3FUBP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIYc3FUBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc3FUBP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc3FUBP .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhIYc3FUBP .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhIYc3FUBP .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhIYc3FUBP .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhIYc3FUBP .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhIYc3FUBP .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc3FUBP .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhIYc3FUBP .items-wrapper {
  margin: 0 -10px;
}
.cid-vhIYc3FUBP .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhIYc3FUBP .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIYc3FUBP .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhIYc3FUBP .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhIYc3FUBP .mbr-label,
.cid-vhIYc3FUBP .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhIYc3FUBP .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vhIYc3FUBP .mbr-text,
.cid-vhIYc3FUBP .text-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhIYc3FUBP .item-title {
  color: #000000;
}
.cid-vhIYc3FUBP .item-text {
  color: #4f4f4f;
}
.cid-vhIYc5h5t1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhIYc5h5t1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc5h5t1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc5h5t1 .content-wrap {
  margin: 0 -25px;
}
.cid-vhIYc5h5t1 .content-wrap .card {
  padding: 0 25px;
}
.cid-vhIYc5h5t1 .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhIYc5h5t1 .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vhIYc5h5t1 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.4;
  z-index: 1;
}
.cid-vhIYc5h5t1 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhIYc5h5t1 .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vhIYc5h5t1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhIYc5h5t1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhIYc5h5t1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vhIYc5h5t1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhIYc5h5t1 .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vhIYc5h5t1 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vhIYc5h5t1 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vhIYc5h5t1 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhIYc5h5t1 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vhIYc5h5t1 .mbr-label,
.cid-vhIYc5h5t1 .label-wrapper {
  color: #171719;
}
.cid-vhIYc5h5t1 .mbr-section-title {
  color: #171719;
}
.cid-vhIYc5h5t1 .mbr-desc {
  color: #ffffff;
}
.cid-vhIYc5h5t1 .item-title {
  color: #171719;
}
.cid-vhIYc5h5t1 .item-text {
  color: #565661;
}
.cid-vhIYc5h5t1 .mbr-section-title,
.cid-vhIYc5h5t1 .title-wrap {
  color: #20623f;
}
.cid-vhIYc5ZGsT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIYc5ZGsT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc5ZGsT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhIYc5ZGsT .container {
    padding: 0 25px;
  }
}
.cid-vhIYc5ZGsT .row {
  margin: 0;
}
.cid-vhIYc5ZGsT .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhIYc5ZGsT .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhIYc5ZGsT .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhIYc5ZGsT .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhIYc5ZGsT .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhIYc5ZGsT .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhIYc5ZGsT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhIYc5ZGsT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhIYc5ZGsT .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhIYc5ZGsT .mbr-section-title {
  color: #000000;
}
.cid-vhIYc5ZGsT .mbr-text {
  color: #000000;
}
.cid-vhIYc5ZGsT .mbr-section-title,
.cid-vhIYc5ZGsT .mbr-section-btn,
.cid-vhIYc5ZGsT .logo-wrapper {
  color: #20623f;
}
.cid-vhIYc6yaHi {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhIYc6yaHi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc6yaHi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc6yaHi .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhIYc6yaHi .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vhIYc6yaHi .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vhIYc6yaHi .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhIYc6yaHi .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vhIYc6yaHi .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhIYc6yaHi .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhIYc6yaHi .items-wrapper {
  margin: 0 -6px;
}
.cid-vhIYc6yaHi .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vhIYc6yaHi .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vhIYc6yaHi .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhIYc6yaHi .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhIYc6yaHi .mbr-label {
  color: #707070;
}
.cid-vhIYc6yaHi .mbr-section-title {
  color: #000000;
}
.cid-vhIYc6yaHi .mbr-section-subtitle {
  color: #707070;
}
.cid-vhIYc6yaHi .item-label {
  color: #707070;
}
.cid-vhIYc6yaHi .item-title {
  color: #000000;
}
.cid-vhIYc6yaHi .item-text {
  color: #707070;
}
.cid-vhIYc7iSUd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhIYc7iSUd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc7iSUd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc7iSUd .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vhIYc7iSUd .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhIYc7iSUd .content-wrapper {
    width: 100%;
  }
}
.cid-vhIYc7iSUd .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhIYc7iSUd .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vhIYc7iSUd .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhIYc7iSUd .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhIYc7iSUd .mbr-section-title {
  color: #181824;
}
.cid-vhIYc7iSUd .mbr-text,
.cid-vhIYc7iSUd .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vhIYc7iSUd .mbr-section-title,
.cid-vhIYc7iSUd .mbr-section-btn,
.cid-vhIYc7iSUd .icon-wrapper {
  text-align: center;
}
.cid-vhIYc7iSUd .mbr-section-title,
.cid-vhIYc7iSUd .mbr-section-btn {
  text-align: left;
}
.cid-vhIYc80m8n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vhIYc80m8n .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc80m8n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhIYc80m8n .col-title {
  margin-bottom: 32px;
}
.cid-vhIYc80m8n .mbr-section-title {
  color: #24262b;
}
.cid-vhIYc80m8n .mbr-section-subtitle {
  color: #24262b;
}
.cid-vhIYc80m8n .cards-row {
  row-gap: 32px;
}
.cid-vhIYc80m8n .card {
  border-radius: 0;
}
.cid-vhIYc80m8n .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhIYc80m8n .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vhIYc80m8n .text-wrap {
  flex-grow: 1;
}
.cid-vhIYc80m8n .card-title {
  color: #ffffff;
}
.cid-vhIYc80m8n .card-text {
  color: #767676;
}
.cid-vhIYc8Jxxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhIYc8Jxxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhIYc8Jxxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhIYc8Jxxp .container {
    padding: 0 25px;
  }
}
.cid-vhIYc8Jxxp .row {
  justify-content: space-between;
}
.cid-vhIYc8Jxxp .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vhIYc8Jxxp .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhIYc8Jxxp .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vhIYc8Jxxp .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhIYc8Jxxp .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vhIYc8Jxxp .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vhIYc8Jxxp .list-content {
    display: block;
  }
}
.cid-vhIYc8Jxxp .list-content .nav-wrapper,
.cid-vhIYc8Jxxp .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vhIYc8Jxxp .list-content .nav-wrapper,
  .cid-vhIYc8Jxxp .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vhIYc8Jxxp .list-content .nav-wrapper .mbr-list-title,
.cid-vhIYc8Jxxp .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vhIYc8Jxxp .list-content .nav-wrapper .list,
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhIYc8Jxxp .list-content .nav-wrapper .list .item-wrap,
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vhIYc8Jxxp .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vhIYc8Jxxp .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vhIYc8Jxxp .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhIYc8Jxxp .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vhIYc8Jxxp .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vhIYc8Jxxp .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhIYc8Jxxp .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vhIYc8Jxxp .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vhIYc8Jxxp .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhIYc8Jxxp .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhIYc8Jxxp .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vhIYc8Jxxp .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vhIYc8Jxxp .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhIYc8Jxxp .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vhIYc8Jxxp .mbr-section-title {
  color: #ffffff;
}
.cid-vhIYc8Jxxp .mbr-list-title {
  color: #ffffff;
}
.cid-vhIYc8Jxxp .list {
  color: #ffffff;
}
.cid-vhIYc8Jxxp .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vhIYc8Jxxp .mbr-brand {
  color: #ffffff;
}
.cid-vhJ9kw18Ar {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vhJ9kw18Ar .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhJ9kw18Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhJ9kw18Ar .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJ9kw18Ar .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhJ9kw18Ar .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhJ9kw18Ar .menu_box .navbar.opened,
  .cid-vhJ9kw18Ar .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJ9kw18Ar nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhJ9kw18Ar .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhJ9kw18Ar .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vhJ9kw18Ar .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhJ9kw18Ar .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vhJ9kw18Ar .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhJ9kw18Ar .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhJ9kw18Ar .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vhJ9kw18Ar .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJ9kw18Ar .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJ9kw18Ar .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJ9kw18Ar .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJ9kw18Ar .offcanvas-body .mbr-text,
  .cid-vhJ9kw18Ar .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vhJ9kw18Ar .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vhJ9kw18Ar .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJ9kw18Ar .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJ9kw18Ar .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJ9kw18Ar .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJ9kw18Ar .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJ9kw18Ar .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJ9kw18Ar ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJ9kw18Ar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJ9kw18Ar .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-vhJ9kw18Ar .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJ9kw18Ar 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-vhJ9kw18Ar .lg_brand {
    margin: 0 1rem;
  }
  .cid-vhJ9kw18Ar .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vhJ9kw18Ar .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJ9kw18Ar .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhJ9kw18Ar .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJ9kw18Ar .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vhJ9kw18Ar .nav-item .nav-link:hover,
.cid-vhJ9kw18Ar .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vhJ9kw18Ar .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJ9kw18Ar .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhJ9kw18Ar .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJ9kw18Ar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJ9kw18Ar .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-vhJ9kw18Ar .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJ9kw18Ar .offcanvas_box {
    display: none;
  }
}
.cid-vhJ9kw18Ar .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhJ9kw18Ar .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJ9kw18Ar .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhJ9kw18Ar .container {
  display: flex;
  margin: auto;
}
.cid-vhJ9kw18Ar .iconfont-wrapper {
  color: #000000;
  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-vhJ9kw18Ar .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJ9kw18Ar .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhJ9kw18Ar .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhJ9kw18Ar .navbar-nav {
    margin: 0;
  }
}
.cid-vhJ9kw18Ar .dropdown-menu,
.cid-vhJ9kw18Ar .navbar.opened {
  background-color: false !important;
}
.cid-vhJ9kw18Ar .nav-item:focus,
.cid-vhJ9kw18Ar .nav-link:focus {
  outline: none;
}
.cid-vhJ9kw18Ar .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJ9kw18Ar .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJ9kw18Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJ9kw18Ar .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJ9kw18Ar .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJ9kw18Ar .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJ9kw18Ar .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kw18Ar .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhJ9kw18Ar .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJ9kw18Ar .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJ9kw18Ar .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vhJ9kw18Ar .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vhJ9kw18Ar .navbar.collapsed {
  justify-content: center;
}
.cid-vhJ9kw18Ar .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJ9kw18Ar .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhJ9kw18Ar .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJ9kw18Ar .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJ9kw18Ar .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJ9kw18Ar .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJ9kw18Ar .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJ9kw18Ar .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJ9kw18Ar .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhJ9kw18Ar .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJ9kw18Ar .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJ9kw18Ar .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJ9kw18Ar .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJ9kw18Ar .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhJ9kw18Ar .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJ9kw18Ar .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJ9kw18Ar .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJ9kw18Ar .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJ9kw18Ar .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhJ9kw18Ar .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJ9kw18Ar .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJ9kw18Ar .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJ9kw18Ar .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJ9kw18Ar .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJ9kw18Ar .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-vhJ9kw18Ar .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhJ9kw18Ar .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJ9kw18Ar .dropdown-item.active,
.cid-vhJ9kw18Ar .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJ9kw18Ar .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vhJ9kw18Ar .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJ9kw18Ar .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJ9kw18Ar .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJ9kw18Ar ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhJ9kw18Ar .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJ9kw18Ar button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vhJ9kw18Ar button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJ9kw18Ar button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJ9kw18Ar button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJ9kw18Ar button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJ9kw18Ar button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJ9kw18Ar nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJ9kw18Ar nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJ9kw18Ar nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJ9kw18Ar nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJ9kw18Ar a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJ9kw18Ar .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-vhJ9kw18Ar .navbar {
    height: 70px;
  }
  .cid-vhJ9kw18Ar .navbar.opened {
    height: auto;
  }
  .cid-vhJ9kw18Ar .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJ9kw18Ar .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhJ9kw18Ar .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vhJ9kw18Ar .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vhJ9kw18Ar .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vhJ9kw18Ar .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhJ9kw18Ar .text_widget {
  margin-bottom: 32px;
}
.cid-vhJ9kw18Ar .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhJ9kw18Ar .text_widget a:hover,
.cid-vhJ9kw18Ar .text_widget a:focus {
  opacity: .6;
}
.cid-vhJ9kw18Ar .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhJ9kw18Ar .navbar-caption {
  color: #000000;
}
.cid-vhJ9kw18Ar .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhJ9kw18Ar .mbr-section-subtitle,
.cid-vhJ9kw18Ar .text_widget,
.cid-vhJ9kw18Ar .mbr-section-btn {
  text-align: center;
}
.cid-vhJ9kw18Ar a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhJ9kwGpMQ {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vhJ9kwGpMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kwGpMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kwGpMQ .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vhJ9kwGpMQ .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vhJ9kwGpMQ .container {
    padding: 0 25px;
  }
}
.cid-vhJ9kwGpMQ .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vhJ9kwGpMQ .title-wrapper {
    padding: 0;
  }
}
.cid-vhJ9kwGpMQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhJ9kwGpMQ .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vhJ9kwGpMQ .mbr-section-title {
  color: #ffffff;
}
.cid-vhJ9kwGpMQ .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhJ9kwGpMQ .mbr-section-title,
.cid-vhJ9kwGpMQ .mbr-section-btn {
  text-align: center;
}
.cid-vhJ9kzmcIA {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhJ9kzmcIA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kzmcIA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kzmcIA .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhJ9kzmcIA .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhJ9kzmcIA .container-fluid .row {
  padding: 0;
}
.cid-vhJ9kzmcIA .row {
  justify-content: center;
}
.cid-vhJ9kzmcIA .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhJ9kzmcIA .mbr-text {
  color: #3d3d3d;
  text-align: left;
}
.cid-vhJ9kygP1b {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhJ9kygP1b .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kygP1b .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhJ9kygP1b .container {
    padding: 0 25px;
  }
}
.cid-vhJ9kygP1b .row {
  margin: 0;
}
.cid-vhJ9kygP1b .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhJ9kygP1b .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhJ9kygP1b .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhJ9kygP1b .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhJ9kygP1b .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhJ9kygP1b .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhJ9kygP1b .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhJ9kygP1b .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhJ9kygP1b .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhJ9kygP1b .mbr-section-title {
  color: #000000;
}
.cid-vhJ9kygP1b .mbr-text {
  color: #000000;
}
.cid-vhJ9kygP1b .mbr-section-title,
.cid-vhJ9kygP1b .mbr-section-btn,
.cid-vhJ9kygP1b .logo-wrapper {
  color: #20623f;
}
.cid-vhJdLa4THT {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #f0f0f0;
}
.cid-vhJdLa4THT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJdLa4THT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJdLa4THT .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-vhJdLa4THT .container-fluid {
    padding: 0 25px;
  }
}
.cid-vhJdLa4THT .container-fluid .row {
  padding: 0;
}
.cid-vhJdLa4THT .row {
  justify-content: center;
}
.cid-vhJdLa4THT .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhJdLa4THT .mbr-text {
  color: #20623f;
  text-align: center;
}
.cid-vhJ9kyLcXV {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-vhJ9kyLcXV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kyLcXV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kyLcXV .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhJ9kyLcXV .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhJ9kyLcXV .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhJ9kyLcXV .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f0f0f0;
}
.cid-vhJ9kyLcXV .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhJ9kyLcXV .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kyLcXV .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhJ9kyLcXV .items-wrapper {
  margin: 0 -10px;
}
.cid-vhJ9kyLcXV .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhJ9kyLcXV .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhJ9kyLcXV .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhJ9kyLcXV .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhJ9kyLcXV .mbr-label,
.cid-vhJ9kyLcXV .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhJ9kyLcXV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhJ9kyLcXV .mbr-text,
.cid-vhJ9kyLcXV .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhJ9kyLcXV .item-title {
  color: #000000;
}
.cid-vhJ9kyLcXV .item-text {
  color: #4f4f4f;
}
.cid-vhJ9kzVSjw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhJ9kzVSjw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kzVSjw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kzVSjw .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhJ9kzVSjw .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhJ9kzVSjw .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhJ9kzVSjw .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhJ9kzVSjw .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhJ9kzVSjw .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kzVSjw .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhJ9kzVSjw .items-wrapper {
  margin: 0 -10px;
}
.cid-vhJ9kzVSjw .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhJ9kzVSjw .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhJ9kzVSjw .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhJ9kzVSjw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhJ9kzVSjw .mbr-label,
.cid-vhJ9kzVSjw .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhJ9kzVSjw .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-vhJ9kzVSjw .mbr-text,
.cid-vhJ9kzVSjw .text-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhJ9kzVSjw .item-title {
  color: #000000;
}
.cid-vhJ9kzVSjw .item-text {
  color: #4f4f4f;
}
.cid-vhJ9kAx9NS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhJ9kAx9NS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kAx9NS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kAx9NS .content-wrap {
  margin: 0 -25px;
}
.cid-vhJ9kAx9NS .content-wrap .card {
  padding: 0 25px;
}
.cid-vhJ9kAx9NS .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhJ9kAx9NS .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vhJ9kAx9NS .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.4;
  z-index: 1;
}
.cid-vhJ9kAx9NS .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhJ9kAx9NS .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vhJ9kAx9NS .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhJ9kAx9NS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhJ9kAx9NS .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vhJ9kAx9NS .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhJ9kAx9NS .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vhJ9kAx9NS .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vhJ9kAx9NS .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vhJ9kAx9NS .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhJ9kAx9NS .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vhJ9kAx9NS .mbr-label,
.cid-vhJ9kAx9NS .label-wrapper {
  color: #20623f;
}
.cid-vhJ9kAx9NS .mbr-section-title {
  color: #171719;
}
.cid-vhJ9kAx9NS .mbr-desc {
  color: #ffffff;
}
.cid-vhJ9kAx9NS .item-title {
  color: #171719;
}
.cid-vhJ9kAx9NS .item-text {
  color: #565661;
}
.cid-vhJ9kBVrfn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhJ9kBVrfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kBVrfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kBVrfn .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .content-wrap {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .content-wrap .label-wrapper {
    margin-bottom: 12px;
  }
}
.cid-vhJ9kBVrfn .content-wrap .label-wrapper .label-wrap {
  display: inline-flex;
  gap: 7px;
  align-items: center;
}
.cid-vhJ9kBVrfn .content-wrap .label-wrapper .label-wrap .marker-wrap {
  display: inline-flex;
  width: 11px;
  height: 11px;
  min-width: 11px;
  border-radius: 100%;
  background-color: #ababab;
}
.cid-vhJ9kBVrfn .content-wrap .label-wrapper .label-wrap .mbr-label {
  margin-bottom: 0;
}
.cid-vhJ9kBVrfn .content-wrap .title-wrapper {
  margin-bottom: 0;
}
.cid-vhJ9kBVrfn .content-wrap .title-wrapper .title-wrap .mbr-section-title {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .content-wrap .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-vhJ9kBVrfn .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
  display: block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .content-wrap .title-wrapper .subtitle-wrap .mbr-section-subtitle {
    width: 100%;
  }
}
.cid-vhJ9kBVrfn .items-wrapper {
  margin: 0 -6px;
}
.cid-vhJ9kBVrfn .items-wrapper .item {
  padding: 0 6px;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .items-wrapper .item {
    margin-bottom: 20px;
  }
  .cid-vhJ9kBVrfn .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  gap: 16px;
  background-color: #f7f7f7;
  padding: 32px 12px 32px 20px;
}
@media (max-width: 1440px) {
  .cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .iconfont-wrapper {
  margin-bottom: 20px;
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  font-size: 48px;
  display: inline-flex;
}
@media (max-width: 992px) {
  .cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
    font-size: 40px;
  }
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .card-box .item-label {
  margin-bottom: 9px;
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 0;
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-top: 12px;
  margin-bottom: 0;
}
.cid-vhJ9kBVrfn .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 10px;
  margin-bottom: -9.6px;
}
.cid-vhJ9kBVrfn .mbr-label {
  color: #707070;
}
.cid-vhJ9kBVrfn .mbr-section-title {
  color: #000000;
}
.cid-vhJ9kBVrfn .mbr-section-subtitle {
  color: #707070;
}
.cid-vhJ9kBVrfn .item-label {
  color: #707070;
}
.cid-vhJ9kBVrfn .item-title {
  color: #000000;
}
.cid-vhJ9kBVrfn .item-text {
  color: #707070;
}
.cid-vhJ9kBVrfn .mbr-section-title,
.cid-vhJ9kBVrfn .title-wrap {
  text-align: center;
  color: #20623f;
}
.cid-vhJ9kBiKk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhJ9kBiKk3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kBiKk3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhJ9kBiKk3 .container {
    padding: 0 25px;
  }
}
.cid-vhJ9kBiKk3 .row {
  margin: 0;
}
.cid-vhJ9kBiKk3 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhJ9kBiKk3 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhJ9kBiKk3 .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhJ9kBiKk3 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhJ9kBiKk3 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhJ9kBiKk3 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhJ9kBiKk3 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhJ9kBiKk3 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhJ9kBiKk3 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhJ9kBiKk3 .mbr-section-title {
  color: #000000;
}
.cid-vhJ9kBiKk3 .mbr-text {
  color: #000000;
}
.cid-vhJ9kBiKk3 .mbr-section-title,
.cid-vhJ9kBiKk3 .mbr-section-btn,
.cid-vhJ9kBiKk3 .logo-wrapper {
  color: #20623f;
}
.cid-vhJ9kCIGzN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhJ9kCIGzN .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kCIGzN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kCIGzN .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .cid-vhJ9kCIGzN .content-wrapper {
    width: 75%;
  }
}
@media (max-width: 992px) {
  .cid-vhJ9kCIGzN .content-wrapper {
    width: 100%;
  }
}
.cid-vhJ9kCIGzN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhJ9kCIGzN .content-wrapper .text-wrapper .mbr-text {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vhJ9kCIGzN .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-vhJ9kCIGzN .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-vhJ9kCIGzN .mbr-section-title {
  color: #181824;
}
.cid-vhJ9kCIGzN .mbr-text,
.cid-vhJ9kCIGzN .text-wrapper {
  color: #54547e;
  text-align: center;
}
.cid-vhJ9kCIGzN .mbr-section-title,
.cid-vhJ9kCIGzN .mbr-section-btn,
.cid-vhJ9kCIGzN .icon-wrapper {
  text-align: center;
}
.cid-vhJ9kCIGzN .mbr-section-title,
.cid-vhJ9kCIGzN .mbr-section-btn {
  text-align: left;
}
.cid-vhJ9kDnYcZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vhJ9kDnYcZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kDnYcZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJ9kDnYcZ .col-title {
  margin-bottom: 32px;
}
.cid-vhJ9kDnYcZ .mbr-section-title {
  color: #24262b;
}
.cid-vhJ9kDnYcZ .mbr-section-subtitle {
  color: #24262b;
}
.cid-vhJ9kDnYcZ .cards-row {
  row-gap: 32px;
}
.cid-vhJ9kDnYcZ .card {
  border-radius: 0;
}
.cid-vhJ9kDnYcZ .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhJ9kDnYcZ .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vhJ9kDnYcZ .text-wrap {
  flex-grow: 1;
}
.cid-vhJ9kDnYcZ .card-title {
  color: #ffffff;
}
.cid-vhJ9kDnYcZ .card-text {
  color: #767676;
}
.cid-vhJ9kEeFhA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhJ9kEeFhA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJ9kEeFhA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhJ9kEeFhA .container {
    padding: 0 25px;
  }
}
.cid-vhJ9kEeFhA .row {
  justify-content: space-between;
}
.cid-vhJ9kEeFhA .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vhJ9kEeFhA .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhJ9kEeFhA .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vhJ9kEeFhA .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhJ9kEeFhA .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vhJ9kEeFhA .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vhJ9kEeFhA .list-content {
    display: block;
  }
}
.cid-vhJ9kEeFhA .list-content .nav-wrapper,
.cid-vhJ9kEeFhA .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vhJ9kEeFhA .list-content .nav-wrapper,
  .cid-vhJ9kEeFhA .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vhJ9kEeFhA .list-content .nav-wrapper .mbr-list-title,
.cid-vhJ9kEeFhA .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vhJ9kEeFhA .list-content .nav-wrapper .list,
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhJ9kEeFhA .list-content .nav-wrapper .list .item-wrap,
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vhJ9kEeFhA .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vhJ9kEeFhA .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vhJ9kEeFhA .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhJ9kEeFhA .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vhJ9kEeFhA .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vhJ9kEeFhA .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhJ9kEeFhA .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vhJ9kEeFhA .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vhJ9kEeFhA .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhJ9kEeFhA .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhJ9kEeFhA .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vhJ9kEeFhA .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vhJ9kEeFhA .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhJ9kEeFhA .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vhJ9kEeFhA .mbr-section-title {
  color: #ffffff;
}
.cid-vhJ9kEeFhA .mbr-list-title {
  color: #ffffff;
}
.cid-vhJ9kEeFhA .list {
  color: #ffffff;
}
.cid-vhJ9kEeFhA .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vhJ9kEeFhA .mbr-brand {
  color: #ffffff;
}
.cid-vhJu5lLu2C {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-vhJu5lLu2C .navbar-dropdown {
  background-color: #000000 !important;
  padding: 0;
}
.cid-vhJu5lLu2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #000000 !important;
  background: #000000;
}
.cid-vhJu5lLu2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vhJu5lLu2C .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vhJu5lLu2C .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vhJu5lLu2C .menu_box .navbar.opened,
  .cid-vhJu5lLu2C .menu_box .navbar-collapse {
    background-color: #000000 !important;
    transition: all 0s ease 0s;
  }
}
.cid-vhJu5lLu2C nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-vhJu5lLu2C .icons-menu-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhJu5lLu2C .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
    display: flex;
  }
}
.cid-vhJu5lLu2C .mbr-section-btn-main {
  display: none;
}
@media (max-width: 991px) {
  .cid-vhJu5lLu2C .mbr-section-btn-main {
    margin-top: 1rem;
    display: block;
  }
}
.cid-vhJu5lLu2C .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vhJu5lLu2C .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vhJu5lLu2C .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-vhJu5lLu2C .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vhJu5lLu2C .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vhJu5lLu2C .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vhJu5lLu2C .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vhJu5lLu2C .offcanvas-body .mbr-text,
  .cid-vhJu5lLu2C .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vhJu5lLu2C .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vhJu5lLu2C .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vhJu5lLu2C .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #ffffff;
  }
  .cid-vhJu5lLu2C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vhJu5lLu2C .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vhJu5lLu2C .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vhJu5lLu2C .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vhJu5lLu2C ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vhJu5lLu2C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJu5lLu2C .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-vhJu5lLu2C .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vhJu5lLu2C 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-vhJu5lLu2C .lg_brand {
    margin: 0 1rem;
  }
  .cid-vhJu5lLu2C .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-vhJu5lLu2C .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-vhJu5lLu2C .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vhJu5lLu2C .nav-item {
    margin: 0 !important;
  }
}
.cid-vhJu5lLu2C .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-vhJu5lLu2C .nav-item .nav-link:hover,
.cid-vhJu5lLu2C .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #a1cbb5;
  color: #f0f0f0 !important;
}
.cid-vhJu5lLu2C .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vhJu5lLu2C .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vhJu5lLu2C .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vhJu5lLu2C .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vhJu5lLu2C .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-vhJu5lLu2C .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vhJu5lLu2C .offcanvas_box {
    display: none;
  }
}
.cid-vhJu5lLu2C .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vhJu5lLu2C .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vhJu5lLu2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vhJu5lLu2C .container {
  display: flex;
  margin: auto;
}
.cid-vhJu5lLu2C .iconfont-wrapper {
  color: #000000;
  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-vhJu5lLu2C .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vhJu5lLu2C .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vhJu5lLu2C .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vhJu5lLu2C .navbar-nav {
    margin: 0;
  }
}
.cid-vhJu5lLu2C .dropdown-menu,
.cid-vhJu5lLu2C .navbar.opened {
  background-color: false !important;
}
.cid-vhJu5lLu2C .nav-item:focus,
.cid-vhJu5lLu2C .nav-link:focus {
  outline: none;
}
.cid-vhJu5lLu2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vhJu5lLu2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vhJu5lLu2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vhJu5lLu2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vhJu5lLu2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vhJu5lLu2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vhJu5lLu2C .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vhJu5lLu2C .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vhJu5lLu2C .navbar.opened {
  transition: all 0.3s;
}
.cid-vhJu5lLu2C .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vhJu5lLu2C .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-vhJu5lLu2C .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vhJu5lLu2C .navbar.collapsed {
  justify-content: center;
}
.cid-vhJu5lLu2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vhJu5lLu2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vhJu5lLu2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vhJu5lLu2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vhJu5lLu2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vhJu5lLu2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vhJu5lLu2C .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vhJu5lLu2C .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-vhJu5lLu2C .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vhJu5lLu2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vhJu5lLu2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vhJu5lLu2C .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vhJu5lLu2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vhJu5lLu2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vhJu5lLu2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vhJu5lLu2C .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vhJu5lLu2C .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vhJu5lLu2C .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vhJu5lLu2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vhJu5lLu2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vhJu5lLu2C .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vhJu5lLu2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-vhJu5lLu2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vhJu5lLu2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vhJu5lLu2C .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-vhJu5lLu2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vhJu5lLu2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vhJu5lLu2C .dropdown-item.active,
.cid-vhJu5lLu2C .dropdown-item:active {
  background-color: transparent;
}
.cid-vhJu5lLu2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-vhJu5lLu2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vhJu5lLu2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vhJu5lLu2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vhJu5lLu2C ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vhJu5lLu2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vhJu5lLu2C button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #000000;
  background: #f0f0f0;
}
.cid-vhJu5lLu2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vhJu5lLu2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vhJu5lLu2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJu5lLu2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vhJu5lLu2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vhJu5lLu2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJu5lLu2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vhJu5lLu2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vhJu5lLu2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vhJu5lLu2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vhJu5lLu2C .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-vhJu5lLu2C .navbar {
    height: 70px;
  }
  .cid-vhJu5lLu2C .navbar.opened {
    height: auto;
  }
  .cid-vhJu5lLu2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vhJu5lLu2C .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vhJu5lLu2C .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-vhJu5lLu2C .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-vhJu5lLu2C .navbar-caption:hover {
  color: #a1cbb5;
}
@media (min-width: 992px) {
  .cid-vhJu5lLu2C .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vhJu5lLu2C .text_widget {
  margin-bottom: 32px;
}
.cid-vhJu5lLu2C .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vhJu5lLu2C .text_widget a:hover,
.cid-vhJu5lLu2C .text_widget a:focus {
  opacity: .6;
}
.cid-vhJu5lLu2C .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-vhJu5lLu2C .navbar-caption {
  color: #000000;
}
.cid-vhJu5lLu2C .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-vhJu5lLu2C .mbr-section-subtitle,
.cid-vhJu5lLu2C .text_widget,
.cid-vhJu5lLu2C .mbr-section-btn {
  text-align: center;
}
.cid-vhJu5lLu2C a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vhJu5mrazl {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-vhJu5mrazl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJu5mrazl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJu5mrazl .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-vhJu5mrazl .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-vhJu5mrazl .container {
    padding: 0 25px;
  }
}
.cid-vhJu5mrazl .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-vhJu5mrazl .title-wrapper {
    padding: 0;
  }
}
.cid-vhJu5mrazl .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-vhJu5mrazl .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-vhJu5mrazl .mbr-section-title {
  color: #ffffff;
}
.cid-vhJu5mrazl .mbr-text {
  color: #7eab93;
  text-align: center;
}
.cid-vhJu5mrazl .mbr-section-title,
.cid-vhJu5mrazl .mbr-section-btn {
  text-align: center;
}
.cid-vhJu5nb31D {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-vhJu5nb31D .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vhJu5nb31D .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vhJu5nb31D .container {
    padding: 0 25px;
  }
}
.cid-vhJu5nb31D .row {
  margin: 0;
}
.cid-vhJu5nb31D .row .card {
  padding: 0;
  justify-content: center;
}
.cid-vhJu5nb31D .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-vhJu5nb31D .image-wrapper {
    min-height: 350px;
  }
}
.cid-vhJu5nb31D .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10rem 0 0 0 !important;
}
.cid-vhJu5nb31D .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-vhJu5nb31D .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-vhJu5nb31D .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vhJu5nb31D .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vhJu5nb31D .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-vhJu5nb31D .mbr-section-title {
  color: #000000;
}
.cid-vhJu5nb31D .mbr-text {
  color: #000000;
}
.cid-vhJu5nb31D .mbr-section-title,
.cid-vhJu5nb31D .mbr-section-btn,
.cid-vhJu5nb31D .logo-wrapper {
  color: #20623f;
}
.cid-vhJu5nZrtz {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-vhJu5nZrtz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJu5nZrtz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJu5nZrtz .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhJu5nZrtz .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhJu5nZrtz .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhJu5nZrtz .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #f0f0f0;
}
.cid-vhJu5nZrtz .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhJu5nZrtz .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJu5nZrtz .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhJu5nZrtz .items-wrapper {
  margin: 0 -10px;
}
.cid-vhJu5nZrtz .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhJu5nZrtz .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhJu5nZrtz .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhJu5nZrtz .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhJu5nZrtz .mbr-label,
.cid-vhJu5nZrtz .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhJu5nZrtz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhJu5nZrtz .mbr-text,
.cid-vhJu5nZrtz .text-wrapper {
  color: #4f4f4f;
  text-align: center;
}
.cid-vhJu5nZrtz .item-title {
  color: #000000;
}
.cid-vhJu5nZrtz .item-text {
  color: #4f4f4f;
}
.cid-vhJu5owjuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vhJu5owjuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJu5owjuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJu5owjuq .content-wrap {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vhJu5owjuq .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-vhJu5owjuq .content-wrap .label-wrapper {
  margin-bottom: 16px;
}
.cid-vhJu5owjuq .content-wrap .label-wrapper .mbr-label {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #ffffff;
}
.cid-vhJu5owjuq .content-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-vhJu5owjuq .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vhJu5owjuq .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vhJu5owjuq .items-wrapper {
  margin: 0 -10px;
}
.cid-vhJu5owjuq .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-vhJu5owjuq .item:last-child {
    margin-bottom: 0;
  }
}
.cid-vhJu5owjuq .item .item-wrapper {
  height: 100%;
  background-color: #a1cbb5;
  padding: 8px;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box {
  height: 100%;
  padding: 24px;
  background-color: #a1cbb5;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 24px;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 24px;
  height: 24px;
  font-size: 24px;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box .item-title {
  margin-bottom: 12px;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 14px;
}
.cid-vhJu5owjuq .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vhJu5owjuq .mbr-label,
.cid-vhJu5owjuq .label-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhJu5owjuq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhJu5owjuq .mbr-text,
.cid-vhJu5owjuq .text-wrapper {
  color: #20623f;
  text-align: center;
}
.cid-vhJu5owjuq .item-title {
  color: #000000;
}
.cid-vhJu5owjuq .item-text {
  color: #4f4f4f;
}
.cid-vhJu5owjuq .item-title,
.cid-vhJu5owjuq .mbr-section-btn,
.cid-vhJu5owjuq .iconfont-wrapper {
  text-align: center;
}
.cid-vih8SNyG3k {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #153b27;
}
.cid-vih8SNyG3k .mbr-fallback-image.disabled {
  display: none;
}
.cid-vih8SNyG3k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vih8SNyG3k .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vih8SNyG3k .content-wrapper .mbr-section-title span {
  color: #bcfe1e;
}
.cid-vih8SNyG3k .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-vih8SNyG3k .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-vih8SNyG3k .border-wrap {
  margin-top: 64px;
  height: 2px;
  background: linear-gradient(90deg, #292739, #bcfe1e, #292739);
}
@media (max-width: 992px) {
  .cid-vih8SNyG3k .border-wrap {
    margin-top: 32px;
  }
}
.cid-vih8SNyG3k .mbr-section-title {
  color: #ffffff;
}
.cid-vih8SNyG3k .mbr-text,
.cid-vih8SNyG3k .text-wrapper {
  color: #a83308;
  text-align: left;
}
.cid-vih8SNyG3k .mbr-section-title,
.cid-vih8SNyG3k .mbr-section-btn {
  text-align: left;
  color: #f0f0f0;
}
.cid-vhJu5p5ft1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-vhJu5p5ft1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJu5p5ft1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJu5p5ft1 .content-wrap {
  margin: 0 -25px;
}
.cid-vhJu5p5ft1 .content-wrap .card {
  padding: 0 25px;
}
.cid-vhJu5p5ft1 .image-wrapper {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-vhJu5p5ft1 .image-wrapper {
    margin-top: 40px;
    height: 300px;
  }
}
.cid-vhJu5p5ft1 .image-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #171719;
  opacity: 0.4;
  z-index: 1;
}
.cid-vhJu5p5ft1 .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vhJu5p5ft1 .image-wrapper .main-btn {
  position: relative;
  z-index: 1;
}
.cid-vhJu5p5ft1 .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vhJu5p5ft1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vhJu5p5ft1 .title-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  margin-bottom: 24px;
}
.cid-vhJu5p5ft1 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vhJu5p5ft1 .items-wrapper .item {
  margin-bottom: 30px;
}
.cid-vhJu5p5ft1 .items-wrapper .item:last-child {
  margin-bottom: 0;
}
.cid-vhJu5p5ft1 .items-wrapper .item .item-wrapper .item-title {
  margin-bottom: 16px;
}
.cid-vhJu5p5ft1 .items-wrapper .item .item-wrapper .item-text {
  margin-bottom: 0;
}
.cid-vhJu5p5ft1 .items-wrapper .item .item-wrapper .item-btn {
  margin-top: 6px;
  margin-bottom: -9.6px;
}
.cid-vhJu5p5ft1 .mbr-label,
.cid-vhJu5p5ft1 .label-wrapper {
  color: #20623f;
}
.cid-vhJu5p5ft1 .mbr-section-title {
  color: #171719;
}
.cid-vhJu5p5ft1 .mbr-desc {
  color: #ffffff;
}
.cid-vhJu5p5ft1 .item-title {
  color: #171719;
}
.cid-vhJu5p5ft1 .item-text {
  color: #565661;
}
.cid-vhJu5rjasD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #153b27;
}
.cid-vhJu5rjasD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJu5rjasD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhJu5rjasD .col-title {
  margin-bottom: 32px;
}
.cid-vhJu5rjasD .mbr-section-title {
  color: #24262b;
}
.cid-vhJu5rjasD .mbr-section-subtitle {
  color: #24262b;
}
.cid-vhJu5rjasD .cards-row {
  row-gap: 32px;
}
.cid-vhJu5rjasD .card {
  border-radius: 0;
}
.cid-vhJu5rjasD .card-wrapper {
  display: flex;
  align-items: center;
}
.cid-vhJu5rjasD .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #33363b;
  margin-right: 2rem;
  flex-shrink: 0;
}
.cid-vhJu5rjasD .text-wrap {
  flex-grow: 1;
}
.cid-vhJu5rjasD .card-title {
  color: #ffffff;
}
.cid-vhJu5rjasD .card-text {
  color: #767676;
}
.cid-vhJu5rV6xS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-vhJu5rV6xS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhJu5rV6xS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vhJu5rV6xS .container {
    padding: 0 25px;
  }
}
.cid-vhJu5rV6xS .row {
  justify-content: space-between;
}
.cid-vhJu5rV6xS .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-vhJu5rV6xS .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-vhJu5rV6xS .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-vhJu5rV6xS .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-vhJu5rV6xS .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-vhJu5rV6xS .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-vhJu5rV6xS .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-vhJu5rV6xS .list-content {
    display: block;
  }
}
.cid-vhJu5rV6xS .list-content .nav-wrapper,
.cid-vhJu5rV6xS .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vhJu5rV6xS .list-content .nav-wrapper,
  .cid-vhJu5rV6xS .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-vhJu5rV6xS .list-content .nav-wrapper .mbr-list-title,
.cid-vhJu5rV6xS .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-vhJu5rV6xS .list-content .nav-wrapper .list,
.cid-vhJu5rV6xS .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-vhJu5rV6xS .list-content .nav-wrapper .list .item-wrap,
.cid-vhJu5rV6xS .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-vhJu5rV6xS .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhJu5rV6xS .list-content .contact-wrapper .list .item-wrap:hover,
.cid-vhJu5rV6xS .list-content .nav-wrapper .list .item-wrap:hover,
.cid-vhJu5rV6xS .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-vhJu5rV6xS .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-vhJu5rV6xS .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhJu5rV6xS .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-vhJu5rV6xS .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-vhJu5rV6xS .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-vhJu5rV6xS .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vhJu5rV6xS .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #3d3d3d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-vhJu5rV6xS .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-vhJu5rV6xS .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vhJu5rV6xS .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-vhJu5rV6xS .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-vhJu5rV6xS .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-vhJu5rV6xS .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vhJu5rV6xS .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-vhJu5rV6xS .mbr-section-title {
  color: #ffffff;
}
.cid-vhJu5rV6xS .mbr-list-title {
  color: #ffffff;
}
.cid-vhJu5rV6xS .list {
  color: #ffffff;
}
.cid-vhJu5rV6xS .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-vhJu5rV6xS .mbr-brand {
  color: #ffffff;
}
