body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 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.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2e8108 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2e8108 !important;
  border-color: #2e8108 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #112f03 !important;
  border-color: #112f03 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #112f03 !important;
  border-color: #112f03 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2e8108;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #112f03 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2e8108 !important;
  border-color: #2e8108 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2e8108 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c2102 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #2e8108;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2e8108;
  border-color: #2e8108;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2e8108;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #5cf118;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #2e8108 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #2e8108;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2e8108;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2e8108;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2e8108;
  border-bottom-color: #2e8108;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2e8108 !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: #ff6666 !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='%232e8108' %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;
}
.cid-ufpO1S0dNh {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-image: url("../../../assets/images/banner-mobirise-2-2000x744.png");
}
.cid-ufpO1S0dNh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpO1S0dNh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpO1S0dNh .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-ufpO59gumS {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #e5e5e1;
}
.cid-ufpO59gumS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpO59gumS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpO59gumS .mbr-section-title {
  color: #385c11;
}
.cid-ufpO59gumS .mbr-section-subtitle {
  color: #335d96;
}
.cid-ugxHbZg5WQ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufpO6CtFwz {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ead88b;
}
.cid-ufpO6CtFwz .mbr-text {
  color: #353535;
  text-align: left;
}
.cid-ufpO8dPvsu {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpOa9nqgz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpOa9nqgz .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ufpOa9nqgz .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ufpOa9nqgz .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2e8108;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ufpOc7hrIs {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpOeameUE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpOeameUE .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpOeameUE .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-ufpOeameUE .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufpOeameUE .row {
  flex-direction: row-reverse;
}
.cid-ufpOeameUE img {
  width: 100%;
}
.cid-ufpOeameUE .mbr-description {
  color: #e43f3f;
}
.cid-ufpOf1Nx13 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpOf1Nx13 .mbr-text {
  color: #000000;
}
.cid-ufpOhidKAj {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ead88b;
}
.cid-ufpOhidKAj .mbr-text {
  color: #353535;
}
.cid-ufpOiAwbSZ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugxI3ME9DO {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugxI3ME9DO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugxI3ME9DO .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugxI3ME9DO .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugxI3ME9DO .mbr-text {
  color: #2e8108;
}
.cid-ugxI3ME9DO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ugxIbvdVFg {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugO5sjKmqu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugO5sjKmqu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugO5sjKmqu .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-ugO5sjKmqu .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugO5sjKmqu .row {
  flex-direction: row-reverse;
}
.cid-ugO5sjKmqu img {
  width: 100%;
}
.cid-ugO5UjMaDz {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-ugO5UjMaDz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugO5UjMaDz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugO5UjMaDz .mbr-text {
  color: #767676;
}
.cid-ugO5UjMaDz .mbr-section-subtitle {
  color: #767676;
}
.cid-ugO5UjMaDz .title .num {
  width: 100%;
  display: block;
}
.cid-ugO5UjMaDz .title .card-title {
  z-index: 1;
}
.cid-ugO5UjMaDz .num {
  color: #385c11;
}
@media (max-width: 767px) {
  .cid-ugO5UjMaDz * {
    text-align: center !important;
  }
  .cid-ugO5UjMaDz .content-column {
    margin-bottom: 2rem;
  }
}
.cid-ugxKKXTGst {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugxKKXTGst .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugxKKXTGst .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugxKKXTGst .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugxKKXTGst .mbr-text {
  color: #2e8108;
}
.cid-ugxKKXTGst .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufpOCcAlp8 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpOCcAlp8 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ufpOCcAlp8 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ufpOCcAlp8 .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ufpOCcAlp8 .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2e8108;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufpOGmeKXt {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpOGmeKXt .mbr-section-title {
  color: #385c11;
}
.cid-ufpOHKjCVT {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpOJVPk91 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufpOJVPk91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpOJVPk91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpOJVPk91 .video-wrapper iframe {
  width: 100%;
}
.cid-ufpOJVPk91 .mbr-section-title,
.cid-ufpOJVPk91 .mbr-section-subtitle,
.cid-ufpOJVPk91 .mbr-text {
  text-align: center;
}
.cid-ufpOJVPk91 .mbr-section-title {
  color: #353535;
}
.cid-ugxLuUlbfF {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugxLuUlbfF .mbr-section-title {
  color: #385c11;
}
.cid-ufpOS2Zzdm {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpOS2Zzdm .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpOS2Zzdm .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-ufpOS2Zzdm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufpOS2Zzdm .row {
  flex-direction: row-reverse;
}
.cid-ufpOS2Zzdm img {
  width: 100%;
}
.cid-ufpOS2Zzdm .mbr-description {
  color: #e43f3f;
}
.cid-ufpSwdR7Rf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpSwdR7Rf .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ufpSwdR7Rf .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ufpSwdR7Rf .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2e8108;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ugxMf6OZxA {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ugxMf6OZxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugxMf6OZxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugxMf6OZxA .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ugxMf6OZxA .item-wrapper {
  background-color: #999999;
  border-radius: 4px;
}
.cid-ugxMf6OZxA .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ugxMf6OZxA .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ugxMf6OZxA .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ugxMf6OZxA .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ugxMf6OZxA .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ugxMf6OZxA .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ugxMf6OZxA .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugxMf6OZxA .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ugxMf6OZxA .card-subtitle {
  color: #385c11;
}
.cid-ugxMf6OZxA .mbr-text,
.cid-ugxMf6OZxA .social-row {
  color: #ffffff;
}
.cid-ugxNYocBhi {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugxNYocBhi .mbr-section-title {
  color: #385c11;
}
.cid-ufpSDUQngj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpSDUQngj .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ufpSDUQngj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-ufpSDUQngj .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #2e8108;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-ufvh6wHv7Y {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufvh6wHv7Y .mbr-text {
  color: #e43f3f;
  text-align: center;
}
.cid-ufvh6wHv7Y .mbr-section-subtitle {
  color: #a15641;
}
.cid-ugxOKo8rmF {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugxOKo8rmF blockquote {
  border-color: #58604f;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ugxOKo8rmF .mbr-section-title {
  color: #58604f;
}
.cid-uhpmq1CDKF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhplYfmS3v {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #efefef;
}
.cid-uhplYfmS3v .mbr-text {
  text-align: center;
}
.cid-ufpSLWQDm0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufpSLWQDm0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpSLWQDm0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpSLWQDm0 .video-wrapper iframe {
  width: 100%;
}
.cid-ufpSLWQDm0 .mbr-section-title,
.cid-ufpSLWQDm0 .mbr-section-subtitle,
.cid-ufpSLWQDm0 .mbr-text {
  text-align: center;
}
.cid-ufpSLWQDm0 .mbr-section-title {
  color: #353535;
}
.cid-uhpmNZGfA2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufpSMNw1XV {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufpSMNw1XV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpSMNw1XV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpSMNw1XV .video-wrapper iframe {
  width: 100%;
}
.cid-ufpSMNw1XV .mbr-section-title,
.cid-ufpSMNw1XV .mbr-section-subtitle,
.cid-ufpSMNw1XV .mbr-text {
  text-align: center;
}
.cid-ufpSMNw1XV .mbr-section-title {
  color: #353535;
}
.cid-uhGaWjQ6Gr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhGaWjQ6Gr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uhGaWjQ6Gr .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uhGaWjQ6Gr .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uhGaWjQ6Gr .mbr-text {
  color: #2e8108;
}
.cid-uhGaWjQ6Gr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufpST0oEhb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpST0oEhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpST0oEhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpST0oEhb .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  margin-bottom: 4rem;
}
@media (min-width: 991px) {
  .cid-ufpST0oEhb .item {
    margin-bottom: 4rem;
  }
}
.cid-ufpST0oEhb .item:last-child .icon-box:before {
  display: none;
}
.cid-ufpST0oEhb .item.last .icon-box:before {
  display: none;
}
.cid-ufpST0oEhb .icon-box {
  background: #ead88b;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ufpST0oEhb .icon-box {
    margin-right: 1rem;
  }
}
.cid-ufpST0oEhb .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #ead88b;
  transform: translate(-50%, 0);
}
.cid-ufpST0oEhb span {
  font-size: 2rem;
  color: #645412;
}
@media (max-width: 991px) {
  .cid-ufpST0oEhb .card {
    margin-bottom: 2rem;
  }
  .cid-ufpST0oEhb .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ufpST0oEhb .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ufpST0oEhb .icon-box::before {
    top: 114%;
  }
}
.cid-uhpngRLA3F {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufpSZt8MJb {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ufpSZt8MJb .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpSZt8MJb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpSZt8MJb .video-wrapper iframe {
  width: 100%;
}
.cid-ufpSZt8MJb .mbr-section-title,
.cid-ufpSZt8MJb .mbr-section-subtitle,
.cid-ufpSZt8MJb .mbr-text {
  text-align: center;
}
.cid-ufpSZt8MJb .mbr-section-title {
  color: #353535;
}
.cid-ufpSZt8MJb .mbr-section-subtitle {
  text-align: center;
}
.cid-uhpnACFaBh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufpT3ojGvu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpT3ojGvu .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-ufpT3ojGvu .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-ufpT3ojGvu .counter-container ol li {
  list-style: none;
  padding-left: 1rem;
  position: relative;
}
.cid-ufpT3ojGvu .counter-container ol li:before {
  position: absolute;
  left: -40px;
  margin-top: 5px;
  counter-increment: myCounter;
  content: counter(myCounter);
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #2e8108;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ufvhbhPNOZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufvhbhPNOZ .mbr-text {
  color: #e43f3f;
  text-align: center;
}
.cid-ufvhbhPNOZ .mbr-section-subtitle {
  color: #a15641;
}
.cid-ufpT7dk8ea {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ead88b;
}
.cid-ufpT7dk8ea .mbr-text {
  color: #353535;
}
.cid-ufpYbqixNP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpYbqixNP .mbr-text {
  color: #000000;
}
.cid-ugxU7p6iOi {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ugxU7p6iOi .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugxU7p6iOi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugxU7p6iOi .video-wrapper iframe {
  width: 100%;
}
.cid-ugxU7p6iOi .mbr-section-title,
.cid-ugxU7p6iOi .mbr-section-subtitle,
.cid-ugxU7p6iOi .mbr-text {
  text-align: center;
}
.cid-ugxU7p6iOi .mbr-section-title {
  color: #353535;
}
.cid-ugxXenzzK6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ead88b;
}
.cid-ugxXenzzK6 .mbr-text {
  color: #353535;
}
.cid-ufpYf45PqI {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-uhG9IIFyn7 {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhG9IIFyn7 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uhG9IIFyn7 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uhG9IIFyn7 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uhG9IIFyn7 .mbr-text {
  color: #2e8108;
}
.cid-uhG9IIFyn7 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufpYn6xO0D {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ufpYrnO90L {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufpYrnO90L .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpYrnO90L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpYrnO90L .item:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ufpYrnO90L .item-wrapper {
  background-color: #58604f;
  border-radius: 4px;
}
.cid-ufpYrnO90L .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufpYrnO90L .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ufpYrnO90L .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ufpYrnO90L .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ufpYrnO90L .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ufpYrnO90L .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ufpYrnO90L .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufpYrnO90L .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ufpYrnO90L .card-subtitle {
  color: #e6c63b;
}
.cid-ufpYrnO90L .mbr-text,
.cid-ufpYrnO90L .social-row {
  color: #ffffff;
}
.cid-ufvhfEXi3E {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufvhfEXi3E .mbr-text {
  color: #e43f3f;
  text-align: center;
}
.cid-ufvhfEXi3E .mbr-section-subtitle {
  color: #a15641;
}
.cid-ufpYueL3yG {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ead88b;
}
.cid-ufpYueL3yG .mbr-text {
  color: #353535;
}
.cid-ufpYwdW2LD {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ugO9M8UQrN {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ugO9M8UQrN .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugO9M8UQrN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugO9M8UQrN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ugO9M8UQrN .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-ugO9M8UQrN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ugO9M8UQrN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ugO9M8UQrN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ugO9M8UQrN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ugO9M8UQrN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ugO9M8UQrN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ugO9M8UQrN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugO9M8UQrN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ufpYyrHmDp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufpYyrHmDp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpYyrHmDp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpYyrHmDp .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
@media (min-width: 991px) {
  .cid-ufpYyrHmDp .item {
    margin-bottom: 4rem;
  }
}
.cid-ufpYyrHmDp .item:last-child .icon-box:before {
  display: none;
}
.cid-ufpYyrHmDp .item.last .icon-box:before {
  display: none;
}
.cid-ufpYyrHmDp .icon-box {
  background: #385c11;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .cid-ufpYyrHmDp .icon-box {
    margin-right: 1rem;
  }
}
.cid-ufpYyrHmDp .icon-box::before {
  content: "\e925";
  font-family: Moririse2 !important;
  position: absolute;
  font-size: 32px;
  left: 50%;
  top: 120%;
  color: #385c11;
  transform: translate(-50%, 0);
}
.cid-ufpYyrHmDp span {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-ufpYyrHmDp .card {
    margin-bottom: 2rem;
  }
  .cid-ufpYyrHmDp .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ufpYyrHmDp .icon-box::before {
    top: 141%;
  }
}
@media (max-width: 768px) {
  .cid-ufpYyrHmDp .icon-box::before {
    top: 114%;
  }
}
.cid-ufpYC0inr4 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ead88b;
}
.cid-ufpYC0inr4 .mbr-text {
  color: #353535;
}
.cid-ugxYYnVbUO {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugxYYnVbUO .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugxYYnVbUO .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugxYYnVbUO .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugxYYnVbUO .mbr-text {
  color: #2e8108;
}
.cid-ugxYYnVbUO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uhdMp1phFN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uhdMp1phFN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdMp1phFN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uhdMp1phFN .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-uhdMp1phFN .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-uhdMp1phFN .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-uhdMp1phFN .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-uhdMp1phFN .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-uhdMp1phFN .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-uhdMp1phFN .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uhdMp1phFN .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uhdMp1phFN .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uhdMp1phFN .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-uhdMNP9HW5 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-uhdMNP9HW5 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uhdMNP9HW5 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-uhdMNP9HW5 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-uhdMNP9HW5 .mbr-text {
  color: #2e8108;
}
.cid-uhdMNP9HW5 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uhdNF8xAK4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uhdNF8xAK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdNF8xAK4 .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-uhdNF8xAK4 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhdNF8xAK4 .row {
  flex-direction: row-reverse;
}
.cid-uhdNF8xAK4 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhdNF8xAK4 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhdNF8xAK4 .mbr-section-title {
  color: #102f5b;
}
.cid-ugxZacCkg4 {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugxZacCkg4 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugxZacCkg4 .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugxZacCkg4 .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugxZacCkg4 .mbr-text {
  color: #2e8108;
}
.cid-ugxZacCkg4 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufpYPiuUy1 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ufpYPiuUy1 img,
.cid-ufpYPiuUy1 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-ufpYPiuUy1 .item:focus,
.cid-ufpYPiuUy1 span:focus {
  outline: none;
}
.cid-ufpYPiuUy1 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ufpYPiuUy1 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ufpYPiuUy1 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ufpYPiuUy1 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ufpYPiuUy1 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ufpYPiuUy1 .mbr-section-title {
  color: #232323;
}
.cid-ufpYPiuUy1 .mbr-text,
.cid-ufpYPiuUy1 .mbr-section-btn {
  text-align: center;
  color: #385c11;
}
.cid-ufpYPiuUy1 .item-title {
  text-align: center;
}
.cid-ufpYPiuUy1 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-ugxZWt14GX {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugxZWt14GX .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugxZWt14GX .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugxZWt14GX .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugxZWt14GX .mbr-text {
  color: #2e8108;
}
.cid-ugxZWt14GX .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ugO8IeyaRS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ugO8IeyaRS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugO8IeyaRS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugO8IeyaRS .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ugO8IeyaRS .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-ugO8IeyaRS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ugO8IeyaRS .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ugO8IeyaRS .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ugO8IeyaRS .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ugO8IeyaRS .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ugO8IeyaRS .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ugO8IeyaRS .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ugO8IeyaRS .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ugy1aRHMxC {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy1aRHMxC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugy1aRHMxC .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugy1aRHMxC .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugy1aRHMxC .mbr-text {
  color: #2e8108;
}
.cid-ugy1aRHMxC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uhdO5zApg5 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uhdO5zApg5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdO5zApg5 .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-uhdO5zApg5 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhdO5zApg5 .row {
  flex-direction: row-reverse;
}
.cid-uhdO5zApg5 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhdO5zApg5 .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhdO5zApg5 .mbr-section-title {
  color: #102f5b;
}
.cid-ugy3r8lPCr {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy3r8lPCr .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugy3r8lPCr .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugy3r8lPCr .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugy3r8lPCr .mbr-text {
  color: #2e8108;
}
.cid-ugy3r8lPCr .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ugy3xXRhPz {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ugy3xXRhPz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugy3xXRhPz .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-ugy3xXRhPz .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugy3xXRhPz img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugy3xXRhPz .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugy4JZ9Z9m {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy4JZ9Z9m .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugy4JZ9Z9m .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugy4JZ9Z9m .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugy4JZ9Z9m .mbr-text {
  color: #2e8108;
}
.cid-ugy4JZ9Z9m .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uhdOCrtflU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-uhdOCrtflU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uhdOCrtflU .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-uhdOCrtflU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uhdOCrtflU .row {
  flex-direction: row-reverse;
}
.cid-uhdOCrtflU img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uhdOCrtflU .text-wrapper {
    padding: 2rem;
  }
}
.cid-uhdOCrtflU .mbr-section-title {
  color: #102f5b;
}
.cid-ugy59V7TuF {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy59V7TuF .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugy59V7TuF .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugy59V7TuF .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugy59V7TuF .mbr-text {
  color: #2e8108;
}
.cid-ugy59V7TuF .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufpZ7OkGeG {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ufpZ7OkGeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufpZ7OkGeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufpZ7OkGeG .top-line {
  display: flex;
  justify-content: space-between;
}
.cid-ufpZ7OkGeG .mbr-section-title,
.cid-ufpZ7OkGeG .mbr-section-subtitle {
  text-align: center;
}
.cid-ufpZ7OkGeG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ufpZ7OkGeG .card-wrapper {
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-ufpZ7OkGeG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ufpZ7OkGeG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ufpZ7OkGeG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufpZ7OkGeG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ufpZ7OkGeG .card-title {
  color: #385c11;
}
.cid-ugy7udEkHp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy7udEkHp .mbr-text {
  text-align: center;
}
.cid-ufv9QHWnX2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ufv9QHWnX2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufv9QHWnX2 .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-ufv9QHWnX2 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufv9QHWnX2 .row {
  flex-direction: row-reverse;
}
.cid-ufv9QHWnX2 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufv9QHWnX2 .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufv9QHWnX2 .mbr-section-title {
  color: #102f5b;
}
.cid-ugy8jXJXnp {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy8jXJXnp .mbr-text {
  text-align: center;
}
.cid-ugy8wwxnee {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-ugy8wwxnee .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugy8wwxnee .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-ugy8wwxnee .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugy8wwxnee img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugy8wwxnee .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugy9fgWbi9 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy9fgWbi9 .mbr-text {
  text-align: center;
}
.cid-ugy9mCdlcC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ugy9mCdlcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugy9mCdlcC .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-ugy9mCdlcC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ugy9mCdlcC .row {
  flex-direction: row-reverse;
}
.cid-ugy9mCdlcC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ugy9mCdlcC .text-wrapper {
    padding: 2rem;
  }
}
.cid-ugy9mCdlcC .mbr-section-title {
  color: #102f5b;
}
.cid-ugy9Mmnk7n {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy9Mmnk7n .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugy9Mmnk7n .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugy9Mmnk7n .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugy9Mmnk7n .mbr-text {
  color: #2e8108;
}
.cid-ugy9Mmnk7n .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufva7U8DeG {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ufva7U8DeG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufva7U8DeG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufva7U8DeG .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ufva7U8DeG .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-ufva7U8DeG .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufva7U8DeG .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ufva7U8DeG .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ufva7U8DeG .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ufva7U8DeG .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ufva7U8DeG .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ufva7U8DeG .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufva7U8DeG .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ugy9VZtbMq {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugy9VZtbMq .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugy9VZtbMq .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugy9VZtbMq .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugy9VZtbMq .mbr-text {
  color: #2e8108;
}
.cid-ugy9VZtbMq .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufvaaDE3AS {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ufvaaDE3AS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufvaaDE3AS .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-ufvaaDE3AS .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufvaaDE3AS .row {
  flex-direction: row-reverse;
}
.cid-ufvaaDE3AS img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufvaaDE3AS .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufvaaDE3AS .mbr-section-title {
  color: #102f5b;
}
.cid-ugya5ohylU {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugya5ohylU .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugya5ohylU .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugya5ohylU .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugya5ohylU .mbr-text {
  color: #2e8108;
}
.cid-ugya5ohylU .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufvafEJouV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ufvafEJouV .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufvafEJouV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufvafEJouV .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ufvafEJouV .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
  background-color: transparent;
}
.cid-ufvafEJouV .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufvafEJouV .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ufvafEJouV .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ufvafEJouV .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ufvafEJouV .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ufvafEJouV .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ufvafEJouV .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufvafEJouV .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ugyaAS5kNe {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ugyaAS5kNe .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-ugyaAS5kNe .counter-container ul li {
  margin-bottom: 1rem;
  position: relative;
}
.cid-ugyaAS5kNe .counter-container ul li:before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2e8108;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
  line-height: 1.2;
}
.cid-ugyaAS5kNe .mbr-text {
  color: #2e8108;
}
.cid-ugyaAS5kNe .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-ufvah3RFSw {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #fafafa;
}
.cid-ufvah3RFSw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufvah3RFSw .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-ufvah3RFSw .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ufvah3RFSw .row {
  flex-direction: row-reverse;
}
.cid-ufvah3RFSw img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ufvah3RFSw .text-wrapper {
    padding: 2rem;
  }
}
.cid-ufvah3RFSw .mbr-section-title {
  color: #102f5b;
}
.cid-uhGd7KuqfB {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ufvapczb7n {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #999999;
}
.cid-ufvapczb7n .mbr-fallback-image.disabled {
  display: none;
}
.cid-ufvapczb7n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ufvapczb7n .card:not(:nth-last-child(1)) {
  margin-bottom: 2rem;
}
.cid-ufvapczb7n .card-wrapper {
  background-color: #ffffff;
  border-radius: 4px;
}
.cid-ufvapczb7n .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ufvapczb7n .social-row .soc-item {
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  margin-right: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 2px solid #6592e6;
  transition: all 0.3s;
}
.cid-ufvapczb7n .social-row .soc-item .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-content: center;
  color: #6592e6;
  font-size: 1.5rem;
  transition: all 0.3s;
}
.cid-ufvapczb7n .social-row .soc-item:hover {
  background-color: #6592e6;
}
.cid-ufvapczb7n .social-row .soc-item:hover .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-ufvapczb7n .card-box {
    padding: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-ufvapczb7n .card-box {
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ufvapczb7n .card-box {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}
.cid-ufvapczb7n .mbr-text,
.cid-ufvapczb7n .social-row {
  color: #000000;
}
.cid-ufvapczb7n .card-subtitle {
  color: #232323;
}
.cid-ugyaMtM2Du {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ugyaP3DL4e {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #e5e5e1;
}
.cid-ugyaP3DL4e .mbr-fallback-image.disabled {
  display: none;
}
.cid-ugyaP3DL4e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ugyaP3DL4e .mbr-section-title {
  color: #385c11;
}
.cid-ugyaP3DL4e .mbr-section-subtitle {
  color: #335d96;
}
.cid-uhdHhgAJwP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uhdHhgAJwP .mbr-text {
  text-align: left;
}
