/*@font-face{ font-family: Kit; src: url('../../font/SUT Bold ver 1.00.ttf'); }
*{ font-family: Kit, Arial;  margin: 0px; }*/


.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
/*body {
  font-family: Athiti;
}*/
body {
  font-family: "Athiti", sans-serif;
}
.display-1 {
  font-family: 'Athiti', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Athiti', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Athiti', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Athiti', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Athiti', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !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: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Kanit', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !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: #ffd7ef !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='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uNUcPy5Hfq {
  z-index: 1000;
  width: 100%;
}
.cid-uNUcPy5Hfq .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNUcPy5Hfq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNUcPy5Hfq .navbar-nav {
  margin: auto;
  margin-left: 0;
}
@media (min-width: 992px) {
  .cid-uNUcPy5Hfq .navbar-nav {
    max-width: 45%;
  }
}
.cid-uNUcPy5Hfq .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uNUcPy5Hfq .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uNUcPy5Hfq .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uNUcPy5Hfq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNUcPy5Hfq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNUcPy5Hfq .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uNUcPy5Hfq .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uNUcPy5Hfq .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uNUcPy5Hfq .navbar-logo {
  padding-left: 1rem;
  margin: 0 !important;
}
@media (min-width: 992px) {
  .cid-uNUcPy5Hfq .navbar-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767px) {
  .cid-uNUcPy5Hfq .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uNUcPy5Hfq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNUcPy5Hfq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uNUcPy5Hfq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNUcPy5Hfq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNUcPy5Hfq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNUcPy5Hfq .navbar-caption {
  padding-left: 2rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uNUcPy5Hfq .navbar-caption {
    padding-left: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUcPy5Hfq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNUcPy5Hfq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uNUcPy5Hfq .container {
  display: flex;
  height: 90px;
  position: relative;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(255, 255, 255, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uNUcPy5Hfq .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUcPy5Hfq .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNUcPy5Hfq .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uNUcPy5Hfq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8) !important;
}
.cid-uNUcPy5Hfq .nav-item:focus,
.cid-uNUcPy5Hfq .nav-link:focus {
  outline: none;
}
.cid-uNUcPy5Hfq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNUcPy5Hfq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNUcPy5Hfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNUcPy5Hfq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNUcPy5Hfq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNUcPy5Hfq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNUcPy5Hfq .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uNUcPy5Hfq .navbar.opened {
  transition: all 0.3s;
}
.cid-uNUcPy5Hfq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNUcPy5Hfq .navbar .navbar-logo img {
  width: auto;
}
.cid-uNUcPy5Hfq .navbar .navbar-collapse {
  justify-content: flex-end;
}
.cid-uNUcPy5Hfq .navbar.collapsed {
  justify-content: center;
}
.cid-uNUcPy5Hfq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNUcPy5Hfq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNUcPy5Hfq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uNUcPy5Hfq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNUcPy5Hfq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNUcPy5Hfq .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-uNUcPy5Hfq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNUcPy5Hfq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNUcPy5Hfq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNUcPy5Hfq .navbar {
    min-height: 72px;
  }
  .cid-uNUcPy5Hfq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNUcPy5Hfq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNUcPy5Hfq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNUcPy5Hfq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNUcPy5Hfq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNUcPy5Hfq .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-uNUcPy5Hfq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNUcPy5Hfq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNUcPy5Hfq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNUcPy5Hfq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNUcPy5Hfq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNUcPy5Hfq .dropdown-item.active,
.cid-uNUcPy5Hfq .dropdown-item:active {
  background-color: transparent;
}
.cid-uNUcPy5Hfq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNUcPy5Hfq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNUcPy5Hfq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNUcPy5Hfq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uNUcPy5Hfq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uNUcPy5Hfq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNUcPy5Hfq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNUcPy5Hfq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNUcPy5Hfq .navbar-buttons {
    text-align: left;
  }
}
.cid-uNUcPy5Hfq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNUcPy5Hfq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uNUcPy5Hfq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNUcPy5Hfq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNUcPy5Hfq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNUcPy5Hfq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNUcPy5Hfq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUcPy5Hfq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNUcPy5Hfq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNUcPy5Hfq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNUcPy5Hfq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNUcPy5Hfq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUcPy5Hfq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uNUcPy5Hfq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNUcPy5Hfq .navbar {
    height: 70px;
  }
  .cid-uNUcPy5Hfq .navbar.opened {
    height: auto;
  }
  .cid-uNUcPy5Hfq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNUcPy5Hfq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNUcPy5Hfq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNUcPy5Hfq .navbar-brand {
    margin-right: auto;
  }
  .cid-uNUcPy5Hfq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    opacity: 1;
    border-color: rgba(255, 255, 255, 0.8) !important;
    background: rgba(255, 255, 255, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uNUcPy5Hfq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNUcPy5Hfq .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNUcPy5Hfq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uNUcPy5Hfq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNUcPy5Hfq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNUik4LwTA {
  background-image: url("../../../assets/images/background13.jpg");
}
.cid-uNUik4LwTA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUik4LwTA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdlPLOec {
  display: flex;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNUdlPLOec .mbr-overlay {
  background-color: #f92c50;
  opacity: 0.5;
}
.cid-uNUdlPLOec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdlPLOec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdlPLOec .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNUdlPLOec .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNUdlPLOec {
    align-items: center;
  }
  .cid-uNUdlPLOec .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNUdlPLOec .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNUdlPLOec {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNUdlPLOec .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNUdlPLOec .content-wrap {
    width: 100%;
  }
}
.cid-uNUdlPLOec .mbr-section-title {
  text-align: center;
}
.cid-uNUdlPLOec .mbr-text,
.cid-uNUdlPLOec .mbr-section-btn {
  text-align: center;
}
.cid-uNUdmbAYZz {
  display: flex;
  background-color: #393193;
}
.cid-uNUdmbAYZz .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 992px) {
  .cid-uNUdmbAYZz .content-wrap {
    padding: 5rem 3rem;
  }
}
@media (min-width: 768px) {
  .cid-uNUdmbAYZz {
    align-items: center;
  }
  .cid-uNUdmbAYZz .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNUdmbAYZz .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNUdmbAYZz {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-uNUdmbAYZz .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNUdmbAYZz .content-wrap {
    width: 100%;
  }
}
.cid-uNUdmbAYZz .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uNUdmbAYZz .mbr-text,
.cid-uNUdmbAYZz .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uNUdmbAYZz .mbr-description {
  text-align: center;
  color: #ffffff;
}
.cid-uNUdmpO6pK {
  display: flex;
  padding-top: 20rem;
  padding-bottom: 4rem;
}
@media (min-width: 768px) {
  .cid-uNUdmpO6pK {
    align-items: flex-end;
  }
  .cid-uNUdmpO6pK .row {
    justify-content: flex-start;
  }
  .cid-uNUdmpO6pK .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNUdmpO6pK .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNUdmpO6pK {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNUdmpO6pK .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNUdmpO6pK .content-wrap {
    width: 100%;
  }
}
.cid-uNUdmpO6pK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdmpO6pK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNUdmpO6pK .mbr-section-title,
.cid-uNUdmpO6pK .mbr-section-subtitle {
  text-align: left;
  color: #ffc091;
}
.cid-uNUdmpO6pK .mbr-text,
.cid-uNUdmpO6pK .mbr-section-btn {
  text-align: left;
}
.cid-uNUdmCGE6B {
  display: flex;
  background-image: url("../../../assets/images/background17.jpg");
}
.cid-uNUdmCGE6B .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-uNUdmCGE6B {
    align-items: flex-end;
  }
  .cid-uNUdmCGE6B .row {
    justify-content: center;
  }
  .cid-uNUdmCGE6B .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNUdmCGE6B .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-uNUdmCGE6B {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-uNUdmCGE6B .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uNUdmCGE6B .content-wrap {
    width: 100%;
  }
}
.cid-uNUdmCGE6B .mbr-section-title,
.cid-uNUdmCGE6B .mbr-section-subtitle {
  text-align: center;
}
.cid-uNUdmCGE6B .mbr-text,
.cid-uNUdmCGE6B .mbr-section-btn {
  text-align: center;
}
.cid-uNUdn1sKOx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdn1sKOx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdn1sKOx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNUdn1sKOx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdn1sKOx .row {
  flex-direction: row-reverse;
}
.cid-uNUdn1sKOx .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNUdn1sKOx .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdn1sKOx .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUdn1sKOx .mbr-section-title {
  color: #000000;
}
.cid-uNUdn1sKOx .mbr-text,
.cid-uNUdn1sKOx .mbr-section-btn {
  color: #232323;
}
.cid-uNUdnm8REX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdnm8REX .content-head {
  max-width: 800px;
}
.cid-uNUdnCuep9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdnCuep9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdnCuep9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdnCuep9 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNUdnCuep9 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-uNUdnCuep9 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNUdnCuep9 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uNUdnCuep9 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uNUdnCuep9 .header-menu li p {
  margin: 0;
}
.cid-uNUdnCuep9 .content-head {
  max-width: 800px;
}
.cid-uNUdo4EjcM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdo4EjcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdo4EjcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdo4EjcM .content-text {
  max-width: 800px;
}
.cid-uNUdo4EjcM .mbr-section-title {
  color: #000000;
}
.cid-uNUdo4EjcM .mbr-text,
.cid-uNUdo4EjcM .mbr-section-btn {
  color: #000000;
}
.cid-uNUdsAoWxn {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdsAoWxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdsAoWxn .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-uNUdsAoWxn .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uNUdsAoWxn .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNUdsAoWxn .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUdsAoWxn .media-content,
.cid-uNUdsAoWxn .mbr-figure {
  align-self: center;
}
.cid-uNUdsAoWxn .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uNUdsAoWxn .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uNUdsAoWxn .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uNUdsVd7JX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdsVd7JX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdsVd7JX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdsVd7JX .card-wrapper {
  background: #ffffff;
  padding: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNUdsVd7JX .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdsVd7JX .card-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNUdsVd7JX .row {
  justify-content: space-between;
}
.cid-uNUdtek4eP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uNUdtek4eP input {
  padding: 1.5rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNUdtek4eP input:hover {
  border: none !important;
}
.cid-uNUdtek4eP .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uNUdtek4eP .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdtek4eP .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdtek4eP .row {
    justify-content: center;
  }
}
.cid-uNUdtek4eP .mbr-section-btn {
  display: flex;
  width: fit-content;
}
@media (max-width: 767px) {
  .cid-uNUdtek4eP .mbr-section-btn {
    margin-top: 1rem;
  }
}
.cid-uNUdtek4eP .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uNUdtek4eP .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNUdtek4eP .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uNUdtek4eP .justify-content-center {
  align-items: center;
}
.cid-uNUdtek4eP .mbr-section-title {
  color: #260a30;
}
.cid-uNUdtek4eP .mbr-text {
  color: #260a30;
}
.cid-uNUdtuPw1B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-uNUdtuPw1B input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNUdtuPw1B input:hover {
  border: none !important;
}
.cid-uNUdtuPw1B .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uNUdtuPw1B .btn {
    margin-left: 0.625rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdtuPw1B .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUdtuPw1B .row {
  justify-content: center;
}
.cid-uNUdtuPw1B .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uNUdtuPw1B .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uNUdtuPw1B .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNUdtuPw1B .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uNUdtuPw1B .justify-content-center {
  align-items: center;
}
.cid-uNUdtuPw1B .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uNUduhskTB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-uNUduhskTB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUduhskTB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUduhskTB .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUduhskTB .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUduhskTB .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUduhskTB .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUduhskTB .mbr-text,
.cid-uNUduhskTB .mbr-section-btn {
  text-align: center;
}
.cid-uNUduDskeC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUduDskeC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUduDskeC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUduDskeC .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uNUduDskeC .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUduDskeC .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUduDskeC .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUduDskeC .wrap {
  background: url("../../../assets/images/background1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uNUduDskeC .wrap .inner-wrap {
  padding: 40px;
}
.cid-uNUduDskeC .card-title {
  color: #ffffff;
  text-align: left;
}
.cid-uNUduDskeC .mbr-text,
.cid-uNUduDskeC .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-uNUduTT6Bm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-uNUduTT6Bm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUduTT6Bm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUduTT6Bm .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uNUduTT6Bm .image-wrap img {
    display: block;
    margin: auto;
  }
}
.cid-uNUduTT6Bm .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNUduTT6Bm .header-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uNUduTT6Bm .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uNUduTT6Bm .header-menu li p {
  margin: 0;
}
.cid-uNUduTT6Bm .mbr-section-title {
  color: #ffffff;
}
.cid-uNUduTT6Bm .header-menu-item {
  color: #ffffff;
}
.cid-uNUduTT6Bm .mbr-text,
.cid-uNUduTT6Bm .mbr-section-btn {
  color: #ffffff;
  text-align: center;
}
.cid-uNUduTT6Bm .content-head {
  max-width: 800px;
}
.cid-uNUdvdputr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUdvdputr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdvdputr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uNUdvdputr .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uNUdvdputr .mbr-section-title {
  color: #ffffff;
}
.cid-uNUdvdputr .mbr-text,
.cid-uNUdvdputr .mbr-section-btn {
  color: #ffffff;
}
.cid-uNUdvdputr .content-head {
  max-width: 800px;
}
.cid-uNUdwgHnOP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUdwgHnOP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdwgHnOP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
}
.cid-uNUdwgHnOP .topbg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: #edefeb;
}
.cid-uNUdwgHnOP .mbr-section-title {
  color: #ffffff;
}
.cid-uNUdwgHnOP .mbr-text,
.cid-uNUdwgHnOP .mbr-section-btn {
  color: #ffffff;
}
.cid-uNUdwgHnOP .media-content,
.cid-uNUdwgHnOP .mbr-figure {
  align-self: center;
}
.cid-uNUdwgHnOP .mbr-figure iframe {
  width: 100%;
  overflow: hidden;
}
.cid-uNUdwgHnOP .app-video-wrapper {
  background: transparent;
}
.cid-uNUdwgHnOP .content-head {
  max-width: 800px;
}
.cid-uNUdxXiKIL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdxXiKIL .item-subtitle {
  line-height: 1.2;
  color: #232323;
  text-align: center;
}
.cid-uNUdxXiKIL img,
.cid-uNUdxXiKIL .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNUdxXiKIL .item:focus,
.cid-uNUdxXiKIL span:focus {
  outline: none;
}
.cid-uNUdxXiKIL .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdxXiKIL .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUdxXiKIL .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUdxXiKIL .mbr-section-title {
  color: #232323;
}
.cid-uNUdxXiKIL .mbr-text,
.cid-uNUdxXiKIL .mbr-section-btn {
  color: #232323;
  text-align: center;
}
.cid-uNUdxXiKIL .item-title {
  color: #232323;
  text-align: center;
}
.cid-uNUdxXiKIL .content-head {
  max-width: 800px;
}
.cid-uNUdyf9lmj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdyf9lmj img,
.cid-uNUdyf9lmj .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNUdyf9lmj .item:focus,
.cid-uNUdyf9lmj span:focus {
  outline: none;
}
.cid-uNUdyf9lmj .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdyf9lmj .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUdyf9lmj .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdyf9lmj .item-content {
    padding: 0 1.5rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdyf9lmj .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uNUdyf9lmj .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUdyf9lmj .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNUdyf9lmj .mbr-section-title {
  color: #000000;
}
.cid-uNUdyf9lmj .item-title {
  text-align: left;
}
.cid-uNUdyf9lmj .item-subtitle {
  text-align: left;
}
.cid-uNUdyf9lmj .mbr-text,
.cid-uNUdyf9lmj .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdyf9lmj .content-head {
  max-width: 800px;
}
.cid-uNUdyvzcxp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUdyvzcxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdyvzcxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdyvzcxp .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdyvzcxp .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUdyvzcxp .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdyvzcxp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdyvzcxp .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUdyvzcxp .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uNUdyvzcxp .mbr-section-title {
  color: #9fe870;
}
.cid-uNUdyvzcxp .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNUdyvzcxp .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNUdyvzcxp .card-box .item-footer {
  margin-top: auto;
}
.cid-uNUdyvzcxp .content-head {
  max-width: 800px;
}
.cid-uNUdyO9Abv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdyO9Abv img,
.cid-uNUdyO9Abv .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNUdyO9Abv .item:focus,
.cid-uNUdyO9Abv span:focus {
  outline: none;
}
.cid-uNUdyO9Abv .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdyO9Abv .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUdyO9Abv .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUdyO9Abv .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNUdyO9Abv .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNUdyO9Abv .item-wrapper .item-content {
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdyO9Abv .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdyO9Abv .item-wrapper .item-content {
    padding: 1.5rem;
  }
}
.cid-uNUdyO9Abv .mbr-section-title {
  color: #232323;
}
.cid-uNUdyO9Abv .mbr-text,
.cid-uNUdyO9Abv .mbr-section-btn {
  text-align: center;
}
.cid-uNUdyO9Abv .item-title {
  text-align: left;
}
.cid-uNUdyO9Abv .content-head {
  max-width: 800px;
}
.cid-uNUdyO9Abv .mbr-text,
.cid-uNUdyO9Abv .item-wrapper .mbr-section-btn {
  text-align: left;
}
.cid-uNUdzQIx5d {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdzQIx5d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdzQIx5d .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdzQIx5d .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdzQIx5d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdzQIx5d .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uNUdzQIx5d .card-title,
.cid-uNUdzQIx5d .iconfont-wrapper,
.cid-uNUdzQIx5d .card-text {
  color: #000000;
  text-align: center;
}
.cid-uNUdzQIx5d .content-head {
  max-width: 800px;
}
.cid-uNUdzQIx5d .mbr-section-title {
  color: #000000;
}
.cid-uNUdzQIx5d .mbr-section-btn {
  text-align: center;
}
.cid-uNUdAaI3qm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdAaI3qm .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uNUdAaI3qm img,
.cid-uNUdAaI3qm .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNUdAaI3qm .item:focus,
.cid-uNUdAaI3qm span:focus {
  outline: none;
}
.cid-uNUdAaI3qm .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdAaI3qm .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUdAaI3qm .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUdAaI3qm .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNUdAaI3qm .item-content .item-footer {
  margin-top: auto;
}
.cid-uNUdAaI3qm .mbr-section-title {
  color: #000000;
}
.cid-uNUdAaI3qm .mbr-text,
.cid-uNUdAaI3qm .mbr-section-btn {
  color: #000000;
}
.cid-uNUdAaI3qm .item-title {
  color: #000000;
}
.cid-uNUdAaI3qm .content-head {
  max-width: 800px;
}
.cid-uNUdAzASCc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdAzASCc h6 {
  line-height: 1.2;
}
.cid-uNUdAzASCc img,
.cid-uNUdAzASCc .item-img {
  width: 100%;
}
.cid-uNUdAzASCc .item:focus,
.cid-uNUdAzASCc span:focus {
  outline: none;
}
.cid-uNUdAzASCc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdAzASCc .item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdAzASCc .mbr-section-content {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
}
.cid-uNUdAzASCc .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUdAzASCc .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uNUdAzASCc .mbr-section-title {
  color: #000000;
}
.cid-uNUdAzASCc .mbr-text,
.cid-uNUdAzASCc .mbr-section-btn {
  color: #000000;
}
.cid-uNUdAzASCc .item-title {
  color: #000000;
  text-align: center;
}
.cid-uNUdAzASCc .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUdAzASCc .item-text {
  color: #000000;
  text-align: center;
}
.cid-uNUdAzASCc .content-head {
  max-width: 800px;
}
.cid-uNUdAQ67zj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdAQ67zj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdAQ67zj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdAQ67zj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdAQ67zj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdAQ67zj .content-head {
  max-width: 800px;
}
.cid-uNUdAQ67zj .img-wrapper {
  padding-right: 1.5rem;
}
.cid-uNUdAQ67zj .img-wrapper img {
  width: 6rem;
}
.cid-uNUdBSawWe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdBSawWe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdBSawWe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdBSawWe .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdBSawWe .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdBSawWe .mbr-section-title {
  text-align: center;
}
.cid-uNUdBSawWe .mbr-section-subtitle {
  text-align: center;
}
.cid-uNUdBSawWe .image-wrapper {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  overflow: hidden;
}
.cid-uNUdBSawWe .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cid-uNUdBSawWe .content-head {
  max-width: 800px;
}
.cid-uNUdBSawWe .img-box {
  display: flex;
  justify-content: center;
}
.cid-uNUdBSawWe .card-title {
  text-align: center;
}
.cid-uNUdBSawWe .card-text {
  text-align: center;
}
.cid-uNUdBSawWe .link {
  text-align: center;
}
.cid-uNUdC9UCum {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdC9UCum img,
.cid-uNUdC9UCum .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUdC9UCum img,
  .cid-uNUdC9UCum .item-img {
    max-height: 300px;
  }
}
.cid-uNUdC9UCum .item:focus,
.cid-uNUdC9UCum span:focus {
  outline: none;
}
.cid-uNUdC9UCum .item-wrapper {
  position: relative;
}
.cid-uNUdC9UCum .slide-content {
  position: relative;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uNUdC9UCum .slide-content .item-content {
  padding: 2.25rem 2.25rem 0;
}
.cid-uNUdC9UCum .slide-content .item-footer {
  padding: 0 2.25rem 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdC9UCum .slide-content .item-content {
    padding: 2rem 1.5rem 0;
  }
  .cid-uNUdC9UCum .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdC9UCum .slide-content .item-content {
    padding: 1.5rem 1.5rem 0;
  }
  .cid-uNUdC9UCum .slide-content .item-footer {
    padding: 0 1.5rem 1.5rem;
  }
}
.cid-uNUdC9UCum .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNUdC9UCum .mbr-section-title {
  color: #232323;
}
.cid-uNUdC9UCum .mbr-text,
.cid-uNUdC9UCum .mbr-section-btn {
  text-align: left;
}
.cid-uNUdC9UCum .item-title {
  text-align: left;
}
.cid-uNUdC9UCum .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-uNUdC9UCum .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 370px;
  max-width: 370px;
}
@media (max-width: 768px) {
  .cid-uNUdC9UCum .embla__slide {
    min-width: 85%;
    max-width: initial;
  }
}
.cid-uNUdC9UCum .embla__button--next,
.cid-uNUdC9UCum .embla__button--prev {
  display: flex;
}
.cid-uNUdC9UCum .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uNUdC9UCum .embla__button {
    display: none;
  }
}
.cid-uNUdC9UCum .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNUdC9UCum .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uNUdC9UCum .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUdC9UCum .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNUdC9UCum .embla__button {
    top: auto;
  }
}
.cid-uNUdC9UCum .embla {
  position: relative;
  width: 100%;
}
.cid-uNUdC9UCum .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNUdC9UCum .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNUdC9UCum .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNUdC9UCum .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 768px) {
  .cid-uNUdC9UCum .embla__container .embla__slide:first-child {
    margin-left: 2rem !important;
  }
  .cid-uNUdC9UCum .embla__container .embla__slide:last-child {
    margin-right: 2rem !important;
  }
}
.cid-uNUdC9UCum .content-head {
  max-width: 800px;
}
.cid-uNUdCuRfLg {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUdCuRfLg .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUdCuRfLg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdCuRfLg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdCuRfLg .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uNUdCuRfLg .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdCuRfLg .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0.5rem;
  }
}
.cid-uNUdCuRfLg .card-title,
.cid-uNUdCuRfLg .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdCuRfLg .content-head {
  max-width: 800px;
}
.cid-uNUdCuRfLg .mbr-section-title {
  color: #9fe870;
}
.cid-uNUdCuRfLg .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNUdCuRfLg .card-text {
  color: #000000;
}
.cid-uNUdCuRfLg .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdCuRfLg .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUdCRsOMP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdCRsOMP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdCRsOMP .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUdCRsOMP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdCRsOMP .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNUdCRsOMP .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdCRsOMP .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNUdCRsOMP .card-title,
.cid-uNUdCRsOMP .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdCRsOMP .card-text {
  color: #000000;
}
.cid-uNUdCRsOMP .content-head {
  max-width: 800px;
}
.cid-uNUdCRsOMP .mbr-section-title {
  color: #000000;
}
.cid-uNUdCRsOMP .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdCRsOMP .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUdFmj6e8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdFmj6e8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdFmj6e8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUdFmj6e8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdFmj6e8 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdFmj6e8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdFmj6e8 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUdFmj6e8 .card-title,
.cid-uNUdFmj6e8 .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdFmj6e8 .card-text {
  color: #000000;
}
.cid-uNUdFmj6e8 .content-head {
  max-width: 800px;
}
.cid-uNUdFmj6e8 .mbr-section-title {
  color: #000000;
}
.cid-uNUdFZtEoI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdFZtEoI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdFZtEoI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdFZtEoI .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdFZtEoI .item-mb {
    margin-bottom: 0;
  }
}
.cid-uNUdFZtEoI .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdFZtEoI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdFZtEoI .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUdFZtEoI .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #d70081;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uNUdFZtEoI .mbr-section-title {
  color: #d70081;
}
.cid-uNUdFZtEoI .mbr-section-subtitle {
  color: #232323;
}
.cid-uNUdFZtEoI .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNUdFZtEoI .card-box .item-footer {
  margin-top: auto;
}
.cid-uNUdFZtEoI .content-head {
  max-width: 800px;
}
.cid-uNUdGnMcT9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdGnMcT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdGnMcT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdGnMcT9 .mbr-description {
  text-align: left;
}
.cid-uNUdGnMcT9 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdGnMcT9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdGnMcT9 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUdGnMcT9 .card-title,
.cid-uNUdGnMcT9 .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdGnMcT9 .card-text {
  color: #000000;
}
.cid-uNUdGnMcT9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUdGnMcT9 .mbr-number {
  color: #9fe870;
}
.cid-uNUdGnMcT9 .mbr-text,
.cid-uNUdGnMcT9 .mbr-section-btn {
  text-align: center;
}
.cid-uNUdGnMcT9 .card-text,
.cid-uNUdGnMcT9 .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdGOgjxC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdGOgjxC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdGOgjxC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdGOgjxC .row {
  flex-direction: row-reverse;
}
.cid-uNUdGOgjxC .mbr-description {
  text-align: left;
}
.cid-uNUdGOgjxC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdGOgjxC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdGOgjxC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUdGOgjxC .card-title,
.cid-uNUdGOgjxC .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdGOgjxC .card-text {
  color: #000000;
}
.cid-uNUdGOgjxC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUdGOgjxC .mbr-number {
  color: #9fe870;
}
.cid-uNUdGOgjxC .mbr-text,
.cid-uNUdGOgjxC .mbr-section-btn {
  text-align: center;
}
.cid-uNUdGOgjxC .card-text,
.cid-uNUdGOgjxC .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdGOgjxC .image-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdGOgjxC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdHPuijn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdHPuijn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdHPuijn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdHPuijn .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdHPuijn .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uNUdHPuijn .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUdHPuijn .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdHPuijn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdHPuijn .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUdHPuijn .mbr-number {
  color: #d70081;
}
.cid-uNUdHPuijn .mbr-section-title {
  text-align: center;
}
.cid-uNUdHPuijn .mbr-subtitle {
  text-align: center;
}
.cid-uNUdHPuijn .card-text,
.cid-uNUdHPuijn .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdIaNXPj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uNUdIaNXPj .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUdIaNXPj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdIaNXPj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdIaNXPj .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uNUdIaNXPj .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdIaNXPj .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUdIaNXPj .card-title,
.cid-uNUdIaNXPj .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdIaNXPj .content-head {
  max-width: 800px;
}
.cid-uNUdIaNXPj .mbr-section-title {
  color: #000000;
}
.cid-uNUdIaNXPj .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUdIaNXPj .card-text {
  color: #000000;
}
.cid-uNUdIaNXPj .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdIaNXPj .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUdIv8VGX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdIv8VGX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdIv8VGX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdIv8VGX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdIv8VGX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdIv8VGX .img-wrapper {
  width: 10rem;
  padding-right: 1.5rem;
}
.cid-uNUdIv8VGX .content-head {
  max-width: 800px;
}
.cid-uNUdITFYyZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uNUdITFYyZ .justify-content-center {
  align-items: center;
}
.cid-uNUdITFYyZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdITFYyZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdITFYyZ .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  align-items: center;
}
@media (max-width: 767px) {
  .cid-uNUdITFYyZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdITFYyZ .iconfont-wrapper {
  padding-right: 1.5rem;
}
.cid-uNUdITFYyZ .content-head {
  max-width: 800px;
}
.cid-uNUdITFYyZ .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #d70081;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #ffd7ef;
  height: 80px;
  border-radius: 50%;
}
.cid-uNUdJWrlhZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-uNUdJWrlhZ .justify-content-center {
  align-items: center;
}
.cid-uNUdJWrlhZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdJWrlhZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdJWrlhZ .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uNUdJWrlhZ .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdJWrlhZ .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uNUdJWrlhZ .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uNUdJWrlhZ .row {
  align-items: center;
}
.cid-uNUdJWrlhZ .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uNUdJWrlhZ .card-text {
    text-align: center;
  }
}
.cid-uNUdKV47ZL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdKV47ZL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdKV47ZL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdKV47ZL .mbr-description {
  text-align: left;
}
.cid-uNUdKV47ZL .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uNUdKV47ZL .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdKV47ZL .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNUdKV47ZL .card-title,
.cid-uNUdKV47ZL .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdKV47ZL .card-text {
  color: #000000;
}
.cid-uNUdKV47ZL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUdKV47ZL .mbr-number {
  color: #9fe870;
}
.cid-uNUdKV47ZL .mbr-text,
.cid-uNUdKV47ZL .mbr-section-btn {
  text-align: center;
}
.cid-uNUdKV47ZL .card-text,
.cid-uNUdKV47ZL .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdKV47ZL .mbr-section-btn {
  margin-top: 1rem;
}
.cid-uNUdKV47ZL .image-wrapper {
  margin-bottom: 0rem;
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNUdKV47ZL .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdKV47ZL .image-wrapper {
    padding: 0rem 0rem;
    margin-bottom: 0rem;
  }
}
.cid-uNUdKV47ZL .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNUdKV47ZL .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdKV47ZL .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUdKV47ZL .card-title {
  text-align: left;
}
.cid-uNUdKV47ZL .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNUdKV47ZL .item-content .item-footer {
  margin-top: auto;
}
.cid-uNUdLtexJi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdLtexJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdLtexJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdLtexJi .mbr-text {
  color: #000000;
}
.cid-uNUdLtexJi .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUdLtexJi .item-wrapper {
  background: #ffffff;
  margin-bottom: 0rem;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .cid-uNUdLtexJi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdLtexJi .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
.cid-uNUdLtexJi .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdLtexJi .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUdLtexJi .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uNUdLtexJi .mbr-section-title {
  color: #000000;
}
.cid-uNUdLtexJi .card-text,
.cid-uNUdLtexJi .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdLtexJi .card-title,
.cid-uNUdLtexJi .iconfont-wrapper {
  text-align: left;
}
.cid-uNUdLtexJi .mbr-section-subtitle,
.cid-uNUdLtexJi .main-button {
  text-align: left;
  color: #000000;
}
.cid-uNUdLtexJi .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uNUdLtexJi .item-content .item-footer {
  margin-top: auto;
}
.cid-uNUdLtexJi .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdLtexJi .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUdLtexJi .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uNUdLtexJi .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uNUdLNSVif {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNUdLNSVif .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdLNSVif .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdLNSVif .row-reverse {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-uNUdLNSVif .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdLNSVif .row {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (max-width: 991px) {
  .cid-uNUdLNSVif .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdLNSVif .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUdLNSVif .mbr-section-title {
  color: #000000;
}
.cid-uNUdLNSVif .mbr-text,
.cid-uNUdLNSVif .mbr-section-btn {
  color: #000000;
}
.cid-uNUdLNSVif img {
  width: 100%;
  height: 100%;
}
.cid-uNUdNgpPZw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdNgpPZw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdNgpPZw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uNUdNgpPZw .image-wrapper {
    flex-direction: column;
  }
  .cid-uNUdNgpPZw .image-wrapper img {
    margin: auto;
    margin-bottom: 1rem;
  }
}
.cid-uNUdNgpPZw .card-box {
  max-width: 750px;
  padding-top: 2rem;
  margin-left: auto;
  margin-right: 0;
}
.cid-uNUdNgpPZw img,
.cid-uNUdNgpPZw .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNUdNgpPZw .card-wrapper {
  background: #ffffff;
}
.cid-uNUdNgpPZw .mbr-text,
.cid-uNUdNgpPZw .mbr-section-btn {
  color: #000000;
}
.cid-uNUdNgpPZw .card-title,
.cid-uNUdNgpPZw .card-box {
  color: #232323;
}
@media (max-width: 767px) {
  .cid-uNUdNgpPZw .card-content-text {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdNgpPZw .card-content-text {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdNgpPZw .card-content-text {
    padding: 4rem;
  }
}
.cid-uNUdNBxJ8z {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNUdNBxJ8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdNBxJ8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNUdNBxJ8z .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdNBxJ8z .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNUdNBxJ8z .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdNBxJ8z .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUdNBxJ8z .mbr-section-title {
  color: #000000;
}
.cid-uNUdNBxJ8z .mbr-text,
.cid-uNUdNBxJ8z .mbr-section-btn {
  color: #000000;
}
.cid-uNUdNVn6cg {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-uNUdNVn6cg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdNVn6cg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uNUdNVn6cg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUdNVn6cg .row {
  flex-direction: row-reverse;
}
.cid-uNUdNVn6cg .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uNUdNVn6cg .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdNVn6cg .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUdNVn6cg .mbr-section-title {
  color: #000000;
}
.cid-uNUdNVn6cg .mbr-text,
.cid-uNUdNVn6cg .mbr-section-btn {
  color: #000000;
}
.cid-uNUdOgpKFm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #2e481a;
}
.cid-uNUdOgpKFm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdOgpKFm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdOgpKFm .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uNUdOgpKFm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdOgpKFm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUdOgpKFm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNUdOgpKFm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNUdOgpKFm .row {
  flex-direction: row-reverse;
}
.cid-uNUdOgpKFm .image-wrapper {
  padding: 0 1rem;
}
.cid-uNUdOgpKFm img,
.cid-uNUdOgpKFm .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUdOgpKFm img,
  .cid-uNUdOgpKFm .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNUdOgpKFm .mbr-section-title {
  color: #000000;
}
.cid-uNUdOgpKFm .mbr-text {
  color: #000000;
}
.cid-uNUdPglQSc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUdPglQSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdPglQSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdPglQSc .card-wrapper {
  background: #9fe870;
}
@media (max-width: 767px) {
  .cid-uNUdPglQSc .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdPglQSc .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdPglQSc .card-wrapper {
    padding: 9rem 4rem;
  }
}
.cid-uNUdPglQSc .mbr-text,
.cid-uNUdPglQSc .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-uNUdPglQSc .card-title,
.cid-uNUdPglQSc .card-box {
  text-align: center;
  color: #2e481a;
}
.cid-uNUdPB09Gi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdPB09Gi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdPB09Gi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdPB09Gi .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUdPB09Gi .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdPB09Gi .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdPB09Gi .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUdPB09Gi .mbr-text,
.cid-uNUdPB09Gi .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUdPB09Gi .card-title,
.cid-uNUdPB09Gi .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNUdPYeI5y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdPYeI5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdPYeI5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uNUdPYeI5y .card-content-text {
    padding: 0 1.5rem 1.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uNUdPYeI5y .card-content-text {
    padding: 0 2.25rem 2.25rem 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdPYeI5y .card-content-text {
    padding: 1rem 4rem 4rem 4rem;
  }
}
.cid-uNUdPYeI5y .card-wrapper {
  background: #ffffff;
}
.cid-uNUdPYeI5y .mbr-text,
.cid-uNUdPYeI5y .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUdPYeI5y .card-title,
.cid-uNUdPYeI5y .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNUdPYeI5y .image-wrapper img {
  width: 100%;
}
.cid-uNUdQmcBgv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdQmcBgv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdQmcBgv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uNUdQmcBgv .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uNUdQmcBgv .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdQmcBgv .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uNUdQmcBgv .card-wrapper {
  background: #ffffff;
}
.cid-uNUdQmcBgv .mbr-text,
.cid-uNUdQmcBgv .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUdQmcBgv .card-title,
.cid-uNUdQmcBgv .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNUdQmcBgv .image-wrapper img {
  width: 100%;
}
.cid-uNUdRu5OMT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdRu5OMT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdRu5OMT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-uNUdRu5OMT .card-content-text {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
@media (min-width: 768px) {
  .cid-uNUdRu5OMT .card-content-text {
    padding: 2.25rem 2.25rem 0 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdRu5OMT .card-content-text {
    padding: 4rem 4rem 1rem 4rem;
  }
}
.cid-uNUdRu5OMT .card-wrapper {
  background: #ffffff;
}
.cid-uNUdRu5OMT .mbr-text,
.cid-uNUdRu5OMT .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUdRu5OMT .card-title,
.cid-uNUdRu5OMT .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNUdRSWJKN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdRSWJKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdRSWJKN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdSesddu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdSesddu .mbr-text {
  color: #000000;
}
.cid-uNUdSesddu .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUdSesddu .mbr-section-title {
  color: #000000;
}
.cid-uNUdSBak4a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdSBak4a .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdSBak4a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdSBak4a .card-wrapper {
  background: #393193;
}
@media (max-width: 767px) {
  .cid-uNUdSBak4a .card-wrapper {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdSBak4a .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdSBak4a .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUdSBak4a .mbr-text,
.cid-uNUdSBak4a .mbr-section-btn {
  color: #ffd7ef;
}
.cid-uNUdSBak4a .card-title,
.cid-uNUdSBak4a .card-box {
  text-align: left;
  color: #ffd7ef;
}
.cid-uNUdTadZzO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdTadZzO .mbr-section-title {
  text-align: center;
  color: #393193;
}
.cid-uNUdTadZzO .mbr-section-subtitle {
  text-align: center;
  color: #232323;
}
.cid-uNUdTvPXj8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdTvPXj8 .mbr-text {
  color: #000000;
}
.cid-uNUdTvPXj8 .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUdTQzXdp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdUa99Yx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdUa99Yx .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uNUdUa99Yx .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uNUdUa99Yx .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUdUa99Yx .mbr-section-title {
  text-align: center;
}
.cid-uNUdUa99Yx .mbr-section-subtitle {
  text-align: center;
}
.cid-uNUdV1pH6w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdV1pH6w .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdV1pH6w .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdV1pH6w .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdVmWiFe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdVmWiFe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdVmWiFe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdVmWiFe .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUdVmWiFe .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdVmWiFe .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdVmWiFe .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUdVmWiFe .mbr-text,
.cid-uNUdVmWiFe .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUdVmWiFe .card-title,
.cid-uNUdVmWiFe .card-box {
  text-align: center;
  color: #000000;
}
.cid-uNUdVmWiFe .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdVmWiFe .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdVmWiFe .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdVmWiFe .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uNUdVmWiFe .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uNUdVmWiFe .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUdVmWiFe .mbr-text UL {
  text-align: left;
}
.cid-uNUdVGLiGz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdVGLiGz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdVGLiGz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdVGLiGz .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUdVGLiGz .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUdVGLiGz .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUdVGLiGz .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUdVGLiGz .mbr-text,
.cid-uNUdVGLiGz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUdVGLiGz .card-title,
.cid-uNUdVGLiGz .card-box {
  text-align: center;
  color: #000000;
}
.cid-uNUdVGLiGz .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdVGLiGz .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdVGLiGz .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdVGLiGz .mbr-text UL {
  text-align: left;
}
.cid-uNUdW12zue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdW12zue .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdW12zue .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdW12zue .mbr-text {
  color: #000000;
}
.cid-uNUdW12zue .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUdW12zue .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdW12zue .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdW12zue .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uNUdW12zue .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdW12zue .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUdW12zue .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdW12zue .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdW12zue .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdW12zue .mbr-text UL {
  text-align: left;
}
.cid-uNUdW12zue .mbr-section-subtitle,
.cid-uNUdW12zue .main-button {
  color: #000000;
}
.cid-uNUdWY2x0D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUdWY2x0D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdWY2x0D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdWY2x0D .mbr-text {
  color: #000000;
}
.cid-uNUdWY2x0D .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUdWY2x0D .item-wrapper {
  background: #ffffff;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdWY2x0D .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdWY2x0D .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
  }
}
.cid-uNUdWY2x0D .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUdWY2x0D .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUdWY2x0D .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdWY2x0D .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdWY2x0D .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdWY2x0D .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uNUdWY2x0D .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uNUdWY2x0D .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUdWY2x0D .mbr-text UL {
  text-align: left;
}
.cid-uNUdWY2x0D .mbr-section-subtitle,
.cid-uNUdWY2x0D .main-button {
  color: #000000;
}
.cid-uNUdXfUsrU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdXfUsrU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdXfUsrU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdXfUsrU .mbr-description {
  text-align: left;
}
.cid-uNUdXfUsrU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdXfUsrU .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdXfUsrU .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUdXfUsrU .card-title,
.cid-uNUdXfUsrU .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdXfUsrU .card-text {
  color: #000000;
}
.cid-uNUdXfUsrU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUdXfUsrU .mbr-text,
.cid-uNUdXfUsrU .mbr-section-btn {
  text-align: center;
}
.cid-uNUdXfUsrU .card-text,
.cid-uNUdXfUsrU .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdXfUsrU .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdXfUsrU .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdXfUsrU .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdXfUsrU .counter-container ol {
  margin-bottom: 0;
  padding-left: 2.25rem;
  counter-reset: myCounter;
}
.cid-uNUdXfUsrU .counter-container ol li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
}
.cid-uNUdXfUsrU .counter-container ol li:before {
  font-weight: 700;
  position: absolute;
  left: -1.5em;
  counter-increment: myCounter;
  content: counter(myCounter);
  transition: all .2s;
  color: #9fe870;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNUdXfUsrU .mbr-text UL {
  text-align: left;
}
.cid-uNUdXfUsrU .mbr-text {
  text-align: left;
}
.cid-uNUdXfUsrU .mbr-subtitle {
  text-align: center;
}
.cid-uNUdXyR7mu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUdXyR7mu .row {
  flex-direction: row-reverse;
}
.cid-uNUdXyR7mu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdXyR7mu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdXyR7mu .mbr-description {
  text-align: left;
}
.cid-uNUdXyR7mu .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem 2.25rem 1rem 2.25rem;
}
@media (max-width: 767px) {
  .cid-uNUdXyR7mu .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUdXyR7mu .item-wrapper {
    padding: 2rem 1.5rem 0.5rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUdXyR7mu .card-title,
.cid-uNUdXyR7mu .iconfont-wrapper {
  color: #000000;
}
.cid-uNUdXyR7mu .card-text {
  color: #000000;
}
.cid-uNUdXyR7mu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUdXyR7mu .mbr-text,
.cid-uNUdXyR7mu .mbr-section-btn {
  text-align: center;
}
.cid-uNUdXyR7mu .card-text,
.cid-uNUdXyR7mu .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUdXyR7mu .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUdXyR7mu .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUdXyR7mu .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUdXyR7mu .mbr-text UL {
  text-align: left;
}
.cid-uNUdYkYhFo {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdYkYhFo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdYkYhFo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdYkYhFo .row {
  flex-direction: row-reverse;
}
.cid-uNUdYFTHVH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUdYFTHVH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdYFTHVH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdYFTHVH .row {
  align-items: stretch;
  justify-content: center;
}
.cid-uNUdYFTHVH .row .img-item {
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.cid-uNUdYFTHVH .row .img-item img {
  width: 100%;
  object-fit: cover;
  min-height: 1px;
}
.cid-uNUdYFTHVH img,
.cid-uNUdYFTHVH .item-img {
  width: 100%;
  object-position: 50% top;
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUdYFTHVH img,
  .cid-uNUdYFTHVH .item-img {
    max-height: 350px;
  }
}
.cid-uNUdZ0BWkI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUdZ0BWkI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUdZ0BWkI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUdZ0BWkI .row {
  flex-direction: row-reverse;
}
.cid-uNUdZmKE2t {
  background-color: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-uNUdZmKE2t img {
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uNUe05xwNK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUe05xwNK .row {
  flex-direction: row-reverse;
}
.cid-uNUe05xwNK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe05xwNK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe05xwNK .mbr-side-description {
  text-align: left;
}
.cid-uNUe0nSoTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUe0nSoTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe0nSoTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe0nSoTc .row {
  flex-direction: row-reverse;
}
.cid-uNUe0nSoTc .mbr-description {
  text-align: left;
}
.cid-uNUe0IO0Cw {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe0IO0Cw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe0IO0Cw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe0IO0Cw .card-wrapper {
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uNUe0IO0Cw .card-wrapper {
    padding: 1.5rem;
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUe0IO0Cw .card-wrapper {
    padding: 2.25rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUe0IO0Cw .card-wrapper {
    padding: 4rem;
    padding-top: 18rem;
    padding-bottom: 18rem;
  }
}
.cid-uNUe0IO0Cw .wrap {
  background: url("../../../assets/images/background17.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.cid-uNUe0IO0Cw .wrap .inner-wrap {
  padding: 40px;
}
.cid-uNUe0IO0Cw .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-uNUe0IO0Cw .mbr-text {
  color: #000000;
}
.cid-uNUe0IO0Cw .mbr-text,
.cid-uNUe0IO0Cw .mbr-section-btn {
  color: #ffffff;
}
.cid-uNUe14JVYo {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #edefeb;
}
.cid-uNUe14JVYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe14JVYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe14JVYo .mbr-text {
  color: #000000;
}
.cid-uNUe14JVYo .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUe14JVYo .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe14JVYo .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUe14JVYo .mbr-section-subtitle,
.cid-uNUe14JVYo .main-button {
  color: #000000;
}
.cid-uNUe1PaFp8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe1PaFp8 .mbr-media {
  position: relative;
}
.cid-uNUe1PaFp8 .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-uNUe1PaFp8 a:hover {
  background-image: none !important;
}
.cid-uNUe1PaFp8 .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-uNUe1PaFp8 .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-uNUe1PaFp8 .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-uNUe1PaFp8 .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-uNUe1PaFp8 .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-uNUe1PaFp8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNUe1PaFp8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNUe1PaFp8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe1PaFp8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe1PaFp8 .content-head {
  max-width: 800px;
}
.cid-uNUe2f5KA3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe2f5KA3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe2f5KA3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe2f5KA3 .content-text {
  max-width: 800px;
}
.cid-uNUe2zI174 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe2zI174 .content-text {
  max-width: 800px;
}
.cid-uNUe2UdqN6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUe2UdqN6 .video-wrapper iframe {
  width: 100%;
}
.cid-uNUe2UdqN6 .mbr-section-title,
.cid-uNUe2UdqN6 .mbr-section-subtitle,
.cid-uNUe2UdqN6 .mbr-text {
  text-align: center;
}
.cid-uNUe3iQ3lN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUe3iQ3lN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe3iQ3lN .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-uNUe3iQ3lN .mbr-figure {
    margin-top: 1.5rem;
  }
}
.cid-uNUe3iQ3lN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uNUe3iQ3lN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUe3iQ3lN .media-content,
.cid-uNUe3iQ3lN .mbr-figure {
  align-self: center;
}
.cid-uNUe3iQ3lN .mbr-figure iframe {
  width: 100%;
  border-radius: 2rem;
  overflow: hidden;
}
.cid-uNUe3iQ3lN .mbr-figure {
  border-radius: 0rem;
  overflow: hidden;
}
@media (min-width: 767px) {
  .cid-uNUe3iQ3lN .mbr-figure {
    border-radius: 2rem;
  }
}
.cid-uNUe3iQ3lN .mbr-section-maintitle {
  text-align: center;
}
.cid-uNUe3iQ3lN .mbr-section-title {
  text-align: left;
}
.cid-uNUe3iQ3lN .mbr-text,
.cid-uNUe3iQ3lN .mbr-section-btn {
  text-align: left;
}
.cid-uNUe564Pj8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe564Pj8 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe564Pj8 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUe564Pj8 .item-wrapper {
  height: 100%;
  position: relative;
}
.cid-uNUe564Pj8 .item-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-uNUe564Pj8 .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: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uNUe564Pj8 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uNUe564Pj8 .carousel-control,
.cid-uNUe564Pj8 .close {
  background: #1b1b1b;
}
.cid-uNUe564Pj8 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNUe564Pj8 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNUe564Pj8 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNUe564Pj8 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNUe564Pj8 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNUe564Pj8 .close::before {
  content: '\e91a';
}
.cid-uNUe564Pj8 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNUe564Pj8 .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNUe564Pj8 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUe564Pj8 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNUe564Pj8 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNUe564Pj8 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNUe564Pj8 .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNUe564Pj8 .carousel-indicators li.active,
.cid-uNUe564Pj8 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNUe564Pj8 .carousel-indicators li::after,
.cid-uNUe564Pj8 .carousel-indicators li::before {
  content: none;
}
.cid-uNUe564Pj8 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNUe564Pj8 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNUe564Pj8 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUe564Pj8 .carousel-indicators {
    display: none;
  }
}
.cid-uNUe564Pj8 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNUe564Pj8 .carousel-inner > .active {
  display: block;
}
.cid-uNUe564Pj8 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUe564Pj8 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNUe564Pj8 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNUe564Pj8 .carousel-control,
  .cid-uNUe564Pj8 .carousel-indicators,
  .cid-uNUe564Pj8 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNUe564Pj8 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNUe564Pj8 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNUe564Pj8 .carousel-indicators .active,
.cid-uNUe564Pj8 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNUe564Pj8 .carousel-indicators .active {
  background: #fff;
}
.cid-uNUe564Pj8 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNUe564Pj8 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNUe564Pj8 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNUe564Pj8 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNUe564Pj8 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNUe564Pj8 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNUe564Pj8 .carousel {
  width: 100%;
}
.cid-uNUe564Pj8 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNUe564Pj8 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNUe564Pj8 .modal.fade .modal-dialog,
.cid-uNUe564Pj8 .modal.in .modal-dialog {
  transform: none;
}
.cid-uNUe564Pj8 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNUe564Pj8 .content-head {
  max-width: 800px;
}
.cid-uNUe5uTXn4 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe5uTXn4 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe5uTXn4 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUe5uTXn4 .item-wrapper {
  position: relative;
}
.cid-uNUe5uTXn4 .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: 2px solid transparent;
  border-radius: 50%;
  opacity: 0;
  color: #464845 !important;
  transform: translateX(-50%) translateY(-50%);
  background-color: #edefea !important;
  transition: 0.2s;
}
.cid-uNUe5uTXn4 .item-wrapper:hover .icon-wrapper {
  opacity: 1;
}
.cid-uNUe5uTXn4 .carousel-control,
.cid-uNUe5uTXn4 .close {
  background: #1b1b1b;
}
.cid-uNUe5uTXn4 .carousel-control-prev {
  margin-left: 2.5rem;
}
.cid-uNUe5uTXn4 .carousel-control-prev span {
  margin-right: 5px;
}
.cid-uNUe5uTXn4 .carousel-control-next {
  margin-right: 2.5rem;
}
.cid-uNUe5uTXn4 .carousel-control-next span {
  margin-left: 5px;
}
.cid-uNUe5uTXn4 .close {
  position: fixed;
  opacity: 0.5;
  font-size: 22px;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  font-family: 'Moririse2';
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-uNUe5uTXn4 .close::before {
  content: '\e91a';
}
.cid-uNUe5uTXn4 .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-uNUe5uTXn4 .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 #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNUe5uTXn4 .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUe5uTXn4 .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNUe5uTXn4 .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNUe5uTXn4 .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 3px;
}
.cid-uNUe5uTXn4 .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNUe5uTXn4 .carousel-indicators li.active,
.cid-uNUe5uTXn4 .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNUe5uTXn4 .carousel-indicators li::after,
.cid-uNUe5uTXn4 .carousel-indicators li::before {
  content: none;
}
.cid-uNUe5uTXn4 .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNUe5uTXn4 .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNUe5uTXn4 .carousel-indicators {
    margin-bottom: 3.625rem !important;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUe5uTXn4 .carousel-indicators {
    display: none;
  }
}
.cid-uNUe5uTXn4 .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNUe5uTXn4 .carousel-inner > .active {
  display: block;
}
.cid-uNUe5uTXn4 .carousel-control.left {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUe5uTXn4 .carousel-control.right {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uNUe5uTXn4 .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
@media (max-width: 768px) {
  .cid-uNUe5uTXn4 .carousel-control,
  .cid-uNUe5uTXn4 .carousel-indicators,
  .cid-uNUe5uTXn4 .modal .close {
    position: fixed;
  }
}
@media (max-width: 767px) {
  .cid-uNUe5uTXn4 .mbr-slider .carousel-control {
    top: auto;
    bottom: 20px;
  }
  .cid-uNUe5uTXn4 .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-uNUe5uTXn4 .carousel-indicators .active,
.cid-uNUe5uTXn4 .carousel-indicators li {
  width: 7px;
  height: 7px;
  margin: 3px;
  background: #000000;
  opacity: 0.5;
  border: 4px solid #000000;
}
.cid-uNUe5uTXn4 .carousel-indicators .active {
  background: #fff;
}
.cid-uNUe5uTXn4 .carousel-indicators li {
  max-width: 15px;
  max-height: 15px;
  border-radius: 50%;
}
.cid-uNUe5uTXn4 .modal {
  padding-left: 0 !important;
  position: fixed;
  overflow: hidden;
  padding-right: 0 !important;
}
.cid-uNUe5uTXn4 .modal-dialog {
  margin: 0 auto;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uNUe5uTXn4 .modal-content {
  border-radius: 0;
  border: none;
  background: transparent;
}
.cid-uNUe5uTXn4 .modal-body {
  padding: 0;
  display: flex;
  align-items: center;
}
.cid-uNUe5uTXn4 .modal-body img {
  width: 100%;
  object-fit: contain;
  max-height: calc(100vh - 1.75rem);
}
.cid-uNUe5uTXn4 .carousel {
  width: 100%;
}
.cid-uNUe5uTXn4 .modal-backdrop.in {
  opacity: 0.8;
}
.cid-uNUe5uTXn4 .modal.fade .modal-dialog {
  transition: margin-top 0.3s ease-out;
}
.cid-uNUe5uTXn4 .modal.fade .modal-dialog,
.cid-uNUe5uTXn4 .modal.in .modal-dialog {
  transform: none;
}
.cid-uNUe5uTXn4 .mbr-gallery .item-wrapper {
  cursor: pointer;
}
.cid-uNUe5uTXn4 .content-head {
  max-width: 800px;
}
.cid-uNUe5VrgfX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUe5VrgfX h6 {
  line-height: 1.2;
}
.cid-uNUe5VrgfX img,
.cid-uNUe5VrgfX .item-img {
  width: 100%;
  height: 100%;
}
.cid-uNUe5VrgfX .item:focus,
.cid-uNUe5VrgfX span:focus {
  outline: none;
}
.cid-uNUe5VrgfX .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uNUe5VrgfX .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uNUe5VrgfX .mbr-section-title {
  color: #000000;
}
.cid-uNUe5VrgfX .mbr-text,
.cid-uNUe5VrgfX .mbr-section-btn {
  color: #000000;
}
.cid-uNUe5VrgfX .item-title {
  color: #000000;
  text-align: center;
}
.cid-uNUe5VrgfX .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUe5VrgfX .item-text {
  color: #000000;
  text-align: center;
}
.cid-uNUe5VrgfX .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uNUe5VrgfX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUe6gjdRM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUe6gjdRM .item:focus,
.cid-uNUe6gjdRM span:focus {
  outline: none;
}
.cid-uNUe6gjdRM .item {
  cursor: pointer;
}
.cid-uNUe6gjdRM .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe6gjdRM .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uNUe6gjdRM .grid-container-1,
.cid-uNUe6gjdRM .grid-container-2 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe6gjdRM .grid-container-1,
  .cid-uNUe6gjdRM .grid-container-2 {
    gap: 0 1rem;
  }
}
.cid-uNUe6gjdRM .mbr-section-title {
  color: #000000;
}
.cid-uNUe6gjdRM .mbr-text,
.cid-uNUe6gjdRM .mbr-section-btn {
  color: #000000;
}
.cid-uNUe6gjdRM .content-head {
  max-width: 800px;
}
.cid-uNUe6gjdRM .container,
.cid-uNUe6gjdRM .container-fluid {
  overflow: hidden;
}
.cid-uNUe6gjdRM .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNUe6gjdRM .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNUe6gjdRM .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUe6gjdRM .grid-item img {
    min-width: 35vw;
  }
}
.cid-uNUe6gjdRM .grid-container-1,
.cid-uNUe6gjdRM .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNUe6gjdRM .grid-container-1 {
  align-items: flex-end;
}
.cid-uNUe6gjdRM .grid-container-2 {
  align-items: flex-start;
}
.cid-uNUe6XROua {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe6XROua .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe6XROua .smallImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uNUe6XROua .largeImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .cid-uNUe6XROua .largeImage .item {
    margin-bottom: 2rem;
  }
  .cid-uNUe6XROua .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .cid-uNUe6XROua .largeImage .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUe6XROua .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUe6XROua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUe6XROua .mbr-description {
  text-align: left;
}
.cid-uNUe6XROua .card-title,
.cid-uNUe6XROua .iconfont-wrapper {
  color: #000000;
}
.cid-uNUe6XROua .card-text {
  color: #000000;
}
.cid-uNUe6XROua .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUe6XROua .mbr-number {
  color: #9fe870;
}
.cid-uNUe6XROua .mbr-text,
.cid-uNUe6XROua .mbr-section-btn {
  text-align: center;
}
.cid-uNUe6XROua .card-text,
.cid-uNUe6XROua .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUe6XROua .smallImage {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNUe6XROua .smallImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uNUe6XROua .largeImage {
  width: 100%;
  height: 632px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNUe6XROua .largeImage {
    height: 100%;
    object-fit: cover;
  }
}
.cid-uNUe7lpxP2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUe7lpxP2 h6 {
  line-height: 1.2;
}
.cid-uNUe7lpxP2 img,
.cid-uNUe7lpxP2 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNUe7lpxP2 .item:focus,
.cid-uNUe7lpxP2 span:focus {
  outline: none;
}
.cid-uNUe7lpxP2 .item-img a {
  cursor: pointer;
}
.cid-uNUe7lpxP2 .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uNUe7lpxP2 .mbr-section-btn {
  margin-top: 1rem !important;
  text-align: center;
}
.cid-uNUe7lpxP2 .mbr-section-title {
  color: #000000;
}
.cid-uNUe7lpxP2 .mbr-text,
.cid-uNUe7lpxP2 .mbr-section-btn {
  color: #000000;
}
.cid-uNUe7lpxP2 .item-title {
  color: #000000;
  text-align: center;
}
.cid-uNUe7lpxP2 .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUe7lpxP2 .item-text {
  color: #000000;
  text-align: center;
}
.cid-uNUe7lpxP2 .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uNUe7lpxP2 .item-wrapper {
    margin-bottom: 1rem;
    padding: 0;
  }
}
.cid-uNUe7HoRCd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUe7HoRCd .item:focus,
.cid-uNUe7HoRCd span:focus {
  outline: none;
}
.cid-uNUe7HoRCd .item {
  cursor: pointer;
}
.cid-uNUe7HoRCd .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe7HoRCd .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-uNUe7HoRCd .grid-container-1,
.cid-uNUe7HoRCd .grid-container-2,
.cid-uNUe7HoRCd .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe7HoRCd .grid-container-1,
  .cid-uNUe7HoRCd .grid-container-2,
  .cid-uNUe7HoRCd .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-uNUe7HoRCd .mbr-section-title {
  color: #000000;
}
.cid-uNUe7HoRCd .mbr-text,
.cid-uNUe7HoRCd .mbr-section-btn {
  color: #000000;
}
.cid-uNUe7HoRCd .content-head {
  max-width: 800px;
}
.cid-uNUe7HoRCd .container,
.cid-uNUe7HoRCd .container-fluid {
  overflow: hidden;
}
.cid-uNUe7HoRCd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-uNUe7HoRCd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNUe7HoRCd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUe7HoRCd .grid-item img {
    min-width: 35vw;
  }
}
.cid-uNUe7HoRCd .grid-container-1,
.cid-uNUe7HoRCd .grid-container-2,
.cid-uNUe7HoRCd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uNUe7HoRCd .grid-container-1 {
  align-items: flex-end;
}
.cid-uNUe7HoRCd .grid-container-2 {
  align-items: flex-start;
}
.cid-uNUe83EOKh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUe83EOKh .item:focus,
.cid-uNUe83EOKh span:focus {
  outline: none;
}
.cid-uNUe83EOKh .item {
  cursor: pointer;
}
.cid-uNUe83EOKh .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNUe83EOKh .content-head {
  max-width: 800px;
}
@keyframes ticker {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uNUe83EOKh .ticker-wrap {
  width: 100%;
  overflow: hidden;
  padding-left: 100%;
  box-sizing: content-box;
}
.cid-uNUe83EOKh .ticker-wrap .ticker {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker;
  animation-duration: 20s;
}
.cid-uNUe83EOKh .ticker-wrap .ticker__item {
  display: inline-block;
  padding: 0 2rem;
  color: #232323;
}
@keyframes ticker__center {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uNUe83EOKh .ticker-wrap .ticker__center {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__center;
  animation-duration: 25s;
}
@keyframes ticker__end {
  0% {
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.cid-uNUe83EOKh .ticker-wrap .ticker__end {
  display: inline-block;
  line-height: 4rem;
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: ticker__end;
  animation-duration: 18s;
}
.cid-uNUe83EOKh .mbr-section-title,
.cid-uNUe83EOKh .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUe9F230n {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #edefeb;
}
@media (max-width: 767px) {
  .cid-uNUe9F230n {
    padding-bottom: 5rem;
  }
}
.cid-uNUe9F230n img,
.cid-uNUe9F230n .item-img {
  width: 100%;
  height: 100%;
}
.cid-uNUe9F230n .mbr-text {
  color: #000000;
}
.cid-uNUe9F230n .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUe9F230n .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe9F230n .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUe9F230n .mbr-text UL {
  text-align: left;
}
.cid-uNUe9F230n .mbr-section-subtitle,
.cid-uNUe9F230n .main-button {
  color: #000000;
}
.cid-uNUe9F230n .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uNUe9F230n .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uNUe9F230n .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUe9F230n .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUe9F230n .item-title {
  text-align: center;
}
.cid-uNUe9F230n .item-subtitle {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uNUe9F230n .main-text {
    padding-left: 0;
    padding-right: 32px;
  }
}
.cid-uNUeaAIbCq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeaAIbCq .item:focus,
.cid-uNUeaAIbCq span:focus {
  outline: none;
}
.cid-uNUeaAIbCq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNUeaAIbCq .content-head {
  max-width: 800px;
}
.cid-uNUeaAIbCq .item {
  color: #232323;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uNUeaAIbCq .item {
    min-height: 45px;
  }
}
.cid-uNUebBG7RU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUebBG7RU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUebBG7RU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUebBG7RU p {
  line-height: 1.2;
}
.cid-uNUebBG7RU .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 770px;
  max-width: 570px;
}
@media (max-width: 768px) {
  .cid-uNUebBG7RU .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNUebBG7RU .embla__button--next,
.cid-uNUebBG7RU .embla__button--prev {
  display: flex;
}
.cid-uNUebBG7RU .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNUebBG7RU .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNUebBG7RU .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uNUebBG7RU .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUebBG7RU .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .cid-uNUebBG7RU .embla__button {
    top: auto;
  }
}
.cid-uNUebBG7RU .item-wrapper {
  height: 100%;
}
.cid-uNUebBG7RU .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uNUebBG7RU .user_image {
  max-width: 600px;
  max-height: 400px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  margin: 0 auto 2rem auto;
}
.cid-uNUebBG7RU .user_image img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}
@media (max-width: 230px) {
  .cid-uNUebBG7RU .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-uNUebBG7RU .embla {
  position: relative;
  width: 100%;
}
.cid-uNUebBG7RU .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNUebBG7RU .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNUebBG7RU .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNUebBG7RU .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNUebBG7RU .user_desk {
  color: #232323;
}
.cid-uNUebBG7RU .user_name {
  color: #232323;
}
.cid-uNUebBG7RU .user_text,
.cid-uNUebBG7RU .user_name,
.cid-uNUebBG7RU .user_desk {
  padding: 0rem 1.5rem;
}
@media (max-width: 767px) {
  .cid-uNUebBG7RU .user_text,
  .cid-uNUebBG7RU .user_name,
  .cid-uNUebBG7RU .user_desk {
    padding: 0rem 0rem;
  }
}
.cid-uNUec1uGFP {
  background-color: #ffffff;
  padding-top: 0rem;
  padding-bottom: 0rem;
}
.cid-uNUec1uGFP .carousel {
  height: 800px;
}
.cid-uNUec1uGFP .carousel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNUec1uGFP .carousel-item,
.cid-uNUec1uGFP .carousel-inner {
  height: 100%;
}
.cid-uNUec1uGFP img,
.cid-uNUec1uGFP .item-wrapper {
  border-radius: 0 !important;
}
.cid-uNUec1uGFP .carousel-caption {
  bottom: 40px;
}
.cid-uNUec1uGFP .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNUec1uGFP .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNUec1uGFP .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNUec1uGFP .item-wrapper {
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNUec1uGFP .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNUec1uGFP .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNUec1uGFP .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNUec1uGFP .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNUec1uGFP .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUec1uGFP .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNUec1uGFP .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNUec1uGFP .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNUec1uGFP .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNUec1uGFP .carousel-indicators li.active,
.cid-uNUec1uGFP .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNUec1uGFP .carousel-indicators li::after,
.cid-uNUec1uGFP .carousel-indicators li::before {
  content: none;
}
.cid-uNUec1uGFP .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNUec1uGFP .carousel-indicators {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .cid-uNUec1uGFP .mbr-section-subtitle,
  .cid-uNUec1uGFP .mbr-section-text,
  .cid-uNUec1uGFP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNUedTkux9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uNUedTkux9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUedTkux9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 768px) {
  .cid-uNUedTkux9 .container-fluid {
    padding: 0;
  }
}
.cid-uNUedTkux9 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 490px;
  max-width: 490px;
}
@media (max-width: 768px) {
  .cid-uNUedTkux9 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNUedTkux9 .embla__button--next,
.cid-uNUedTkux9 .embla__button--prev {
  display: flex;
}
.cid-uNUedTkux9 .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNUedTkux9 .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNUedTkux9 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uNUedTkux9 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uNUedTkux9 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUedTkux9 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNUedTkux9 .embla__button {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNUedTkux9 .embla {
  position: relative;
  width: 100%;
}
.cid-uNUedTkux9 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uNUedTkux9 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNUedTkux9 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNUedTkux9 .embla__slide a {
  cursor: grab;
}
.cid-uNUedTkux9 .embla__slide a:active {
  cursor: grabbing;
}
.cid-uNUedTkux9 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNUedTkux9 .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uNUedTkux9 .mbr-section-title {
  color: #232323;
}
.cid-uNUedTkux9 .mbr-section-subtitle {
  color: #232323;
}
.cid-uNUedTkux9 .mbr-box {
  color: #ffffff;
}
.cid-uNUedTkux9 .slide-content {
  position: relative;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
.cid-uNUedTkux9 img,
.cid-uNUedTkux9 .item-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNUedTkux9 .item-wrapper {
  position: relative;
}
.cid-uNUedTkux9 .content-head {
  max-width: 800px;
}
.cid-uNUeeloaYH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-uNUeeloaYH .carousel {
    max-height: 600px;
  }
  .cid-uNUeeloaYH .carousel img {
    height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNUeeloaYH .carousel {
    min-height: 390px;
  }
  .cid-uNUeeloaYH .carousel img {
    height: 390px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .cid-uNUeeloaYH .carousel {
    min-height: 330px;
  }
  .cid-uNUeeloaYH .carousel img {
    height: 330px;
    object-fit: cover;
  }
  .cid-uNUeeloaYH .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-uNUeeloaYH .content-slider-wrap {
    width: 100% !important;
  }
}
.cid-uNUeeloaYH .carousel,
.cid-uNUeeloaYH .carousel-inner {
  display: flex;
  align-items: center;
}
.cid-uNUeeloaYH .item-wrapper {
  width: 100%;
}
.cid-uNUeeloaYH .item-menu-overlay {
  border-radius: 2rem;
}
.cid-uNUeeloaYH .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-uNUeeloaYH .mobi-mbri-arrow-next {
  margin-left: 5px;
}
.cid-uNUeeloaYH .mobi-mbri-arrow-prev {
  margin-right: 5px;
}
.cid-uNUeeloaYH .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-uNUeeloaYH .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-uNUeeloaYH .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uNUeeloaYH .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uNUeeloaYH .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-uNUeeloaYH .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-uNUeeloaYH .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 #fff;
  border-radius: 50%;
  opacity: 0.5;
  transition: all 0.3s;
}
.cid-uNUeeloaYH .carousel-indicators li.active,
.cid-uNUeeloaYH .carousel-indicators li:hover {
  opacity: 0.9;
}
.cid-uNUeeloaYH .carousel-indicators li::after,
.cid-uNUeeloaYH .carousel-indicators li::before {
  content: none;
}
.cid-uNUeeloaYH .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 768px) {
  .cid-uNUeeloaYH .carousel-indicators {
    display: none !important;
  }
}
.cid-uNUefzXcUF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uNUefzXcUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUefzXcUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUefzXcUF .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uNUefzXcUF .content-head {
  max-width: 800px;
}
.cid-uNUefzXcUF .card1 {
  background-image: url("../../../assets/images/team1.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUefzXcUF .card1:before {
  background: #ffc195;
}
.cid-uNUefzXcUF .card2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUefzXcUF .card2:before {
  background: #ffd7ef;
}
.cid-uNUefzXcUF .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUefzXcUF .card3:before {
  background: #ffea64;
}
.cid-uNUefzXcUF .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUefzXcUF .card4:before {
  background: #9fe870;
}
.cid-uNUefzXcUF .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uNUefzXcUF .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUefzXcUF .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uNUefzXcUF .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uNUefzXcUF .card {
  transition: transform 0.6s;
}
.cid-uNUefzXcUF .card:hover .card-wrap,
.cid-uNUefzXcUF .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uNUefzXcUF .card:hover .card-wrap:before,
.cid-uNUefzXcUF .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uNUefzXcUF .card:hover .mbr-section-btn,
.cid-uNUefzXcUF .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uNUefzXcUF .card:hover .card-wrap {
    transform: none;
  }
  .cid-uNUefzXcUF .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uNUefzXcUF .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uNUefzXcUF .card-wrap:hover {
    transform: none;
  }
  .cid-uNUefzXcUF .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uNUefzXcUF .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uNUefYkY78 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUefYkY78 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  margin: 0;
  margin-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUefYkY78 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUefYkY78 .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUegkCFVX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUegkCFVX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUegkCFVX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUegkCFVX .mbr-iconfont {
  margin: auto;
  display: inline-flex;
  font-size: 2rem;
  color: #9fe870;
  width: 40px;
  justify-content: center;
  align-items: center;
}
.cid-uNUegkCFVX .card-title,
.cid-uNUegkCFVX .iconfont-wrapper {
  color: #232323;
}
.cid-uNUegkCFVX .card-text {
  color: #232323;
}
.cid-uNUegkCFVX .mbr-section-title {
  color: #232323;
}
.cid-uNUegkCFVX .mbr-section-subtitle {
  color: #232323;
}
.cid-uNUegkCFVX .content-head {
  max-width: 800px;
}
.cid-uNUegHr5Ax {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUegHr5Ax .item-subtitle {
  line-height: 1.2;
  color: #000000;
  text-align: center;
}
.cid-uNUegHr5Ax img,
.cid-uNUegHr5Ax .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNUegHr5Ax .item:focus,
.cid-uNUegHr5Ax span:focus {
  outline: none;
}
.cid-uNUegHr5Ax .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUegHr5Ax .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUegHr5Ax .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUegHr5Ax .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uNUegHr5Ax .mbr-section-title {
  color: #232323;
}
.cid-uNUegHr5Ax .mbr-text,
.cid-uNUegHr5Ax .mbr-section-btn {
  color: #a6a99c;
  text-align: center;
}
.cid-uNUegHr5Ax .item-title {
  color: #232323;
  text-align: center;
}
.cid-uNUegHr5Ax .content-head {
  max-width: 800px;
}
.cid-uNUeh9mbkz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeh9mbkz .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUeh9mbkz .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeh9mbkz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeh9mbkz .item-wrapper {
    padding: 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUeh9mbkz .card-title,
.cid-uNUeh9mbkz .iconfont-wrapper {
  color: #000000;
}
.cid-uNUeh9mbkz .card-text {
  color: #000000;
  text-align: left;
}
.cid-uNUeh9mbkz .content-head {
  max-width: 800px;
}
.cid-uNUeh9mbkz .mbr-section-title {
  color: #000000;
}
.cid-uNUeh9mbkz .card-title,
.cid-uNUeh9mbkz .img-wrapper {
  text-align: center;
}
.cid-uNUeh9mbkz .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNUehE0y3V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUehE0y3V .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUehE0y3V .item-wrapper {
  margin-bottom: 2rem;
}
.cid-uNUehE0y3V .card-title,
.cid-uNUehE0y3V .iconfont-wrapper {
  color: #000000;
}
.cid-uNUehE0y3V .card-text {
  color: #000000;
  text-align: center;
}
.cid-uNUehE0y3V .content-head {
  max-width: 800px;
}
.cid-uNUehE0y3V .mbr-section-title {
  color: #000000;
}
.cid-uNUehE0y3V .card-title,
.cid-uNUehE0y3V .img-wrapper {
  text-align: center;
}
.cid-uNUehE0y3V .img-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNUei416UN {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUei416UN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUei416UN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUei416UN .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUei416UN .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUei416UN .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUei416UN .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUei416UN .mbr-text,
.cid-uNUei416UN .mbr-section-btn {
  text-align: left;
}
.cid-uNUei416UN .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUei416UN .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uNUei416UN .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uNUei416UN .img-wrapper {
  display: flex;
}
.cid-uNUei416UN .card-text {
  text-align: center;
}
.cid-uNUei416UN .card-title {
  text-align: center;
}
.cid-uNUeivXpTR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeivXpTR .mbr-text {
  color: #000000;
}
.cid-uNUeivXpTR .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeivXpTR .mbr-section-title {
  color: #000000;
}
.cid-uNUeivXpTR .img-wrapper img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50% !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeivXpTR .img-wrapper img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 768px) {
  .cid-uNUeivXpTR .img-wrapper img {
    width: 80px;
    height: 80px;
  }
}
.cid-uNUeivXpTR .img-wrapper {
  display: flex;
}
.cid-uNUeivXpTR .card-text {
  text-align: center;
}
.cid-uNUeivXpTR .card-title,
.cid-uNUeivXpTR .img-wrapper {
  text-align: center;
}
.cid-uNUejMhTbd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #edefeb;
}
.cid-uNUejMhTbd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUejMhTbd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUejMhTbd .mbr-section-btn {
  opacity: 0;
  transition-delay: 0.1s;
  z-index: 1;
  position: relative;
  margin: auto;
}
.cid-uNUejMhTbd .content-head {
  max-width: 800px;
}
.cid-uNUejMhTbd .card1 {
  background-image: url("../../../assets/images/team1.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUejMhTbd .card1:before {
  background: #ffc195;
}
.cid-uNUejMhTbd .card2 {
  background-image: url("../../../assets/images/team2.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUejMhTbd .card2:before {
  background: #ffd7ef;
}
.cid-uNUejMhTbd .card3 {
  background-image: url("../../../assets/images/team3.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUejMhTbd .card3:before {
  background: #ffea64;
}
.cid-uNUejMhTbd .card4 {
  background-image: url("../../../assets/images/team4.jpg");
  background-size: cover;
  background-position: center center;
}
.cid-uNUejMhTbd .card4:before {
  background: #9fe870;
}
.cid-uNUejMhTbd .content-wrap {
  margin: auto;
  display: flex;
  height: 100%;
}
.cid-uNUejMhTbd .card-wrap {
  border-radius: inherit;
  height: 400px;
  position: relative;
  transition: all 0.3s;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUejMhTbd .card-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uNUejMhTbd .card-wrap:before {
  content: "";
  position: absolute;
  border-radius: inherit;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition-delay: 0.1s;
  opacity: 0;
}
.cid-uNUejMhTbd .card {
  transition: transform 0.6s;
}
.cid-uNUejMhTbd .card:hover .card-wrap,
.cid-uNUejMhTbd .card:focus-within .card-wrap {
  transform: rotateY(180deg);
}
.cid-uNUejMhTbd .card:hover .card-wrap:before,
.cid-uNUejMhTbd .card:focus-within .card-wrap:before {
  opacity: 1;
}
.cid-uNUejMhTbd .card:hover .mbr-section-btn,
.cid-uNUejMhTbd .card:focus-within .mbr-section-btn {
  opacity: 1;
  transform: rotateY(180deg);
}
@media (max-width: 767px) {
  .cid-uNUejMhTbd .card:hover .card-wrap {
    transform: none;
  }
  .cid-uNUejMhTbd .card:hover .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uNUejMhTbd .card-wrap:before {
    opacity: 0.8;
  }
  .cid-uNUejMhTbd .card-wrap:hover {
    transform: none;
  }
  .cid-uNUejMhTbd .card-wrap:hover .mbr-section-btn {
    transform: none;
  }
  .cid-uNUejMhTbd .mbr-section-btn {
    opacity: 1;
  }
}
.cid-uNUeklOMq6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeklOMq6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeklOMq6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeklOMq6 .img-wrapper {
  text-align: center;
}
.cid-uNUeklOMq6 img {
  margin: auto;
  width: 200px;
}
.cid-uNUeklOMq6 .row {
  align-items: flex-start;
}
.cid-uNUeklOMq6 .item-wrapper {
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 1rem;
}
@media (max-width: 767px) {
  .cid-uNUeklOMq6 .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uNUeklOMq6 .item-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeklOMq6 .item-wrapper {
    margin-bottom: 3rem;
  }
}
.cid-uNUeklOMq6 .mbr-section-title,
.cid-uNUeklOMq6 .mbr-section-subtitle {
  text-align: center;
  color: #000000;
}
.cid-uNUeklOMq6 .content-head {
  max-width: 800px;
}
.cid-uNUekIQqXc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uNUekIQqXc .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uNUekIQqXc img,
.cid-uNUekIQqXc .item-img {
  width: 100%;
}
.cid-uNUekIQqXc .item:focus,
.cid-uNUekIQqXc span:focus {
  outline: none;
}
.cid-uNUekIQqXc .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUekIQqXc .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUekIQqXc .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUekIQqXc .mbr-section-title {
  color: #232323;
}
.cid-uNUekIQqXc .mbr-text,
.cid-uNUekIQqXc .mbr-section-btn {
  color: #232323;
}
.cid-uNUekIQqXc .item-title {
  color: #232323;
  text-align: center;
}
.cid-uNUekIQqXc .content-head {
  max-width: 800px;
}
.cid-uNUellFRXE {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #ffffff;
}
.cid-uNUellFRXE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUellFRXE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUellFRXE .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uNUellFRXE .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNUellFRXE .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNUellFRXE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNUellFRXE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNUellFRXE .content-head {
  max-width: 800px;
}
.cid-uNUem0h2Jh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
@media (max-width: 767px) {
  .cid-uNUem0h2Jh .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uNUem0h2Jh .google-map {
  height: 400px;
  position: relative;
  margin-bottom: 1.5rem;
}
.cid-uNUem0h2Jh .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uNUem0h2Jh .google-map iframe {
    min-height: 350px;
  }
}
.cid-uNUem0h2Jh .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNUem0h2Jh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNUem0h2Jh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNUem0h2Jh .content-head {
  max-width: 800px;
}
.cid-uNUemrmeF9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUemrmeF9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUemrmeF9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUemrmeF9 .row {
  justify-content: center;
}
.cid-uNUemrmeF9 .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUemrmeF9 .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUemrmeF9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUemrmeF9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUemrmeF9 .item .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNUemrmeF9 .content-head {
  max-width: 800px;
}
.cid-uNUen5Hmak {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #edefeb;
}
.cid-uNUen5Hmak .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUen5Hmak .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-uNUen5Hmak .row .map-wrapper {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUen5Hmak .row .map-wrapper {
    margin-top: 1rem;
  }
}
.cid-uNUen5Hmak .google-map {
  height: 100%;
  position: relative;
}
.cid-uNUen5Hmak .google-map iframe {
  height: 100%;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uNUen5Hmak .google-map iframe {
    min-height: 350px;
  }
}
.cid-uNUen5Hmak .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNUen5Hmak .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNUen5Hmak .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNUen5Hmak .card-wrapper {
  padding: 2.25rem;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUen5Hmak .card-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUen5Hmak .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNUen5Hmak ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uNUen5Hmak .content-head {
  max-width: 800px;
}
.cid-uNUeoU4Kmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeoU4Kmp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeoU4Kmp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeoU4Kmp .mbr-text {
  color: #000000;
}
.cid-uNUeoU4Kmp .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUeoU4Kmp .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeoU4Kmp .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUeoU4Kmp .mbr-section-subtitle,
.cid-uNUeoU4Kmp .main-button {
  color: #000000;
}
.cid-uNUeoU4Kmp .google-map {
  height: 30rem;
  position: relative;
  border-radius: 2rem;
}
.cid-uNUeoU4Kmp .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-uNUeoU4Kmp .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNUeoU4Kmp .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uNUeoU4Kmp .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uNUeppUtuJ .main_wrapper {
  position: relative;
  height: 800px;
  width: 100%;
}
.cid-uNUeppUtuJ .b_wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 991px) {
  .cid-uNUeppUtuJ .b_wrapper {
    position: relative;
    width: 100%;
    height: auto !important;
    flex-direction: column;
  }
}
.cid-uNUeppUtuJ .row {
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uNUeppUtuJ .container-fluid {
    padding: 0;
  }
}
.cid-uNUeppUtuJ ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uNUeppUtuJ .item-wrapper {
  height: 100%;
  background-color: #ffffff;
  pointer-events: fill;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeppUtuJ .item-wrapper {
    padding: 1.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUeppUtuJ .item-wrapper {
    width: 100%;
    position: relative;
    padding: 2rem;
    border-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .cid-uNUeppUtuJ .item-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-uNUeppUtuJ .google-map {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cid-uNUeppUtuJ .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 0px !important;
}
.cid-uNUeppUtuJ .google-map [data-state-details] {
  color: #edefeb;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uNUeppUtuJ .google-map[data-state] {
  background: #edefeb;
}
.cid-uNUeppUtuJ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-uNUeppUtuJ .google-map {
    position: static;
  }
}
.cid-uNUeqJA8lO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeqJA8lO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeqJA8lO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeqJA8lO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeqJA8lO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUeqJA8lO .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 1.5rem;
}
.cid-uNUeqJA8lO img,
.cid-uNUeqJA8lO .item-img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNUeqJA8lO .content-head {
  max-width: 800px;
}
.cid-uNUerbQCOO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUerbQCOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUerbQCOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUerbQCOO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNUerbQCOO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUerbQCOO .mbr-iconfont {
  font-size: 3rem;
  color: #2e481a;
  padding-right: 2rem;
}
.cid-uNUerbQCOO .content-head {
  max-width: 800px;
}
.cid-uNUerNErTN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUerNErTN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUerNErTN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUerNErTN .socicon-bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNUerNErTN .socicon-bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNUerNErTN .socicon-bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNUerNErTN .socicon-bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNUerNErTN .socicon-bg-pinterest {
  background: #e60023;
  color: #ffffff;
}
.cid-uNUerNErTN .socicon-bg-pinterest:hover {
  background: #b3001b;
}
.cid-uNUerNErTN .btn-social {
  font-size: 32px;
  border-radius: 50%;
  padding: 0;
  width: 72px;
  height: 72px;
  line-height: 55px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border: none !important;
}
.cid-uNUerNErTN .btn-social i {
  top: 0;
  line-height: 55px;
  width: 55px;
}
.cid-uNUerNErTN [class^="socicon-"]:before,
.cid-uNUerNErTN [class*=" socicon-"]:before {
  line-height: 55px;
}
.cid-uNUerNErTN .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.cid-uNUesdvVIz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUesdvVIz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUesdvVIz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUesdvVIz .bg-facebook {
  background: #1778f2;
  color: #ffffff;
}
.cid-uNUesdvVIz .bg-facebook:hover {
  background: #0b60cb;
}
.cid-uNUesdvVIz .bg-twitter {
  background: #1da1f2;
  color: #ffffff;
}
.cid-uNUesdvVIz .bg-twitter:hover {
  background: #0c85d0;
}
.cid-uNUesdvVIz .bg-instagram {
  background: #f00075;
  color: #ffffff;
}
.cid-uNUesdvVIz .bg-instagram:hover {
  background: #bd005c;
}
.cid-uNUesdvVIz .bg-tiktok {
  background: #000000;
  color: #ffffff;
}
.cid-uNUesdvVIz .bg-tiktok:hover {
  background: #000000;
}
.cid-uNUesdvVIz .iconfont-wrapper {
  display: inline-block;
  font-size: 32px;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cid-uNUesdvVIz [class^="socicon-"]:before,
.cid-uNUesdvVIz [class*=" socicon-"]:before {
  line-height: 55px;
  padding: .6rem;
}
.cid-uNUesYV9k3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUesYV9k3 .social-row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.cid-uNUesYV9k3 .social-row .soc-item {
  margin: 8px;
}
.cid-uNUesYV9k3 .social-row .soc-item a:hover .mbr-iconfont,
.cid-uNUesYV9k3 .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uNUesYV9k3 .social-row .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 32px;
  background-color: #f7f7f7;
  color: #393193;
  transition: all 0.3s ease-in-out;
}
.cid-uNUesYV9k3 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uNUesYV9k3 .mbr-section-title {
  color: #ffffff;
}
.cid-uNUesYV9k3 .mbr-section-title,
.cid-uNUesYV9k3 .social-list {
  color: #000000;
}
.cid-uNUetoGheD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUetoGheD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUetoGheD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUetoGheD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  border-radius: 0 !important;
}
@media (max-width: 767px) {
  .cid-uNUetoGheD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUetoGheD .mbr-iconfont {
  font-size: 3rem;
  color: #9fe870;
  padding-right: 2rem;
}
.cid-uNUetoGheD .content-head {
  max-width: 800px;
}
.cid-uNUevZOtpP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUevZOtpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUevZOtpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUevZOtpP .footer-col {
  justify-content: space-between;
  display: flex;
}
@media (max-width: 767px) {
  .cid-uNUevZOtpP .footer-col {
    flex-direction: column;
  }
}
.cid-uNUevZOtpP .row {
  background: #ffffff;
  padding: 4rem 3rem;
  border-radius: 2rem;
  margin: 0;
}
@media (max-width: 767px) {
  .cid-uNUevZOtpP .row {
    padding: 2rem 0.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUevZOtpP .row {
    padding: 2.25rem 1.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUevZOtpP .row {
    padding: 4rem 3rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUevZOtpP .mbr-section-btn {
    text-align: center;
  }
}
.cid-uNUevZOtpP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uNUevZOtpP .soc-item {
  margin: 8px;
}
.cid-uNUevZOtpP .soc-item a:hover .mbr-iconfont,
.cid-uNUevZOtpP .soc-item a:focus .mbr-iconfont {
  background-color: #f7f7f7;
}
.cid-uNUevZOtpP .soc-item a .mbr-iconfont {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 20px;
  background-color: #edefeb;
  color: #163300;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uNUevZOtpP .row {
    text-align: center;
  }
  .cid-uNUevZOtpP .social-row {
    justify-content: center;
  }
}
.cid-uNUevZOtpP .list {
  list-style: none;
  padding-left: 0;
  color: #502274;
}
@media (max-width: 991px) {
  .cid-uNUevZOtpP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUevZOtpP .list {
    margin-bottom: 0rem;
  }
}
.cid-uNUevZOtpP .mbr-text {
  color: #bbbbbb;
}
.cid-uNUevZOtpP .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUevZOtpP .list,
.cid-uNUevZOtpP .item-wrap {
  color: #232323;
}
.cid-uNUevZOtpP .copyright {
  color: #000000;
}
.cid-uNUeyb5xxc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #260a30;
}
.cid-uNUeyb5xxc input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNUeyb5xxc input:hover {
  border: none !important;
}
.cid-uNUeyb5xxc .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uNUeyb5xxc .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uNUeyb5xxc .row {
  justify-content: center;
}
.cid-uNUeyb5xxc .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
@media (min-width: 768px) {
  .cid-uNUeyb5xxc .mbr-section-btn {
    margin-left: initial;
  }
}
.cid-uNUeyb5xxc .mbr-section-btn .btn {
  width: auto;
}
@media (max-width: 991px) {
  .cid-uNUeyb5xxc .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uNUeyb5xxc .content-wrapper {
    flex-direction: column-reverse;
  }
}
.cid-uNUeyb5xxc .justify-content-center {
  align-items: center;
}
.cid-uNUeyb5xxc .mbr-section-title {
  text-align: center;
  color: #ffd7ef;
}
.cid-uNUeyIwp3l {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeyIwp3l .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uNUeyIwp3l form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uNUeyIwp3l form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uNUeyIwp3l form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uNUeyIwp3l .content-head {
  max-width: 800px;
}
.cid-uNUezmhisK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUezmhisK .row {
  flex-direction: row-reverse;
}
.cid-uNUezmhisK .justify-content-center {
  align-items: center;
}
.cid-uNUezmhisK .mbr-section-title {
  text-align: center;
}
.cid-uNUezmhisK .mbr-text,
.cid-uNUezmhisK .mbr-section-btn {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-uNUezmhisK .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUezmhisK .item-wrapper {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUezmhisK .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNUeAzdcIW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeAzdcIW .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uNUeAzdcIW .panel-group {
  border: none;
}
.cid-uNUeAzdcIW .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNUeAzdcIW .card-header {
    padding: 0rem;
  }
}
.cid-uNUeAzdcIW .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uNUeAzdcIW .img-col {
  padding: 0;
}
.cid-uNUeAzdcIW .img-item {
  height: 100%;
}
.cid-uNUeAzdcIW img {
  height: 100%;
  object-fit: cover;
}
.cid-uNUeAzdcIW .collapsed span {
  transform: rotate(0deg);
}
.cid-uNUeAzdcIW .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNUeAzdcIW p {
  margin-bottom: 0.3rem;
}
.cid-uNUeAzdcIW .panel-title-edit {
  color: #000000;
}
.cid-uNUeAzdcIW .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uNUeAzdcIW .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNUeAzdcIW .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeAzdcIW .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uNUeAzdcIW .panel-text {
  color: #000000;
}
.cid-uNUeAzdcIW .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNUeAzdcIW .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUeAzdcIW .panel-title-edit,
.cid-uNUeAzdcIW .mbr-iconfont {
  color: #000000;
}
.cid-uNUeB61bxH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeB61bxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeB61bxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeB61bxH .mbr-section-title {
  text-align: center;
}
.cid-uNUeB61bxH .mbr-section-subtitle {
  text-align: center;
}
.cid-uNUeBCcIFb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeBCcIFb .mbr-text {
  color: #000000;
}
.cid-uNUeBCcIFb .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeBCcIFb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeBCcIFb .mbr-text,
.cid-uNUeBCcIFb .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeBCcIFb .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeBCcIFb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeBCcIFb .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUeCHASDa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeCHASDa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeCHASDa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeCHASDa .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUeCHASDa .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeCHASDa .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUeCHASDa .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUeCHASDa .mbr-text,
.cid-uNUeCHASDa .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUeCHASDa .card-title,
.cid-uNUeCHASDa .card-box {
  text-align: left;
  color: #000000;
}
.cid-uNUeCHASDa .mbr-section-subtitle {
  text-align: left;
}
.cid-uNUeCHASDa .mbr-text {
  text-align: left;
}
.cid-uNUeCHASDa .mbr-card-title {
  text-align: left;
}
.cid-uNUeDfGSJH {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeDfGSJH .mbr-text {
  color: #000000;
}
.cid-uNUeDfGSJH .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeDfGSJH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeDfGSJH .mbr-text,
.cid-uNUeDfGSJH .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeDfGSJH .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeDfGSJH .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeDfGSJH .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUeDfGSJH .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNUeDfGSJH .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUeDfGSJH .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 1rem;
}
.cid-uNUeDfGSJH .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUeDfGSJH .mbr-text UL {
  text-align: left;
}
.cid-uNUeDfGSJH .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uNUeDPp14D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeDPp14D .mbr-text {
  color: #000000;
}
.cid-uNUeDPp14D .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUeDPp14D .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNUeDPp14D .mbr-section-subtitle,
.cid-uNUeDPp14D .main-button {
  text-align: left;
  color: #000000;
}
.cid-uNUeDPp14D .main-button {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeDPp14D .main-button {
    margin-bottom: 2rem;
  }
}
.cid-uNUeDPp14D .mbr-iconfont {
  font-size: 1.2rem !important;
  font-family: 'Moririse2' !important;
  color: white;
  transition: all 0.3s;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}
.cid-uNUeDPp14D .panel-group {
  border: none;
}
.cid-uNUeDPp14D .card-header {
  padding: 0rem;
}
@media (max-width: 767px) {
  .cid-uNUeDPp14D .card-header {
    padding: 0rem;
  }
}
.cid-uNUeDPp14D .panel-body {
  padding: 0rem;
  padding-bottom: 0.5rem;
  margin-top: 1rem;
}
.cid-uNUeDPp14D .collapsed span {
  transform: rotate(0deg);
}
.cid-uNUeDPp14D .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uNUeDPp14D p {
  margin-bottom: 0.3rem;
}
.cid-uNUeDPp14D .panel-title-edit {
  color: #000000;
}
.cid-uNUeDPp14D .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
  border: 0;
  border-radius: 2rem;
}
.cid-uNUeDPp14D .card {
  background: #ffffff;
  padding: 2.25rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-uNUeDPp14D .card {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeDPp14D .card {
    margin-bottom: 1rem;
    padding: 2rem 1.5rem;
  }
}
.cid-uNUeDPp14D .panel-text {
  color: #000000;
}
.cid-uNUeDPp14D .panel-title-edit,
.cid-uNUeDPp14D .mbr-iconfont {
  color: #000000;
}
.cid-uNUeF41jN2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUeF41jN2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeF41jN2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeF41jN2 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #edefeb;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 3.5rem;
  width: 3.5rem;
}
.cid-uNUeF41jN2 .number-wrap {
  color: #9fe870;
  text-align: center;
}
.cid-uNUeF41jN2 .number {
  color: #9fe870;
}
.cid-uNUeF41jN2 .period {
  display: block;
}
.cid-uNUeF41jN2 .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uNUeF41jN2 .period {
    font-size: 0.8rem;
  }
}
.cid-uNUeF41jN2 .btn {
  height: 100%;
  margin: 0;
}
.cid-uNUeF41jN2 .mbr-section-btn {
  margin-bottom: 1.2rem;
}
.cid-uNUeF41jN2 .icons-menu .soc-item {
  padding-left: 8px;
  padding-right: 8px;
}
.cid-uNUeF41jN2 .icons-menu .soc-item a:hover .mbr-iconfont,
.cid-uNUeF41jN2 .icons-menu .soc-item a:focus .mbr-iconfont {
  background-color: #9fe870;
}
.cid-uNUeF41jN2 .icons-menu .soc-item a .mbr-iconfont {
  display: flex;
  border-radius: 50%;
  text-align: center;
  color: #163300;
  background-color: #edefeb;
  justify-content: center;
  align-content: center;
  transition: all 0.3s;
}
.cid-uNUeF41jN2 .icons-menu .soc-item a .mbr-iconfont:before {
  padding: 1.1rem;
}
@media (max-width: 767px) {
  .cid-uNUeF41jN2 .icons-menu .soc-item a .mbr-iconfont:before {
    padding: 1.2rem;
  }
}
.cid-uNUeFJpB6D {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #260a30;
}
.cid-uNUeFJpB6D input {
  padding: 1.2rem 1.5rem;
  border: none !important;
  height: 100%;
}
.cid-uNUeFJpB6D input:hover {
  border: none !important;
}
.cid-uNUeFJpB6D .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeFJpB6D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeFJpB6D .number-wrap {
  color: #ffd7ef;
  text-align: center;
}
.cid-uNUeFJpB6D .number {
  color: #ffd7ef;
  white-space: nowrap;
}
.cid-uNUeFJpB6D .row {
  justify-content: center;
}
.cid-uNUeFJpB6D .period {
  display: block;
}
.cid-uNUeFJpB6D .dot {
  display: none;
}
@media (max-width: 767px) {
  .cid-uNUeFJpB6D .period {
    font-size: 0.8rem;
  }
}
.cid-uNUeFJpB6D .btn {
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .cid-uNUeFJpB6D .btn {
    margin-left: 0.625rem;
  }
}
.cid-uNUeFJpB6D .mbr-section-btn {
  display: flex;
  margin-bottom: 1.2rem;
  width: fit-content;
}
.cid-uNUeFJpB6D .mbr-section-btn .btn {
  width: auto;
}
.cid-uNUeFJpB6D .justify-content-center {
  align-items: center;
}
.cid-uNUeFJpB6D .mbr-section-title {
  color: #ffd7ef;
}
.cid-uNUeFJpB6D .mbr-section-subtitle,
.cid-uNUeFJpB6D .mbr-text {
  color: #ffffff;
}
.cid-uNUeGglue5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeGglue5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeGglue5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeGglue5 .title .num {
  width: 100%;
  display: block;
}
.cid-uNUeGglue5 .title .card-title {
  z-index: 1;
}
.cid-uNUeGglue5 .num {
  color: #9fe870;
}
.cid-uNUeGglue5 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeGglue5 .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeGglue5 * {
    text-align: center !important;
  }
  .cid-uNUeGglue5 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uNUeGglue5 .content-head {
  max-width: 800px;
}
.cid-uNUeGMB6jA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeGMB6jA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeGMB6jA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeGMB6jA .title .num {
  width: 100%;
  display: block;
}
.cid-uNUeGMB6jA .title .card-title {
  z-index: 1;
}
.cid-uNUeGMB6jA .count {
  color: #9fe870;
  font-weight: 700;
  text-align: left;
}
.cid-uNUeGMB6jA .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeGMB6jA .item-mb {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeGMB6jA * {
    text-align: center !important;
  }
  .cid-uNUeGMB6jA .content-column {
    margin-bottom: 2rem;
  }
}
.cid-uNUeGMB6jA .content-head {
  max-width: 800px;
}
.cid-uNUeGMB6jA H3 {
  color: #a6a99c;
  text-align: left;
}
.cid-uNUeGMB6jA .card-text {
  text-align: left;
}
.cid-uNUeGMB6jA .card-title,
.cid-uNUeGMB6jA .card-img {
  text-align: left;
}
.cid-uNUeHkIwLy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeHkIwLy .item:focus,
.cid-uNUeHkIwLy span:focus {
  outline: none;
}
.cid-uNUeHkIwLy .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeHkIwLy .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUeHkIwLy .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeHkIwLy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeHkIwLy .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uNUeHkIwLy .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUeHkIwLy .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNUeHkIwLy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeHkIwLy .mbr-text,
.cid-uNUeHkIwLy .item .mbr-section-btn {
  text-align: center;
}
.cid-uNUeHkIwLy .content-head {
  max-width: 800px;
}
.cid-uNUeHkIwLy .mbr-number {
  color: #9fe870;
}
.cid-uNUeHkIwLy .mbr-section-subtitle,
.cid-uNUeHkIwLy .mbr-section-head .mbr-section-btn {
  text-align: center;
}
.cid-uNUeHkIwLy .mbr-text {
  text-align: left;
}
.cid-uNUeHkIwLy .mbr-text,
.cid-uNUeHkIwLy .mbr-card-btn {
  text-align: left;
}
.cid-uNUeHkIwLy .mbr-text,
.cid-uNUeHkIwLy .mbr-section-btn {
  text-align: left;
}
.cid-uNUeHkIwLy .mbr-text,
.cid-uNUeHkIwLy .item-footer .mbr-section-btn {
  text-align: left;
}
.cid-uNUeHkIwLy .card-text,
.cid-uNUeHkIwLy .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeHkIwLy .card-title {
  text-align: left;
}
.cid-uNUeItzesm {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-uNUeItzesm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeItzesm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeItzesm .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uNUeItzesm .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeItzesm .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeItzesm .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNUeItzesm .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNUeItzesm .image-wrapper {
  padding: 0 1rem;
}
.cid-uNUeItzesm img,
.cid-uNUeItzesm .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUeItzesm img,
  .cid-uNUeItzesm .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNUeItzesm .mbr-section-title {
  color: #000000;
}
.cid-uNUeItzesm .mbr-text {
  color: #000000;
}
.cid-uNUeItzesm .mbr-text,
.cid-uNUeItzesm .mbr-section-btn {
  text-align: left;
}
.cid-uNUeJ1yViJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #edefeb;
}
.cid-uNUeJ1yViJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeJ1yViJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeJ1yViJ .card-wrapper {
  overflow: hidden;
  background: #ffffff;
}
.cid-uNUeJ1yViJ .text-wrapper {
  padding: 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeJ1yViJ .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeJ1yViJ .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNUeJ1yViJ .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNUeJ1yViJ .row {
  flex-direction: row-reverse;
}
.cid-uNUeJ1yViJ .image-wrapper {
  padding: 0 1rem;
}
.cid-uNUeJ1yViJ img,
.cid-uNUeJ1yViJ .image-wrapper {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUeJ1yViJ img,
  .cid-uNUeJ1yViJ .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNUeJ1yViJ .mbr-section-title {
  color: #000000;
}
.cid-uNUeJ1yViJ .mbr-text {
  color: #000000;
}
.cid-uNUeJyEkW8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeJyEkW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeJyEkW8 .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uNUeJyEkW8 .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeJyEkW8 .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUeJyEkW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeJyEkW8 .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeJyEkW8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeJyEkW8 .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uNUeJyEkW8 .card-title,
.cid-uNUeJyEkW8 .iconfont-wrapper {
  color: #000000;
}
.cid-uNUeJyEkW8 .card-text {
  color: #000000;
}
.cid-uNUeJyEkW8 .content-head {
  max-width: 800px;
}
.cid-uNUeJyEkW8 .mbr-section-title {
  color: #000000;
}
.cid-uNUeK7Md4X {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #2e481a;
}
.cid-uNUeK7Md4X .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeK7Md4X .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUeK7Md4X .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeK7Md4X .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeK7Md4X .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUeK7Md4X .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeK7Md4X .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeK7Md4X .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uNUeK7Md4X .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uNUeK7Md4X .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeK7Md4X .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uNUeK7Md4X .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uNUeK7Md4X .btn {
  width: -webkit-fill-available;
}
.cid-uNUeK7Md4X .item:focus,
.cid-uNUeK7Md4X span:focus {
  outline: none;
}
.cid-uNUeK7Md4X .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uNUeK7Md4X .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeK7Md4X .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUeK7Md4X .mbr-section-title {
  color: #ffffff;
}
.cid-uNUeK7Md4X .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNUeK7Md4X .mbr-text,
.cid-uNUeK7Md4X .mbr-section-btn {
  text-align: left;
}
.cid-uNUeK7Md4X .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeK7Md4X .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNUeK7Md4X .content-head {
  max-width: 800px;
}
.cid-uNUeKP4l6E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeKP4l6E img,
.cid-uNUeKP4l6E .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-uNUeKP4l6E .item:focus,
.cid-uNUeKP4l6E span:focus {
  outline: none;
}
.cid-uNUeKP4l6E .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeKP4l6E .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUeKP4l6E .item-content {
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeKP4l6E .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeKP4l6E .item-content {
    padding: 2rem 1.5rem;
    padding-top: 1rem;
    margin-top: 1rem;
  }
}
.cid-uNUeKP4l6E .item-wrapper {
  position: relative;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUeKP4l6E .item-wrapper .item-footer {
  margin-top: auto;
}
.cid-uNUeKP4l6E .mbr-section-title {
  color: #000000;
}
.cid-uNUeKP4l6E .item-title {
  text-align: left;
}
.cid-uNUeKP4l6E .item-subtitle {
  text-align: left;
}
.cid-uNUeKP4l6E .mbr-text,
.cid-uNUeKP4l6E .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeKP4l6E .content-head {
  max-width: 800px;
}
.cid-uNUeLl2KJc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeLl2KJc .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeLl2KJc .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUeLl2KJc .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeLl2KJc .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeLl2KJc .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUeLl2KJc .item-content {
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeLl2KJc .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeLl2KJc .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uNUeLl2KJc .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uNUeLl2KJc .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeLl2KJc .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uNUeLl2KJc .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uNUeLl2KJc .btn {
  width: -webkit-fill-available;
}
.cid-uNUeLl2KJc .item:focus,
.cid-uNUeLl2KJc span:focus {
  outline: none;
}
.cid-uNUeLl2KJc .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uNUeLl2KJc .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeLl2KJc .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUeLl2KJc .mbr-section-title {
  color: #000000;
}
.cid-uNUeLl2KJc .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uNUeLl2KJc .mbr-text,
.cid-uNUeLl2KJc .mbr-section-btn {
  text-align: left;
}
.cid-uNUeLl2KJc .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeLl2KJc .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNUeLl2KJc .content-head {
  max-width: 800px;
}
.cid-uNUeLl2KJc .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUeLl2KJc .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUeLl2KJc .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUeLl2KJc .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uNUeLl2KJc .mbr-text UL {
  text-align: left;
}
.cid-uNUeLTeXTS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeLTeXTS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeLTeXTS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeLTeXTS .mbr-text {
  color: #000000;
}
.cid-uNUeLTeXTS .mbr-section-subtitle {
  color: #ffffff;
  text-align: left;
}
.cid-uNUeLTeXTS .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeLTeXTS .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uNUeLTeXTS .mbr-number {
  color: #9fe870;
  text-align: left;
}
.cid-uNUeLTeXTS .mbr-section-title {
  color: #000000;
}
.cid-uNUeLTeXTS .item-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 2.25rem 2.25rem 0;
  background: #ffffff;
}
.cid-uNUeLTeXTS .item-content .item-footer {
  margin-top: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeLTeXTS .item-content {
    padding: 0rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeLTeXTS .item-content {
    padding: 0rem 1.5rem;
  }
}
.cid-uNUeLTeXTS .side-features {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  padding-left: 0px;
  padding-right: 0px;
}
.cid-uNUeLTeXTS .side-features .item {
  padding-left: 16px;
  padding-right: 16px;
}
.cid-uNUeLTeXTS .item-head {
  background: #9fe870;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeLTeXTS .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeLTeXTS .item-head {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUeLTeXTS .item-wrapper {
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2rem;
  background: #ffffff;
  padding: 0rem;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (max-width: 767px) {
  .cid-uNUeLTeXTS .item-wrapper {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeLTeXTS .item-wrapper .item-footer {
    padding: 0 1.5rem 3rem;
  }
}
@media (min-width: 1201px) {
  .cid-uNUeLTeXTS .item-wrapper .item-footer {
    padding: 0 2rem 3rem;
  }
}
.cid-uNUeLTeXTS .mbr-section-btn {
  margin-top: auto !important;
  padding: 2rem 2rem 0;
}
@media (max-width: 991px) {
  .cid-uNUeLTeXTS .mbr-section-btn {
    padding: 0rem 2.25rem 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeLTeXTS .mbr-section-btn {
    padding: 0rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uNUeLTeXTS .item:focus,
.cid-uNUeLTeXTS span:focus {
  outline: none;
}
.cid-uNUeLTeXTS .mbr-text,
.cid-uNUeLTeXTS .mbr-section-btn {
  text-align: left;
}
.cid-uNUeLTeXTS .item-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeLTeXTS .item-subtitle {
  text-align: left;
  color: #000000;
}
.cid-uNUeLTeXTS .content-head {
  max-width: 800px;
}
.cid-uNUeLTeXTS .counter-container ul {
  margin: 0;
  padding-left: 2.25rem;
  list-style: none;
}
.cid-uNUeLTeXTS .counter-container ul li {
  position: relative;
  list-style: none;
  margin-bottom: 2rem;
}
.cid-uNUeLTeXTS .counter-container ul li:before {
  position: absolute;
  left: -1.5em;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #9fe870;
  background-color: #9fe870;
  width: 0.5em;
  height: 0.5em;
  top: 0.4em;
  border-radius: 50%;
}
.cid-uNUeLTeXTS .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-uNUeLTeXTS .mbr-text UL {
  text-align: left;
}
.cid-uNUeLTeXTS .item-btn {
  width: -webkit-fill-available;
}
.cid-uNUeLTeXTS .main-button {
  margin-bottom: 2rem;
  padding: 0rem 0rem 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeLTeXTS .main-button {
    margin-bottom: 2rem;
    padding: 0rem 0rem 0.5rem;
  }
}
@media (max-width: 991px) {
  .cid-uNUeLTeXTS .main-button {
    padding: 0rem 0rem 0.5rem;
  }
}
.cid-uNUeLTeXTS .mbr-section-subtitle,
.cid-uNUeLTeXTS .main-button .btn {
  text-align: left;
}
.cid-uNUeLTeXTS .mbr-section-subtitle,
.cid-uNUeLTeXTS .main-button {
  color: #000000;
  text-align: left;
}
.cid-uNUeNdl6Tt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeNdl6Tt .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uNUeNdl6Tt img,
.cid-uNUeNdl6Tt .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-uNUeNdl6Tt .item:focus,
.cid-uNUeNdl6Tt span:focus {
  outline: none;
}
.cid-uNUeNdl6Tt .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeNdl6Tt .item {
    margin-bottom: 1rem;
  }
}
.cid-uNUeNdl6Tt .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uNUeNdl6Tt .mbr-section-title {
  color: #232323;
}
.cid-uNUeNdl6Tt .mbr-text,
.cid-uNUeNdl6Tt .mbr-section-btn {
  color: #232323;
}
.cid-uNUeNdl6Tt .item-title {
  color: #232323;
}
.cid-uNUeNdl6Tt .content-head {
  max-width: 800px;
}
.cid-uNUeNJHsoW {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeNJHsoW .mbr-text {
  color: #000000;
}
.cid-uNUeNJHsoW .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeNJHsoW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeNJHsoW .mbr-text,
.cid-uNUeNJHsoW .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeNJHsoW .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeNJHsoW .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeNJHsoW .item-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUeNJHsoW .item-wrapper {
    padding: 4rem;
  }
}
.cid-uNUeNJHsoW .details-icon {
  color: #9fe870;
  padding-right: 0.5rem;
}
.cid-uNUeNJHsoW .mbr-card-subtitle {
  color: #232323;
  text-align: left;
}
.cid-uNUeNJHsoW .details .details-item {
  display: inline-flex;
  padding-right: 1rem;
}
.cid-uNUeNJHsoW .mbr-tag,
.cid-uNUeNJHsoW .tags-wrapper {
  color: #000000;
}
.cid-uNUeOWQUzd {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-uNUeOWQUzd .mbr-text {
  color: #000000;
  text-align: left;
  margin-bottom: 2em;
}
@media (max-width: 992px) {
  .cid-uNUeOWQUzd .mbr-text {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeOWQUzd .mbr-text {
    margin-bottom: 1rem;
  }
}
.cid-uNUeOWQUzd .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUeOWQUzd .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNUeOWQUzd .content-head {
  max-width: 800px;
}
.cid-uNUeOWQUzd .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUeOWQUzd .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeOWQUzd .image-wrapper img {
  width: 100%;
}
.cid-uNUePxjJuL {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUePxjJuL .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uNUePxjJuL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUePxjJuL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNUePxjJuL .content-head {
  max-width: 800px;
}
.cid-uNUePxjJuL .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUePxjJuL .mbr-card-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeQQfyxA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeQQfyxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeQQfyxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeQQfyxA .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uNUeQQfyxA .card-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeQQfyxA .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uNUeQQfyxA .card-wrapper {
    padding: 4rem;
  }
}
.cid-uNUeQQfyxA .mbr-text,
.cid-uNUeQQfyxA .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uNUeQQfyxA .card-title,
.cid-uNUeQQfyxA .card-box {
  text-align: center;
  color: #000000;
}
.cid-uNUeQQfyxA .mbr-card-title {
  text-align: left;
}
.cid-uNUeQQfyxA .mbr-card-subtitle {
  text-align: left;
}
.cid-uNUeQQfyxA .mbr-text {
  text-align: left;
}
.cid-uNUeQQfyxA .mbr-section-subtitle {
  text-align: center;
}
.cid-uNUeRs0EHv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeRs0EHv .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uNUeRs0EHv .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUeRs0EHv .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeRs0EHv .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-uNUeRs0EHv .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUeRs0EHv .mbr-text,
.cid-uNUeRs0EHv .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeSmGQBk {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeSmGQBk .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uNUeSmGQBk .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUeSmGQBk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uNUeSmGQBk .mbr-card-title {
  color: #000000;
  text-align: left;
}
.cid-uNUeSmGQBk .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUeSmGQBk .mbr-text,
.cid-uNUeSmGQBk .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeST6yBG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uNUeST6yBG .mbr-text {
  color: #000000;
}
.cid-uNUeST6yBG .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeST6yBG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeST6yBG .mbr-text,
.cid-uNUeST6yBG .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeU4xWMV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeU4xWMV .mbr-text {
  color: #000000;
}
.cid-uNUeU4xWMV .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeU4xWMV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeU4xWMV .mbr-text,
.cid-uNUeU4xWMV .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeU4xWMV .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeU4xWMV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeU4xWMV .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uNUeUG4eUD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uNUeUG4eUD .row {
  flex-direction: row-reverse;
}
.cid-uNUeUG4eUD .mbr-text {
  color: #000000;
  text-align: left;
}
.cid-uNUeUG4eUD .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uNUeUG4eUD .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uNUeUG4eUD .mbr-card-title {
  color: #000000;
}
.cid-uNUeUG4eUD .mbr-card-subtitle {
  color: #000000;
  text-align: left;
}
.cid-uNUeUG4eUD .mbr-text,
.cid-uNUeUG4eUD .mbr-section-btn {
  text-align: left;
}
.cid-uNUeUG4eUD .row {
  align-items: center;
}
.cid-uNUeVbnqcR {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-uNUeVbnqcR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNUeVbnqcR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNUeVbnqcR .item-wrapper {
  overflow: hidden;
  background: #ffffff;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeVbnqcR .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUeVbnqcR .text-wrapper {
  padding: 4rem 3rem 4rem 1rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeVbnqcR .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeVbnqcR .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNUeVbnqcR .row {
  flex-direction: row-reverse;
}
.cid-uNUeVbnqcR .text-wrapper {
  padding: 4rem 2rem 4rem 3rem;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uNUeVbnqcR .text-wrapper {
    padding: 2.25rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeVbnqcR .text-wrapper {
    padding: 1.5rem;
  }
}
.cid-uNUeVbnqcR .row {
  align-items: center;
  margin-right: -1rem;
  margin-left: -1rem;
}
.cid-uNUeVbnqcR .image-wrapper {
  padding: 0 1rem;
}
.cid-uNUeVbnqcR img,
.cid-uNUeVbnqcR .image-wrapper {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-uNUeVbnqcR img,
  .cid-uNUeVbnqcR .image-wrapper {
    max-height: 350px;
  }
}
.cid-uNUeVbnqcR .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uNUeVbnqcR .mbr-text {
  color: #000000;
}
.cid-uNUeVbnqcR .mbr-text,
.cid-uNUeVbnqcR .mbr-section-btn {
  text-align: left;
}
.cid-uNUeVbnqcR .price {
  color: #232323;
  text-align: left;
}
.cid-uNUeVbnqcR .content-head {
  max-width: 800px;
}
.cid-uNUeVbnqcR .mbr-section-maintitle {
  text-align: center;
}
.cid-uNUeVbnqcR .mbr-section-mainsubtitle {
  text-align: center;
}
.cid-uNUeVHO2Zk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edefeb;
}
.cid-uNUeVHO2Zk .mbr-text {
  color: #000000;
}
.cid-uNUeVHO2Zk .mbr-section-subtitle {
  color: #000000;
}
.cid-uNUeVHO2Zk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uNUeVHO2Zk .mbr-text,
.cid-uNUeVHO2Zk .item .mbr-section-btn {
  text-align: left;
}
.cid-uNUeVHO2Zk .text-content {
  background: #ffffff;
  padding: 2.25rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uNUeVHO2Zk .text-content {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uNUeVHO2Zk .text-content {
    padding: 2rem 1.5rem;
  }
}
.cid-uNUeVHO2Zk .item-wrapper {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uNUeVHO2Zk .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uNUeVHO2Zk .card-wrapper {
  background: #ffffff;
}
.cid-uNUeYizgXC {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uNUeYizgXC .mbr-section-subtitle {
  color: #149dcc;
  text-align: center;
  font-weight: 300;
}
.cid-uNUeYizgXC .step {
  width: 56px;
  height: 56px;
  font-size: 28px;
  border-radius: 50%;
  border: 2px solid #cccccc;
  padding-bottom: 0;
  color: #767676;
}
@media (min-width: 768px) {
  .cid-uNUeYizgXC .separline .step-wrapper {
    position: relative;
  }
  .cid-uNUeYizgXC .separline .step-wrapper:before,
  .cid-uNUeYizgXC .separline .step-wrapper:after {
    top: 30px;
    position: absolute;
    content: "";
    height: 2px;
    width: calc(50% + 15px - 28px - 8px);
    background-color: #cccccc;
  }
  .cid-uNUeYizgXC .separline .step-wrapper:before {
    left: -15px;
  }
  .cid-uNUeYizgXC .separline .step-wrapper:after {
    left: calc(50% + 8px + 28px);
  }
  .cid-uNUeYizgXC .separline.last-child .step-wrapper:after,
  .cid-uNUeYizgXC .separline:nth-child(3n) .step-wrapper:after,
  .cid-uNUeYizgXC .separline:nth-child(3n+1) .step-wrapper:before {
    background: none;
  }
}
@media (max-width: 767px) {
  .cid-uNUeYizgXC .card:not(.last-child) {
    padding-bottom: 1.5rem;
  }
}
.cid-uNUeYizgXC .mbr-section-title {
  color: #ff3366;
}
.cid-uNUeYizgXC .mbr-step-title {
  color: #ff3366;
}
.cid-uNUeYizgXC .mbr-step-text {
  color: #149dcc;
}
.cid-uNUeZ0uR2J {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-uNUeZ0uR2J .mbr-section-subtitle {
  color: #0f7699;
}
.cid-uNUeZ0uR2J .container-table {
  margin: 0 auto;
}
.cid-uNUeZ0uR2J .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-uNUeZ0uR2J .dataTables_wrapper {
  display: block;
}
.cid-uNUeZ0uR2J .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-uNUeZ0uR2J .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-uNUeZ0uR2J table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #149dcc;
  margin-bottom: 0;
}
.cid-uNUeZ0uR2J table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-uNUeZ0uR2J table th:hover {
  background: #149dcc;
  color: #ffffff;
}
.cid-uNUeZ0uR2J table td {
  border-top: 1px solid #149dcc;
}
.cid-uNUeZ0uR2J table.table {
  background: #ffffff;
}
.cid-uNUeZ0uR2J .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-uNUeZ0uR2J .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-uNUeZ0uR2J .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-uNUeZ0uR2J .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
}
@media (max-width: 992px) {
  .cid-uNUeZ0uR2J .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-uNUeZ0uR2J .dataTables_filter {
    text-align: center;
  }
  .cid-uNUeZ0uR2J .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-uNUeZ0uR2J .mbr-section-title {
  color: #ff3366;
}
.cid-uNUeZR0NzA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uNUeZR0NzA h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uNUeZR0NzA .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-uNUeZR0NzA .mbr-section-subtitle {
  color: #ff3366;
}
.cid-uNUeZR0NzA .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-uNUeZR0NzA ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
.cid-uNUeZR0NzA path {
  stroke: #149dcc;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uNUeZR0NzA .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-uNUeZR0NzA .mbr-section-title {
  color: #149dcc;
}
.cid-uNUf0u3jIG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uNUf0u3jIG .progress {
  width: 100%;
}
.cid-uNUf0u3jIG progress {
  height: 8px;
}
.cid-uNUf0u3jIG h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uNUf0u3jIG .mbr-section-subtitle {
  color: #767676;
}
.cid-uNUf0u3jIG .progress_value {
  position: relative;
}
.cid-uNUf0u3jIG .progress_elements {
  margin: 0 auto;
}
.cid-uNUf0u3jIG .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-uNUf0u3jIG .progress1 .progressbar-number:before,
.cid-uNUf0u3jIG .progress2 .progressbar-number:before,
.cid-uNUf0u3jIG .progress3 .progressbar-number:before,
.cid-uNUf0u3jIG .progress4 .progressbar-number:before {
  position: absolute;
  right: 15px;
  top: 0;
}
.cid-uNUf0u3jIG progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uNUf0u3jIG progress::-webkit-progress-value {
  background: #149dcc;
}
.cid-uNUf0u3jIG progress[value]::-moz-progress-bar {
  background: #149dcc;
}
.cid-uNUf0u3jIG progress::-ms-fill {
  background: #149dcc;
}
.cid-uNUf0u3jIG .progress1 .progressbar-number:before {
  content: '70';
}
.cid-uNUf0u3jIG .progress2 .progressbar-number:before {
  content: '80';
}
.cid-uNUf0u3jIG .progress3 .progressbar-number:before {
  content: '90';
}
.cid-uNUf0u3jIG .progress4 .progressbar-number:before {
  content: '100';
}
.cid-uNUf0u3jIG .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-uNUf0u3jIG .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-uNUf0u3jIG .progress_value span {
  padding-left: 30px;
}
.cid-uNUf0u3jIG .progressbar-number {
  word-break: normal;
}
