body {
  background-color: #fafafb;
}
body {
  font-family: Roboto Flex;
}
.display-1 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 2.88rem;
  line-height: 1.15;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-2 > .mbr-iconfont {
  font-size: 3.6rem;
}
.display-4 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.9rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-5 > .mbr-iconfont {
  font-size: 2.375rem;
}
.display-7 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: normal;
  word-spacing: normal;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.304rem;
    font-size: calc( 1.658rem + (2.88 - 1.658) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.658rem + (2.88 - 1.658) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 1.52rem;
    font-size: calc( 1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.315rem + (1.9 - 1.315) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #3a8679 !important;
}
.bg-success {
  background-color: #3a8679 !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ff7f50 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #3a8679 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #090f10 !important;
  background-color: #6cc4b5 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #090f10 !important;
  background-color: #6cc4b5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #acb0bd !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #090f10 !important;
  background-color: #eaebef !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #090f10 !important;
  background-color: #eaebef !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #090f10 !important;
  background-color: #44daf8 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #090f10 !important;
  background-color: #44daf8 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a8679 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #090f10 !important;
  background-color: #6cc4b5 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #090f10 !important;
  background-color: #6cc4b5 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #090f10 !important;
  background-color: #ffcf3d !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #090f10 !important;
  background-color: #ffcf3d !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff7f50 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #090f10 !important;
  background-color: #ffd1c0 !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #090f10 !important;
  background-color: #ffd1c0 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #090f10 !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #090f10 !important;
  background-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #090f10 !important;
  color: #090f10 !important;
  box-shadow: none !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #090f10 !important;
  background-color: #2f545a !important;
  box-shadow: 0 0 6px 6px rgba(5, 153, 255, 0.2) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #090f10 !important;
  background-color: #2f545a !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a8679;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #204942 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #3a8679 !important;
  border-color: #3a8679 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #acb0bd;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #7c8297 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #acb0bd !important;
  border-color: #acb0bd !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a8679;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #204942 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a8679 !important;
  border-color: #3a8679 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff7f50;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f84300 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff7f50 !important;
  border-color: #ff7f50 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #090f10;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #090f10 !important;
  border-color: #090f10 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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;
  text-shadow: 6px 0 6px rgba(5, 153, 255, 0.15), 0 6px 6px rgba(5, 153, 255, 0.15), -6px 0 6px rgba(5, 153, 255, 0.15), 0 -6px 6px rgba(5, 153, 255, 0.15) !important;
  border-color: transparent!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: #3a8679 !important;
}
.text-secondary {
  color: #acb0bd !important;
}
.text-success {
  color: #3a8679 !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ff7f50 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #090f10 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1b3f39 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #737a90 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #1b3f39 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e93f00 !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: #3a8679;
}
.nav-tabs .nav-link:not(.active) {
  color: #090f10;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ff7f50;
}
.mbr-gallery-filter li.active .btn {
  background-color: #3a8679;
  border-color: #3a8679;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #3a8679;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #7ac5b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7ac5b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: 400;
}
.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: #3a8679 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.1rem;
  line-height: 1.25;
  letter-spacing: normal;
  word-spacing: normal;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #3a8679;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #3a8679;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #3a8679;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #3a8679;
  border-bottom-color: #3a8679;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #3a8679 !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: #acb0bd !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='%233a8679' %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-duration: .3s;
  transition: 0.4s;
}
a:hover {
  background-image: none !important;
}
.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .container {
    padding: 0 1rem;
  }
}
.container-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0 5vw;
}
.row {
  margin-left: -2rem;
  margin-right: -2rem;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .row > [class*="col"] {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.mbr-section-btn .btn {
  min-width: 100px;
  min-height: 48px;
  padding: 0.75rem 2rem;
  border-radius: 0 !important;
  border: none;
  font-weight: 500;
  transition: .3s all !important;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: .15s all !important;
  transform: rotate(-45deg);
  transform-style: preserve-3d;
}
.mbr-section-btn .btn:hover {
  transform: translate(0, -8px);
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
@media (max-width: 575px) {
  .mbr-section-btn {
    width: 100%;
  }
  .mbr-section-btn .btn {
    width: 100%;
    min-width: auto !important;
  }
}
.mbr-section-btn .btn-black {
  color: #fff !important;
}
.mbr-section-btn .btn-black:hover {
  color: #fff !important;
}
.section-border-item {
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
}
.section-border-item_top {
  top: 0;
}
.section-border-item_bottom {
  bottom: 0;
}
.section-border-item_center {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
}
.text-transform-container {
  display: flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
}
.text-transform-container .text-transform-wrap {
  display: flex;
  align-items: center;
  width: fit-content;
  animation: btn-move-out 0.3s ease-in-out;
}
.text-transform-container .mbr-text {
  transition: .3s all;
}
.text-transform-container .iconfont-wrapper .mbr-iconfont {
  transition: .3s all;
  padding-right: 8px;
}
.text-transform-container:hover .text-transform-wrap {
  animation: btn-move 0.3s ease-in-out;
}
.text-transform-container:hover .iconfont-wrapper .mbr-iconfont {
  padding-right: 0;
  padding-left: 8px;
}
@keyframes btn-move {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
@keyframes btn-move-out {
  0% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: transform;
  }
  49% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  50% {
    transform: translate3d(0px, 100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  51% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 0, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  52% {
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  100% {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    will-change: auto;
  }
}
.cid-vbJ6KjmMYs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-vbJ6KjmMYs nav.navbar {
  position: fixed;
}
.cid-vbJ6KjmMYs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbJ6KjmMYs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbJ6KjmMYs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbJ6KjmMYs .dropdown-item:hover,
.cid-vbJ6KjmMYs .dropdown-item:focus {
  background: #3a8679 !important;
  color: white !important;
}
.cid-vbJ6KjmMYs .dropdown-item:hover span {
  color: white;
}
.cid-vbJ6KjmMYs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbJ6KjmMYs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbJ6KjmMYs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbJ6KjmMYs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbJ6KjmMYs .nav-link {
  position: relative;
}
.cid-vbJ6KjmMYs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbJ6KjmMYs .container {
    flex-wrap: nowrap;
  }
}
.cid-vbJ6KjmMYs .navbar-caption {
  color: #FFFFFF;
}
.cid-vbJ6KjmMYs .dropdown-menu,
.cid-vbJ6KjmMYs .navbar.opened {
  background: #110f24 !important;
}
.cid-vbJ6KjmMYs .nav-item:focus,
.cid-vbJ6KjmMYs .nav-link:focus {
  outline: none;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbJ6KjmMYs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbJ6KjmMYs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbJ6KjmMYs .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #110f24;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #3a8679;
}
.cid-vbJ6KjmMYs .navbar.opened {
  transition: all 0.3s;
}
.cid-vbJ6KjmMYs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbJ6KjmMYs .navbar .navbar-logo img {
  width: auto;
}
.cid-vbJ6KjmMYs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbJ6KjmMYs .navbar.collapsed {
  justify-content: center;
}
.cid-vbJ6KjmMYs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbJ6KjmMYs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbJ6KjmMYs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbJ6KjmMYs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vbJ6KjmMYs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbJ6KjmMYs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbJ6KjmMYs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbJ6KjmMYs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbJ6KjmMYs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vbJ6KjmMYs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vbJ6KjmMYs .navbar.navbar-short {
  min-height: auto;
}
.cid-vbJ6KjmMYs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vbJ6KjmMYs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vbJ6KjmMYs .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vbJ6KjmMYs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vbJ6KjmMYs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbJ6KjmMYs .dropdown-item.active,
.cid-vbJ6KjmMYs .dropdown-item:active {
  background-color: transparent;
}
.cid-vbJ6KjmMYs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbJ6KjmMYs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbJ6KjmMYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbJ6KjmMYs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #110f24;
}
.cid-vbJ6KjmMYs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbJ6KjmMYs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbJ6KjmMYs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbJ6KjmMYs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vbJ6KjmMYs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-vbJ6KjmMYs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vbJ6KjmMYs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vbJ6KjmMYs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vbJ6KjmMYs button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vbJ6KjmMYs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbJ6KjmMYs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbJ6KjmMYs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbJ6KjmMYs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbJ6KjmMYs .navbar {
    height: 70px;
  }
  .cid-vbJ6KjmMYs .navbar.opened {
    height: auto;
  }
  .cid-vbJ6KjmMYs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbJ6KjmMYs .container-fluid {
  padding-right: 0;
}
.cid-vbJ6KjmMYs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vbJ6KjmMYs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vbJ6KjmMYs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vbJ6KjmMYs .navbar-collapse .nav-link:hover {
  color: #3a8679 !important;
}
@media (max-width: 991px) {
  .cid-vbJ6KjmMYs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vbJ6KjmMYs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vbJ6KjmMYs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vbJ6KjmMYs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KjmMYs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6KjmMYs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vbJ6KjmMYs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vbJ6KjmMYs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vbJ6KjmMYs .navbar-caption:hover {
  color: #ffffff;
}
.cid-vbJ6KjmMYs .nav-link,
.cid-vbJ6KjmMYs .dropdown-item {
  color: #FFFFFF;
}
.cid-vbJ6KjyEWz {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/image-2f9540f1-1293x816.webp");
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KjyEWz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KjyEWz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KjyEWz.mbr-fullscreen {
  padding: 0 !important;
}
.cid-vbJ6KjyEWz:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-vbJ6KjyEWz:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-vbJ6KjyEWz .section-border-item {
  background-color: #3a8679;
}
.cid-vbJ6KjyEWz .row {
  width: 100%;
  margin: 0;
}
.cid-vbJ6KjyEWz .col-content {
  padding: 4rem !important;
}
@media (max-width: 575px) {
  .cid-vbJ6KjyEWz .col-content {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
    padding-left: 5% !important;
  }
}
.cid-vbJ6KjyEWz .mbr-section-title {
  color: #ffffff;
  text-align: justify;
}
.cid-vbJ6KjyEWz .mbr-section-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjyEWz .mbr-section-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6KjyEWz .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjyEWz .mbr-text {
    margin-top: 1rem;
  }
}
.cid-vbJ6KjyEWz .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjyEWz .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjyEWz .label-container {
  width: fit-content;
  max-width: 50%;
  padding: 0.75rem 1.5rem;
  margin-right: -4rem;
  margin-bottom: -4rem;
  margin-left: auto;
  margin-top: 2rem;
  background-color: #6d8e93;
}
@media (max-width: 776px) {
  .cid-vbJ6KjyEWz .label-container {
    max-width: 70%;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6KjyEWz .label-container {
    margin-top: 1rem;
    margin-bottom: -2rem;
  }
}
.cid-vbJ6KjyEWz .label-text {
  color: #FFFFFF;
}
.cid-vbJ6KjyEWz .mbr-text,
.cid-vbJ6KjyEWz .mbr-section-btn {
  color: #bbbbbb;
}
.cid-vbJ6KjDPNY {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KjDPNY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KjDPNY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KjDPNY .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6KjDPNY .section-border-item_center {
    display: none;
  }
}
.cid-vbJ6KjDPNY .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-vbJ6KjDPNY .main-container {
    flex-wrap: wrap;
  }
}
.cid-vbJ6KjDPNY .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vbJ6KjDPNY .card-wrap {
    width: 100%;
  }
}
.cid-vbJ6KjDPNY .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-vbJ6KjDPNY .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KjDPNY .card-box {
    max-width: 100%;
  }
}
.cid-vbJ6KjDPNY .card-title {
  color: #3a8679;
}
.cid-vbJ6KjDPNY .card-subtitle {
  color: #FFFFFF;
}
.cid-vbJ6KjDPNY .mbr-text {
  color: #FFF;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjDPNY .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjDPNY .counter-container {
  margin-top: 2rem;
}
@media (max-width: 991px) {
  .cid-vbJ6KjDPNY .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vbJ6KjDPNY .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: auto;
  gap: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjDPNY .list {
    grid-template-columns: 1fr;
  }
}
.cid-vbJ6KjDPNY .list-title {
  color: #3a8679;
}
.cid-vbJ6KjDPNY .list-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjDPNY .list-text {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6KjDPNY .mbr-section-btn {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjDPNY .mbr-section-btn {
    margin-top: 1.5rem;
  }
}
.cid-vbJ6KjDPNY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-vbJ6KjDPNY .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-vbJ6KjDPNY .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-vbJ6KjDPNY .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vbJ6KjDPNY .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vbJ6KjDPNY .mbr-text,
.cid-vbJ6KjDPNY .mbr-section-btn {
  color: #ffffff;
}
.cid-vbJ6KjJ7sn {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KjJ7sn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KjJ7sn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KjJ7sn .section-border-item {
  background-color: #6d8e93;
}
.cid-vbJ6KjJ7sn .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-vbJ6KjJ7sn .card-wrap {
  width: 100%;
}
.cid-vbJ6KjJ7sn .card-box {
  width: 100%;
}
.cid-vbJ6KjJ7sn .card-title {
  color: #fafafa;
}
.cid-vbJ6KjJ7sn .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vbJ6KjJ7sn .mbr-text {
    margin-top: 1rem;
  }
}
.cid-vbJ6KjKpDb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KjKpDb .section-border-item {
  background-color: #3a8679;
}
.cid-vbJ6KjKpDb .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vbJ6KjKpDb .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KjKpDb .main-container {
    padding: 3rem 0;
  }
}
.cid-vbJ6KjKpDb .title-wrap {
  width: 100%;
}
.cid-vbJ6KjKpDb .title-box {
  width: 100%;
}
.cid-vbJ6KjKpDb .mbr-title {
  color: #FFF;
}
.cid-vbJ6KjKpDb .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjKpDb .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjKpDb .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #3a8679;
}
.cid-vbJ6KjKpDb .item {
  position: relative;
  width: 33.33333333%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vbJ6KjKpDb .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KjKpDb .item {
    width: 100%;
  }
}
.cid-vbJ6KjKpDb .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #3a8679;
}
@media (min-width: 1200px) {
  .cid-vbJ6KjKpDb .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3a8679;
  }
}
@media (min-width: 768px) {
  .cid-vbJ6KjKpDb .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3a8679;
  }
}
@media (min-width: 767px) {
  .cid-vbJ6KjKpDb .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-vbJ6KjKpDb .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-vbJ6KjKpDb .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  overflow: hidden;
}
.cid-vbJ6KjKpDb .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
}
.cid-vbJ6KjKpDb .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6KjKpDb .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6KjKpDb .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-vbJ6KjKpDb .card-price {
  color: #FFFFFF;
}
.cid-vbJ6KjKpDb .card-title {
  color: #FFFFFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjKpDb .card-title {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjKpDb .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjKpDb .card-text {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjKpDb .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjKpDb .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjKpDb .card-text,
.cid-vbJ6KjKpDb .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vcQlcXWSlZ {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-color: #110f24;
}
.cid-vcQlcXWSlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcQlcXWSlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcQlcXWSlZ .row {
  margin: 0 -20px;
}
.cid-vcQlcXWSlZ .row .card {
  padding: 0 20px;
  justify-content: center;
}
.cid-vcQlcXWSlZ .content-wrapper {
  margin-bottom: 40px;
}
.cid-vcQlcXWSlZ .content-wrapper .mbr-label {
  margin-bottom: 12px;
}
.cid-vcQlcXWSlZ .content-wrapper .mbr-section-title {
  margin-bottom: 12px;
}
.cid-vcQlcXWSlZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vcQlcXWSlZ .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-vcQlcXWSlZ .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcQlcXWSlZ .mbr-label {
  color: #a8a8a8;
}
.cid-vcQlcXWSlZ .mbr-section-title {
  color: #ffffff;
}
.cid-vcQlcXWSlZ .mbr-text {
  color: #ffffff;
}
.cid-vcQlcXWSlZ .mbr-section-title,
.cid-vcQlcXWSlZ .mbr-section-btn {
  color: #3a8679;
  text-align: right;
}
.cid-vcQlcXWSlZ .mbr-text,
.cid-vcQlcXWSlZ .text-wrapper {
  text-align: right;
}
.cid-veP8NBaz5g {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #110f24;
}
.cid-veP8NBaz5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-veP8NBaz5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veP8NBaz5g .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veP8NBaz5g .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veP8NBaz5g .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veP8NBaz5g .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-veP8NBaz5g .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veP8NBaz5g .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veP8NBaz5g .image-wrapper {
    margin-top: 30px;
  }
}
.cid-veP8NBaz5g .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veP8NBaz5g .mbr-section-title {
  color: #3a353e;
}
.cid-veP8NBaz5g .mbr-text {
  color: #3a353e;
}
.cid-veP8NBaz5g .mbr-section-title,
.cid-veP8NBaz5g .mbr-section-btn {
  color: #3a8679;
}
.cid-veP8NBaz5g .mbr-text,
.cid-veP8NBaz5g .text-wrap {
  color: #ffffff;
}
.cid-vbJ6KjW62Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KjW62Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KjW62Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KjW62Q .section-border-item {
  background-color: #3a8679;
}
.cid-vbJ6KjW62Q .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vbJ6KjW62Q .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KjW62Q .main-container {
    padding: 3rem 0;
  }
}
.cid-vbJ6KjW62Q .title-wrap {
  width: 100%;
}
.cid-vbJ6KjW62Q .title-box {
  width: 100%;
}
.cid-vbJ6KjW62Q .mbr-title {
  color: #3a8679;
  text-align: center;
}
.cid-vbJ6KjW62Q .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vbJ6KjW62Q .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KjW62Q .card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6KjW62Q .card-row {
    flex-wrap: wrap;
    grid-template-columns: 1fr;
  }
}
.cid-vbJ6KjW62Q .item {
  position: relative;
  margin-bottom: -1px;
  border-radius: 0;
}
.cid-vbJ6KjW62Q .item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6KjW62Q .item:after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-vbJ6KjW62Q .item:nth-child(3n):after {
  display: none;
}
.cid-vbJ6KjW62Q .item-wrapper {
  position: relative;
  display: flex;
  align-items: start;
  width: 100%;
  height: 100%;
  padding: 3rem 2rem;
}
@media (max-width: 991px) {
  .cid-vbJ6KjW62Q .item-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
  }
}
.cid-vbJ6KjW62Q .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .cid-vbJ6KjW62Q .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbJ6KjW62Q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 48px;
  color: #ffffff;
  margin-right: 0;
}
.cid-vbJ6KjW62Q .card-text-wrap {
  width: 100%;
  flex-grow: 1;
}
.cid-vbJ6KjW62Q .card-title {
  color: #FFFFFF;
}
.cid-vbJ6KjW62Q .card-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KjW62Q .card-text {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6Kkdf7I {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6Kkdf7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6Kkdf7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6Kkdf7I .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkdf7I .section-border-item_center {
    display: none;
  }
}
.cid-vbJ6Kkdf7I .main-container {
  display: flex;
  align-items: stretch;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkdf7I .main-container {
    flex-wrap: wrap;
  }
}
.cid-vbJ6Kkdf7I .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkdf7I .card-wrap {
    width: 100%;
  }
}
.cid-vbJ6Kkdf7I .card-box {
  width: 100%;
  height: 100%;
}
.cid-vbJ6Kkdf7I .list {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-template-rows: 1fr 1fr;
  width: 100%;
  height: 100%;
}
.cid-vbJ6Kkdf7I .list:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #3a8679;
}
@media (max-width: 575px) {
  .cid-vbJ6Kkdf7I .list:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6Kkdf7I .list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
}
.cid-vbJ6Kkdf7I .list-item {
  padding: 2rem 1rem;
  min-height: 192px;
}
.cid-vbJ6Kkdf7I .list-item:not(:nth-child(3n)) {
  border-right: 1px solid #3a8679;
}
@media (max-width: 575px) {
  .cid-vbJ6Kkdf7I .list-item {
    border-right: none;
  }
  .cid-vbJ6Kkdf7I .list-item:not(:last-child) {
    border-bottom: 1px solid #3a8679;
  }
}
.cid-vbJ6Kkdf7I .list-title {
  color: #ffffff;
}
.cid-vbJ6Kkdf7I .list-text {
  color: #FFFFFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6Kkdf7I .list-text {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6Kkdf7I .text-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  width: 50%;
  padding: 0 2.5%;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkdf7I .text-wrap {
    position: relative;
    width: 100%;
    padding: 0;
  }
}
.cid-vbJ6Kkdf7I .text-box {
  padding-top: calc(5% + 3rem);
  padding-bottom: calc(5% + 3rem);
}
@media (max-width: 991px) {
  .cid-vbJ6Kkdf7I .text-box {
    position: relative;
    width: 100%;
    padding: 5%;
  }
  .cid-vbJ6Kkdf7I .text-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #3a8679;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6Kkdf7I .text-box {
    padding: 1rem;
  }
}
.cid-vbJ6Kkdf7I .item:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-vbJ6Kkdf7I .item:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}
.cid-vbJ6Kkdf7I .card-title {
  color: #3a8679;
}
.cid-vbJ6Kkdf7I .card-subtitle {
  color: #FFFFFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6Kkdf7I .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6KkqKc6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KkqKc6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KkqKc6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KkqKc6 .section-border-item {
  background-color: #3a8679;
}
.cid-vbJ6KkqKc6 .card-title {
  color: #3a8679;
  text-align: center;
}
.cid-vbJ6KkqKc6 .card-subtitle {
  color: #FFF;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KkqKc6 .card-subtitle {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6KkqKc6 .card-text {
  color: #FFFFFF;
  margin-top: 1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vbJ6KkqKc6 .card-text {
    margin-top: 0.75rem;
  }
}
.cid-vbJ6KjV4BI {
  background-image: url("../../../assets/images/fondo-negro1-1269x693.webp");
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KjV4BI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KjV4BI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KjV4BI.mbr-fullscreen {
  padding: 0 !important;
}
.cid-vbJ6KjV4BI:not(.mbr-fullscreen) {
  min-height: 680px;
}
@media (max-width: 991px) {
  .cid-vbJ6KjV4BI:not(.mbr-fullscreen) {
    min-height: 616px;
  }
}
.cid-vbJ6KjV4BI .section-border-item {
  background-color: #3a8679;
}
.cid-veW07m5Ef6 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #110f24;
}
.cid-veW07m5Ef6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veW07m5Ef6 .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-veW07m5Ef6 .content-wrap {
    margin-bottom: 32px;
  }
}
.cid-veW07m5Ef6 .content-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veW07m5Ef6 .content-wrap .mbr-section-btn {
  margin-top: 14px;
}
.cid-veW07m5Ef6 .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-veW07m5Ef6 .text-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-veW07m5Ef6 .text-wrapper .mbr-text {
  display: inline-block;
  margin-bottom: 0;
}
.cid-veW07m5Ef6 .text-wrapper .list-wrapper {
  margin-top: 24px;
}
.cid-veW07m5Ef6 .text-wrapper .list-wrapper .list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-veW07m5Ef6 .text-wrapper .list-wrapper .list .item-wrap {
  padding: 2px 12px;
  margin-bottom: 0;
  display: inline-block;
  background-color: #e0f782;
}
.cid-veW07m5Ef6 .mbr-section-title {
  color: #000000;
}
.cid-veW07m5Ef6 .mbr-text,
.cid-veW07m5Ef6 .text-wrapper {
  color: #4f4f4f;
}
.cid-veW07m5Ef6 .list {
  color: #000000;
}
.cid-veW07m5Ef6 .mbr-section-title,
.cid-veW07m5Ef6 .mbr-section-btn {
  color: #3a8679;
}
.cid-veW07m5Ef6 .mbr-text {
  color: #ffffff;
}
.cid-vbJ6Kkrun9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6Kkrun9 .section-border-item {
  background-color: #3a8679;
}
.cid-vbJ6Kkrun9 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6Kkrun9 .main-container {
    padding: 3rem 0;
  }
}
.cid-vbJ6Kkrun9 .title-wrap {
  width: 100%;
}
.cid-vbJ6Kkrun9 .title-box {
  width: 100%;
}
.cid-vbJ6Kkrun9 .mbr-title {
  color: #3a8679;
}
.cid-vbJ6Kkrun9 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vbJ6Kkrun9 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6Kkrun9 .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .card-row {
    flex-wrap: wrap;
  }
}
.cid-vbJ6Kkrun9 .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .card {
    width: 100%;
  }
}
.cid-vbJ6Kkrun9 .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
.cid-vbJ6Kkrun9 .card:nth-child(1) .card-bg {
  background-image: url("../../../assets/images/foto202-314x313.webp");
}
.cid-vbJ6Kkrun9 .card:nth-child(2) .card-bg {
  background-image: url("../../../assets/images/disec3b1o207-314x314.webp");
}
.cid-vbJ6Kkrun9 .card:nth-child(3) .card-bg {
  background-image: url("../../../assets/images/giant-insulators-2024-10-17-22-37-51-utc-2000x1314.webp");
}
@media (min-width: 992px) {
  .cid-vbJ6Kkrun9 .card:hover .card-bg {
    opacity: 0.3;
    transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.2, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
  .cid-vbJ6Kkrun9 .card:hover .card-title {
    color: #ffffff !important;
  }
  .cid-vbJ6Kkrun9 .card:hover .card-text {
    color: #ffffff !important;
  }
  .cid-vbJ6Kkrun9 .card:hover .card-label-container {
    background-color: #3a8679;
  }
  .cid-vbJ6Kkrun9 .card:hover .card-label-container .card-label {
    color: #110f24 !important;
  }
  .cid-vbJ6Kkrun9 .card:hover .card-label-container .card-label a {
    color: #110f24 !important;
  }
}
.cid-vbJ6Kkrun9 .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding: 2rem;
}
.cid-vbJ6Kkrun9 .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-size: cover;
  background-position: center;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(4deg, 0deg);
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .card-bg {
    opacity: 0.7;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-vbJ6Kkrun9 .card-text-wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.cid-vbJ6Kkrun9 .card-title {
  color: #FFFFFF;
  transition: 0.6s all;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .card-title {
    color: #090f10 !important;
  }
}
.cid-vbJ6Kkrun9 .card-text {
  color: #FFFFFF;
  margin-top: 2rem;
  transition: 0.6s all;
}
@media (max-width: 991px) {
  .cid-vbJ6Kkrun9 .card-text {
    color: #090f10 !important;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6Kkrun9 .card-text {
    margin-top: 1.5rem;
  }
}
.cid-vbJ6Kkrun9 .card-label-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 70%;
  margin-top: auto;
  margin-bottom: -2rem;
  margin-left: -2rem;
  margin-right: auto;
  padding: 1rem 2rem;
  background-color: #110f24;
  transition: 0.3s all;
  border-top: 1px solid #3a8679;
  border-right: 1px solid #3a8679;
}
.cid-vbJ6Kkrun9 .card-label {
  color: #FFFFFF;
}
.cid-vbJ6KkI2nC {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KkI2nC .mbr-overlay {
  background-color: #090f10;
  opacity: 0.4;
}
.cid-vbJ6KkI2nC .section-border-item {
  background-color: #6d8e93;
}
.cid-vbJ6KkI2nC .mbr-section-head {
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .cid-vbJ6KkI2nC .mbr-section-head {
    margin-bottom: 8rem;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KkI2nC .mbr-section-head {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6KkI2nC .mbr-section-head {
    margin-bottom: 6rem;
  }
}
.cid-vbJ6KkI2nC .mbr-section-title {
  color: #3a8679;
  margin-bottom: 1rem;
  text-align: left;
}
.cid-vbJ6KkI2nC .mbr-section-subtitle {
  color: #FFFFFF;
  margin-bottom: 0;
  text-align: justify;
}
.cid-vbJ6KkI2nC .form-wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 !important;
}
.cid-vbJ6KkI2nC form {
  width: 100%;
}
.cid-vbJ6KkI2nC form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-vbJ6KkI2nC form p {
  color: #ffffff;
}
.cid-vbJ6KkI2nC form .mbr-section-btn .btn {
  width: 100%;
  border-radius: 0.5rem !important;
  padding: 0.625rem 1.125rem;
}
.cid-vbJ6KkI2nC form .mbr-section-btn .btn:hover {
  transform: translate(0, 0);
}
.cid-vbJ6KkI2nC form .form-group {
  margin-top: 0 !important;
  margin-bottom: 1.5rem !important;
}
.cid-vbJ6KkI2nC form .form-control {
  height: 44px;
  border: 1px solid #ffffff !important;
  background: transparent;
  outline: none !important;
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
  border-radius: 0.5rem !important;
  margin-bottom: 0;
  padding: 0.5rem 0.875rem;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  transition: 0.3s;
}
.cid-vbJ6KkI2nC form .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.cid-vbJ6KkI2nC form .form-control::-moz-placeholder {
  color: #ffffff;
}
.cid-vbJ6KkI2nC form .form-control:-moz-placeholder {
  color: #ffffff;
}
.cid-vbJ6KkI2nC form .form-control:-ms-input-placeholder {
  color: #ffffff;
}
.cid-vbJ6KkI2nC form select {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form textarea {
  height: 180px !important;
  min-height: 180px !important;
  padding: 0.5rem 0.875rem;
  resize: none;
}
.cid-vbJ6KkI2nC form textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form textarea::-moz-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form textarea:-moz-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form textarea:-ms-input-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form input,
.cid-vbJ6KkI2nC form textarea {
  transition: 0.5s all;
}
.cid-vbJ6KkI2nC form input:active,
.cid-vbJ6KkI2nC form textarea:active,
.cid-vbJ6KkI2nC form input:focus,
.cid-vbJ6KkI2nC form textarea:focus {
  background-color: rgba(255, 255, 255, 0.09) !important;
  border-color: #ffffff !important;
  outline: none !important;
}
.cid-vbJ6KkI2nC form input:active::-webkit-input-placeholder,
.cid-vbJ6KkI2nC form textarea:active::-webkit-input-placeholder,
.cid-vbJ6KkI2nC form input:focus::-webkit-input-placeholder,
.cid-vbJ6KkI2nC form textarea:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form input:active::-moz-placeholder,
.cid-vbJ6KkI2nC form textarea:active::-moz-placeholder,
.cid-vbJ6KkI2nC form input:focus::-moz-placeholder,
.cid-vbJ6KkI2nC form textarea:focus::-moz-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form input:active:-moz-placeholder,
.cid-vbJ6KkI2nC form textarea:active:-moz-placeholder,
.cid-vbJ6KkI2nC form input:focus:-moz-placeholder,
.cid-vbJ6KkI2nC form textarea:focus:-moz-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form input:active:-ms-input-placeholder,
.cid-vbJ6KkI2nC form textarea:active:-ms-input-placeholder,
.cid-vbJ6KkI2nC form input:focus:-ms-input-placeholder,
.cid-vbJ6KkI2nC form textarea:focus:-ms-input-placeholder {
  color: #ffffff !important;
}
.cid-vbJ6KkI2nC form .row {
  margin-left: -0.75rem !important;
  margin-right: -0.75rem !important;
}
.cid-vbJ6KkI2nC form .row [class*=col] {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.cid-vbJ6KkI2nC form label {
  width: 100%;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.cid-vbJ6KkI2nC form .form-check label {
  color: #ffffff;
}
.cid-vbJ6KkI2nC form .form-check-input {
  border-color: #ffffff !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-vbJ6KkI2nC form .form-check-input:focus,
.cid-vbJ6KkI2nC form .form-check-input:hover {
  background-color: transparent !important;
  border-color: #090f10 !important;
}
.cid-vbJ6KkI2nC form .form-check-input:checked {
  border-color: #ffffff !important;
  background-color: #ffffff !important;
}
.cid-vbJ6KkPGNs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6KkPGNs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbJ6KkPGNs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbJ6KkPGNs .section-border-item {
  background-color: #3a8679;
}
.cid-vbJ6KkPGNs .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KkPGNs .main-container {
    padding: 3rem 0;
  }
}
.cid-vbJ6KkPGNs .title-wrap {
  width: 100%;
}
.cid-vbJ6KkPGNs .title-box {
  width: 100%;
}
.cid-vbJ6KkPGNs .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vbJ6KkPGNs .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vbJ6KkPGNs .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vbJ6KkPGNs .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .card-row {
    flex-wrap: wrap;
  }
}
.cid-vbJ6KkPGNs .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .card {
    width: 100%;
  }
}
.cid-vbJ6KkPGNs .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-vbJ6KkPGNs .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-vbJ6KkPGNs .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-vbJ6KkPGNs .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-vbJ6KkPGNs .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-vbJ6KkPGNs .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-vbJ6KkPGNs .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vbJ6KkPGNs .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-vbJ6KkPGNs .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KkPGNs .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-vbJ6KkPGNs .card-title {
  color: #3a8679;
}
.cid-vbJ6KkPGNs .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-vbJ6KkPGNs .card-text {
    margin-top: 1rem;
  }
}
.cid-vbJ6KkPGNs .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-vbJ6KkPGNs .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-vbJ6KkPGNs .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-vbJ6KkPGNs .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-vbJ6KkPGNs .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vbJ6KkPGNs .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-vbJ6Kl0kLH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6Kl0kLH .section-border-item {
  background-color: #6d8e93;
}
.cid-vbJ6Kl0kLH .mbr-text {
  color: #FFFFFF;
}
.cid-vbJ6Kl0kLH .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vePMGIcD0O {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-vePMGIcD0O nav.navbar {
  position: fixed;
}
.cid-vePMGIcD0O .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vePMGIcD0O .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vePMGIcD0O .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vePMGIcD0O .dropdown-item:hover,
.cid-vePMGIcD0O .dropdown-item:focus {
  background: #3a8679 !important;
  color: white !important;
}
.cid-vePMGIcD0O .dropdown-item:hover span {
  color: white;
}
.cid-vePMGIcD0O .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vePMGIcD0O .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vePMGIcD0O .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vePMGIcD0O .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vePMGIcD0O .nav-link {
  position: relative;
}
.cid-vePMGIcD0O .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vePMGIcD0O .container {
    flex-wrap: nowrap;
  }
}
.cid-vePMGIcD0O .navbar-caption {
  color: #FFFFFF;
}
.cid-vePMGIcD0O .dropdown-menu,
.cid-vePMGIcD0O .navbar.opened {
  background: #110f24 !important;
}
.cid-vePMGIcD0O .nav-item:focus,
.cid-vePMGIcD0O .nav-link:focus {
  outline: none;
}
.cid-vePMGIcD0O .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vePMGIcD0O .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vePMGIcD0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vePMGIcD0O .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vePMGIcD0O .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vePMGIcD0O .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vePMGIcD0O .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #110f24;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #3a8679;
}
.cid-vePMGIcD0O .navbar.opened {
  transition: all 0.3s;
}
.cid-vePMGIcD0O .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vePMGIcD0O .navbar .navbar-logo img {
  width: auto;
}
.cid-vePMGIcD0O .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vePMGIcD0O .navbar.collapsed {
  justify-content: center;
}
.cid-vePMGIcD0O .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vePMGIcD0O .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vePMGIcD0O .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-vePMGIcD0O .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vePMGIcD0O .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vePMGIcD0O .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vePMGIcD0O .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vePMGIcD0O .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vePMGIcD0O .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vePMGIcD0O .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vePMGIcD0O .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vePMGIcD0O .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vePMGIcD0O .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vePMGIcD0O .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vePMGIcD0O .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vePMGIcD0O .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vePMGIcD0O .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vePMGIcD0O .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vePMGIcD0O .navbar.navbar-short {
  min-height: auto;
}
.cid-vePMGIcD0O .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vePMGIcD0O .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vePMGIcD0O .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vePMGIcD0O .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vePMGIcD0O .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vePMGIcD0O .dropdown-item.active,
.cid-vePMGIcD0O .dropdown-item:active {
  background-color: transparent;
}
.cid-vePMGIcD0O .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vePMGIcD0O .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vePMGIcD0O .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vePMGIcD0O .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #110f24;
}
.cid-vePMGIcD0O .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vePMGIcD0O .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vePMGIcD0O ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vePMGIcD0O .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vePMGIcD0O .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-vePMGIcD0O .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vePMGIcD0O .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vePMGIcD0O .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vePMGIcD0O button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vePMGIcD0O button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vePMGIcD0O button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vePMGIcD0O button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vePMGIcD0O button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vePMGIcD0O button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vePMGIcD0O button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vePMGIcD0O button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vePMGIcD0O nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vePMGIcD0O nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vePMGIcD0O nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vePMGIcD0O nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vePMGIcD0O .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vePMGIcD0O a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vePMGIcD0O .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vePMGIcD0O .navbar {
    height: 70px;
  }
  .cid-vePMGIcD0O .navbar.opened {
    height: auto;
  }
  .cid-vePMGIcD0O .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vePMGIcD0O .container-fluid {
  padding-right: 0;
}
.cid-vePMGIcD0O .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vePMGIcD0O .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vePMGIcD0O .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vePMGIcD0O .navbar-collapse .nav-link:hover {
  color: #3a8679 !important;
}
@media (max-width: 991px) {
  .cid-vePMGIcD0O .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vePMGIcD0O .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vePMGIcD0O .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vePMGIcD0O .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vePMGIcD0O .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vePMGIcD0O .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vePMGIcD0O .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vePMGIcD0O .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-vePMGIcD0O .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vePMGIcD0O .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vePMGIcD0O .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vePMGIcD0O .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vePMGIcD0O .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vePMGIcD0O .navbar-caption:hover {
  color: #ffffff;
}
.cid-vePMGIcD0O .nav-link,
.cid-vePMGIcD0O .dropdown-item {
  color: #FFFFFF;
}
.cid-veVWg8AOSm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #110f24;
}
.cid-veVWg8AOSm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veVWg8AOSm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veVWg8AOSm .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-veVWg8AOSm .content-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veVWg8AOSm .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-veVWg8AOSm .content-wrapper .mbr-section-btn {
  margin-top: 20px;
  margin-bottom: -9.6px;
}
@media (max-width: 992px) {
  .cid-veVWg8AOSm .content-wrapper .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-veVWg8AOSm .image-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-veVWg8AOSm .image-wrapper {
    margin-top: 30px;
  }
}
.cid-veVWg8AOSm .image-wrapper img {
  display: inline-flex;
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-veVWg8AOSm .mbr-section-title {
  color: #3a353e;
}
.cid-veVWg8AOSm .mbr-text {
  color: #3a353e;
}
.cid-veVWg8AOSm .mbr-text,
.cid-veVWg8AOSm .text-wrap {
  color: #ffffff;
}
.cid-veVWg8AOSm .mbr-section-title,
.cid-veVWg8AOSm .mbr-section-btn {
  color: #3a8679;
}
.cid-vePMGPhppk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vePMGPhppk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vePMGPhppk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vePMGPhppk .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vePMGPhppk .section-border-item_center {
    display: none;
  }
}
.cid-vePMGPhppk .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-vePMGPhppk .main-container {
    flex-wrap: wrap;
  }
}
.cid-vePMGPhppk .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vePMGPhppk .card-wrap {
    width: 100%;
  }
}
.cid-vePMGPhppk .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-vePMGPhppk .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vePMGPhppk .card-box {
    max-width: 100%;
  }
}
.cid-vePMGPhppk .card-title {
  color: #3a8679;
}
.cid-vePMGPhppk .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vePMGPhppk .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vePMGPhppk .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vePMGPhppk .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vePMGPhppk .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-vePMGPhppk .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vePMGPhppk .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-vePMGPhppk .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.cid-vePMGPhppk .list-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-vePMGPhppk .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vePMGPhppk .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-vePMGPhppk .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-vePMGPhppk .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-vePMGPhppk .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-vePMGPhppk .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vePMGPhppk .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vePMGPhppk .mbr-text,
.cid-vePMGPhppk .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vePMGOnDcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vePMGOnDcs .section-border-item {
  background-color: #3a8679;
}
.cid-vePMGOnDcs .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vePMGOnDcs .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vePMGOnDcs .main-container {
    padding: 3rem 0;
  }
}
.cid-vePMGOnDcs .title-wrap {
  width: 100%;
}
.cid-vePMGOnDcs .title-box {
  width: 100%;
}
.cid-vePMGOnDcs .mbr-title {
  color: #FFFFFF;
}
.cid-vePMGOnDcs .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vePMGOnDcs .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vePMGOnDcs .card-row {
  display: flex;
  align-items: stretch;
  margin-bottom: -1px;
  flex-wrap: wrap;
  border-top: 1px solid #3a8679;
}
.cid-vePMGOnDcs .item {
  position: relative;
  width: 25%;
  border-radius: 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-vePMGOnDcs .item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-vePMGOnDcs .item {
    width: 100%;
  }
}
.cid-vePMGOnDcs .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background-color: #3a8679;
}
@media (min-width: 1200px) {
  .cid-vePMGOnDcs .item:not(:nth-child(4n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3a8679;
  }
}
@media (min-width: 768px) {
  .cid-vePMGOnDcs .item:not(:nth-child(2n)):after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #3a8679;
  }
}
@media (min-width: 767px) {
  .cid-vePMGOnDcs .item:hover .item-img img {
    transform: translate3d(0px, 0px, 0px) scale3d(1.1, 1.1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(2deg, 0deg);
  }
}
.cid-vePMGOnDcs .item-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 0;
}
.cid-vePMGOnDcs .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  overflow: hidden;
}
.cid-vePMGOnDcs .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s all;
  animation: none;
}
.cid-vePMGOnDcs .card-text-wrap {
  width: 100%;
  padding: 2rem;
  border-top: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vePMGOnDcs .card-text-wrap {
    padding: 1.5rem;
  }
}
@media (max-width: 575px) {
  .cid-vePMGOnDcs .card-text-wrap {
    padding: 1.25rem;
  }
}
.cid-vePMGOnDcs .card-title {
  color: #FFFFFF;
}
.cid-vePMGOnDcs .card-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vePMGOnDcs .card-text {
    margin-top: 1.25rem;
  }
}
.cid-vePMGOnDcs .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vePMGOnDcs .mbr-section-btn {
    margin-top: 1.25rem;
  }
}
.cid-vjwG1yitoR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #110f24;
}
.cid-vjwG1yitoR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjwG1yitoR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjwG1yitoR .item-wrapper {
  padding: 30px;
  transition: 0.2s;
  border: 1px solid transparent;
  position: relative;
}
.cid-vjwG1yitoR .item-wrapper:hover {
  border: 1px solid #fafafa;
}
.cid-vjwG1yitoR .item-wrapper:hover .icon-wrapper {
  opacity: 0.7;
}
.cid-vjwG1yitoR .item-wrapper .w-100 {
  height: 100%;
}
.cid-vjwG1yitoR .item-wrapper img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cid-vjwG1yitoR .item-wrapper .icon-wrapper {
  pointer-events: none;
  position: absolute;
  width: 60px;
  height: 60px;
  font-size: 22px;
  left: 50%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  color: #fafafa;
  transform: translateX(-50%) translateY(-50%);
  background-color: #1b1b1b;
  transition: 0.2s;
}
.cid-vjwG1yitoR .carousel-control,
.cid-vjwG1yitoR .close {
  background: #1b1b1b;
}
.cid-vjwG1yitoR .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-vjwG1yitoR .carousel-control-prev span {
  margin-right: 5px;
}
.cid-vjwG1yitoR .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-vjwG1yitoR .carousel-control-next span {
  margin-left: 5px;
}
.cid-vjwG1yitoR .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fafafa;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fafafa;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-vjwG1yitoR .close::before {
  content: '\e91a';
}
.cid-vjwG1yitoR .close:hover {
  opacity: 1;
  background: #000000;
  color: #fafafa;
}
.cid-vjwG1yitoR .carousel-control {
  display: flex;
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-vjwG1yitoR .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjwG1yitoR .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-vjwG1yitoR .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-vjwG1yitoR .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-vjwG1yitoR .carousel-indicators li {
  max-width: 15px;
  height: 15px;
  width: 15px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fafafa;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-vjwG1yitoR .carousel-indicators li.active,
.cid-vjwG1yitoR .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-vjwG1yitoR .carousel-indicators li::after,
.cid-vjwG1yitoR .carousel-indicators li::before {
  content: none;
}
.cid-vjwG1yitoR .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-vjwG1yitoR .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-vjwG1yitoR .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-vjwG1yitoR .carousel-indicators {
    display: none;
  }
}
.cid-vjwG1yitoR .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-vjwG1yitoR .carousel-inner > .active {
  display: block;
}
.cid-vjwG1yitoR .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-vjwG1yitoR .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-vjwG1yitoR .carousel-control:hover {
  background: #1c1c1c;
  color: #fafafa;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-vjwG1yitoR .carousel-control,
  .cid-vjwG1yitoR .carousel-indicators,
  .cid-vjwG1yitoR .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-vjwG1yitoR .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-vjwG1yitoR .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-vjwG1yitoR .carousel-indicators .active,
.cid-vjwG1yitoR .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-vjwG1yitoR .carousel-indicators .active {
  background: #fafafa;
}
.cid-vjwG1yitoR .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-vjwG1yitoR .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-vjwG1yitoR .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-vjwG1yitoR .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-vjwG1yitoR .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-vjwG1yitoR .modal-body img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-vjwG1yitoR .carousel {
  width: 100%;
}
.cid-vjwG1yitoR .modal-backdrop.in {
  opacity: 0.8;
}
.cid-vjwG1yitoR .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-vjwG1yitoR .modal.fade .modal-dialog,
.cid-vjwG1yitoR .modal.in .modal-dialog {
  transform: none;
}
.cid-vjwG1yitoR .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-vjwG1yitoR H6 {
  text-align: center;
}
.cid-vjwG1yitoR .rotate {
  transform: rotate(225deg);
  position: absolute;
}
@media (max-width: 425px) {
  .cid-vjwG1yitoR .rotate {
    top: -6px;
  }
}
.cid-vjwG1yitoR .title-relative {
  position: relative;
}
.cid-vjwG1yitoR .mbr-section-title,
.cid-vjwG1yitoR .mbr-section-subtitle {
  color: #fafafa;
}
@media (min-width: 992px) {
  .cid-vjwG1yitoR .item-content {
    padding-top: 10px;
  }
}
@media (max-width: 991px) {
  .cid-vjwG1yitoR .item-content {
    padding-top: 10px;
  }
}
.cid-vjwG1yitoR .mbr-text,
.cid-vjwG1yitoR .item-title {
  color: #fafafa;
}
.cid-vjwG1yitoR .inner-position {
  padding: 40px;
  background-color: #fafafa;
  max-width: 60%;
  margin: 0 auto;
}
.cid-vjwG1yitoR .inner-price {
  margin-bottom: 0;
  align-self: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.cid-vjwG1yitoR .style-button {
  padding: 15px 30px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 0;
  font-weight: 500;
  background-color: #000000;
  color: #fafafa;
}
.cid-vjwG1yitoR .order-position {
  display: flex;
  justify-content: space-between;
}
.cid-vjwG1yitoR .text-size {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}
.cid-vjwG1yitoR .text-color {
  color: #c4c4c8;
  font-size: 14px;
  line-height: 24px;
}
.cid-vjwG1yitoR .span-color {
  color: #000000;
  font-weight: 700;
}
.cid-vePMGVF6cl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vePMGVF6cl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vePMGVF6cl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vePMGVF6cl .section-border-item {
  background-color: #3a8679;
}
.cid-vePMGVF6cl .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vePMGVF6cl .main-container {
    padding: 3rem 0;
  }
}
.cid-vePMGVF6cl .title-wrap {
  width: 100%;
}
.cid-vePMGVF6cl .title-box {
  width: 100%;
}
.cid-vePMGVF6cl .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vePMGVF6cl .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vePMGVF6cl .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vePMGVF6cl .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .card-row {
    flex-wrap: wrap;
  }
}
.cid-vePMGVF6cl .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .card {
    width: 100%;
  }
}
.cid-vePMGVF6cl .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-vePMGVF6cl .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-vePMGVF6cl .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-vePMGVF6cl .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-vePMGVF6cl .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-vePMGVF6cl .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-vePMGVF6cl .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vePMGVF6cl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-vePMGVF6cl .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-vePMGVF6cl .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-vePMGVF6cl .card-title {
  color: #ffffff;
}
.cid-vePMGVF6cl .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-vePMGVF6cl .card-text {
    margin-top: 1rem;
  }
}
.cid-vePMGVF6cl .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-vePMGVF6cl .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-vePMGVF6cl .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-vePMGVF6cl .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-vePMGVF6cl .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vePMGVF6cl .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-vePMGWIETN {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vePMGWIETN .section-border-item {
  background-color: #6d8e93;
}
.cid-vePMGWIETN .mbr-text {
  color: #FFFFFF;
}
.cid-vePMGWIETN .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-veIwsYvwuW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-veIwsYvwuW nav.navbar {
  position: fixed;
}
.cid-veIwsYvwuW .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIwsYvwuW .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veIwsYvwuW .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veIwsYvwuW .dropdown-item:hover,
.cid-veIwsYvwuW .dropdown-item:focus {
  background: #3a8679 !important;
  color: white !important;
}
.cid-veIwsYvwuW .dropdown-item:hover span {
  color: white;
}
.cid-veIwsYvwuW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veIwsYvwuW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veIwsYvwuW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veIwsYvwuW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veIwsYvwuW .nav-link {
  position: relative;
}
.cid-veIwsYvwuW .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veIwsYvwuW .container {
    flex-wrap: nowrap;
  }
}
.cid-veIwsYvwuW .navbar-caption {
  color: #FFFFFF;
}
.cid-veIwsYvwuW .dropdown-menu,
.cid-veIwsYvwuW .navbar.opened {
  background: #110f24 !important;
}
.cid-veIwsYvwuW .nav-item:focus,
.cid-veIwsYvwuW .nav-link:focus {
  outline: none;
}
.cid-veIwsYvwuW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veIwsYvwuW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veIwsYvwuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veIwsYvwuW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veIwsYvwuW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veIwsYvwuW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veIwsYvwuW .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #110f24;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #3a8679;
}
.cid-veIwsYvwuW .navbar.opened {
  transition: all 0.3s;
}
.cid-veIwsYvwuW .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veIwsYvwuW .navbar .navbar-logo img {
  width: auto;
}
.cid-veIwsYvwuW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veIwsYvwuW .navbar.collapsed {
  justify-content: center;
}
.cid-veIwsYvwuW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veIwsYvwuW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veIwsYvwuW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-veIwsYvwuW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veIwsYvwuW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veIwsYvwuW .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veIwsYvwuW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veIwsYvwuW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-veIwsYvwuW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veIwsYvwuW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veIwsYvwuW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veIwsYvwuW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veIwsYvwuW .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veIwsYvwuW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veIwsYvwuW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veIwsYvwuW .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veIwsYvwuW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veIwsYvwuW .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-veIwsYvwuW .navbar.navbar-short {
  min-height: auto;
}
.cid-veIwsYvwuW .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-veIwsYvwuW .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-veIwsYvwuW .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-veIwsYvwuW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-veIwsYvwuW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veIwsYvwuW .dropdown-item.active,
.cid-veIwsYvwuW .dropdown-item:active {
  background-color: transparent;
}
.cid-veIwsYvwuW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veIwsYvwuW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veIwsYvwuW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veIwsYvwuW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #110f24;
}
.cid-veIwsYvwuW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veIwsYvwuW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veIwsYvwuW ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veIwsYvwuW .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-veIwsYvwuW .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-veIwsYvwuW .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-veIwsYvwuW .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-veIwsYvwuW .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-veIwsYvwuW button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-veIwsYvwuW button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-veIwsYvwuW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veIwsYvwuW button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-veIwsYvwuW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-veIwsYvwuW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-veIwsYvwuW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-veIwsYvwuW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-veIwsYvwuW nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIwsYvwuW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-veIwsYvwuW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-veIwsYvwuW nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veIwsYvwuW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veIwsYvwuW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veIwsYvwuW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veIwsYvwuW .navbar {
    height: 70px;
  }
  .cid-veIwsYvwuW .navbar.opened {
    height: auto;
  }
  .cid-veIwsYvwuW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veIwsYvwuW .container-fluid {
  padding-right: 0;
}
.cid-veIwsYvwuW .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-veIwsYvwuW .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-veIwsYvwuW .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-veIwsYvwuW .navbar-collapse .nav-link:hover {
  color: #3a8679 !important;
}
@media (max-width: 991px) {
  .cid-veIwsYvwuW .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-veIwsYvwuW .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-veIwsYvwuW .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-veIwsYvwuW .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-veIwsYvwuW .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-veIwsYvwuW .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-veIwsYvwuW .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-veIwsYvwuW .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-veIwsYvwuW .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-veIwsYvwuW .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-veIwsYvwuW .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-veIwsYvwuW .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-veIwsYvwuW .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-veIwsYvwuW .navbar-caption:hover {
  color: #ffffff;
}
.cid-veIwsYvwuW .nav-link,
.cid-veIwsYvwuW .dropdown-item {
  color: #FFFFFF;
}
.cid-veIwt2vDVV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwt2vDVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwt2vDVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwt2vDVV .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIwt2vDVV .section-border-item_center {
    display: none;
  }
}
.cid-veIwt2vDVV .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veIwt2vDVV .main-container {
    flex-wrap: wrap;
  }
}
.cid-veIwt2vDVV .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veIwt2vDVV .card-wrap {
    width: 100%;
  }
}
.cid-veIwt2vDVV .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veIwt2vDVV .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veIwt2vDVV .card-box {
    max-width: 100%;
  }
}
.cid-veIwt2vDVV .card-title {
  color: #3a8679;
}
.cid-veIwt2vDVV .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt2vDVV .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIwt2vDVV .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veIwt2vDVV .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veIwt2vDVV .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veIwt2vDVV .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veIwt2vDVV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veIwt2vDVV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.cid-veIwt2vDVV .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-veIwt2vDVV .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt2vDVV .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veIwt2vDVV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veIwt2vDVV .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veIwt2vDVV .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veIwt2vDVV .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veIwt2vDVV .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veIwt2vDVV .mbr-text,
.cid-veIwt2vDVV .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veIwt39ABO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwt39ABO .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwt39ABO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwt39ABO .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIwt39ABO .section-border-item_center {
    display: none;
  }
}
.cid-veIwt39ABO .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veIwt39ABO .main-container {
    flex-wrap: wrap;
  }
}
.cid-veIwt39ABO .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veIwt39ABO .card-wrap {
    width: 100%;
  }
}
.cid-veIwt39ABO .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veIwt39ABO .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veIwt39ABO .card-box {
    max-width: 100%;
  }
}
.cid-veIwt39ABO .card-title {
  color: #FFFFFF;
}
.cid-veIwt39ABO .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt39ABO .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIwt39ABO .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veIwt39ABO .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veIwt39ABO .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veIwt39ABO .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veIwt39ABO .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veIwt39ABO .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veIwt39ABO .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veIwt39ABO .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt39ABO .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veIwt39ABO .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veIwt39ABO .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veIwt39ABO .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veIwt39ABO .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veIwt39ABO .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veIwt39ABO .mbr-text,
.cid-veIwt39ABO .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veIwt4oHF0 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/tequila20raiz-1902x719.webp");
}
.cid-veIwt4oHF0 .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-veIwt4oHF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwt4oHF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwt4oHF0 .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veIwt4oHF0 .image-wrap {
    height: 300px;
  }
}
.cid-veIwt4Vu7g {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwt4Vu7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwt4Vu7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwt4Vu7g .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIwt4Vu7g .section-border-item_center {
    display: none;
  }
}
.cid-veIwt4Vu7g .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veIwt4Vu7g .main-container {
    flex-wrap: wrap;
  }
}
.cid-veIwt4Vu7g .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veIwt4Vu7g .card-wrap {
    width: 100%;
  }
}
.cid-veIwt4Vu7g .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veIwt4Vu7g .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veIwt4Vu7g .card-box {
    max-width: 100%;
  }
}
.cid-veIwt4Vu7g .card-title {
  color: #FFFFFF;
}
.cid-veIwt4Vu7g .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt4Vu7g .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIwt4Vu7g .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veIwt4Vu7g .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veIwt4Vu7g .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veIwt4Vu7g .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veIwt4Vu7g .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veIwt4Vu7g .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veIwt4Vu7g .list-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-veIwt4Vu7g .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt4Vu7g .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veIwt4Vu7g .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veIwt4Vu7g .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veIwt4Vu7g .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veIwt4Vu7g .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veIwt4Vu7g .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veIwt4Vu7g .mbr-text,
.cid-veIwt4Vu7g .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veIwt5zKYA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwt5zKYA .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwt5zKYA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwt5zKYA .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIwt5zKYA .section-border-item_center {
    display: none;
  }
}
.cid-veIwt5zKYA .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veIwt5zKYA .main-container {
    flex-wrap: wrap;
  }
}
.cid-veIwt5zKYA .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veIwt5zKYA .card-wrap {
    width: 100%;
  }
}
.cid-veIwt5zKYA .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veIwt5zKYA .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veIwt5zKYA .card-box {
    max-width: 100%;
  }
}
.cid-veIwt5zKYA .card-title {
  color: #FFFFFF;
}
.cid-veIwt5zKYA .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt5zKYA .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIwt5zKYA .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veIwt5zKYA .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veIwt5zKYA .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veIwt5zKYA .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veIwt5zKYA .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veIwt5zKYA .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veIwt5zKYA .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veIwt5zKYA .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIwt5zKYA .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veIwt5zKYA .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veIwt5zKYA .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veIwt5zKYA .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veIwt5zKYA .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veIwt5zKYA .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veIwt5zKYA .mbr-text,
.cid-veIwt5zKYA .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veK0I2Oe8S {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veK0I2Oe8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-veK0I2Oe8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veK0I2Oe8S .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-veK0I2Oe8S .content-wrap .card {
  justify-content: flex-end;
}
.cid-veK0I2Oe8S .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veK0I2Oe8S .content-wrap .main-btn {
  margin-bottom: -9.6px;
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap {
  display: grid;
  flex: 1 0 0;
  gap: 20px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  height: 1px;
  justify-content: center;
  min-height: 520px;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .items-wrapper .items-wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap {
    margin-top: 20px;
  }
  .cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap img:hover,
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap img:focus {
  transform: scale(1.08);
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap_2 {
  grid-column: span 2;
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap_3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap_3 img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .items-wrapper .items-wrap .image-wrap_3 img {
    height: 300px;
  }
}
.cid-veK0I2Oe8S .mbr-section-title {
  color: #3a353e;
}
.cid-veK0I2Oe8S .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veK0I2Oe8S .mbr-section-btn {
    text-align: left;
  }
}
.cid-veKBg4fMTw {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKBg4fMTw .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKBg4fMTw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKBg4fMTw .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKBg4fMTw .section-border-item_center {
    display: none;
  }
}
.cid-veKBg4fMTw .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKBg4fMTw .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKBg4fMTw .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKBg4fMTw .card-wrap {
    width: 100%;
  }
}
.cid-veKBg4fMTw .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKBg4fMTw .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKBg4fMTw .card-box {
    max-width: 100%;
  }
}
.cid-veKBg4fMTw .card-title {
  color: #FFFFFF;
}
.cid-veKBg4fMTw .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKBg4fMTw .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKBg4fMTw .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKBg4fMTw .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKBg4fMTw .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKBg4fMTw .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKBg4fMTw .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKBg4fMTw .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKBg4fMTw .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKBg4fMTw .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKBg4fMTw .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKBg4fMTw .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKBg4fMTw .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKBg4fMTw .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKBg4fMTw .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKBg4fMTw .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKBg4fMTw .mbr-text,
.cid-veKBg4fMTw .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veOUiTRP2E {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #110f24;
}
.cid-veOUiTRP2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOUiTRP2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOUiTRP2E .row {
  margin: 0 -15px;
}
.cid-veOUiTRP2E .row .card {
  padding: 0 15px;
}
.cid-veOUiTRP2E .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veOUiTRP2E .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veOUiTRP2E .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veOUiTRP2E .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veOUiTRP2E .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veOUiTRP2E .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-veOUiTRP2E .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veOUiTRP2E .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-veOUiTRP2E .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-veOUiTRP2E .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veOUiTRP2E .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-veOUiTRP2E .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-veOUiTRP2E .embla__slide .slide-content {
  width: 100%;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #110f24;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-veOUiTRP2E .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veOUiTRP2E .embla__button--next,
.cid-veOUiTRP2E .embla__button--prev {
  display: flex;
}
.cid-veOUiTRP2E .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-veOUiTRP2E .embla__button {
    bottom: 0;
  }
}
.cid-veOUiTRP2E .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a8679 !important;
}
.cid-veOUiTRP2E .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
}
.cid-veOUiTRP2E .embla__button.embla__button--prev {
  left: 0;
}
.cid-veOUiTRP2E .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-veOUiTRP2E .embla__button.embla__button--next {
  right: 0;
}
.cid-veOUiTRP2E .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-veOUiTRP2E .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veOUiTRP2E .embla {
    padding-bottom: 4rem;
  }
}
.cid-veOUiTRP2E .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veOUiTRP2E .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-veOUiTRP2E .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veOUiTRP2E .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veOUiTRP2E .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veOUiTRP2E .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veOUiTRP2E .mbr-section-title {
  color: #fefff5;
}
.cid-veOUiTRP2E .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veOUiTRP2E .mbr-label {
  color: #fefff5;
}
.cid-veOUiTRP2E .mbr-text {
  color: #fefff5;
}
.cid-veOUiTRP2E .item-name {
  color: #fefff5;
}
.cid-veOUiTRP2E .item-role {
  color: #fefff5;
}
.cid-veOUiTRP2E .item-name,
.cid-veOUiTRP2E .mbr-section-btn {
  color: #3a8679;
}
.cid-veOUiTRP2E .mbr-text,
.cid-veOUiTRP2E .text-wrap,
.cid-veOUiTRP2E .mbr-section-btn {
  text-align: justify;
}
.cid-veIwtaKCcn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwtaKCcn .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwtaKCcn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwtaKCcn .section-border-item {
  background-color: #3a8679;
}
.cid-veIwtaKCcn .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-veIwtaKCcn .card-wrap {
  width: 100%;
}
.cid-veIwtaKCcn .card-box {
  width: 100%;
}
.cid-veIwtaKCcn .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veIwtaKCcn .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-veIwtaKCcn .mbr-text {
    margin-top: 1rem;
  }
}
.cid-veIwtbm6I3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwtbm6I3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIwtbm6I3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIwtbm6I3 .section-border-item {
  background-color: #3a8679;
}
.cid-veIwtbm6I3 .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-veIwtbm6I3 .main-container {
    padding: 3rem 0;
  }
}
.cid-veIwtbm6I3 .title-wrap {
  width: 100%;
}
.cid-veIwtbm6I3 .title-box {
  width: 100%;
}
.cid-veIwtbm6I3 .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veIwtbm6I3 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veIwtbm6I3 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIwtbm6I3 .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .card-row {
    flex-wrap: wrap;
  }
}
.cid-veIwtbm6I3 .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .card {
    width: 100%;
  }
}
.cid-veIwtbm6I3 .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-veIwtbm6I3 .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-veIwtbm6I3 .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-veIwtbm6I3 .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-veIwtbm6I3 .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-veIwtbm6I3 .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-veIwtbm6I3 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veIwtbm6I3 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-veIwtbm6I3 .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-veIwtbm6I3 .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-veIwtbm6I3 .card-title {
  color: #ffffff;
}
.cid-veIwtbm6I3 .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-veIwtbm6I3 .card-text {
    margin-top: 1rem;
  }
}
.cid-veIwtbm6I3 .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-veIwtbm6I3 .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-veIwtbm6I3 .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-veIwtbm6I3 .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-veIwtbm6I3 .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-veIwtbm6I3 .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-veIwtc7hNL {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIwtc7hNL .section-border-item {
  background-color: #6d8e93;
}
.cid-veIwtc7hNL .mbr-text {
  color: #FFFFFF;
}
.cid-veIwtc7hNL .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-veKeasHoqz {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-veKeasHoqz nav.navbar {
  position: fixed;
}
.cid-veKeasHoqz .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veKeasHoqz .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veKeasHoqz .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veKeasHoqz .dropdown-item:hover,
.cid-veKeasHoqz .dropdown-item:focus {
  background: #3a8679 !important;
  color: white !important;
}
.cid-veKeasHoqz .dropdown-item:hover span {
  color: white;
}
.cid-veKeasHoqz .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veKeasHoqz .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veKeasHoqz .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veKeasHoqz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veKeasHoqz .nav-link {
  position: relative;
}
.cid-veKeasHoqz .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veKeasHoqz .container {
    flex-wrap: nowrap;
  }
}
.cid-veKeasHoqz .navbar-caption {
  color: #FFFFFF;
}
.cid-veKeasHoqz .dropdown-menu,
.cid-veKeasHoqz .navbar.opened {
  background: #110f24 !important;
}
.cid-veKeasHoqz .nav-item:focus,
.cid-veKeasHoqz .nav-link:focus {
  outline: none;
}
.cid-veKeasHoqz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veKeasHoqz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veKeasHoqz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veKeasHoqz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veKeasHoqz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veKeasHoqz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veKeasHoqz .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #110f24;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #3a8679;
}
.cid-veKeasHoqz .navbar.opened {
  transition: all 0.3s;
}
.cid-veKeasHoqz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veKeasHoqz .navbar .navbar-logo img {
  width: auto;
}
.cid-veKeasHoqz .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veKeasHoqz .navbar.collapsed {
  justify-content: center;
}
.cid-veKeasHoqz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veKeasHoqz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veKeasHoqz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-veKeasHoqz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veKeasHoqz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veKeasHoqz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veKeasHoqz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veKeasHoqz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-veKeasHoqz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veKeasHoqz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veKeasHoqz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veKeasHoqz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veKeasHoqz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veKeasHoqz .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veKeasHoqz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veKeasHoqz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veKeasHoqz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veKeasHoqz .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-veKeasHoqz .navbar.navbar-short {
  min-height: auto;
}
.cid-veKeasHoqz .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-veKeasHoqz .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-veKeasHoqz .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-veKeasHoqz .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-veKeasHoqz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veKeasHoqz .dropdown-item.active,
.cid-veKeasHoqz .dropdown-item:active {
  background-color: transparent;
}
.cid-veKeasHoqz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veKeasHoqz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veKeasHoqz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veKeasHoqz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #110f24;
}
.cid-veKeasHoqz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veKeasHoqz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veKeasHoqz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veKeasHoqz .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-veKeasHoqz .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-veKeasHoqz .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-veKeasHoqz .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-veKeasHoqz .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-veKeasHoqz button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-veKeasHoqz button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-veKeasHoqz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veKeasHoqz button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-veKeasHoqz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-veKeasHoqz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-veKeasHoqz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-veKeasHoqz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-veKeasHoqz nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKeasHoqz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-veKeasHoqz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-veKeasHoqz nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKeasHoqz .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veKeasHoqz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veKeasHoqz .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veKeasHoqz .navbar {
    height: 70px;
  }
  .cid-veKeasHoqz .navbar.opened {
    height: auto;
  }
  .cid-veKeasHoqz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veKeasHoqz .container-fluid {
  padding-right: 0;
}
.cid-veKeasHoqz .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-veKeasHoqz .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-veKeasHoqz .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-veKeasHoqz .navbar-collapse .nav-link:hover {
  color: #3a8679 !important;
}
@media (max-width: 991px) {
  .cid-veKeasHoqz .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-veKeasHoqz .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-veKeasHoqz .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-veKeasHoqz .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-veKeasHoqz .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-veKeasHoqz .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-veKeasHoqz .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-veKeasHoqz .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-veKeasHoqz .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-veKeasHoqz .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-veKeasHoqz .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-veKeasHoqz .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-veKeasHoqz .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-veKeasHoqz .navbar-caption:hover {
  color: #ffffff;
}
.cid-veKeasHoqz .nav-link,
.cid-veKeasHoqz .dropdown-item {
  color: #FFFFFF;
}
.cid-veKeau6ZuD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeau6ZuD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKeau6ZuD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKeau6ZuD .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKeau6ZuD .section-border-item_center {
    display: none;
  }
}
.cid-veKeau6ZuD .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veKeau6ZuD .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKeau6ZuD .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKeau6ZuD .card-wrap {
    width: 100%;
  }
}
.cid-veKeau6ZuD .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veKeau6ZuD .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKeau6ZuD .card-box {
    max-width: 100%;
  }
}
.cid-veKeau6ZuD .card-title {
  color: #ffffff;
}
.cid-veKeau6ZuD .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeau6ZuD .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKeau6ZuD .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKeau6ZuD .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKeau6ZuD .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKeau6ZuD .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKeau6ZuD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKeau6ZuD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.cid-veKeau6ZuD .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-veKeau6ZuD .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeau6ZuD .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKeau6ZuD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veKeau6ZuD .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKeau6ZuD .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKeau6ZuD .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKeau6ZuD .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKeau6ZuD .mbr-text,
.cid-veKeau6ZuD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veOllxujLm {
  padding-top: 2rem;
  padding-bottom: 0rem;
  border-bottom: 2px solid #3a8679;
  background-color: #110f24;
}
.cid-veOllxujLm .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOllxujLm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOllxujLm .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-veOllxujLm .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-veOllxujLm .content-wrapper {
    padding: 0;
  }
}
.cid-veOllxujLm .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-veOllxujLm .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-veOllxujLm .mbr-section-title,
.cid-veOllxujLm .title-wrapper {
  color: #ffffff;
}
.cid-veOllxujLm .mbr-section-title,
.cid-veOllxujLm .mbr-section-btn,
.cid-veOllxujLm .title-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-veOljIofRj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/24k-2-2000x905.webp");
}
.cid-veOljIofRj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #3a8679;
}
.cid-veOljIofRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOljIofRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOljIofRj .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veOljIofRj .image-wrap {
    height: 300px;
  }
}
.cid-veOvbOQ4jX {
  padding-top: 1rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid #3a8679;
  background-color: #110f24;
}
.cid-veOvbOQ4jX .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOvbOQ4jX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOvbOQ4jX .content-wrapper {
  padding: 0 108px;
}
@media (max-width: 1440px) {
  .cid-veOvbOQ4jX .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 992px) {
  .cid-veOvbOQ4jX .content-wrapper {
    padding: 0;
  }
}
.cid-veOvbOQ4jX .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-veOvbOQ4jX .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 22px;
  }
}
.cid-veOvbOQ4jX .mbr-section-title,
.cid-veOvbOQ4jX .title-wrapper {
  color: #ffffff;
}
.cid-veOvbOQ4jX .mbr-section-title,
.cid-veOvbOQ4jX .mbr-section-btn,
.cid-veOvbOQ4jX .title-wrapper {
  text-align: center;
  color: #fafafa;
}
.cid-veKeav1BdY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeav1BdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKeav1BdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKeav1BdY .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKeav1BdY .section-border-item_center {
    display: none;
  }
}
.cid-veKeav1BdY .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKeav1BdY .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKeav1BdY .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKeav1BdY .card-wrap {
    width: 100%;
  }
}
.cid-veKeav1BdY .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKeav1BdY .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKeav1BdY .card-box {
    max-width: 100%;
  }
}
.cid-veKeav1BdY .card-title {
  color: #FFFFFF;
}
.cid-veKeav1BdY .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeav1BdY .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKeav1BdY .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKeav1BdY .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKeav1BdY .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKeav1BdY .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKeav1BdY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKeav1BdY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKeav1BdY .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKeav1BdY .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeav1BdY .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKeav1BdY .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKeav1BdY .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKeav1BdY .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKeav1BdY .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKeav1BdY .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKeav1BdY .mbr-text,
.cid-veKeav1BdY .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veOQJX8d0t {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veOQJX8d0t .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOQJX8d0t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOQJX8d0t .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veOQJX8d0t .section-border-item_center {
    display: none;
  }
}
.cid-veOQJX8d0t .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veOQJX8d0t .main-container {
    flex-wrap: wrap;
  }
}
.cid-veOQJX8d0t .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veOQJX8d0t .card-wrap {
    width: 100%;
  }
}
.cid-veOQJX8d0t .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veOQJX8d0t .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veOQJX8d0t .card-box {
    max-width: 100%;
  }
}
.cid-veOQJX8d0t .card-title {
  color: #FFFFFF;
}
.cid-veOQJX8d0t .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veOQJX8d0t .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veOQJX8d0t .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veOQJX8d0t .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veOQJX8d0t .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veOQJX8d0t .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veOQJX8d0t .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veOQJX8d0t .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veOQJX8d0t .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veOQJX8d0t .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veOQJX8d0t .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veOQJX8d0t .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veOQJX8d0t .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veOQJX8d0t .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veOQJX8d0t .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veOQJX8d0t .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veOQJX8d0t .mbr-text,
.cid-veOQJX8d0t .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veQdwp95Qk {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veQdwp95Qk .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQdwp95Qk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQdwp95Qk .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-veQdwp95Qk .content-wrap .card {
  justify-content: flex-end;
}
.cid-veQdwp95Qk .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQdwp95Qk .content-wrap .main-btn {
  margin-bottom: -9.6px;
}
.cid-veQdwp95Qk .items-wrapper .items-wrap {
  display: grid;
  flex: 1 0 0;
  gap: 20px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  height: 1px;
  justify-content: center;
  min-height: 520px;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .items-wrapper .items-wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap {
    margin-top: 20px;
  }
  .cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap img:hover,
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap img:focus {
  transform: scale(1.08);
}
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap_2 {
  grid-column: span 2;
}
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap_3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap_3 img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .items-wrapper .items-wrap .image-wrap_3 img {
    height: 300px;
  }
}
.cid-veQdwp95Qk .mbr-section-title {
  color: #3a353e;
}
.cid-veQdwp95Qk .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veQdwp95Qk .mbr-section-btn {
    text-align: left;
  }
}
.cid-veKeawrRwq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeawrRwq .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKeawrRwq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKeawrRwq .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKeawrRwq .section-border-item_center {
    display: none;
  }
}
.cid-veKeawrRwq .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veKeawrRwq .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKeawrRwq .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKeawrRwq .card-wrap {
    width: 100%;
  }
}
.cid-veKeawrRwq .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veKeawrRwq .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKeawrRwq .card-box {
    max-width: 100%;
  }
}
.cid-veKeawrRwq .card-title {
  color: #FFFFFF;
}
.cid-veKeawrRwq .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeawrRwq .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKeawrRwq .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKeawrRwq .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKeawrRwq .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKeawrRwq .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKeawrRwq .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKeawrRwq .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKeawrRwq .list-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-veKeawrRwq .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeawrRwq .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKeawrRwq .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veKeawrRwq .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKeawrRwq .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKeawrRwq .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKeawrRwq .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKeawrRwq .mbr-text,
.cid-veKeawrRwq .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veQgUW9BIf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veQgUW9BIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQgUW9BIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQgUW9BIf .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veQgUW9BIf .section-border-item_center {
    display: none;
  }
}
.cid-veQgUW9BIf .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veQgUW9BIf .main-container {
    flex-wrap: wrap;
  }
}
.cid-veQgUW9BIf .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veQgUW9BIf .card-wrap {
    width: 100%;
  }
}
.cid-veQgUW9BIf .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veQgUW9BIf .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veQgUW9BIf .card-box {
    max-width: 100%;
  }
}
.cid-veQgUW9BIf .card-title {
  color: #FFFFFF;
}
.cid-veQgUW9BIf .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veQgUW9BIf .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veQgUW9BIf .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veQgUW9BIf .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veQgUW9BIf .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veQgUW9BIf .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veQgUW9BIf .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veQgUW9BIf .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veQgUW9BIf .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veQgUW9BIf .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veQgUW9BIf .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veQgUW9BIf .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veQgUW9BIf .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veQgUW9BIf .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veQgUW9BIf .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veQgUW9BIf .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veQgUW9BIf .mbr-text,
.cid-veQgUW9BIf .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veKeaE9taj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeaE9taj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKeaE9taj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKeaE9taj .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKeaE9taj .section-border-item_center {
    display: none;
  }
}
.cid-veKeaE9taj .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKeaE9taj .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKeaE9taj .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKeaE9taj .card-wrap {
    width: 100%;
  }
}
.cid-veKeaE9taj .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKeaE9taj .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKeaE9taj .card-box {
    max-width: 100%;
  }
}
.cid-veKeaE9taj .card-title {
  color: #FFFFFF;
}
.cid-veKeaE9taj .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeaE9taj .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKeaE9taj .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKeaE9taj .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKeaE9taj .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKeaE9taj .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKeaE9taj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKeaE9taj .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKeaE9taj .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKeaE9taj .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKeaE9taj .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKeaE9taj .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKeaE9taj .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKeaE9taj .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKeaE9taj .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKeaE9taj .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKeaE9taj .mbr-text,
.cid-veKeaE9taj .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veQi4mpdLD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veQi4mpdLD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQi4mpdLD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQi4mpdLD .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veQi4mpdLD .section-border-item_center {
    display: none;
  }
}
.cid-veQi4mpdLD .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veQi4mpdLD .main-container {
    flex-wrap: wrap;
  }
}
.cid-veQi4mpdLD .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veQi4mpdLD .card-wrap {
    width: 100%;
  }
}
.cid-veQi4mpdLD .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veQi4mpdLD .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veQi4mpdLD .card-box {
    max-width: 100%;
  }
}
.cid-veQi4mpdLD .card-title {
  color: #FFFFFF;
}
.cid-veQi4mpdLD .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veQi4mpdLD .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veQi4mpdLD .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veQi4mpdLD .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veQi4mpdLD .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veQi4mpdLD .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veQi4mpdLD .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veQi4mpdLD .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veQi4mpdLD .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veQi4mpdLD .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veQi4mpdLD .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veQi4mpdLD .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veQi4mpdLD .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veQi4mpdLD .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veQi4mpdLD .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veQi4mpdLD .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veQi4mpdLD .mbr-text,
.cid-veQi4mpdLD .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veOPseroVV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veOPseroVV .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOPseroVV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOPseroVV .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veOPseroVV .section-border-item_center {
    display: none;
  }
}
.cid-veOPseroVV .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veOPseroVV .main-container {
    flex-wrap: wrap;
  }
}
.cid-veOPseroVV .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veOPseroVV .card-wrap {
    width: 100%;
  }
}
.cid-veOPseroVV .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veOPseroVV .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veOPseroVV .card-box {
    max-width: 100%;
  }
}
.cid-veOPseroVV .card-title {
  color: #FFFFFF;
}
.cid-veOPseroVV .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veOPseroVV .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veOPseroVV .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veOPseroVV .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veOPseroVV .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veOPseroVV .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veOPseroVV .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veOPseroVV .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veOPseroVV .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veOPseroVV .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veOPseroVV .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veOPseroVV .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veOPseroVV .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veOPseroVV .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veOPseroVV .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veOPseroVV .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veOPseroVV .mbr-text,
.cid-veOPseroVV .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veOqWleBp7 {
  padding-top: 2rem;
  padding-bottom: 4rem;
  background-color: #110f24;
}
.cid-veOqWleBp7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOqWleBp7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOqWleBp7 .row {
  margin: 0 -15px;
}
.cid-veOqWleBp7 .row .card {
  padding: 0 15px;
}
.cid-veOqWleBp7 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veOqWleBp7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veOqWleBp7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veOqWleBp7 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veOqWleBp7 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veOqWleBp7 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-veOqWleBp7 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veOqWleBp7 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-veOqWleBp7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-veOqWleBp7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veOqWleBp7 .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-veOqWleBp7 .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-veOqWleBp7 .embla__slide .slide-content {
  width: 100%;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-veOqWleBp7 .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veOqWleBp7 .embla__button--next,
.cid-veOqWleBp7 .embla__button--prev {
  display: flex;
}
.cid-veOqWleBp7 .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-veOqWleBp7 .embla__button {
    bottom: 0;
  }
}
.cid-veOqWleBp7 .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a8679 !important;
}
.cid-veOqWleBp7 .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
}
.cid-veOqWleBp7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-veOqWleBp7 .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-veOqWleBp7 .embla__button.embla__button--next {
  right: 0;
}
.cid-veOqWleBp7 .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-veOqWleBp7 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veOqWleBp7 .embla {
    padding-bottom: 4rem;
  }
}
.cid-veOqWleBp7 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veOqWleBp7 .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-veOqWleBp7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veOqWleBp7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veOqWleBp7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veOqWleBp7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veOqWleBp7 .mbr-section-title {
  color: #fefff5;
}
.cid-veOqWleBp7 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veOqWleBp7 .mbr-label {
  color: #fefff5;
}
.cid-veOqWleBp7 .mbr-text {
  color: #fefff5;
}
.cid-veOqWleBp7 .item-name {
  color: #fefff5;
}
.cid-veOqWleBp7 .item-role {
  color: #fefff5;
}
.cid-veOqWleBp7 .item-name,
.cid-veOqWleBp7 .mbr-section-btn {
  color: #3a8679;
}
.cid-veOqWleBp7 .mbr-text,
.cid-veOqWleBp7 .text-wrap,
.cid-veOqWleBp7 .mbr-section-btn {
  text-align: justify;
}
.cid-veKeaF43mS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeaF43mS .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKeaF43mS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKeaF43mS .section-border-item {
  background-color: #3a8679;
}
.cid-veKeaF43mS .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-veKeaF43mS .card-wrap {
  width: 100%;
}
.cid-veKeaF43mS .card-box {
  width: 100%;
}
.cid-veKeaF43mS .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veKeaF43mS .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-veKeaF43mS .mbr-text {
    margin-top: 1rem;
  }
}
.cid-veKeaFPNYj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeaFPNYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKeaFPNYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKeaFPNYj .section-border-item {
  background-color: #3a8679;
}
.cid-veKeaFPNYj .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-veKeaFPNYj .main-container {
    padding: 3rem 0;
  }
}
.cid-veKeaFPNYj .title-wrap {
  width: 100%;
}
.cid-veKeaFPNYj .title-box {
  width: 100%;
}
.cid-veKeaFPNYj .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veKeaFPNYj .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veKeaFPNYj .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKeaFPNYj .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .card-row {
    flex-wrap: wrap;
  }
}
.cid-veKeaFPNYj .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .card {
    width: 100%;
  }
}
.cid-veKeaFPNYj .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-veKeaFPNYj .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-veKeaFPNYj .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-veKeaFPNYj .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-veKeaFPNYj .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-veKeaFPNYj .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-veKeaFPNYj .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veKeaFPNYj .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-veKeaFPNYj .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-veKeaFPNYj .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-veKeaFPNYj .card-title {
  color: #ffffff;
}
.cid-veKeaFPNYj .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-veKeaFPNYj .card-text {
    margin-top: 1rem;
  }
}
.cid-veKeaFPNYj .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-veKeaFPNYj .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-veKeaFPNYj .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-veKeaFPNYj .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-veKeaFPNYj .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-veKeaFPNYj .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-veKeaGNA30 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKeaGNA30 .section-border-item {
  background-color: #6d8e93;
}
.cid-veKeaGNA30 .mbr-text {
  color: #FFFFFF;
}
.cid-veKeaGNA30 .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-veKD67Y3rb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-veKD67Y3rb nav.navbar {
  position: fixed;
}
.cid-veKD67Y3rb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veKD67Y3rb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-veKD67Y3rb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-veKD67Y3rb .dropdown-item:hover,
.cid-veKD67Y3rb .dropdown-item:focus {
  background: #3a8679 !important;
  color: white !important;
}
.cid-veKD67Y3rb .dropdown-item:hover span {
  color: white;
}
.cid-veKD67Y3rb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-veKD67Y3rb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-veKD67Y3rb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-veKD67Y3rb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-veKD67Y3rb .nav-link {
  position: relative;
}
.cid-veKD67Y3rb .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-veKD67Y3rb .container {
    flex-wrap: nowrap;
  }
}
.cid-veKD67Y3rb .navbar-caption {
  color: #FFFFFF;
}
.cid-veKD67Y3rb .dropdown-menu,
.cid-veKD67Y3rb .navbar.opened {
  background: #110f24 !important;
}
.cid-veKD67Y3rb .nav-item:focus,
.cid-veKD67Y3rb .nav-link:focus {
  outline: none;
}
.cid-veKD67Y3rb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-veKD67Y3rb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-veKD67Y3rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-veKD67Y3rb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-veKD67Y3rb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-veKD67Y3rb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-veKD67Y3rb .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #110f24;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #3a8679;
}
.cid-veKD67Y3rb .navbar.opened {
  transition: all 0.3s;
}
.cid-veKD67Y3rb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-veKD67Y3rb .navbar .navbar-logo img {
  width: auto;
}
.cid-veKD67Y3rb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-veKD67Y3rb .navbar.collapsed {
  justify-content: center;
}
.cid-veKD67Y3rb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-veKD67Y3rb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-veKD67Y3rb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-veKD67Y3rb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-veKD67Y3rb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-veKD67Y3rb .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-veKD67Y3rb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-veKD67Y3rb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-veKD67Y3rb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-veKD67Y3rb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-veKD67Y3rb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-veKD67Y3rb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-veKD67Y3rb .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-veKD67Y3rb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-veKD67Y3rb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-veKD67Y3rb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-veKD67Y3rb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-veKD67Y3rb .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-veKD67Y3rb .navbar.navbar-short {
  min-height: auto;
}
.cid-veKD67Y3rb .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-veKD67Y3rb .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-veKD67Y3rb .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-veKD67Y3rb .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-veKD67Y3rb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-veKD67Y3rb .dropdown-item.active,
.cid-veKD67Y3rb .dropdown-item:active {
  background-color: transparent;
}
.cid-veKD67Y3rb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-veKD67Y3rb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-veKD67Y3rb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-veKD67Y3rb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #110f24;
}
.cid-veKD67Y3rb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-veKD67Y3rb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-veKD67Y3rb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-veKD67Y3rb .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-veKD67Y3rb .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-veKD67Y3rb .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-veKD67Y3rb .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-veKD67Y3rb .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-veKD67Y3rb button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-veKD67Y3rb button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-veKD67Y3rb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-veKD67Y3rb button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-veKD67Y3rb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-veKD67Y3rb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-veKD67Y3rb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-veKD67Y3rb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-veKD67Y3rb nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKD67Y3rb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-veKD67Y3rb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-veKD67Y3rb nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-veKD67Y3rb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-veKD67Y3rb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-veKD67Y3rb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-veKD67Y3rb .navbar {
    height: 70px;
  }
  .cid-veKD67Y3rb .navbar.opened {
    height: auto;
  }
  .cid-veKD67Y3rb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-veKD67Y3rb .container-fluid {
  padding-right: 0;
}
.cid-veKD67Y3rb .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-veKD67Y3rb .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-veKD67Y3rb .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-veKD67Y3rb .navbar-collapse .nav-link:hover {
  color: #3a8679 !important;
}
@media (max-width: 991px) {
  .cid-veKD67Y3rb .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-veKD67Y3rb .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-veKD67Y3rb .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-veKD67Y3rb .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-veKD67Y3rb .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-veKD67Y3rb .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-veKD67Y3rb .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-veKD67Y3rb .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-veKD67Y3rb .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-veKD67Y3rb .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-veKD67Y3rb .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-veKD67Y3rb .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-veKD67Y3rb .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-veKD67Y3rb .navbar-caption:hover {
  color: #ffffff;
}
.cid-veKD67Y3rb .nav-link,
.cid-veKD67Y3rb .dropdown-item {
  color: #FFFFFF;
}
.cid-veKD69ec7S {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD69ec7S .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD69ec7S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD69ec7S .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD69ec7S .section-border-item_center {
    display: none;
  }
}
.cid-veKD69ec7S .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-veKD69ec7S .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKD69ec7S .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKD69ec7S .card-wrap {
    width: 100%;
  }
}
.cid-veKD69ec7S .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-veKD69ec7S .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKD69ec7S .card-box {
    max-width: 100%;
  }
}
.cid-veKD69ec7S .card-title {
  color: #ffffff;
}
.cid-veKD69ec7S .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD69ec7S .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD69ec7S .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKD69ec7S .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKD69ec7S .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKD69ec7S .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKD69ec7S .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKD69ec7S .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.cid-veKD69ec7S .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-veKD69ec7S .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD69ec7S .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKD69ec7S .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-veKD69ec7S .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKD69ec7S .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKD69ec7S .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKD69ec7S .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKD69ec7S .mbr-text,
.cid-veKD69ec7S .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veKD6dSxVP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6dSxVP .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6dSxVP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6dSxVP .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD6dSxVP .section-border-item_center {
    display: none;
  }
}
.cid-veKD6dSxVP .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKD6dSxVP .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKD6dSxVP .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKD6dSxVP .card-wrap {
    width: 100%;
  }
}
.cid-veKD6dSxVP .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKD6dSxVP .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKD6dSxVP .card-box {
    max-width: 100%;
  }
}
.cid-veKD6dSxVP .card-title {
  color: #FFFFFF;
}
.cid-veKD6dSxVP .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6dSxVP .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD6dSxVP .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKD6dSxVP .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKD6dSxVP .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKD6dSxVP .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKD6dSxVP .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKD6dSxVP .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKD6dSxVP .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKD6dSxVP .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6dSxVP .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKD6dSxVP .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKD6dSxVP .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKD6dSxVP .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKD6dSxVP .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKD6dSxVP .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKD6dSxVP .mbr-text,
.cid-veKD6dSxVP .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veKD6eBOzD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veKD6eBOzD .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6eBOzD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6eBOzD .card {
  justify-content: flex-end;
}
.cid-veKD6eBOzD .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veKD6eBOzD .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veKD6eBOzD .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-veKD6eBOzD .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veKD6eBOzD .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-veKD6eBOzD .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veKD6eBOzD .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-veKD6eBOzD .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-veKD6eBOzD .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veKD6eBOzD .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-veKD6eBOzD .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-veKD6eBOzD .embla__button--next,
.cid-veKD6eBOzD .embla__button--prev {
  display: flex;
}
.cid-veKD6eBOzD .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veKD6eBOzD .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-veKD6eBOzD .embla__button.embla__button--prev {
  left: 0;
}
.cid-veKD6eBOzD .embla__button.embla__button--next {
  right: 0;
}
.cid-veKD6eBOzD .embla {
  position: relative;
  width: 100%;
}
.cid-veKD6eBOzD .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-veKD6eBOzD .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veKD6eBOzD .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veKD6eBOzD .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veKD6eBOzD .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veKD6eBOzD .mbr-label,
.cid-veKD6eBOzD .label-wrapper {
  color: #000000;
}
.cid-veKD6eBOzD .mbr-section-title,
.cid-veKD6eBOzD .title-wrapper {
  color: #000000;
}
.cid-veKD6eBOzD .card-label {
  color: #000000;
}
.cid-veKD6eBOzD .card-date {
  color: #8a8a8a;
}
.cid-veKD6eBOzD .card-title {
  color: #000000;
}
.cid-veKD6eBOzD .card-desc {
  color: #8a8a8a;
}
.cid-veKD6fCt5O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/producto5-1772x1178.webp");
}
.cid-veKD6fCt5O .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #3a8679;
}
.cid-veKD6fCt5O .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6fCt5O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6fCt5O .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veKD6fCt5O .image-wrap {
    height: 300px;
  }
}
.cid-veOT8nc5yc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veOT8nc5yc .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOT8nc5yc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOT8nc5yc .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veOT8nc5yc .section-border-item_center {
    display: none;
  }
}
.cid-veOT8nc5yc .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veOT8nc5yc .main-container {
    flex-wrap: wrap;
  }
}
.cid-veOT8nc5yc .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veOT8nc5yc .card-wrap {
    width: 100%;
  }
}
.cid-veOT8nc5yc .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veOT8nc5yc .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veOT8nc5yc .card-box {
    max-width: 100%;
  }
}
.cid-veOT8nc5yc .card-title {
  color: #FFFFFF;
}
.cid-veOT8nc5yc .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veOT8nc5yc .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veOT8nc5yc .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veOT8nc5yc .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veOT8nc5yc .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veOT8nc5yc .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veOT8nc5yc .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veOT8nc5yc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veOT8nc5yc .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veOT8nc5yc .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veOT8nc5yc .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veOT8nc5yc .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veOT8nc5yc .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veOT8nc5yc .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veOT8nc5yc .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veOT8nc5yc .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veOT8nc5yc .mbr-text,
.cid-veOT8nc5yc .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veQ4LNp9BG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veQ4LNp9BG .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQ4LNp9BG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQ4LNp9BG .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-veQ4LNp9BG .content-wrap .card {
  justify-content: flex-end;
}
.cid-veQ4LNp9BG .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQ4LNp9BG .content-wrap .main-btn {
  margin-bottom: -9.6px;
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap {
  display: grid;
  flex: 1 0 0;
  gap: 20px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  height: 1px;
  justify-content: center;
  min-height: 520px;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .items-wrapper .items-wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap {
    margin-top: 20px;
  }
  .cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap img:hover,
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap img:focus {
  transform: scale(1.08);
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap_2 {
  grid-column: span 2;
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap_3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap_3 img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .items-wrapper .items-wrap .image-wrap_3 img {
    height: 300px;
  }
}
.cid-veQ4LNp9BG .mbr-section-title {
  color: #3a353e;
}
.cid-veQ4LNp9BG .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veQ4LNp9BG .mbr-section-btn {
    text-align: left;
  }
}
.cid-veKD6bdMI4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6bdMI4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6bdMI4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6bdMI4 .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD6bdMI4 .section-border-item_center {
    display: none;
  }
}
.cid-veKD6bdMI4 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKD6bdMI4 .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKD6bdMI4 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKD6bdMI4 .card-wrap {
    width: 100%;
  }
}
.cid-veKD6bdMI4 .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKD6bdMI4 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKD6bdMI4 .card-box {
    max-width: 100%;
  }
}
.cid-veKD6bdMI4 .card-title {
  color: #FFFFFF;
}
.cid-veKD6bdMI4 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6bdMI4 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD6bdMI4 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKD6bdMI4 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKD6bdMI4 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKD6bdMI4 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKD6bdMI4 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKD6bdMI4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKD6bdMI4 .list-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-veKD6bdMI4 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6bdMI4 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKD6bdMI4 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKD6bdMI4 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKD6bdMI4 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKD6bdMI4 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKD6bdMI4 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKD6bdMI4 .mbr-text,
.cid-veKD6bdMI4 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veKD6cFGSY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veKD6cFGSY .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6cFGSY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6cFGSY .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-veKD6cFGSY .content-wrap .card {
  justify-content: flex-end;
}
.cid-veKD6cFGSY .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veKD6cFGSY .content-wrap .main-btn {
  margin-bottom: -9.6px;
}
.cid-veKD6cFGSY .items-wrapper .items-wrap {
  display: grid;
  flex: 1 0 0;
  gap: 20px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  height: 1px;
  justify-content: center;
  min-height: 520px;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .items-wrapper .items-wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap {
    margin-top: 20px;
  }
  .cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap img:hover,
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap img:focus {
  transform: scale(1.08);
}
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap_2 {
  grid-column: span 2;
}
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap_3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap_3 img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .items-wrapper .items-wrap .image-wrap_3 img {
    height: 300px;
  }
}
.cid-veKD6cFGSY .mbr-section-title {
  color: #3a353e;
}
.cid-veKD6cFGSY .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veKD6cFGSY .mbr-section-btn {
    text-align: left;
  }
}
.cid-veKD6geUWr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6geUWr .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6geUWr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6geUWr .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD6geUWr .section-border-item_center {
    display: none;
  }
}
.cid-veKD6geUWr .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKD6geUWr .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKD6geUWr .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKD6geUWr .card-wrap {
    width: 100%;
  }
}
.cid-veKD6geUWr .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKD6geUWr .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKD6geUWr .card-box {
    max-width: 100%;
  }
}
.cid-veKD6geUWr .card-title {
  color: #FFFFFF;
}
.cid-veKD6geUWr .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6geUWr .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD6geUWr .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKD6geUWr .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKD6geUWr .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKD6geUWr .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKD6geUWr .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKD6geUWr .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKD6geUWr .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKD6geUWr .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6geUWr .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKD6geUWr .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKD6geUWr .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKD6geUWr .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKD6geUWr .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKD6geUWr .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKD6geUWr .mbr-text,
.cid-veKD6geUWr .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veOzEM5tKg {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/potosi-1878x556.webp");
}
.cid-veOzEM5tKg .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #3a8679;
}
.cid-veOzEM5tKg .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOzEM5tKg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOzEM5tKg .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veOzEM5tKg .image-wrap {
    height: 300px;
  }
}
.cid-veKD69XsBK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD69XsBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD69XsBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD69XsBK .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD69XsBK .section-border-item_center {
    display: none;
  }
}
.cid-veKD69XsBK .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKD69XsBK .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKD69XsBK .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKD69XsBK .card-wrap {
    width: 100%;
  }
}
.cid-veKD69XsBK .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKD69XsBK .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKD69XsBK .card-box {
    max-width: 100%;
  }
}
.cid-veKD69XsBK .card-title {
  color: #FFFFFF;
}
.cid-veKD69XsBK .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD69XsBK .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD69XsBK .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKD69XsBK .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKD69XsBK .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKD69XsBK .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKD69XsBK .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKD69XsBK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKD69XsBK .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKD69XsBK .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD69XsBK .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKD69XsBK .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKD69XsBK .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKD69XsBK .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKD69XsBK .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKD69XsBK .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKD69XsBK .mbr-text,
.cid-veKD69XsBK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veQ9kpBfio {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veQ9kpBfio .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQ9kpBfio .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQ9kpBfio .card {
  justify-content: flex-end;
}
.cid-veQ9kpBfio .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-veQ9kpBfio .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-veQ9kpBfio .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-veQ9kpBfio .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veQ9kpBfio .main-btn {
  margin-bottom: 50px;
  text-align: right;
}
.cid-veQ9kpBfio .main-btn .btn {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQ9kpBfio .main-btn {
    margin-bottom: 30px;
    text-align: left;
  }
}
.cid-veQ9kpBfio .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 408px;
  max-width: 408px;
}
@media (max-width: 767px) {
  .cid-veQ9kpBfio .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-veQ9kpBfio .embla__slide .slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  animation: none !important;
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper:hover .item-img img,
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper:focus .item-img img {
  transform: scale(1.2) translateX(30px);
}
@media (max-width: 992px) {
  .cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper:hover .item-img img,
  .cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper:focus .item-img img {
    transform: scale(1.2) translateX(15px);
  }
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  transition: all .5s ease;
  object-fit: cover;
  transform: scale(1.2);
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .date-wrapper {
    display: block;
  }
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 0;
  background-color: #e4ed64;
  border: 1px solid #e4ed64;
}
@media (max-width: 992px) {
  .cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-label {
    margin-bottom: 15px;
  }
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .date-wrapper .card-date {
    display: block;
  }
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .card-title {
  margin-bottom: 20px;
  transition: all 0.3s ease-in-out;
  text-decoration: underline;
  text-decoration-color: transparent;
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .card-title:hover,
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .card-title:focus {
  text-decoration-color: inherit;
}
.cid-veQ9kpBfio .embla__slide .slide-content .item-wrapper .item-content .card-desc {
  margin-bottom: 20px;
}
.cid-veQ9kpBfio .embla__button--next,
.cid-veQ9kpBfio .embla__button--prev {
  display: flex;
}
.cid-veQ9kpBfio .embla__button {
  bottom: 0;
  width: 60px;
  height: 60px;
  font-size: 18px;
  background-color: #000000 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-veQ9kpBfio .embla__button:hover {
  background-color: #e4ed64 !important;
  color: #000000 !important;
}
.cid-veQ9kpBfio .embla__button.embla__button--prev {
  left: 0;
}
.cid-veQ9kpBfio .embla__button.embla__button--next {
  right: 0;
}
.cid-veQ9kpBfio .embla {
  position: relative;
  width: 100%;
}
.cid-veQ9kpBfio .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-veQ9kpBfio .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veQ9kpBfio .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veQ9kpBfio .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veQ9kpBfio .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veQ9kpBfio .mbr-label,
.cid-veQ9kpBfio .label-wrapper {
  color: #000000;
}
.cid-veQ9kpBfio .mbr-section-title,
.cid-veQ9kpBfio .title-wrapper {
  color: #000000;
}
.cid-veQ9kpBfio .card-label {
  color: #000000;
}
.cid-veQ9kpBfio .card-date {
  color: #8a8a8a;
}
.cid-veQ9kpBfio .card-title {
  color: #000000;
}
.cid-veQ9kpBfio .card-desc {
  color: #8a8a8a;
}
.cid-veKD6aFmRx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/nta1-1-1878x556.webp");
}
.cid-veKD6aFmRx .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #3a8679;
}
.cid-veKD6aFmRx .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6aFmRx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6aFmRx .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veKD6aFmRx .image-wrap {
    height: 300px;
  }
}
.cid-veKD6h3lot {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6h3lot .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6h3lot .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6h3lot .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD6h3lot .section-border-item_center {
    display: none;
  }
}
.cid-veKD6h3lot .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veKD6h3lot .main-container {
    flex-wrap: wrap;
  }
}
.cid-veKD6h3lot .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veKD6h3lot .card-wrap {
    width: 100%;
  }
}
.cid-veKD6h3lot .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veKD6h3lot .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veKD6h3lot .card-box {
    max-width: 100%;
  }
}
.cid-veKD6h3lot .card-title {
  color: #FFFFFF;
}
.cid-veKD6h3lot .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6h3lot .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD6h3lot .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veKD6h3lot .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veKD6h3lot .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veKD6h3lot .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veKD6h3lot .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veKD6h3lot .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veKD6h3lot .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veKD6h3lot .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veKD6h3lot .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veKD6h3lot .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veKD6h3lot .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veKD6h3lot .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veKD6h3lot .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veKD6h3lot .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veKD6h3lot .mbr-text,
.cid-veKD6h3lot .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veQ5T3HKP8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #110f24;
}
.cid-veQ5T3HKP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veQ5T3HKP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veQ5T3HKP8 .content-wrap {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .content-wrap {
    margin-bottom: 30px;
  }
}
.cid-veQ5T3HKP8 .content-wrap .card {
  justify-content: flex-end;
}
.cid-veQ5T3HKP8 .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .content-wrap .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-veQ5T3HKP8 .content-wrap .main-btn {
  margin-bottom: -9.6px;
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap {
  display: grid;
  flex: 1 0 0;
  gap: 20px;
  grid-auto-rows: minmax(0px, 1fr);
  grid-template-columns: repeat(4, minmax(50px, 1fr));
  grid-template-rows: repeat(2, minmax(0px, 1fr));
  height: 1px;
  justify-content: center;
  min-height: 520px;
  overflow: visible;
  padding: 0px;
  position: relative;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .items-wrapper .items-wrap {
    display: block;
    min-height: auto;
    height: auto;
  }
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap {
  overflow: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap {
    margin-top: 20px;
  }
  .cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap:first-child {
    margin-top: 0;
  }
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap img {
    height: 300px;
  }
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap img:hover,
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap img:focus {
  transform: scale(1.08);
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap_2 {
  grid-column: span 2;
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap_3 {
  grid-column: 4;
  grid-row: 1 / span 2;
}
.cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap_3 img {
  height: 100%;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .items-wrapper .items-wrap .image-wrap_3 img {
    height: 300px;
  }
}
.cid-veQ5T3HKP8 .mbr-section-title {
  color: #3a353e;
}
.cid-veQ5T3HKP8 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-veQ5T3HKP8 .mbr-section-btn {
    text-align: left;
  }
}
.cid-veOoPWmFB4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #110f24;
}
.cid-veOoPWmFB4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veOoPWmFB4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veOoPWmFB4 .row {
  margin: 0 -15px;
}
.cid-veOoPWmFB4 .row .card {
  padding: 0 15px;
}
.cid-veOoPWmFB4 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veOoPWmFB4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-veOoPWmFB4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-veOoPWmFB4 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-veOoPWmFB4 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-veOoPWmFB4 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-veOoPWmFB4 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-veOoPWmFB4 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-veOoPWmFB4 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-veOoPWmFB4 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-veOoPWmFB4 .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-veOoPWmFB4 .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-veOoPWmFB4 .embla__slide .slide-content {
  width: 100%;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-veOoPWmFB4 .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-veOoPWmFB4 .embla__button--next,
.cid-veOoPWmFB4 .embla__button--prev {
  display: flex;
}
.cid-veOoPWmFB4 .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-veOoPWmFB4 .embla__button {
    bottom: 0;
  }
}
.cid-veOoPWmFB4 .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a8679 !important;
}
.cid-veOoPWmFB4 .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
}
.cid-veOoPWmFB4 .embla__button.embla__button--prev {
  left: 0;
}
.cid-veOoPWmFB4 .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-veOoPWmFB4 .embla__button.embla__button--next {
  right: 0;
}
.cid-veOoPWmFB4 .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-veOoPWmFB4 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-veOoPWmFB4 .embla {
    padding-bottom: 4rem;
  }
}
.cid-veOoPWmFB4 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-veOoPWmFB4 .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-veOoPWmFB4 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-veOoPWmFB4 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-veOoPWmFB4 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-veOoPWmFB4 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-veOoPWmFB4 .mbr-section-title {
  color: #fefff5;
}
.cid-veOoPWmFB4 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-veOoPWmFB4 .mbr-label {
  color: #fefff5;
}
.cid-veOoPWmFB4 .mbr-text {
  color: #fefff5;
}
.cid-veOoPWmFB4 .item-name {
  color: #fefff5;
}
.cid-veOoPWmFB4 .item-role {
  color: #fefff5;
}
.cid-veOoPWmFB4 .item-name,
.cid-veOoPWmFB4 .mbr-section-btn {
  color: #3a8679;
}
.cid-veKD6iHw4M {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6iHw4M .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6iHw4M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6iHw4M .section-border-item {
  background-color: #3a8679;
}
.cid-veKD6iHw4M .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-veKD6iHw4M .card-wrap {
  width: 100%;
}
.cid-veKD6iHw4M .card-box {
  width: 100%;
}
.cid-veKD6iHw4M .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veKD6iHw4M .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-veKD6iHw4M .mbr-text {
    margin-top: 1rem;
  }
}
.cid-veKD6jsT3M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6jsT3M .mbr-fallback-image.disabled {
  display: none;
}
.cid-veKD6jsT3M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veKD6jsT3M .section-border-item {
  background-color: #3a8679;
}
.cid-veKD6jsT3M .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-veKD6jsT3M .main-container {
    padding: 3rem 0;
  }
}
.cid-veKD6jsT3M .title-wrap {
  width: 100%;
}
.cid-veKD6jsT3M .title-box {
  width: 100%;
}
.cid-veKD6jsT3M .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veKD6jsT3M .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veKD6jsT3M .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veKD6jsT3M .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .card-row {
    flex-wrap: wrap;
  }
}
.cid-veKD6jsT3M .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .card {
    width: 100%;
  }
}
.cid-veKD6jsT3M .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-veKD6jsT3M .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-veKD6jsT3M .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-veKD6jsT3M .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-veKD6jsT3M .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-veKD6jsT3M .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-veKD6jsT3M .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-veKD6jsT3M .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-veKD6jsT3M .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-veKD6jsT3M .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-veKD6jsT3M .card-title {
  color: #ffffff;
}
.cid-veKD6jsT3M .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-veKD6jsT3M .card-text {
    margin-top: 1rem;
  }
}
.cid-veKD6jsT3M .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-veKD6jsT3M .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-veKD6jsT3M .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-veKD6jsT3M .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-veKD6jsT3M .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-veKD6jsT3M .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-veKD6kd53e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veKD6kd53e .section-border-item {
  background-color: #6d8e93;
}
.cid-veKD6kd53e .mbr-text {
  color: #FFFFFF;
}
.cid-veKD6kd53e .media-container-row .mbr-text {
  color: #FFFFFF;
}
.cid-vbJ6KjmMYs {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 64px;
}
.cid-vbJ6KjmMYs nav.navbar {
  position: fixed;
}
.cid-vbJ6KjmMYs .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbJ6KjmMYs .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-vbJ6KjmMYs .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-vbJ6KjmMYs .dropdown-item:hover,
.cid-vbJ6KjmMYs .dropdown-item:focus {
  background: #3a8679 !important;
  color: white !important;
}
.cid-vbJ6KjmMYs .dropdown-item:hover span {
  color: white;
}
.cid-vbJ6KjmMYs .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vbJ6KjmMYs .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vbJ6KjmMYs .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vbJ6KjmMYs .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vbJ6KjmMYs .nav-link {
  position: relative;
}
.cid-vbJ6KjmMYs .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-vbJ6KjmMYs .container {
    flex-wrap: nowrap;
  }
}
.cid-vbJ6KjmMYs .navbar-caption {
  color: #FFFFFF;
}
.cid-vbJ6KjmMYs .dropdown-menu,
.cid-vbJ6KjmMYs .navbar.opened {
  background: #110f24 !important;
}
.cid-vbJ6KjmMYs .nav-item:focus,
.cid-vbJ6KjmMYs .nav-link:focus {
  outline: none;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vbJ6KjmMYs .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vbJ6KjmMYs .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vbJ6KjmMYs .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vbJ6KjmMYs .navbar {
  min-height: 64px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #110f24;
  padding: 0 !important;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #3a8679;
}
.cid-vbJ6KjmMYs .navbar.opened {
  transition: all 0.3s;
}
.cid-vbJ6KjmMYs .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vbJ6KjmMYs .navbar .navbar-logo img {
  width: auto;
}
.cid-vbJ6KjmMYs .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vbJ6KjmMYs .navbar.collapsed {
  justify-content: center;
}
.cid-vbJ6KjmMYs .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vbJ6KjmMYs .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vbJ6KjmMYs .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-vbJ6KjmMYs .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vbJ6KjmMYs .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vbJ6KjmMYs .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vbJ6KjmMYs .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-vbJ6KjmMYs .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vbJ6KjmMYs .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vbJ6KjmMYs .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vbJ6KjmMYs .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-vbJ6KjmMYs .navbar .navbar-toggler {
    flex-basis: auto;
  }
}
.cid-vbJ6KjmMYs .navbar.navbar-short {
  min-height: auto;
}
.cid-vbJ6KjmMYs .navbar.navbar-short .navbar-brand {
  min-height: 64px;
  padding: 0;
}
.cid-vbJ6KjmMYs .navbar.navbar-short .navbar-logo {
  margin-right: 0.8rem;
}
.cid-vbJ6KjmMYs .navbar-brand {
  min-height: 64px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 8px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
  grid-column-start: 1;
  grid-column-end: 2;
  margin-bottom: auto;
}
.cid-vbJ6KjmMYs .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 500;
}
.cid-vbJ6KjmMYs .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vbJ6KjmMYs .dropdown-item.active,
.cid-vbJ6KjmMYs .dropdown-item:active {
  background-color: transparent;
}
.cid-vbJ6KjmMYs .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vbJ6KjmMYs .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vbJ6KjmMYs .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vbJ6KjmMYs .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #110f24;
}
.cid-vbJ6KjmMYs .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vbJ6KjmMYs .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vbJ6KjmMYs ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vbJ6KjmMYs .navbar-buttons {
  text-align: center;
  min-width: 170px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  grid-column-start: 3;
  grid-column-end: 4;
  margin-top: auto;
}
.cid-vbJ6KjmMYs .navbar-buttons .btn {
  margin: 0;
  padding: 1.25rem 2rem;
}
.cid-vbJ6KjmMYs .navbar-buttons .btn .mbr-iconfont {
  transform: rotate(0deg);
}
.cid-vbJ6KjmMYs .navbar-buttons .btn:hover {
  transform: translate(0, 0);
  box-shadow: none !important;
}
.cid-vbJ6KjmMYs .navbar-buttons .btn:hover .mbr-iconfont {
  transform: rotate(0);
}
.cid-vbJ6KjmMYs button.navbar-toggler {
  grid-column-start: 3;
  grid-column-end: 4;
  outline: none;
  width: 67px;
  height: 67px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  align-self: center;
}
@media (max-width: 767px) {
  .cid-vbJ6KjmMYs button.navbar-toggler {
    width: 64px;
    height: 64px;
  }
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span {
  position: absolute;
  right: 19px;
  width: 29px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-vbJ6KjmMYs button.navbar-toggler .hamburger span {
    right: 18px;
    width: 28px;
  }
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(1) {
  top: 23px;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(2) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(3) {
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs button.navbar-toggler .hamburger span:nth-child(4) {
  top: 42px;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(1) {
  top: 23px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg) translateY(-50%);
  transition: all 0.25s;
}
.cid-vbJ6KjmMYs nav.opened .hamburger span:nth-child(4) {
  top: 42px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vbJ6KjmMYs .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-vbJ6KjmMYs a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vbJ6KjmMYs .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vbJ6KjmMYs .navbar {
    height: 70px;
  }
  .cid-vbJ6KjmMYs .navbar.opened {
    height: auto;
  }
  .cid-vbJ6KjmMYs .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vbJ6KjmMYs .container-fluid {
  padding-right: 0;
}
.cid-vbJ6KjmMYs .main-container {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 0.35fr 1fr 0.35fr;
  gap: 2rem;
  align-items: center;
}
.cid-vbJ6KjmMYs .navbar-collapse {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 2;
  padding-right: 5vw;
}
.cid-vbJ6KjmMYs .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: center;
}
.cid-vbJ6KjmMYs .navbar-collapse .nav-link:hover {
  color: #3a8679 !important;
}
@media (max-width: 991px) {
  .cid-vbJ6KjmMYs .main-container {
    flex-grow: 1;
    display: grid;
    grid-template-columns: 1fr 1fr min-content;
    gap: 2rem;
    column-gap: 0;
    align-items: center;
  }
  .cid-vbJ6KjmMYs .navbar-brand {
    grid-column-start: 1;
    grid-column-end: 2;
    padding-right: 0 !important;
  }
  .cid-vbJ6KjmMYs .navbar-buttons {
    grid-column-start: 2;
    grid-column-end: 3;
  }
  .cid-vbJ6KjmMYs .navbar-collapse {
    grid-column-start: 1;
    grid-column-end: -1;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .navbar-nav {
    padding-bottom: 3rem;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .navbar-nav .dropdown-menu .dropdown-item {
    text-align: start !important;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .nav-item {
    margin: 0 !important;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .nav-link {
    justify-content: flex-start !important;
    margin: 0 !important;
    padding: 1.25rem 0 !important;
    font-size: 64px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 767px) {
  .cid-vbJ6KjmMYs .navbar-collapse .nav-link {
    font-size: 48px !important;
  }
}
@media (max-width: 575px) {
  .cid-vbJ6KjmMYs .main-container {
    grid-template-columns: min-content 1fr min-content;
  }
  .cid-vbJ6KjmMYs .navbar-brand .navbar-caption-wrap {
    display: none;
  }
  .cid-vbJ6KjmMYs .navbar-buttons .btn {
    margin: 0;
    padding: 1.25rem 1rem;
    width: auto;
    min-height: 64px;
  }
  .cid-vbJ6KjmMYs .navbar-collapse .nav-link {
    font-size: 32px !important;
    padding: 1rem 0 !important;
  }
}
.cid-vbJ6KjmMYs .navbar-caption:hover {
  color: #ffffff;
}
.cid-vbJ6KjmMYs .nav-link,
.cid-vbJ6KjmMYs .dropdown-item {
  color: #FFFFFF;
}
.cid-vd1flKo0e0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vd1flKo0e0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vd1flKo0e0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vd1flKo0e0 .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vd1flKo0e0 .section-border-item_center {
    display: none;
  }
}
.cid-vd1flKo0e0 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vd1flKo0e0 .main-container {
    flex-wrap: wrap;
  }
}
.cid-vd1flKo0e0 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vd1flKo0e0 .card-wrap {
    width: 100%;
  }
}
.cid-vd1flKo0e0 .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-vd1flKo0e0 .card-box {
    max-width: 42rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vd1flKo0e0 .card-box {
    max-width: 100%;
  }
}
.cid-vd1flKo0e0 .card-title {
  color: #fafafa;
}
.cid-vd1flKo0e0 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vd1flKo0e0 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vd1flKo0e0 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vd1flKo0e0 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vd1flKo0e0 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-vd1flKo0e0 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vd1flKo0e0 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-vd1flKo0e0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #ffffff;
}
.cid-vd1flKo0e0 .list-text {
  color: #FFF;
  flex-grow: 1;
}
.cid-vd1flKo0e0 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vd1flKo0e0 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-vd1flKo0e0 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-vd1flKo0e0 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-vd1flKo0e0 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-vd1flKo0e0 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vd1flKo0e0 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vd1flKo0e0 .mbr-text,
.cid-vd1flKo0e0 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vcW9GNRdx5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vcW9GNRdx5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcW9GNRdx5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcW9GNRdx5 .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vcW9GNRdx5 .section-border-item_center {
    display: none;
  }
}
.cid-vcW9GNRdx5 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-vcW9GNRdx5 .main-container {
    flex-wrap: wrap;
  }
}
.cid-vcW9GNRdx5 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vcW9GNRdx5 .card-wrap {
    width: 100%;
  }
}
.cid-vcW9GNRdx5 .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-vcW9GNRdx5 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vcW9GNRdx5 .card-box {
    max-width: 100%;
  }
}
.cid-vcW9GNRdx5 .card-title {
  color: #FFFFFF;
}
.cid-vcW9GNRdx5 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vcW9GNRdx5 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vcW9GNRdx5 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vcW9GNRdx5 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vcW9GNRdx5 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-vcW9GNRdx5 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vcW9GNRdx5 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-vcW9GNRdx5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-vcW9GNRdx5 .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-vcW9GNRdx5 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vcW9GNRdx5 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-vcW9GNRdx5 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-vcW9GNRdx5 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-vcW9GNRdx5 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-vcW9GNRdx5 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vcW9GNRdx5 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vcW9GNRdx5 .mbr-text,
.cid-vcW9GNRdx5 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-verTInzbIy {
  padding-top: 2rem;
  padding-bottom: 5rem;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
  margin-top: -1px;
  background-color: #110f24;
}
.cid-verTInzbIy .item:focus,
.cid-verTInzbIy span:focus {
  outline: none;
}
.cid-verTInzbIy .item {
  cursor: pointer;
}
.cid-verTInzbIy .grid-container {
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .cid-verTInzbIy .grid-container {
    grid-row-gap: 20px;
  }
}
.cid-verTInzbIy .grid-container-1,
.cid-verTInzbIy .grid-container-2,
.cid-verTInzbIy .grid-container-3 {
  gap: 0 20px;
}
@media (max-width: 767px) {
  .cid-verTInzbIy .grid-container-1,
  .cid-verTInzbIy .grid-container-2,
  .cid-verTInzbIy .grid-container-3 {
    gap: 0 20px;
  }
}
.cid-verTInzbIy .mbr-section-title {
  margin-bottom: 40px;
  color: #0f172a;
  text-align: center;
}
.cid-verTInzbIy .content-head {
  max-width: 800px;
}
.cid-verTInzbIy .container,
.cid-verTInzbIy .container-fluid {
  overflow: hidden;
}
.cid-verTInzbIy .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-verTInzbIy .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-mask-image: linear-gradient(#000000 80%, transparent 95%);
  mask-image: linear-gradient(#000000 80%, transparent 95%);
}
.cid-verTInzbIy .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-verTInzbIy .grid-item img {
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-verTInzbIy .grid-item img {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .cid-verTInzbIy .grid-item img {
    min-width: 35vw;
    height: 250px;
  }
}
@media (max-width: 425px) {
  .cid-verTInzbIy .grid-item img {
    height: 140px;
  }
}
.cid-verTInzbIy .grid-container-1,
.cid-verTInzbIy .grid-container-2,
.cid-verTInzbIy .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-verTInzbIy .grid-container-1 {
  align-items: flex-end;
}
.cid-verTInzbIy .grid-container-2 {
  align-items: flex-start;
}
.cid-verQQZh4bj {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/apgbanner-1921x641.webp");
}
.cid-verQQZh4bj .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-verQQZh4bj .mbr-fallback-image.disabled {
  display: none;
}
.cid-verQQZh4bj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verQQZh4bj .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-verQQZh4bj .image-wrap {
    height: 300px;
  }
}
.cid-vcWfAZHTw1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vcWfAZHTw1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcWfAZHTw1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcWfAZHTw1 .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vcWfAZHTw1 .section-border-item_center {
    display: none;
  }
}
.cid-vcWfAZHTw1 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-vcWfAZHTw1 .main-container {
    flex-wrap: wrap;
  }
}
.cid-vcWfAZHTw1 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-vcWfAZHTw1 .card-wrap {
    width: 100%;
  }
}
.cid-vcWfAZHTw1 .card-box {
  width: 100%;
  padding-right: 10vw;
  padding-right: 0;
  padding-left: 10vw;
}
@media (max-width: 991px) {
  .cid-vcWfAZHTw1 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-vcWfAZHTw1 .card-box {
    max-width: 100%;
  }
}
.cid-vcWfAZHTw1 .card-title {
  color: #FFFFFF;
}
.cid-vcWfAZHTw1 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vcWfAZHTw1 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vcWfAZHTw1 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-vcWfAZHTw1 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-vcWfAZHTw1 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-vcWfAZHTw1 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-vcWfAZHTw1 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-vcWfAZHTw1 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-vcWfAZHTw1 .list-text {
  color: #FFFFFF;
  flex-grow: 1;
}
.cid-vcWfAZHTw1 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-vcWfAZHTw1 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-vcWfAZHTw1 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
  padding-right: 2.5vw;
  padding-left: 0;
}
@media (max-width: 991px) {
  .cid-vcWfAZHTw1 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-vcWfAZHTw1 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-vcWfAZHTw1 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-vcWfAZHTw1 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-vcWfAZHTw1 .mbr-text,
.cid-vcWfAZHTw1 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-ver0Cpnbon {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-ver0Cpnbon .mbr-fallback-image.disabled {
  display: none;
}
.cid-ver0Cpnbon .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ver0Cpnbon .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-ver0Cpnbon .section-border-item_center {
    display: none;
  }
}
.cid-ver0Cpnbon .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-ver0Cpnbon .main-container {
    flex-wrap: wrap;
  }
}
.cid-ver0Cpnbon .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-ver0Cpnbon .card-wrap {
    width: 100%;
  }
}
.cid-ver0Cpnbon .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-ver0Cpnbon .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-ver0Cpnbon .card-box {
    max-width: 100%;
  }
}
.cid-ver0Cpnbon .card-title {
  color: #FFFFFF;
}
.cid-ver0Cpnbon .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ver0Cpnbon .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-ver0Cpnbon .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-ver0Cpnbon .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-ver0Cpnbon .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-ver0Cpnbon .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-ver0Cpnbon .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-ver0Cpnbon .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-ver0Cpnbon .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-ver0Cpnbon .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-ver0Cpnbon .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-ver0Cpnbon .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-ver0Cpnbon .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-ver0Cpnbon .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-ver0Cpnbon .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-ver0Cpnbon .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-ver0Cpnbon .mbr-text,
.cid-ver0Cpnbon .mbr-section-btn {
  color: #FFFFFF;
}
.cid-verSqreIF7 {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #110f24;
}
.cid-verSqreIF7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-verSqreIF7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-verSqreIF7 .row {
  margin: 0 -15px;
}
.cid-verSqreIF7 .row .card {
  padding: 0 15px;
}
.cid-verSqreIF7 .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-verSqreIF7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-verSqreIF7 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-verSqreIF7 .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-verSqreIF7 .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-verSqreIF7 .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-verSqreIF7 .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-verSqreIF7 .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-verSqreIF7 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-verSqreIF7 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-verSqreIF7 .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-verSqreIF7 .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-verSqreIF7 .embla__slide .slide-content {
  width: 100%;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-verSqreIF7 .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-verSqreIF7 .embla__button--next,
.cid-verSqreIF7 .embla__button--prev {
  display: flex;
}
.cid-verSqreIF7 .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a392d !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-verSqreIF7 .embla__button {
    bottom: 0;
  }
}
.cid-verSqreIF7 .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a392d !important;
}
.cid-verSqreIF7 .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a392d !important;
  color: #fefff5 !important;
}
.cid-verSqreIF7 .embla__button.embla__button--prev {
  left: 0;
}
.cid-verSqreIF7 .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-verSqreIF7 .embla__button.embla__button--next {
  right: 0;
}
.cid-verSqreIF7 .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-verSqreIF7 .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-verSqreIF7 .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-verSqreIF7 .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-verSqreIF7 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-verSqreIF7 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-verSqreIF7 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-verSqreIF7 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-verSqreIF7 .mbr-section-title {
  color: #fefff5;
}
.cid-verSqreIF7 .mbr-section-subtitle {
  color: #a1a1a1;
}
.cid-verSqreIF7 .mbr-label {
  color: #fefff5;
}
.cid-verSqreIF7 .mbr-text {
  color: #fefff5;
}
.cid-verSqreIF7 .item-name {
  color: #fefff5;
}
.cid-verSqreIF7 .item-role {
  color: #fefff5;
}
.cid-verSqreIF7 .item-name,
.cid-verSqreIF7 .mbr-section-btn {
  color: #3a8679;
}
.cid-veIiQ9HLlQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/congrreso1-2-1931x649.webp");
}
.cid-veIiQ9HLlQ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #3a8679;
}
.cid-veIiQ9HLlQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIiQ9HLlQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIiQ9HLlQ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veIiQ9HLlQ .image-wrap {
    height: 300px;
  }
}
.cid-vd1fzVXAM4 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vd1fzVXAM4 .section-border-item {
  background-color: #609dc8;
}
.cid-vd1fzVXAM4 .item:focus,
.cid-vd1fzVXAM4 span:focus {
  outline: none;
}
.cid-vd1fzVXAM4 .item {
  cursor: pointer;
}
.cid-vd1fzVXAM4 .grid-container {
  grid-row-gap: 0;
}
.cid-vd1fzVXAM4 .grid-container-1,
.cid-vd1fzVXAM4 .grid-container-2,
.cid-vd1fzVXAM4 .grid-container-3 {
  gap: 0;
}
.cid-vd1fzVXAM4 .mbr-section-title {
  padding: 5rem 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-vd1fzVXAM4 .mbr-section-title {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vd1fzVXAM4 .mbr-section-title {
    padding: 3rem 0;
  }
}
.cid-vd1fzVXAM4 .content-head {
  max-width: 800px;
}
.cid-vd1fzVXAM4 .container,
.cid-vd1fzVXAM4 .container-fluid {
  overflow: hidden;
}
.cid-vd1fzVXAM4 .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vd1fzVXAM4 .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vd1fzVXAM4 .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 480px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .cid-vd1fzVXAM4 .grid-item img {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .cid-vd1fzVXAM4 .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vd1fzVXAM4 .grid-container-1,
.cid-vd1fzVXAM4 .grid-container-2,
.cid-vd1fzVXAM4 .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vd1fzVXAM4 .grid-container-1 {
  align-items: flex-end;
}
.cid-vd1fzVXAM4 .grid-container-2 {
  align-items: flex-start;
}
.cid-veIsNAFWSp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIsNAFWSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIsNAFWSp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIsNAFWSp .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIsNAFWSp .section-border-item_center {
    display: none;
  }
}
.cid-veIsNAFWSp .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veIsNAFWSp .main-container {
    flex-wrap: wrap;
  }
}
.cid-veIsNAFWSp .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veIsNAFWSp .card-wrap {
    width: 100%;
  }
}
.cid-veIsNAFWSp .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veIsNAFWSp .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veIsNAFWSp .card-box {
    max-width: 100%;
  }
}
.cid-veIsNAFWSp .card-title {
  color: #FFFFFF;
}
.cid-veIsNAFWSp .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIsNAFWSp .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIsNAFWSp .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veIsNAFWSp .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veIsNAFWSp .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veIsNAFWSp .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veIsNAFWSp .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veIsNAFWSp .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veIsNAFWSp .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veIsNAFWSp .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIsNAFWSp .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veIsNAFWSp .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veIsNAFWSp .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veIsNAFWSp .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veIsNAFWSp .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veIsNAFWSp .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veIsNAFWSp .mbr-text,
.cid-veIsNAFWSp .mbr-section-btn {
  color: #FFFFFF;
}
.cid-veIoVGDsUJ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  position: relative;
  overflow: hidden;
  background-image: url("../../../assets/images/mexpogenbanner-1-1921x641.webp");
}
.cid-veIoVGDsUJ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #3a8679;
}
.cid-veIoVGDsUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIoVGDsUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIoVGDsUJ .image-wrap {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-veIoVGDsUJ .image-wrap {
    height: 300px;
  }
}
.cid-veIpFS3Zs9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIpFS3Zs9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIpFS3Zs9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIpFS3Zs9 .section-border-item {
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-veIpFS3Zs9 .section-border-item_center {
    display: none;
  }
}
.cid-veIpFS3Zs9 .main-container {
  display: flex;
  align-items: center;
  padding: 3rem 0;
}
@media (max-width: 991px) {
  .cid-veIpFS3Zs9 .main-container {
    flex-wrap: wrap;
  }
}
.cid-veIpFS3Zs9 .card-wrap {
  width: 50%;
}
@media (max-width: 991px) {
  .cid-veIpFS3Zs9 .card-wrap {
    width: 100%;
  }
}
.cid-veIpFS3Zs9 .card-box {
  width: 100%;
  padding-right: 10vw;
}
@media (max-width: 991px) {
  .cid-veIpFS3Zs9 .card-box {
    max-width: 32rem;
    margin-right: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-veIpFS3Zs9 .card-box {
    max-width: 100%;
  }
}
.cid-veIpFS3Zs9 .card-title {
  color: #FFFFFF;
}
.cid-veIpFS3Zs9 .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIpFS3Zs9 .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-veIpFS3Zs9 .counter-container {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-veIpFS3Zs9 .counter-container {
    margin-top: 1.5rem;
  }
}
.cid-veIpFS3Zs9 .list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 8px 0;
}
.cid-veIpFS3Zs9 .list-item {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-veIpFS3Zs9 .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  margin-right: 1rem;
  border-radius: 50%;
  background-color: #3a8679;
}
.cid-veIpFS3Zs9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 12px;
  color: #000000;
}
.cid-veIpFS3Zs9 .list-text {
  color: #FFFFFF;
  flex-grow: 1;
  text-align: justify;
}
.cid-veIpFS3Zs9 .mbr-section-btn {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .cid-veIpFS3Zs9 .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-veIpFS3Zs9 .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding-left: 2.5rem;
}
@media (max-width: 991px) {
  .cid-veIpFS3Zs9 .image-wrapper {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-top: 3rem;
  }
  .cid-veIpFS3Zs9 .image-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 1px;
    background-color: #3a8679;
  }
}
.cid-veIpFS3Zs9 .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 38rem;
}
.cid-veIpFS3Zs9 .img-box img {
  width: 100%;
  object-fit: cover;
}
.cid-veIpFS3Zs9 .mbr-text,
.cid-veIpFS3Zs9 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vg8XRXT2Kx {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #110f24;
}
.cid-vg8XRXT2Kx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg8XRXT2Kx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg8XRXT2Kx .row {
  margin: 0 -15px;
}
.cid-vg8XRXT2Kx .row .card {
  padding: 0 15px;
}
.cid-vg8XRXT2Kx .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vg8XRXT2Kx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vg8XRXT2Kx .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-vg8XRXT2Kx .title-wrapper .title-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-vg8XRXT2Kx .text-wrapper .mbr-label {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vg8XRXT2Kx .text-wrapper .mbr-label {
    margin-bottom: 30px;
  }
}
.cid-vg8XRXT2Kx .text-wrapper .text-wrap .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vg8XRXT2Kx .text-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vg8XRXT2Kx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 260px;
  max-width: 260px;
}
@media (max-width: 768px) {
  .cid-vg8XRXT2Kx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vg8XRXT2Kx .embla__slide:hover .slide-content .item-wrapper .mbr-section-btn .btn,
.cid-vg8XRXT2Kx .embla__slide:focus .slide-content .item-wrapper .mbr-section-btn .btn {
  opacity: 1;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content {
  width: 100%;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper {
  min-height: 320px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  overflow: hidden;
  justify-content: flex-end;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #191919;
  opacity: 0;
  transition: all .3s ease;
  z-index: 1;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .mbr-section-btn .btn {
  margin-top: 0;
  opacity: 0;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .person-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .person-wrapper .item-name {
  margin-bottom: 10px;
}
.cid-vg8XRXT2Kx .embla__slide .slide-content .item-wrapper .person-wrapper .item-role {
  margin-bottom: 0;
}
.cid-vg8XRXT2Kx .embla__button--next,
.cid-vg8XRXT2Kx .embla__button--prev {
  display: flex;
}
.cid-vg8XRXT2Kx .embla__button {
  bottom: 40%;
  width: 30px;
  height: 30px;
  font-size: 14px;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vg8XRXT2Kx .embla__button {
    bottom: 0;
  }
}
.cid-vg8XRXT2Kx .embla__button:hover {
  background-color: #fefff5 !important;
  color: #3a8679 !important;
}
.cid-vg8XRXT2Kx .embla__button:disabled {
  opacity: 0 !important;
  background-color: #3a8679 !important;
  color: #fefff5 !important;
}
.cid-vg8XRXT2Kx .embla__button.embla__button--prev {
  left: 0;
}
.cid-vg8XRXT2Kx .embla__button.embla__button--prev .mbr-iconfont {
  padding-right: 3px;
}
.cid-vg8XRXT2Kx .embla__button.embla__button--next {
  right: 0;
}
.cid-vg8XRXT2Kx .embla__button.embla__button--next .mbr-iconfont {
  padding-left: 3px;
}
.cid-vg8XRXT2Kx .embla {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vg8XRXT2Kx .embla {
    padding-bottom: 4rem;
  }
}
.cid-vg8XRXT2Kx .embla__viewport {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 0;
  mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 12.5%, #000000 87.5%, transparent 100%);
}
@media (max-width: 768px) {
  .cid-vg8XRXT2Kx .embla__viewport {
    mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000000 4%, #000000 96%, transparent 100%);
  }
}
.cid-vg8XRXT2Kx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vg8XRXT2Kx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vg8XRXT2Kx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vg8XRXT2Kx .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vg8XRXT2Kx .mbr-section-title {
  color: #fafafa;
  text-align: right;
}
.cid-vg8XRXT2Kx .mbr-section-subtitle {
  color: #a1a1a1;
  text-align: left;
}
.cid-vg8XRXT2Kx .mbr-label {
  color: #fefff5;
  text-align: justify;
}
.cid-vg8XRXT2Kx .mbr-text {
  color: #fefff5;
}
.cid-vg8XRXT2Kx .item-name {
  color: #fefff5;
}
.cid-vg8XRXT2Kx .item-role {
  color: #fefff5;
}
.cid-vg8XRXT2Kx .item-name,
.cid-vg8XRXT2Kx .mbr-section-btn {
  color: #3a8679;
}
.cid-veIujihh8p {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-veIujihh8p .mbr-fallback-image.disabled {
  display: none;
}
.cid-veIujihh8p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veIujihh8p .section-border-item {
  background-color: #3a8679;
}
.cid-veIujihh8p .main-container {
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.cid-veIujihh8p .card-wrap {
  width: 100%;
}
.cid-veIujihh8p .card-box {
  width: 100%;
}
.cid-veIujihh8p .card-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-veIujihh8p .mbr-text {
  color: #FFF;
  margin-top: 1.25rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-veIujihh8p .mbr-text {
    margin-top: 1rem;
  }
}
.cid-vegWBOxsdY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vegWBOxsdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vegWBOxsdY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vegWBOxsdY .section-border-item {
  background-color: #3a8679;
}
.cid-vegWBOxsdY .main-container {
  display: flex;
  align-items: center;
  padding: 5rem 0;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .main-container {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767px) {
  .cid-vegWBOxsdY .main-container {
    padding: 3rem 0;
  }
}
.cid-vegWBOxsdY .title-wrap {
  width: 100%;
}
.cid-vegWBOxsdY .title-box {
  width: 100%;
}
.cid-vegWBOxsdY .mbr-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-vegWBOxsdY .mbr-text {
  color: #FFF;
  margin-top: 1.5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-vegWBOxsdY .mbr-text {
    margin-top: 1.25rem;
  }
}
.cid-vegWBOxsdY .card-row {
  display: flex;
  align-items: stretch;
  margin: -1px 0;
  border-top: 1px solid #3a8679;
  border-bottom: 1px solid #3a8679;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .card-row {
    flex-wrap: wrap;
  }
}
.cid-vegWBOxsdY .card {
  position: relative;
  width: 33.33333333%;
  margin-bottom: -1px;
  border-radius: 0;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .card {
    width: 100%;
  }
}
.cid-vegWBOxsdY .card:not(:nth-child(3n)):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #3a8679;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .card:not(:nth-child(3n)):after {
    top: auto;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
  }
}
@media (min-width: 576px) {
  .cid-vegWBOxsdY .card:hover .card-bg {
    opacity: 1;
  }
}
.cid-vegWBOxsdY .card:hover .iconfont-hover-wrapper {
  opacity: 1;
}
.cid-vegWBOxsdY .card:hover .iconfont-hover-wrapper .iconfont-hover-box {
  transform: translate3d(0, 0, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
}
.cid-vegWBOxsdY .card-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 24px 40px;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .card-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 32px;
    min-height: 188px;
  }
}
.cid-vegWBOxsdY .card-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(115deg, #0597ff, #fcdb42);
  opacity: 0;
  transition: 0.6s all;
}
.cid-vegWBOxsdY .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .iconfont-wrapper {
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vegWBOxsdY .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 34px;
  color: #ffffff;
  margin-right: 0;
}
.cid-vegWBOxsdY .card-text-wrap {
  width: 100%;
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .card-text-wrap {
    width: 50%;
    flex-grow: 1;
    padding-right: 0.75rem;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cid-vegWBOxsdY .card-text-wrap {
    margin-bottom: 12px;
  }
}
.cid-vegWBOxsdY .card-title {
  color: #ffffff;
}
.cid-vegWBOxsdY .card-text {
  color: #FFF;
  margin-top: 1.25rem;
}
@media (max-width: 767px) {
  .cid-vegWBOxsdY .card-text {
    margin-top: 1rem;
  }
}
.cid-vegWBOxsdY .iconfont-hover-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  transition: 0.6s all;
  margin-top: auto;
}
@media (min-width: 576px) {
  .cid-vegWBOxsdY .iconfont-hover-wrapper {
    opacity: 0;
  }
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .iconfont-hover-wrapper {
    width: fit-content;
    max-width: 50%;
    flex-shrink: 0;
    margin-left: auto;
  }
}
.cid-vegWBOxsdY .iconfont-hover-wrapper .iconfont-hover-box {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
  transition: 0.6s all;
}
@media (min-width: 576px) {
  .cid-vegWBOxsdY .iconfont-hover-wrapper .iconfont-hover-box {
    transform: translate3d(-2rem, 2rem, 0px) scale3d(0.8, 0.8, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  }
}
.cid-vegWBOxsdY .iconfont-hover-wrapper .mbr-iconfont {
  display: block;
  font-size: 114px;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-vegWBOxsdY .iconfont-hover-wrapper .mbr-iconfont {
    font-size: 74px !important;
  }
}
.cid-vbJ6Kl0kLH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #110f24;
  position: relative;
  margin-top: -1px;
  overflow: hidden;
}
.cid-vbJ6Kl0kLH .section-border-item {
  background-color: #6d8e93;
}
.cid-vbJ6Kl0kLH .mbr-text {
  color: #FFFFFF;
}
.cid-vbJ6Kl0kLH .media-container-row .mbr-text {
  color: #FFFFFF;
}
