.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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: #1e4d2b !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #dcde2d !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #010402;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #8d8f16;
  background-color: #f2f3b1;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
  color: #0a0a02 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0a02 !important;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.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 .mbr-iconfont {
  border: 2px solid #1e4d2b;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e4d2b;
  color: #1e4d2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #060f08 !important;
  background-color: transparent !important;
  border-color: #060f08 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #060f08;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #dcde2d;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcde2d;
  color: #dcde2d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a9c18 !important;
  background-color: transparent !important;
  border-color: #9a9c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #9a9c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a0a02 !important;
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.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:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.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:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e4d2b !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #dcde2d !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010402 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !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: #1e4d2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #dcde2d;
}
.alert-danger {
  background-color: #910000;
}
.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: #1e4d2b;
  border-color: #1e4d2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e4d2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #82ce97;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.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: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #1e4d2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1e4d2b;
}
/* 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: #1e4d2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e4d2b;
}
.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: #1e4d2b;
  border-bottom-color: #1e4d2b;
}
.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: #1e4d2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #df6d2d !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='%231e4d2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uNkmlb9tW5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNkmlb9tW5 .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-uNkmlb9tW5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNkmlb9tW5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uNkmlb9tW5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uNkmlb9tW5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkmlb9tW5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkmlb9tW5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uNkmlb9tW5 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNkmlb9tW5 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uNkmlb9tW5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNkmlb9tW5 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uNkmlb9tW5 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNkmlb9tW5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uNkmlb9tW5 .container,
.cid-uNkmlb9tW5 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .container,
  .cid-uNkmlb9tW5 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .container,
  .cid-uNkmlb9tW5 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNkmlb9tW5 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uNkmlb9tW5 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uNkmlb9tW5 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNkmlb9tW5 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uNkmlb9tW5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uNkmlb9tW5 .nav-item:focus,
.cid-uNkmlb9tW5 .nav-link:focus {
  outline: none;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkmlb9tW5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkmlb9tW5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkmlb9tW5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkmlb9tW5 .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-uNkmlb9tW5 .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkmlb9tW5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkmlb9tW5 .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkmlb9tW5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uNkmlb9tW5 .navbar.collapsed {
  justify-content: center;
}
.cid-uNkmlb9tW5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkmlb9tW5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uNkmlb9tW5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkmlb9tW5 .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-uNkmlb9tW5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkmlb9tW5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkmlb9tW5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNkmlb9tW5 .navbar {
    min-height: 72px;
  }
  .cid-uNkmlb9tW5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNkmlb9tW5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkmlb9tW5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkmlb9tW5 .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-uNkmlb9tW5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkmlb9tW5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNkmlb9tW5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkmlb9tW5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkmlb9tW5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNkmlb9tW5 .dropdown-item.active,
.cid-uNkmlb9tW5 .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkmlb9tW5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkmlb9tW5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkmlb9tW5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkmlb9tW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNkmlb9tW5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uNkmlb9tW5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNkmlb9tW5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkmlb9tW5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar-buttons {
    text-align: left;
  }
}
.cid-uNkmlb9tW5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkmlb9tW5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkmlb9tW5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkmlb9tW5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNkmlb9tW5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkmlb9tW5 .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-uNkmlb9tW5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uNkmlb9tW5 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uNkmlb9tW5 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNkmlb9tW5 .navbar {
    height: 70px;
  }
  .cid-uNkmlb9tW5 .navbar.opened {
    height: auto;
  }
  .cid-uNkmlb9tW5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNkmlb9tW5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNkmlb9tW5 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uNkmlb9tW5 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uNkmlb9tW5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNkmlb9tW5 .navbar-brand {
    margin-right: auto;
  }
  .cid-uNkmlb9tW5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uNkmlb9tW5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNkmlb9tW5 .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-uNkmlb9tW5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNkmlb9tW5 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uNkmlb9tW5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNkmlb9tW5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkmlb9tW5 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNkmlb9tW5 .content-wrap {
    display: block;
  }
}
.cid-uNkmlkMqC4 {
  padding-top: 16rem;
  padding-bottom: 16rem;
  overflow: hidden;
  position: relative;
  background-color: #d1e0be;
}
.cid-uNkmlkMqC4 .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 550px;
  height: 400px;
  overflow: hidden;
  transform: rotate(15deg);
  pointer-events: visible;
}
@media (max-width: 992px) {
  .cid-uNkmlkMqC4 .card-wrap {
    height: 350px;
    transform: none;
  }
}
.cid-uNkmlkMqC4 .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNkmlkMqC4 .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #d1e0be;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uNkmlkMqC4 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkmlkMqC4 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uNkmlkMqC4 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  pointer-events: none;
}
.cid-uNkmlkMqC4 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #dfedcd;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uNkmlkMqC4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmlkMqC4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmlkMqC4 .content-wrapper {
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cid-uNkmlkMqC4 .content-wrapper .title-wrapper {
  pointer-events: none;
}
.cid-uNkmlkMqC4 .content-wrapper .title-wrapper .mbr-section-title {
  pointer-events: visible;
  display: inline-block;
  margin-bottom: 20px;
}
.cid-uNkmlkMqC4 .content-wrapper .text-wrapper {
  pointer-events: none;
}
.cid-uNkmlkMqC4 .content-wrapper .text-wrapper .mbr-text {
  pointer-events: visible;
  display: inline-block;
  width: 25%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uNkmlkMqC4 .content-wrapper .text-wrapper .mbr-text {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .cid-uNkmlkMqC4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmlkMqC4 .content-wrapper .mbr-section-btn {
  pointer-events: none;
  margin-top: 20px;
}
.cid-uNkmlkMqC4 .content-wrapper .mbr-section-btn .btn {
  pointer-events: visible;
}
.cid-uNkmlkMqC4 .mbr-section-title {
  color: #323432;
}
.cid-uNkmlkMqC4 .mbr-text,
.cid-uNkmlkMqC4 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmlkMqC4 .mbr-section-title,
.cid-uNkmlkMqC4 .mbr-section-btn,
.cid-uNkmlkMqC4 .title-wrapper {
  text-align: center;
}
.cid-uNkmtsbhFf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-uNkmtsbhFf .item:focus,
.cid-uNkmtsbhFf span:focus {
  outline: none;
}
.cid-uNkmtsbhFf .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uNkmtsbhFf .content-head {
  max-width: 800px;
}
.cid-uNkmtsbhFf .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-uNkmtsbhFf .item {
    min-height: 32.5px;
  }
}
.cid-uNkmzcwXAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f5eb;
}
.cid-uNkmzcwXAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmzcwXAT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmzcwXAT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmzcwXAT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uNkmzcwXAT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 290px;
  max-width: 290px;
}
@media (max-width: 768px) {
  .cid-uNkmzcwXAT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uNkmzcwXAT .embla__slide .slide-content {
  width: 100%;
}
.cid-uNkmzcwXAT .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6eddc;
}
.cid-uNkmzcwXAT .embla__slide .slide-content .item-wrapper .item-img {
  width: 100%;
}
.cid-uNkmzcwXAT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 125px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-uNkmzcwXAT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
.cid-uNkmzcwXAT .embla__button--next,
.cid-uNkmzcwXAT .embla__button--prev {
  display: flex;
}
.cid-uNkmzcwXAT .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-uNkmzcwXAT .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #e6eddc !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-uNkmzcwXAT .embla__button:hover {
  background-color: #5c834f !important;
  color: #e6eddc !important;
}
.cid-uNkmzcwXAT .embla__button:disabled {
  opacity: .5 !important;
  background-color: #e6eddc !important;
  color: #5c834f !important;
}
.cid-uNkmzcwXAT .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-uNkmzcwXAT .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-uNkmzcwXAT .embla {
  position: relative;
  width: 100%;
}
.cid-uNkmzcwXAT .embla__viewport {
  position: relative;
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-uNkmzcwXAT .embla__viewport {
    padding: 0;
  }
}
.cid-uNkmzcwXAT .embla__viewport::before {
  content: '';
  position: absolute;
  top: 0;
  left: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, #f1f5eb, transparent 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uNkmzcwXAT .embla__viewport::before {
    width: 40px;
    left: -20px;
  }
}
.cid-uNkmzcwXAT .embla__viewport::after {
  content: '';
  position: absolute;
  top: 0;
  right: -44px;
  width: 180px;
  height: 100%;
  background-image: linear-gradient(90deg, transparent, #f1f5eb 100%);
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uNkmzcwXAT .embla__viewport::after {
    width: 40px;
    right: -20px;
  }
}
.cid-uNkmzcwXAT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uNkmzcwXAT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uNkmzcwXAT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uNkmzcwXAT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-uNkmzcwXAT .mbr-section-title,
.cid-uNkmzcwXAT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmvEIJrr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uNkmvEIJrr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmvEIJrr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmvEIJrr .card-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 70px;
  background-color: #5c834f;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .decor-wrapper {
  position: absolute;
  bottom: 0;
  right: 250px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .decor-wrapper {
    right: -250px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1e4d2b;
  pointer-events: none;
}
.cid-uNkmvEIJrr .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #1e4d2b;
  transform: rotate(45deg);
  pointer-events: none;
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .border-wrapper .border-wrap {
  display: inline-flex;
  width: 56%;
  height: 2px;
  background-color: #6d9560;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .border-wrapper .border-wrap {
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 56%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper {
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap {
  margin-right: 24px;
  margin-top: 24px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap {
    margin-right: 0;
    margin-top: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap:last-child {
    transform: none;
  }
}
.cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
  width: 256px;
  height: 256px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .content-wrapper .images-wrapper .image-wrap img {
    width: 100%;
    height: 300px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  width: 33%;
  padding: 24px;
  background-color: #6d9560;
}
@media (max-width: 1440px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap {
    width: 38%;
  }
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap {
    padding: 20px;
    width: 100%;
  }
}
.cid-uNkmvEIJrr .card-wrapper .card-wrap .mbr-desc {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap .mbr-desc {
    margin-bottom: 20px;
  }
}
.cid-uNkmvEIJrr .card-wrapper .card-wrap .image-wrapper img {
  height: 670px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uNkmvEIJrr .card-wrapper .card-wrap .image-wrapper img {
    height: 300px;
  }
}
.cid-uNkmvEIJrr .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkmvEIJrr .mbr-text {
  color: #f1f5eb;
}
.cid-uNkmvEIJrr .mbr-desc {
  color: #f1f5eb;
}
.cid-vcI903atZz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcI903atZz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI903atZz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcI903atZz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcI903atZz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcI903atZz .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-vcI903atZz .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcI903atZz .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vcI903atZz .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #e6eddc;
}
.cid-vcI903atZz .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vcI903atZz .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vcI903atZz .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 64px;
  height: 64px;
  min-width: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background-color: #d1e0be;
}
@media (max-width: 992px) {
  .cid-vcI903atZz .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 38px;
  transition: all 0.3s ease-in-out;
  color: #5c834f;
}
@media (max-width: 992px) {
  .cid-vcI903atZz .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #5c834f;
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-vcI903atZz .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vcI903atZz .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vcI903atZz .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-vcI903atZz .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vcI903atZz .mbr-section-title,
.cid-vcI903atZz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcI903atZz .panel-title-edit {
  color: #323432;
}
.cid-vcI903atZz .panel-text {
  color: #323432;
}
.cid-vcI8AkBmGm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcI8AkBmGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI8AkBmGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcI8AkBmGm .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcI8AkBmGm .card-wrapper {
    padding: 20px;
  }
}
.cid-vcI8AkBmGm .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcI8AkBmGm .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcI8AkBmGm .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcI8AkBmGm .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcI8AkBmGm .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcI8AkBmGm .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcI8AkBmGm .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcI8AkBmGm .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcI8AkBmGm .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcI8AkBmGm .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcI8AkBmGm .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcI8AkBmGm .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcI8AkBmGm .mbr-section-title,
.cid-vcI8AkBmGm .title-wrapper {
  color: #f1f5eb;
}
.cid-vcI8AkBmGm .mbr-section-title,
.cid-vcI8AkBmGm .mbr-section-btn,
.cid-vcI8AkBmGm .title-wrapper {
  text-align: center;
}
.cid-vcI8AkBmGm .table-main-container {
  background: #1e4d2b;
}
.cid-uNkmwHcIs5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uNkmwHcIs5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmwHcIs5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmwHcIs5 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-uNkmwHcIs5 .card-wrapper {
    padding: 20px;
  }
}
.cid-uNkmwHcIs5 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-uNkmwHcIs5 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-uNkmwHcIs5 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uNkmwHcIs5 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-uNkmwHcIs5 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkmwHcIs5 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-uNkmwHcIs5 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uNkmwHcIs5 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uNkmwHcIs5 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uNkmwHcIs5 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmwHcIs5 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uNkmwHcIs5 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-uNkmwHcIs5 .mbr-section-title,
.cid-uNkmwHcIs5 .title-wrapper {
  color: #f1f5eb;
}
.cid-uNkmwHcIs5 .mbr-section-title,
.cid-uNkmwHcIs5 .mbr-section-btn,
.cid-uNkmwHcIs5 .title-wrapper {
  text-align: center;
}
.cid-vcI9445cHy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcI9445cHy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcI9445cHy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcI9445cHy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcI9445cHy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcI9445cHy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcI9445cHy .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcI9445cHy .embla__slide .slide-content {
  width: 100%;
}
.cid-vcI9445cHy .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcI9445cHy .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcI9445cHy .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcI9445cHy .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcI9445cHy .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcI9445cHy .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcI9445cHy .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcI9445cHy .embla__button--next,
.cid-vcI9445cHy .embla__button--prev {
  display: flex;
}
.cid-vcI9445cHy .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 992px) {
  .cid-vcI9445cHy .embla__button {
    top: 0;
  }
}
.cid-vcI9445cHy .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcI9445cHy .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcI9445cHy .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcI9445cHy .embla__button.embla__button--next {
  right: 0;
}
.cid-vcI9445cHy .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vcI9445cHy .embla {
    padding-top: 4.5rem;
  }
}
.cid-vcI9445cHy .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcI9445cHy .embla__viewport {
    width: 100%;
  }
}
.cid-vcI9445cHy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcI9445cHy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcI9445cHy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcI9445cHy .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcI9445cHy .mbr-section-title,
.cid-vcI9445cHy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcI9445cHy .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcI9445cHy .card-name,
.cid-vcI9445cHy .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcI9445cHy .card-role {
  color: #323432;
  text-align: center;
}
.cid-uNkmFjvMG2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-uNkmFjvMG2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmFjvMG2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmFjvMG2 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uNkmFjvMG2 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uNkmFjvMG2 .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkmFjvMG2 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uNkmFjvMG2 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-uNkmFjvMG2 .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-uNkmFjvMG2 .mbr-text,
.cid-uNkmFjvMG2 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uNkmIqf8hF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uNkmIqf8hF .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uNkmIqf8hF .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uNkmIqf8hF .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uNkmIqf8hF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkmIqf8hF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkmIqf8hF .row {
  justify-content: center;
}
.cid-uNkmIqf8hF .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uNkmIqf8hF .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uNkmIqf8hF .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNkmIqf8hF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkmIqf8hF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkmIqf8hF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkmIqf8hF .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkmIqf8hF .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uNkmIqf8hF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uNkmIqf8hF .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uNkmIqf8hF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNkmIqf8hF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNkmIqf8hF .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uNkmIqf8hF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uNkmIqf8hF .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uNkmIqf8hF .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uNkmIqf8hF .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uNkmIqf8hF .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNkmIqf8hF .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkmIqf8hF .mbr-text,
.cid-uNkmIqf8hF .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkmIqf8hF .mbr-section-btn,
.cid-uNkmIqf8hF .mbr-section-title {
  text-align: center;
}
.cid-uNkmIqf8hF .mbr-soc {
  color: #f1f5eb;
}
.cid-uNkmIqf8hF .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIk3IlZd9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIk3IlZd9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIk3IlZd9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIk3IlZd9 .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 100px 310px;
}
@media (max-width: 1440px) {
  .cid-vcIk3IlZd9 .card-wrapper {
    padding: 100px 240px;
  }
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper .image-wrap {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .image-wrap img {
  position: absolute;
  width: 256px;
  height: 256px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper .image-wrap img {
    position: static;
    width: 100% !important;
    height: 300px !important;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_1 {
  top: 0;
  left: 160px;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_1 {
    left: 90px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_2 {
  top: 0;
  right: 0;
  width: 290px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_2 {
    width: 220px;
    height: 220px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_3 {
  bottom: 0;
  left: 0;
  width: 290px;
  height: 290px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_3 {
    width: 220px;
    height: 220px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_4 {
  bottom: 0;
  right: 160px;
  width: 130px;
  height: 130px;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .cid-vcIk3IlZd9 .card-wrapper .image-wrap .image_4 {
    right: 90px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .content-wrapper {
  position: relative;
  z-index: 1;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-vcIk3IlZd9 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper .content-wrapper {
    margin-top: 30px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIk3IlZd9 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIk3IlZd9 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIk3IlZd9 .mbr-section-title {
  color: #323432;
}
.cid-vcIk3IlZd9 .mbr-text,
.cid-vcIk3IlZd9 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIk3IlZd9 .mbr-section-btn,
.cid-vcIk3IlZd9 .mbr-section-title {
  text-align: center;
}
.cid-vcIiLordeO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIiLordeO .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-vcIiLordeO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIiLordeO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIiLordeO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIiLordeO .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIiLordeO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIiLordeO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIiLordeO .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIiLordeO .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIiLordeO .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIiLordeO .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIiLordeO .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIiLordeO .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIiLordeO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIiLordeO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIiLordeO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIiLordeO .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIiLordeO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIiLordeO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIiLordeO .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIiLordeO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIiLordeO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIiLordeO .container,
.cid-vcIiLordeO .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .container,
  .cid-vcIiLordeO .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIiLordeO .container,
  .cid-vcIiLordeO .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIiLordeO .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIiLordeO .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIiLordeO .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIiLordeO .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIiLordeO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIiLordeO .nav-item:focus,
.cid-vcIiLordeO .nav-link:focus {
  outline: none;
}
.cid-vcIiLordeO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIiLordeO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIiLordeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIiLordeO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIiLordeO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIiLordeO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIiLordeO .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-vcIiLordeO .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIiLordeO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIiLordeO .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIiLordeO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIiLordeO .navbar.collapsed {
  justify-content: center;
}
.cid-vcIiLordeO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIiLordeO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIiLordeO .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIiLordeO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIiLordeO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIiLordeO .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-vcIiLordeO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIiLordeO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIiLordeO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIiLordeO .navbar {
    min-height: 72px;
  }
  .cid-vcIiLordeO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIiLordeO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIiLordeO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIiLordeO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIiLordeO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIiLordeO .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-vcIiLordeO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIiLordeO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIiLordeO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIiLordeO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIiLordeO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIiLordeO .dropdown-item.active,
.cid-vcIiLordeO .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIiLordeO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIiLordeO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIiLordeO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIiLordeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIiLordeO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIiLordeO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIiLordeO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIiLordeO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIiLordeO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIiLordeO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIiLordeO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIiLordeO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIiLordeO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIiLordeO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIiLordeO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIiLordeO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIiLordeO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIiLordeO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIiLordeO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIiLordeO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIiLordeO .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-vcIiLordeO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIiLordeO .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIiLordeO .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIiLordeO .navbar {
    height: 70px;
  }
  .cid-vcIiLordeO .navbar.opened {
    height: auto;
  }
  .cid-vcIiLordeO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIiLordeO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIiLordeO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIiLordeO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIiLordeO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIiLordeO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIiLordeO .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIiLordeO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIiLordeO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIiLordeO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIiLordeO .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-vcIiLordeO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIiLordeO .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIiLordeO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIiLordeO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIiLordeO .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIiLordeO .content-wrap {
    display: block;
  }
}
.cid-vcIiLq6Ovq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #5c834f;
}
.cid-vcIiLq6Ovq .item:focus,
.cid-vcIiLq6Ovq span:focus {
  outline: none;
}
.cid-vcIiLq6Ovq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vcIiLq6Ovq .content-head {
  max-width: 800px;
}
.cid-vcIiLq6Ovq .item {
  color: #f1f5eb;
  min-height: 65px;
  line-height: 2;
}
@media (max-width: 768px) {
  .cid-vcIiLq6Ovq .item {
    min-height: 32.5px;
  }
}
.cid-vcIjPsGfrv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f1f5eb;
}
.cid-vcIjPsGfrv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIjPsGfrv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIjPsGfrv .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIjPsGfrv .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIjPsGfrv .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 440px;
  max-width: 440px;
}
@media (max-width: 768px) {
  .cid-vcIjPsGfrv .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIjPsGfrv .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper .number-wrapper .card-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 54px;
  height: 54px;
  min-height: 54px;
  background-color: #1e4d2b;
  margin-bottom: 54px;
}
.cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIjPsGfrv .embla__slide .slide-content .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIjPsGfrv .embla__button--next,
.cid-vcIjPsGfrv .embla__button--prev {
  display: flex;
}
.cid-vcIjPsGfrv .arrows-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIjPsGfrv .embla__button {
  top: 27px;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-vcIjPsGfrv .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIjPsGfrv .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIjPsGfrv .embla__button.embla__button--prev {
  margin-right: 78px;
}
.cid-vcIjPsGfrv .embla__button.embla__button--next {
  margin-left: 78px;
}
.cid-vcIjPsGfrv .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 6rem;
}
.cid-vcIjPsGfrv .embla__viewport {
  overflow: visible;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .cid-vcIjPsGfrv .embla__viewport {
    padding: 0;
  }
}
.cid-vcIjPsGfrv .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIjPsGfrv .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIjPsGfrv .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIjPsGfrv .mbr-section-title,
.cid-vcIjPsGfrv .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIjPsGfrv .card-number {
  color: #e6eddc;
}
.cid-vcIjPsGfrv .card-title {
  color: #323432;
}
.cid-vcIjPsGfrv .card-text {
  color: #323432;
}
.cid-vcIiLvaKDq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIiLvaKDq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIiLvaKDq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIiLvaKDq .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIiLvaKDq .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIiLvaKDq .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIiLvaKDq .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIiLvaKDq .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIiLvaKDq .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIiLvaKDq .mbr-text,
.cid-vcIiLvaKDq .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIiLvQopF {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIiLvQopF .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIiLvQopF .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIiLvQopF .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIiLvQopF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIiLvQopF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIiLvQopF .row {
  justify-content: center;
}
.cid-vcIiLvQopF .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIiLvQopF .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIiLvQopF .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIiLvQopF .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIiLvQopF .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIiLvQopF .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIiLvQopF .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIiLvQopF .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIiLvQopF .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIiLvQopF .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIiLvQopF .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIiLvQopF .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIiLvQopF .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIiLvQopF .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIiLvQopF .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIiLvQopF .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIiLvQopF .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIiLvQopF .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIiLvQopF .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIiLvQopF .mbr-text,
.cid-vcIiLvQopF .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIiLvQopF .mbr-section-btn,
.cid-vcIiLvQopF .mbr-section-title {
  text-align: center;
}
.cid-vcIiLvQopF .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIiLvQopF .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIrjMt54a {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIrjMt54a .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-vcIrjMt54a .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIrjMt54a .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIrjMt54a .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIrjMt54a .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIrjMt54a .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIrjMt54a .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIrjMt54a .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIrjMt54a .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIrjMt54a .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIrjMt54a .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIrjMt54a .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIrjMt54a .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIrjMt54a .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIrjMt54a .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIrjMt54a .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIrjMt54a .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIrjMt54a .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIrjMt54a .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIrjMt54a .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIrjMt54a .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIrjMt54a .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIrjMt54a .container,
.cid-vcIrjMt54a .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .container,
  .cid-vcIrjMt54a .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIrjMt54a .container,
  .cid-vcIrjMt54a .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIrjMt54a .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIrjMt54a .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIrjMt54a .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIrjMt54a .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIrjMt54a .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIrjMt54a .nav-item:focus,
.cid-vcIrjMt54a .nav-link:focus {
  outline: none;
}
.cid-vcIrjMt54a .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIrjMt54a .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIrjMt54a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIrjMt54a .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIrjMt54a .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIrjMt54a .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIrjMt54a .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-vcIrjMt54a .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIrjMt54a .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIrjMt54a .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIrjMt54a .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIrjMt54a .navbar.collapsed {
  justify-content: center;
}
.cid-vcIrjMt54a .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIrjMt54a .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIrjMt54a .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIrjMt54a .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIrjMt54a .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIrjMt54a .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-vcIrjMt54a .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIrjMt54a .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIrjMt54a .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIrjMt54a .navbar {
    min-height: 72px;
  }
  .cid-vcIrjMt54a .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIrjMt54a .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIrjMt54a .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIrjMt54a .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIrjMt54a .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIrjMt54a .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-vcIrjMt54a .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIrjMt54a .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIrjMt54a .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIrjMt54a .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIrjMt54a .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIrjMt54a .dropdown-item.active,
.cid-vcIrjMt54a .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIrjMt54a .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIrjMt54a .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIrjMt54a .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIrjMt54a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIrjMt54a .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIrjMt54a .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIrjMt54a ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIrjMt54a .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIrjMt54a button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIrjMt54a button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIrjMt54a button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIrjMt54a button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIrjMt54a button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIrjMt54a button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIrjMt54a nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIrjMt54a nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIrjMt54a nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIrjMt54a nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIrjMt54a .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIrjMt54a a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIrjMt54a .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-vcIrjMt54a .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIrjMt54a .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIrjMt54a .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIrjMt54a .navbar {
    height: 70px;
  }
  .cid-vcIrjMt54a .navbar.opened {
    height: auto;
  }
  .cid-vcIrjMt54a .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIrjMt54a .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIrjMt54a .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIrjMt54a .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIrjMt54a .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIrjMt54a .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIrjMt54a .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIrjMt54a .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIrjMt54a .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-vcIrjMt54a .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIrjMt54a .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIrjMt54a .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIrjMt54a .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIrjMt54a .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIrjMt54a .content-wrap {
    display: block;
  }
}
.cid-vcIrZwTg6O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIrZwTg6O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIrZwTg6O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIrZwTg6O .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIrZwTg6O .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIrZwTg6O .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIrZwTg6O .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIrZwTg6O .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIrZwTg6O .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIrZwTg6O .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIrZwTg6O .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIrZwTg6O .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIrZwTg6O .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIrZwTg6O .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIrZwTg6O .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIrZwTg6O .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIrZwTg6O .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIrZwTg6O .mbr-section-title,
.cid-vcIrZwTg6O .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIrZwTg6O .mbr-section-title,
.cid-vcIrZwTg6O .mbr-section-btn,
.cid-vcIrZwTg6O .title-wrapper {
  text-align: center;
}
.cid-vcIuOHn2NI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIuOHn2NI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIuOHn2NI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIuOHn2NI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIuOHn2NI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIuOHn2NI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIuOHn2NI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIuOHn2NI .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIuOHn2NI .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIuOHn2NI .embla__button--next,
.cid-vcIuOHn2NI .embla__button--prev {
  display: flex;
}
.cid-vcIuOHn2NI .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIuOHn2NI .embla__button {
    top: 0;
  }
}
.cid-vcIuOHn2NI .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIuOHn2NI .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIuOHn2NI .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIuOHn2NI .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIuOHn2NI .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIuOHn2NI .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIuOHn2NI .embla__viewport {
    width: 100%;
  }
}
.cid-vcIuOHn2NI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIuOHn2NI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIuOHn2NI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIuOHn2NI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIuOHn2NI .mbr-section-title,
.cid-vcIuOHn2NI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIuOHn2NI .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIuOHn2NI .card-name,
.cid-vcIuOHn2NI .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIuOHn2NI .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIrVaQuDi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIrVaQuDi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIrVaQuDi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIrVaQuDi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIrVaQuDi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIrVaQuDi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIrVaQuDi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIrVaQuDi .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIrVaQuDi .item {
    margin-bottom: 20px;
  }
}
.cid-vcIrVaQuDi .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIrVaQuDi .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIrVaQuDi .item .item-wrapper .card-box .card-title_1,
.cid-vcIrVaQuDi .item .item-wrapper .card-box .card-title_2,
.cid-vcIrVaQuDi .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIrVaQuDi .item .item-wrapper .card-box .card-text_1,
.cid-vcIrVaQuDi .item .item-wrapper .card-box .card-text_2,
.cid-vcIrVaQuDi .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIrVaQuDi .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIrVaQuDi .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIrVaQuDi .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIrVaQuDi .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIrVaQuDi .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIrVaQuDi .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIrVaQuDi .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIrVaQuDi .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIrVaQuDi .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIrVaQuDi .mbr-section-title,
.cid-vcIrVaQuDi .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIrVaQuDi .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIrVaQuDi .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIrVaQuDi .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIrVaQuDi .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIrVaQuDi .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIrVaQuDi .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIrVaQuDi .card-title_1,
.cid-vcIrVaQuDi .mbr-section-btn {
  text-align: center;
}
.cid-vcIrOl8q48 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIrOl8q48 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIrOl8q48 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIrOl8q48 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIrOl8q48 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIrOl8q48 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIrOl8q48 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIrOl8q48 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIrOl8q48 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIrOl8q48 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIrOl8q48 .mbr-section-title,
.cid-vcIrOl8q48 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIrjPdq2u {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIrjPdq2u .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIrjPdq2u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIrjPdq2u .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIrjPdq2u .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIrjPdq2u .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIrjPdq2u .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIrjPdq2u .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIrjPdq2u .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIrjPdq2u .mbr-text,
.cid-vcIrjPdq2u .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIrjPYTNp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIrjPYTNp .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIrjPYTNp .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIrjPYTNp .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIrjPYTNp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIrjPYTNp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIrjPYTNp .row {
  justify-content: center;
}
.cid-vcIrjPYTNp .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIrjPYTNp .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIrjPYTNp .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIrjPYTNp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIrjPYTNp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIrjPYTNp .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIrjPYTNp .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIrjPYTNp .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIrjPYTNp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIrjPYTNp .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIrjPYTNp .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIrjPYTNp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIrjPYTNp .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIrjPYTNp .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIrjPYTNp .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIrjPYTNp .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIrjPYTNp .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIrjPYTNp .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIrjPYTNp .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIrjPYTNp .mbr-text,
.cid-vcIrjPYTNp .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIrjPYTNp .mbr-section-btn,
.cid-vcIrjPYTNp .mbr-section-title {
  text-align: center;
}
.cid-vcIrjPYTNp .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIrjPYTNp .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIAWjBWrz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIAWjBWrz .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-vcIAWjBWrz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIAWjBWrz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIAWjBWrz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIAWjBWrz .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIAWjBWrz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIAWjBWrz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIAWjBWrz .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIAWjBWrz .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIAWjBWrz .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIAWjBWrz .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIAWjBWrz .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIAWjBWrz .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIAWjBWrz .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIAWjBWrz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIAWjBWrz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIAWjBWrz .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIAWjBWrz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIAWjBWrz .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIAWjBWrz .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIAWjBWrz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIAWjBWrz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIAWjBWrz .container,
.cid-vcIAWjBWrz .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .container,
  .cid-vcIAWjBWrz .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIAWjBWrz .container,
  .cid-vcIAWjBWrz .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIAWjBWrz .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIAWjBWrz .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIAWjBWrz .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIAWjBWrz .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIAWjBWrz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIAWjBWrz .nav-item:focus,
.cid-vcIAWjBWrz .nav-link:focus {
  outline: none;
}
.cid-vcIAWjBWrz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIAWjBWrz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIAWjBWrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIAWjBWrz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIAWjBWrz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIAWjBWrz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIAWjBWrz .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-vcIAWjBWrz .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIAWjBWrz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIAWjBWrz .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIAWjBWrz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIAWjBWrz .navbar.collapsed {
  justify-content: center;
}
.cid-vcIAWjBWrz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIAWjBWrz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIAWjBWrz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIAWjBWrz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIAWjBWrz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIAWjBWrz .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-vcIAWjBWrz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIAWjBWrz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIAWjBWrz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIAWjBWrz .navbar {
    min-height: 72px;
  }
  .cid-vcIAWjBWrz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIAWjBWrz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIAWjBWrz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIAWjBWrz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIAWjBWrz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIAWjBWrz .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-vcIAWjBWrz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIAWjBWrz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIAWjBWrz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIAWjBWrz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIAWjBWrz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIAWjBWrz .dropdown-item.active,
.cid-vcIAWjBWrz .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIAWjBWrz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIAWjBWrz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIAWjBWrz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIAWjBWrz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIAWjBWrz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIAWjBWrz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIAWjBWrz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIAWjBWrz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIAWjBWrz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIAWjBWrz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIAWjBWrz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIAWjBWrz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIAWjBWrz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIAWjBWrz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIAWjBWrz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIAWjBWrz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIAWjBWrz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIAWjBWrz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIAWjBWrz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIAWjBWrz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIAWjBWrz .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-vcIAWjBWrz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIAWjBWrz .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIAWjBWrz .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIAWjBWrz .navbar {
    height: 70px;
  }
  .cid-vcIAWjBWrz .navbar.opened {
    height: auto;
  }
  .cid-vcIAWjBWrz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIAWjBWrz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIAWjBWrz .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIAWjBWrz .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIAWjBWrz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIAWjBWrz .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIAWjBWrz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIAWjBWrz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIAWjBWrz .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-vcIAWjBWrz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIAWjBWrz .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIAWjBWrz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIAWjBWrz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIAWjBWrz .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIAWjBWrz .content-wrap {
    display: block;
  }
}
.cid-vcIAWkXbtj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIAWkXbtj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAWkXbtj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAWkXbtj .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIAWkXbtj .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIAWkXbtj .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIAWkXbtj .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIAWkXbtj .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIAWkXbtj .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIAWkXbtj .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIAWkXbtj .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIAWkXbtj .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIAWkXbtj .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIAWkXbtj .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIAWkXbtj .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIAWkXbtj .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIAWkXbtj .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIAWkXbtj .mbr-section-title,
.cid-vcIAWkXbtj .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIAWkXbtj .mbr-section-title,
.cid-vcIAWkXbtj .mbr-section-btn,
.cid-vcIAWkXbtj .title-wrapper {
  text-align: center;
}
.cid-vcIAWlFVOb {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIAWlFVOb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAWlFVOb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAWlFVOb .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIAWlFVOb .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIAWlFVOb .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIAWlFVOb .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIAWlFVOb .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIAWlFVOb .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIAWlFVOb .embla__button--next,
.cid-vcIAWlFVOb .embla__button--prev {
  display: flex;
}
.cid-vcIAWlFVOb .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIAWlFVOb .embla__button {
    top: 0;
  }
}
.cid-vcIAWlFVOb .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIAWlFVOb .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIAWlFVOb .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIAWlFVOb .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIAWlFVOb .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIAWlFVOb .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIAWlFVOb .embla__viewport {
    width: 100%;
  }
}
.cid-vcIAWlFVOb .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIAWlFVOb .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIAWlFVOb .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIAWlFVOb .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIAWlFVOb .mbr-section-title,
.cid-vcIAWlFVOb .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIAWlFVOb .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIAWlFVOb .card-name,
.cid-vcIAWlFVOb .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIAWlFVOb .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIAWmyunA {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIAWmyunA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAWmyunA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAWmyunA .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIAWmyunA .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIAWmyunA .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIAWmyunA .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIAWmyunA .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIAWmyunA .item {
    margin-bottom: 20px;
  }
}
.cid-vcIAWmyunA .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIAWmyunA .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIAWmyunA .item .item-wrapper .card-box .card-title_1,
.cid-vcIAWmyunA .item .item-wrapper .card-box .card-title_2,
.cid-vcIAWmyunA .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIAWmyunA .item .item-wrapper .card-box .card-text_1,
.cid-vcIAWmyunA .item .item-wrapper .card-box .card-text_2,
.cid-vcIAWmyunA .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIAWmyunA .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIAWmyunA .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIAWmyunA .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIAWmyunA .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIAWmyunA .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIAWmyunA .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIAWmyunA .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIAWmyunA .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIAWmyunA .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIAWmyunA .mbr-section-title,
.cid-vcIAWmyunA .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIAWmyunA .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIAWmyunA .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIAWmyunA .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIAWmyunA .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIAWmyunA .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIAWmyunA .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIAWmyunA .card-title_1,
.cid-vcIAWmyunA .mbr-section-btn {
  text-align: center;
}
.cid-vcIAWnjhXJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIAWnjhXJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAWnjhXJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAWnjhXJ .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIAWnjhXJ .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIAWnjhXJ .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIAWnjhXJ .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIAWnjhXJ .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIAWnjhXJ .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIAWnjhXJ .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIAWnjhXJ .mbr-section-title,
.cid-vcIAWnjhXJ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIAWooNiI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIAWooNiI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAWooNiI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAWooNiI .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIAWooNiI .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIAWooNiI .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIAWooNiI .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIAWooNiI .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIAWooNiI .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIAWooNiI .mbr-text,
.cid-vcIAWooNiI .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIAWphyXq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIAWphyXq .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIAWphyXq .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIAWphyXq .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIAWphyXq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIAWphyXq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIAWphyXq .row {
  justify-content: center;
}
.cid-vcIAWphyXq .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIAWphyXq .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIAWphyXq .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIAWphyXq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIAWphyXq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIAWphyXq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIAWphyXq .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIAWphyXq .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIAWphyXq .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIAWphyXq .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIAWphyXq .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIAWphyXq .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIAWphyXq .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIAWphyXq .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIAWphyXq .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIAWphyXq .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIAWphyXq .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIAWphyXq .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIAWphyXq .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIAWphyXq .mbr-text,
.cid-vcIAWphyXq .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIAWphyXq .mbr-section-btn,
.cid-vcIAWphyXq .mbr-section-title {
  text-align: center;
}
.cid-vcIAWphyXq .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIAWphyXq .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIBsfz3OI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIBsfz3OI .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-vcIBsfz3OI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIBsfz3OI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIBsfz3OI .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIBsfz3OI .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIBsfz3OI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIBsfz3OI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIBsfz3OI .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIBsfz3OI .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIBsfz3OI .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIBsfz3OI .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIBsfz3OI .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIBsfz3OI .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIBsfz3OI .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIBsfz3OI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIBsfz3OI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIBsfz3OI .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIBsfz3OI .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIBsfz3OI .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIBsfz3OI .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIBsfz3OI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIBsfz3OI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIBsfz3OI .container,
.cid-vcIBsfz3OI .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .container,
  .cid-vcIBsfz3OI .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIBsfz3OI .container,
  .cid-vcIBsfz3OI .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIBsfz3OI .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIBsfz3OI .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIBsfz3OI .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIBsfz3OI .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIBsfz3OI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIBsfz3OI .nav-item:focus,
.cid-vcIBsfz3OI .nav-link:focus {
  outline: none;
}
.cid-vcIBsfz3OI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIBsfz3OI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIBsfz3OI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIBsfz3OI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIBsfz3OI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIBsfz3OI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIBsfz3OI .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-vcIBsfz3OI .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIBsfz3OI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIBsfz3OI .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIBsfz3OI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIBsfz3OI .navbar.collapsed {
  justify-content: center;
}
.cid-vcIBsfz3OI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIBsfz3OI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIBsfz3OI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIBsfz3OI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIBsfz3OI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIBsfz3OI .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-vcIBsfz3OI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIBsfz3OI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIBsfz3OI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIBsfz3OI .navbar {
    min-height: 72px;
  }
  .cid-vcIBsfz3OI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIBsfz3OI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIBsfz3OI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIBsfz3OI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIBsfz3OI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIBsfz3OI .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-vcIBsfz3OI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIBsfz3OI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIBsfz3OI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIBsfz3OI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIBsfz3OI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIBsfz3OI .dropdown-item.active,
.cid-vcIBsfz3OI .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIBsfz3OI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIBsfz3OI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIBsfz3OI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIBsfz3OI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIBsfz3OI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIBsfz3OI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIBsfz3OI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIBsfz3OI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIBsfz3OI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIBsfz3OI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIBsfz3OI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIBsfz3OI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIBsfz3OI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIBsfz3OI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIBsfz3OI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIBsfz3OI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIBsfz3OI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIBsfz3OI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIBsfz3OI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIBsfz3OI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIBsfz3OI .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-vcIBsfz3OI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIBsfz3OI .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIBsfz3OI .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIBsfz3OI .navbar {
    height: 70px;
  }
  .cid-vcIBsfz3OI .navbar.opened {
    height: auto;
  }
  .cid-vcIBsfz3OI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIBsfz3OI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIBsfz3OI .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIBsfz3OI .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIBsfz3OI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIBsfz3OI .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIBsfz3OI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIBsfz3OI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIBsfz3OI .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-vcIBsfz3OI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIBsfz3OI .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIBsfz3OI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIBsfz3OI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIBsfz3OI .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIBsfz3OI .content-wrap {
    display: block;
  }
}
.cid-vcIBsgxeex {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIBsgxeex .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBsgxeex .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBsgxeex .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIBsgxeex .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIBsgxeex .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIBsgxeex .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIBsgxeex .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIBsgxeex .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIBsgxeex .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIBsgxeex .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIBsgxeex .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIBsgxeex .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIBsgxeex .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIBsgxeex .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBsgxeex .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIBsgxeex .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIBsgxeex .mbr-section-title,
.cid-vcIBsgxeex .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIBsgxeex .mbr-section-title,
.cid-vcIBsgxeex .mbr-section-btn,
.cid-vcIBsgxeex .title-wrapper {
  text-align: center;
}
.cid-vcIBsh4Rpm {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIBsh4Rpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBsh4Rpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBsh4Rpm .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBsh4Rpm .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIBsh4Rpm .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIBsh4Rpm .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIBsh4Rpm .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIBsh4Rpm .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIBsh4Rpm .embla__button--next,
.cid-vcIBsh4Rpm .embla__button--prev {
  display: flex;
}
.cid-vcIBsh4Rpm .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIBsh4Rpm .embla__button {
    top: 0;
  }
}
.cid-vcIBsh4Rpm .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIBsh4Rpm .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIBsh4Rpm .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIBsh4Rpm .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIBsh4Rpm .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIBsh4Rpm .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIBsh4Rpm .embla__viewport {
    width: 100%;
  }
}
.cid-vcIBsh4Rpm .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIBsh4Rpm .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIBsh4Rpm .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIBsh4Rpm .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIBsh4Rpm .mbr-section-title,
.cid-vcIBsh4Rpm .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBsh4Rpm .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIBsh4Rpm .card-name,
.cid-vcIBsh4Rpm .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIBsh4Rpm .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIBsiNVpj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIBsiNVpj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBsiNVpj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBsiNVpj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBsiNVpj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIBsiNVpj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIBsiNVpj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIBsiNVpj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIBsiNVpj .item {
    margin-bottom: 20px;
  }
}
.cid-vcIBsiNVpj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIBsiNVpj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIBsiNVpj .item .item-wrapper .card-box .card-title_1,
.cid-vcIBsiNVpj .item .item-wrapper .card-box .card-title_2,
.cid-vcIBsiNVpj .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIBsiNVpj .item .item-wrapper .card-box .card-text_1,
.cid-vcIBsiNVpj .item .item-wrapper .card-box .card-text_2,
.cid-vcIBsiNVpj .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIBsiNVpj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIBsiNVpj .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIBsiNVpj .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIBsiNVpj .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIBsiNVpj .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIBsiNVpj .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIBsiNVpj .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIBsiNVpj .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIBsiNVpj .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIBsiNVpj .mbr-section-title,
.cid-vcIBsiNVpj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBsiNVpj .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIBsiNVpj .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIBsiNVpj .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIBsiNVpj .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIBsiNVpj .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIBsiNVpj .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIBsiNVpj .card-title_1,
.cid-vcIBsiNVpj .mbr-section-btn {
  text-align: center;
}
.cid-vcIBsjtANH {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIBsjtANH .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBsjtANH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBsjtANH .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIBsjtANH .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIBsjtANH .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIBsjtANH .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBsjtANH .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIBsjtANH .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIBsjtANH .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIBsjtANH .mbr-section-title,
.cid-vcIBsjtANH .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBsknPQC {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIBsknPQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBsknPQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBsknPQC .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIBsknPQC .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBsknPQC .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIBsknPQC .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIBsknPQC .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIBsknPQC .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIBsknPQC .mbr-text,
.cid-vcIBsknPQC .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBsl3lKm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIBsl3lKm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIBsl3lKm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIBsl3lKm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIBsl3lKm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBsl3lKm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBsl3lKm .row {
  justify-content: center;
}
.cid-vcIBsl3lKm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIBsl3lKm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIBsl3lKm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIBsl3lKm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIBsl3lKm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIBsl3lKm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIBsl3lKm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIBsl3lKm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIBsl3lKm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIBsl3lKm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIBsl3lKm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIBsl3lKm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIBsl3lKm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIBsl3lKm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIBsl3lKm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIBsl3lKm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIBsl3lKm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIBsl3lKm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIBsl3lKm .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIBsl3lKm .mbr-text,
.cid-vcIBsl3lKm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIBsl3lKm .mbr-section-btn,
.cid-vcIBsl3lKm .mbr-section-title {
  text-align: center;
}
.cid-vcIBsl3lKm .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIBsl3lKm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIBQ817U5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIBQ817U5 .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-vcIBQ817U5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIBQ817U5 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIBQ817U5 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIBQ817U5 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIBQ817U5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIBQ817U5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIBQ817U5 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIBQ817U5 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIBQ817U5 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIBQ817U5 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIBQ817U5 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIBQ817U5 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIBQ817U5 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIBQ817U5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIBQ817U5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIBQ817U5 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIBQ817U5 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIBQ817U5 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIBQ817U5 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIBQ817U5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIBQ817U5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIBQ817U5 .container,
.cid-vcIBQ817U5 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .container,
  .cid-vcIBQ817U5 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIBQ817U5 .container,
  .cid-vcIBQ817U5 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIBQ817U5 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIBQ817U5 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIBQ817U5 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIBQ817U5 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIBQ817U5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIBQ817U5 .nav-item:focus,
.cid-vcIBQ817U5 .nav-link:focus {
  outline: none;
}
.cid-vcIBQ817U5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIBQ817U5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIBQ817U5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIBQ817U5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIBQ817U5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIBQ817U5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIBQ817U5 .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-vcIBQ817U5 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIBQ817U5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIBQ817U5 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIBQ817U5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIBQ817U5 .navbar.collapsed {
  justify-content: center;
}
.cid-vcIBQ817U5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIBQ817U5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIBQ817U5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIBQ817U5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIBQ817U5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIBQ817U5 .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-vcIBQ817U5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIBQ817U5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIBQ817U5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIBQ817U5 .navbar {
    min-height: 72px;
  }
  .cid-vcIBQ817U5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIBQ817U5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIBQ817U5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIBQ817U5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIBQ817U5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIBQ817U5 .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-vcIBQ817U5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIBQ817U5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIBQ817U5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIBQ817U5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIBQ817U5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIBQ817U5 .dropdown-item.active,
.cid-vcIBQ817U5 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIBQ817U5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIBQ817U5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIBQ817U5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIBQ817U5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIBQ817U5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIBQ817U5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIBQ817U5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIBQ817U5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIBQ817U5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIBQ817U5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIBQ817U5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIBQ817U5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIBQ817U5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIBQ817U5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIBQ817U5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIBQ817U5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIBQ817U5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIBQ817U5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIBQ817U5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIBQ817U5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIBQ817U5 .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-vcIBQ817U5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIBQ817U5 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIBQ817U5 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIBQ817U5 .navbar {
    height: 70px;
  }
  .cid-vcIBQ817U5 .navbar.opened {
    height: auto;
  }
  .cid-vcIBQ817U5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIBQ817U5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIBQ817U5 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIBQ817U5 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIBQ817U5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIBQ817U5 .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIBQ817U5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIBQ817U5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIBQ817U5 .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-vcIBQ817U5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIBQ817U5 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIBQ817U5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIBQ817U5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIBQ817U5 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIBQ817U5 .content-wrap {
    display: block;
  }
}
.cid-vcIBQ8NsOJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIBQ8NsOJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBQ8NsOJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBQ8NsOJ .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIBQ8NsOJ .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIBQ8NsOJ .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIBQ8NsOJ .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIBQ8NsOJ .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIBQ8NsOJ .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIBQ8NsOJ .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIBQ8NsOJ .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIBQ8NsOJ .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIBQ8NsOJ .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIBQ8NsOJ .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIBQ8NsOJ .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBQ8NsOJ .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIBQ8NsOJ .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIBQ8NsOJ .mbr-section-title,
.cid-vcIBQ8NsOJ .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIBQ8NsOJ .mbr-section-title,
.cid-vcIBQ8NsOJ .mbr-section-btn,
.cid-vcIBQ8NsOJ .title-wrapper {
  text-align: center;
}
.cid-vcIBQ9oTj5 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIBQ9oTj5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBQ9oTj5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBQ9oTj5 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBQ9oTj5 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIBQ9oTj5 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIBQ9oTj5 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIBQ9oTj5 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIBQ9oTj5 .embla__button--next,
.cid-vcIBQ9oTj5 .embla__button--prev {
  display: flex;
}
.cid-vcIBQ9oTj5 .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIBQ9oTj5 .embla__button {
    top: 0;
  }
}
.cid-vcIBQ9oTj5 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIBQ9oTj5 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIBQ9oTj5 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIBQ9oTj5 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIBQ9oTj5 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIBQ9oTj5 .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIBQ9oTj5 .embla__viewport {
    width: 100%;
  }
}
.cid-vcIBQ9oTj5 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIBQ9oTj5 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIBQ9oTj5 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIBQ9oTj5 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIBQ9oTj5 .mbr-section-title,
.cid-vcIBQ9oTj5 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBQ9oTj5 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIBQ9oTj5 .card-name,
.cid-vcIBQ9oTj5 .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIBQ9oTj5 .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIBQa2dcy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIBQa2dcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBQa2dcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBQa2dcy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBQa2dcy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIBQa2dcy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIBQa2dcy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIBQa2dcy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIBQa2dcy .item {
    margin-bottom: 20px;
  }
}
.cid-vcIBQa2dcy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIBQa2dcy .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIBQa2dcy .item .item-wrapper .card-box .card-title_1,
.cid-vcIBQa2dcy .item .item-wrapper .card-box .card-title_2,
.cid-vcIBQa2dcy .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIBQa2dcy .item .item-wrapper .card-box .card-text_1,
.cid-vcIBQa2dcy .item .item-wrapper .card-box .card-text_2,
.cid-vcIBQa2dcy .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIBQa2dcy .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIBQa2dcy .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIBQa2dcy .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIBQa2dcy .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIBQa2dcy .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIBQa2dcy .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIBQa2dcy .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIBQa2dcy .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIBQa2dcy .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIBQa2dcy .mbr-section-title,
.cid-vcIBQa2dcy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBQa2dcy .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIBQa2dcy .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIBQa2dcy .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIBQa2dcy .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIBQa2dcy .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIBQa2dcy .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIBQa2dcy .card-title_1,
.cid-vcIBQa2dcy .mbr-section-btn {
  text-align: center;
}
.cid-vcIBQaGKzu {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIBQaGKzu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBQaGKzu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBQaGKzu .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIBQaGKzu .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIBQaGKzu .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIBQaGKzu .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBQaGKzu .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIBQaGKzu .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIBQaGKzu .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIBQaGKzu .mbr-section-title,
.cid-vcIBQaGKzu .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBQbn8Rl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIBQbn8Rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBQbn8Rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBQbn8Rl .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIBQbn8Rl .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIBQbn8Rl .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIBQbn8Rl .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIBQbn8Rl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIBQbn8Rl .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIBQbn8Rl .mbr-text,
.cid-vcIBQbn8Rl .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIBQcbDDO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIBQcbDDO .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIBQcbDDO .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIBQcbDDO .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIBQcbDDO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIBQcbDDO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIBQcbDDO .row {
  justify-content: center;
}
.cid-vcIBQcbDDO .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIBQcbDDO .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIBQcbDDO .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIBQcbDDO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIBQcbDDO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIBQcbDDO .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIBQcbDDO .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIBQcbDDO .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIBQcbDDO .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIBQcbDDO .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIBQcbDDO .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIBQcbDDO .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIBQcbDDO .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIBQcbDDO .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIBQcbDDO .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIBQcbDDO .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIBQcbDDO .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIBQcbDDO .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIBQcbDDO .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIBQcbDDO .mbr-text,
.cid-vcIBQcbDDO .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIBQcbDDO .mbr-section-btn,
.cid-vcIBQcbDDO .mbr-section-title {
  text-align: center;
}
.cid-vcIBQcbDDO .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIBQcbDDO .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIDoknnZa {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIDoknnZa .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-vcIDoknnZa .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIDoknnZa .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIDoknnZa .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIDoknnZa .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIDoknnZa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIDoknnZa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIDoknnZa .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIDoknnZa .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIDoknnZa .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIDoknnZa .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIDoknnZa .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIDoknnZa .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIDoknnZa .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIDoknnZa .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIDoknnZa .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIDoknnZa .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIDoknnZa .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIDoknnZa .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIDoknnZa .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIDoknnZa .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIDoknnZa .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIDoknnZa .container,
.cid-vcIDoknnZa .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .container,
  .cid-vcIDoknnZa .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIDoknnZa .container,
  .cid-vcIDoknnZa .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIDoknnZa .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIDoknnZa .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIDoknnZa .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIDoknnZa .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIDoknnZa .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIDoknnZa .nav-item:focus,
.cid-vcIDoknnZa .nav-link:focus {
  outline: none;
}
.cid-vcIDoknnZa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIDoknnZa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIDoknnZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIDoknnZa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIDoknnZa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIDoknnZa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIDoknnZa .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-vcIDoknnZa .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIDoknnZa .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIDoknnZa .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIDoknnZa .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIDoknnZa .navbar.collapsed {
  justify-content: center;
}
.cid-vcIDoknnZa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIDoknnZa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIDoknnZa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIDoknnZa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIDoknnZa .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIDoknnZa .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-vcIDoknnZa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIDoknnZa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIDoknnZa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIDoknnZa .navbar {
    min-height: 72px;
  }
  .cid-vcIDoknnZa .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIDoknnZa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIDoknnZa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIDoknnZa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIDoknnZa .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIDoknnZa .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-vcIDoknnZa .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIDoknnZa .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIDoknnZa .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIDoknnZa .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIDoknnZa .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIDoknnZa .dropdown-item.active,
.cid-vcIDoknnZa .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIDoknnZa .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIDoknnZa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIDoknnZa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIDoknnZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIDoknnZa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIDoknnZa .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIDoknnZa ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIDoknnZa .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIDoknnZa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIDoknnZa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIDoknnZa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIDoknnZa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIDoknnZa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIDoknnZa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIDoknnZa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIDoknnZa nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIDoknnZa nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIDoknnZa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIDoknnZa .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIDoknnZa a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIDoknnZa .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-vcIDoknnZa .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIDoknnZa .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIDoknnZa .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIDoknnZa .navbar {
    height: 70px;
  }
  .cid-vcIDoknnZa .navbar.opened {
    height: auto;
  }
  .cid-vcIDoknnZa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIDoknnZa .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIDoknnZa .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIDoknnZa .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIDoknnZa .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIDoknnZa .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIDoknnZa .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIDoknnZa .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIDoknnZa .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-vcIDoknnZa .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIDoknnZa .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIDoknnZa .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIDoknnZa .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIDoknnZa .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIDoknnZa .content-wrap {
    display: block;
  }
}
.cid-vcIDolsgrx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIDolsgrx .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIDolsgrx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIDolsgrx .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIDolsgrx .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIDolsgrx .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIDolsgrx .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIDolsgrx .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIDolsgrx .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIDolsgrx .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIDolsgrx .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIDolsgrx .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIDolsgrx .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIDolsgrx .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIDolsgrx .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIDolsgrx .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIDolsgrx .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIDolsgrx .mbr-section-title,
.cid-vcIDolsgrx .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIDolsgrx .mbr-section-title,
.cid-vcIDolsgrx .mbr-section-btn,
.cid-vcIDolsgrx .title-wrapper {
  text-align: center;
}
.cid-vcIDom8dIV {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIDom8dIV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIDom8dIV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIDom8dIV .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIDom8dIV .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIDom8dIV .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIDom8dIV .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIDom8dIV .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIDom8dIV .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIDom8dIV .embla__button--next,
.cid-vcIDom8dIV .embla__button--prev {
  display: flex;
}
.cid-vcIDom8dIV .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIDom8dIV .embla__button {
    top: 0;
  }
}
.cid-vcIDom8dIV .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIDom8dIV .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIDom8dIV .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIDom8dIV .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIDom8dIV .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIDom8dIV .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIDom8dIV .embla__viewport {
    width: 100%;
  }
}
.cid-vcIDom8dIV .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIDom8dIV .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIDom8dIV .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIDom8dIV .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIDom8dIV .mbr-section-title,
.cid-vcIDom8dIV .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIDom8dIV .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIDom8dIV .card-name,
.cid-vcIDom8dIV .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIDom8dIV .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIDomWksy {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIDomWksy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIDomWksy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIDomWksy .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIDomWksy .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIDomWksy .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIDomWksy .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIDomWksy .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIDomWksy .item {
    margin-bottom: 20px;
  }
}
.cid-vcIDomWksy .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIDomWksy .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIDomWksy .item .item-wrapper .card-box .card-title_1,
.cid-vcIDomWksy .item .item-wrapper .card-box .card-title_2,
.cid-vcIDomWksy .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIDomWksy .item .item-wrapper .card-box .card-text_1,
.cid-vcIDomWksy .item .item-wrapper .card-box .card-text_2,
.cid-vcIDomWksy .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIDomWksy .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIDomWksy .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIDomWksy .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIDomWksy .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIDomWksy .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIDomWksy .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIDomWksy .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIDomWksy .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIDomWksy .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIDomWksy .mbr-section-title,
.cid-vcIDomWksy .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIDomWksy .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIDomWksy .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIDomWksy .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIDomWksy .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIDomWksy .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIDomWksy .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIDomWksy .card-title_1,
.cid-vcIDomWksy .mbr-section-btn {
  text-align: center;
}
.cid-vcIDonypyT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIDonypyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIDonypyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIDonypyT .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIDonypyT .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIDonypyT .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIDonypyT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIDonypyT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIDonypyT .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIDonypyT .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIDonypyT .mbr-section-title,
.cid-vcIDonypyT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIDoomPc5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIDoomPc5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIDoomPc5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIDoomPc5 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIDoomPc5 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIDoomPc5 .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIDoomPc5 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIDoomPc5 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIDoomPc5 .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIDoomPc5 .mbr-text,
.cid-vcIDoomPc5 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIDop4eFZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIDop4eFZ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIDop4eFZ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIDop4eFZ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIDop4eFZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIDop4eFZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIDop4eFZ .row {
  justify-content: center;
}
.cid-vcIDop4eFZ .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIDop4eFZ .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIDop4eFZ .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIDop4eFZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIDop4eFZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIDop4eFZ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIDop4eFZ .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIDop4eFZ .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIDop4eFZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIDop4eFZ .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIDop4eFZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIDop4eFZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIDop4eFZ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIDop4eFZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIDop4eFZ .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIDop4eFZ .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIDop4eFZ .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIDop4eFZ .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIDop4eFZ .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIDop4eFZ .mbr-text,
.cid-vcIDop4eFZ .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIDop4eFZ .mbr-section-btn,
.cid-vcIDop4eFZ .mbr-section-title {
  text-align: center;
}
.cid-vcIDop4eFZ .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIDop4eFZ .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIEbKCvfB {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIEbKCvfB .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-vcIEbKCvfB .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIEbKCvfB .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIEbKCvfB .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIEbKCvfB .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIEbKCvfB .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIEbKCvfB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIEbKCvfB .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIEbKCvfB .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIEbKCvfB .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIEbKCvfB .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIEbKCvfB .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIEbKCvfB .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIEbKCvfB .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIEbKCvfB .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIEbKCvfB .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIEbKCvfB .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIEbKCvfB .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIEbKCvfB .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIEbKCvfB .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIEbKCvfB .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIEbKCvfB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIEbKCvfB .container,
.cid-vcIEbKCvfB .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .container,
  .cid-vcIEbKCvfB .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIEbKCvfB .container,
  .cid-vcIEbKCvfB .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIEbKCvfB .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIEbKCvfB .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIEbKCvfB .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIEbKCvfB .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIEbKCvfB .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIEbKCvfB .nav-item:focus,
.cid-vcIEbKCvfB .nav-link:focus {
  outline: none;
}
.cid-vcIEbKCvfB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIEbKCvfB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIEbKCvfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIEbKCvfB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIEbKCvfB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIEbKCvfB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIEbKCvfB .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-vcIEbKCvfB .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIEbKCvfB .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIEbKCvfB .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIEbKCvfB .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIEbKCvfB .navbar.collapsed {
  justify-content: center;
}
.cid-vcIEbKCvfB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIEbKCvfB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIEbKCvfB .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIEbKCvfB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIEbKCvfB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIEbKCvfB .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-vcIEbKCvfB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIEbKCvfB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIEbKCvfB .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIEbKCvfB .navbar {
    min-height: 72px;
  }
  .cid-vcIEbKCvfB .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIEbKCvfB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIEbKCvfB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIEbKCvfB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIEbKCvfB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIEbKCvfB .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-vcIEbKCvfB .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIEbKCvfB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIEbKCvfB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIEbKCvfB .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIEbKCvfB .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIEbKCvfB .dropdown-item.active,
.cid-vcIEbKCvfB .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIEbKCvfB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIEbKCvfB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIEbKCvfB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIEbKCvfB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIEbKCvfB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIEbKCvfB .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIEbKCvfB ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIEbKCvfB .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIEbKCvfB button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIEbKCvfB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIEbKCvfB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIEbKCvfB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIEbKCvfB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIEbKCvfB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIEbKCvfB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIEbKCvfB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIEbKCvfB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIEbKCvfB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIEbKCvfB .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIEbKCvfB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIEbKCvfB .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-vcIEbKCvfB .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIEbKCvfB .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIEbKCvfB .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIEbKCvfB .navbar {
    height: 70px;
  }
  .cid-vcIEbKCvfB .navbar.opened {
    height: auto;
  }
  .cid-vcIEbKCvfB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIEbKCvfB .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIEbKCvfB .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIEbKCvfB .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIEbKCvfB .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIEbKCvfB .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIEbKCvfB .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIEbKCvfB .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIEbKCvfB .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-vcIEbKCvfB .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIEbKCvfB .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIEbKCvfB .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIEbKCvfB .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIEbKCvfB .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIEbKCvfB .content-wrap {
    display: block;
  }
}
.cid-vcIEbNKMiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIEbNKMiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEbNKMiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEbNKMiT .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIEbNKMiT .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIEbNKMiT .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIEbNKMiT .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIEbNKMiT .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIEbNKMiT .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIEbNKMiT .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIEbNKMiT .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIEbNKMiT .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIEbNKMiT .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIEbNKMiT .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIEbNKMiT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEbNKMiT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIEbNKMiT .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIEbNKMiT .mbr-section-title,
.cid-vcIEbNKMiT .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIEbNKMiT .mbr-section-title,
.cid-vcIEbNKMiT .mbr-section-btn,
.cid-vcIEbNKMiT .title-wrapper {
  text-align: center;
}
.cid-vcIEbOahKB {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIEbOahKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEbOahKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEbOahKB .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEbOahKB .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIEbOahKB .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIEbOahKB .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIEbOahKB .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIEbOahKB .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIEbOahKB .embla__button--next,
.cid-vcIEbOahKB .embla__button--prev {
  display: flex;
}
.cid-vcIEbOahKB .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIEbOahKB .embla__button {
    top: 0;
  }
}
.cid-vcIEbOahKB .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIEbOahKB .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIEbOahKB .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIEbOahKB .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIEbOahKB .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIEbOahKB .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIEbOahKB .embla__viewport {
    width: 100%;
  }
}
.cid-vcIEbOahKB .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIEbOahKB .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIEbOahKB .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIEbOahKB .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIEbOahKB .mbr-section-title,
.cid-vcIEbOahKB .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOahKB .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOahKB .card-name,
.cid-vcIEbOahKB .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOahKB .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOYvoc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIEbOYvoc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEbOYvoc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEbOYvoc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEbOYvoc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIEbOYvoc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIEbOYvoc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIEbOYvoc .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIEbOYvoc .item {
    margin-bottom: 20px;
  }
}
.cid-vcIEbOYvoc .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIEbOYvoc .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIEbOYvoc .item .item-wrapper .card-box .card-title_1,
.cid-vcIEbOYvoc .item .item-wrapper .card-box .card-title_2,
.cid-vcIEbOYvoc .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIEbOYvoc .item .item-wrapper .card-box .card-text_1,
.cid-vcIEbOYvoc .item .item-wrapper .card-box .card-text_2,
.cid-vcIEbOYvoc .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIEbOYvoc .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIEbOYvoc .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIEbOYvoc .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIEbOYvoc .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIEbOYvoc .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIEbOYvoc .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIEbOYvoc .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIEbOYvoc .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIEbOYvoc .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIEbOYvoc .mbr-section-title,
.cid-vcIEbOYvoc .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOYvoc .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIEbOYvoc .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIEbOYvoc .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOYvoc .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIEbOYvoc .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIEbOYvoc .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIEbOYvoc .card-title_1,
.cid-vcIEbOYvoc .mbr-section-btn {
  text-align: center;
}
.cid-vcIEbPVJ2j {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIEbPVJ2j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEbPVJ2j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEbPVJ2j .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIEbPVJ2j .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIEbPVJ2j .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIEbPVJ2j .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEbPVJ2j .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIEbPVJ2j .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIEbPVJ2j .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIEbPVJ2j .mbr-section-title,
.cid-vcIEbPVJ2j .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEbQClCk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIEbQClCk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEbQClCk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEbQClCk .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIEbQClCk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEbQClCk .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIEbQClCk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIEbQClCk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIEbQClCk .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIEbQClCk .mbr-text,
.cid-vcIEbQClCk .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEbRfKmM {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIEbRfKmM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIEbRfKmM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIEbRfKmM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIEbRfKmM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEbRfKmM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEbRfKmM .row {
  justify-content: center;
}
.cid-vcIEbRfKmM .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIEbRfKmM .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIEbRfKmM .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIEbRfKmM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIEbRfKmM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIEbRfKmM .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIEbRfKmM .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIEbRfKmM .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIEbRfKmM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIEbRfKmM .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIEbRfKmM .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIEbRfKmM .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIEbRfKmM .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIEbRfKmM .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIEbRfKmM .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIEbRfKmM .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIEbRfKmM .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIEbRfKmM .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIEbRfKmM .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIEbRfKmM .mbr-text,
.cid-vcIEbRfKmM .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIEbRfKmM .mbr-section-btn,
.cid-vcIEbRfKmM .mbr-section-title {
  text-align: center;
}
.cid-vcIEbRfKmM .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIEbRfKmM .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIEPbiVQ6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIEPbiVQ6 .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-vcIEPbiVQ6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIEPbiVQ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIEPbiVQ6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIEPbiVQ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIEPbiVQ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIEPbiVQ6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIEPbiVQ6 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIEPbiVQ6 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIEPbiVQ6 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIEPbiVQ6 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIEPbiVQ6 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIEPbiVQ6 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIEPbiVQ6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIEPbiVQ6 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIEPbiVQ6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIEPbiVQ6 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIEPbiVQ6 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIEPbiVQ6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIEPbiVQ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIEPbiVQ6 .container,
.cid-vcIEPbiVQ6 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .container,
  .cid-vcIEPbiVQ6 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIEPbiVQ6 .container,
  .cid-vcIEPbiVQ6 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIEPbiVQ6 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIEPbiVQ6 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIEPbiVQ6 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIEPbiVQ6 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIEPbiVQ6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIEPbiVQ6 .nav-item:focus,
.cid-vcIEPbiVQ6 .nav-link:focus {
  outline: none;
}
.cid-vcIEPbiVQ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIEPbiVQ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIEPbiVQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIEPbiVQ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIEPbiVQ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIEPbiVQ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIEPbiVQ6 .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-vcIEPbiVQ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIEPbiVQ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIEPbiVQ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIEPbiVQ6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIEPbiVQ6 .navbar.collapsed {
  justify-content: center;
}
.cid-vcIEPbiVQ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIEPbiVQ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIEPbiVQ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIEPbiVQ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIEPbiVQ6 .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-vcIEPbiVQ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIEPbiVQ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIEPbiVQ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIEPbiVQ6 .navbar {
    min-height: 72px;
  }
  .cid-vcIEPbiVQ6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIEPbiVQ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIEPbiVQ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIEPbiVQ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIEPbiVQ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIEPbiVQ6 .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-vcIEPbiVQ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIEPbiVQ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIEPbiVQ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIEPbiVQ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIEPbiVQ6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIEPbiVQ6 .dropdown-item.active,
.cid-vcIEPbiVQ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIEPbiVQ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIEPbiVQ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIEPbiVQ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIEPbiVQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIEPbiVQ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIEPbiVQ6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIEPbiVQ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIEPbiVQ6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIEPbiVQ6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIEPbiVQ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIEPbiVQ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIEPbiVQ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIEPbiVQ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIEPbiVQ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIEPbiVQ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIEPbiVQ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIEPbiVQ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIEPbiVQ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIEPbiVQ6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIEPbiVQ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIEPbiVQ6 .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-vcIEPbiVQ6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIEPbiVQ6 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIEPbiVQ6 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIEPbiVQ6 .navbar {
    height: 70px;
  }
  .cid-vcIEPbiVQ6 .navbar.opened {
    height: auto;
  }
  .cid-vcIEPbiVQ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIEPbiVQ6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIEPbiVQ6 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIEPbiVQ6 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIEPbiVQ6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIEPbiVQ6 .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIEPbiVQ6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIEPbiVQ6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIEPbiVQ6 .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-vcIEPbiVQ6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIEPbiVQ6 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIEPbiVQ6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIEPbiVQ6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIEPbiVQ6 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIEPbiVQ6 .content-wrap {
    display: block;
  }
}
.cid-vcIEPcpuxk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIEPcpuxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEPcpuxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEPcpuxk .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIEPcpuxk .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIEPcpuxk .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIEPcpuxk .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIEPcpuxk .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIEPcpuxk .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIEPcpuxk .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIEPcpuxk .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIEPcpuxk .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIEPcpuxk .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIEPcpuxk .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIEPcpuxk .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEPcpuxk .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIEPcpuxk .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIEPcpuxk .mbr-section-title,
.cid-vcIEPcpuxk .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIEPcpuxk .mbr-section-title,
.cid-vcIEPcpuxk .mbr-section-btn,
.cid-vcIEPcpuxk .title-wrapper {
  text-align: center;
}
.cid-vcIEPcNYpl {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIEPcNYpl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEPcNYpl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEPcNYpl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEPcNYpl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIEPcNYpl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIEPcNYpl .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIEPcNYpl .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIEPcNYpl .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIEPcNYpl .embla__button--next,
.cid-vcIEPcNYpl .embla__button--prev {
  display: flex;
}
.cid-vcIEPcNYpl .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIEPcNYpl .embla__button {
    top: 0;
  }
}
.cid-vcIEPcNYpl .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIEPcNYpl .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIEPcNYpl .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIEPcNYpl .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIEPcNYpl .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIEPcNYpl .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIEPcNYpl .embla__viewport {
    width: 100%;
  }
}
.cid-vcIEPcNYpl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIEPcNYpl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIEPcNYpl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIEPcNYpl .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIEPcNYpl .mbr-section-title,
.cid-vcIEPcNYpl .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEPcNYpl .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIEPcNYpl .card-name,
.cid-vcIEPcNYpl .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIEPcNYpl .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIEPdE1xr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIEPdE1xr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEPdE1xr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEPdE1xr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEPdE1xr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIEPdE1xr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIEPdE1xr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIEPdE1xr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIEPdE1xr .item {
    margin-bottom: 20px;
  }
}
.cid-vcIEPdE1xr .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIEPdE1xr .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIEPdE1xr .item .item-wrapper .card-box .card-title_1,
.cid-vcIEPdE1xr .item .item-wrapper .card-box .card-title_2,
.cid-vcIEPdE1xr .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIEPdE1xr .item .item-wrapper .card-box .card-text_1,
.cid-vcIEPdE1xr .item .item-wrapper .card-box .card-text_2,
.cid-vcIEPdE1xr .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIEPdE1xr .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIEPdE1xr .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIEPdE1xr .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIEPdE1xr .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIEPdE1xr .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIEPdE1xr .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIEPdE1xr .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIEPdE1xr .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIEPdE1xr .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIEPdE1xr .mbr-section-title,
.cid-vcIEPdE1xr .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEPdE1xr .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIEPdE1xr .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIEPdE1xr .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIEPdE1xr .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIEPdE1xr .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIEPdE1xr .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIEPdE1xr .card-title_1,
.cid-vcIEPdE1xr .mbr-section-btn {
  text-align: center;
}
.cid-vcIEPesbH6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIEPesbH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEPesbH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEPesbH6 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIEPesbH6 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIEPesbH6 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIEPesbH6 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEPesbH6 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIEPesbH6 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIEPesbH6 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIEPesbH6 .mbr-section-title,
.cid-vcIEPesbH6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEPf5wpJ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIEPf5wpJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEPf5wpJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEPf5wpJ .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIEPf5wpJ .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIEPf5wpJ .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIEPf5wpJ .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIEPf5wpJ .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIEPf5wpJ .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIEPf5wpJ .mbr-text,
.cid-vcIEPf5wpJ .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIEPfEiHa {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIEPfEiHa .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIEPfEiHa .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIEPfEiHa .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIEPfEiHa .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIEPfEiHa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIEPfEiHa .row {
  justify-content: center;
}
.cid-vcIEPfEiHa .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIEPfEiHa .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIEPfEiHa .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIEPfEiHa .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIEPfEiHa .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIEPfEiHa .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIEPfEiHa .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIEPfEiHa .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIEPfEiHa .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIEPfEiHa .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIEPfEiHa .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIEPfEiHa .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIEPfEiHa .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIEPfEiHa .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIEPfEiHa .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIEPfEiHa .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIEPfEiHa .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIEPfEiHa .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIEPfEiHa .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIEPfEiHa .mbr-text,
.cid-vcIEPfEiHa .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIEPfEiHa .mbr-section-btn,
.cid-vcIEPfEiHa .mbr-section-title {
  text-align: center;
}
.cid-vcIEPfEiHa .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIEPfEiHa .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFdIqxAh {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFdIqxAh .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-vcIFdIqxAh .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFdIqxAh .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFdIqxAh .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFdIqxAh .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFdIqxAh .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFdIqxAh .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFdIqxAh .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFdIqxAh .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFdIqxAh .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFdIqxAh .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFdIqxAh .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFdIqxAh .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFdIqxAh .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFdIqxAh .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFdIqxAh .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFdIqxAh .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFdIqxAh .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFdIqxAh .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFdIqxAh .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFdIqxAh .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFdIqxAh .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFdIqxAh .container,
.cid-vcIFdIqxAh .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .container,
  .cid-vcIFdIqxAh .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFdIqxAh .container,
  .cid-vcIFdIqxAh .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFdIqxAh .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFdIqxAh .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFdIqxAh .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFdIqxAh .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFdIqxAh .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFdIqxAh .nav-item:focus,
.cid-vcIFdIqxAh .nav-link:focus {
  outline: none;
}
.cid-vcIFdIqxAh .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFdIqxAh .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFdIqxAh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFdIqxAh .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFdIqxAh .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFdIqxAh .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFdIqxAh .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-vcIFdIqxAh .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFdIqxAh .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFdIqxAh .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFdIqxAh .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFdIqxAh .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFdIqxAh .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFdIqxAh .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFdIqxAh .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFdIqxAh .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFdIqxAh .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFdIqxAh .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-vcIFdIqxAh .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFdIqxAh .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFdIqxAh .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFdIqxAh .navbar {
    min-height: 72px;
  }
  .cid-vcIFdIqxAh .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFdIqxAh .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFdIqxAh .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFdIqxAh .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFdIqxAh .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFdIqxAh .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-vcIFdIqxAh .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFdIqxAh .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFdIqxAh .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFdIqxAh .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFdIqxAh .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFdIqxAh .dropdown-item.active,
.cid-vcIFdIqxAh .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFdIqxAh .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFdIqxAh .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFdIqxAh .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFdIqxAh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFdIqxAh .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFdIqxAh .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFdIqxAh ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFdIqxAh .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFdIqxAh button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFdIqxAh button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFdIqxAh button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFdIqxAh button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFdIqxAh button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFdIqxAh button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFdIqxAh nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFdIqxAh nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFdIqxAh nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFdIqxAh nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFdIqxAh .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFdIqxAh a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFdIqxAh .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-vcIFdIqxAh .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFdIqxAh .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFdIqxAh .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFdIqxAh .navbar {
    height: 70px;
  }
  .cid-vcIFdIqxAh .navbar.opened {
    height: auto;
  }
  .cid-vcIFdIqxAh .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFdIqxAh .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFdIqxAh .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFdIqxAh .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFdIqxAh .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFdIqxAh .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFdIqxAh .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFdIqxAh .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFdIqxAh .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-vcIFdIqxAh .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFdIqxAh .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFdIqxAh .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFdIqxAh .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFdIqxAh .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFdIqxAh .content-wrap {
    display: block;
  }
}
.cid-vcIFdJuMVL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFdJuMVL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFdJuMVL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFdJuMVL .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFdJuMVL .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFdJuMVL .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFdJuMVL .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFdJuMVL .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFdJuMVL .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFdJuMVL .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFdJuMVL .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFdJuMVL .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFdJuMVL .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFdJuMVL .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFdJuMVL .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFdJuMVL .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFdJuMVL .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFdJuMVL .mbr-section-title,
.cid-vcIFdJuMVL .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFdJuMVL .mbr-section-title,
.cid-vcIFdJuMVL .mbr-section-btn,
.cid-vcIFdJuMVL .title-wrapper {
  text-align: center;
}
.cid-vcIFdK8BZn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFdK8BZn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFdK8BZn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFdK8BZn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFdK8BZn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFdK8BZn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFdK8BZn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFdK8BZn .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFdK8BZn .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFdK8BZn .embla__button--next,
.cid-vcIFdK8BZn .embla__button--prev {
  display: flex;
}
.cid-vcIFdK8BZn .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFdK8BZn .embla__button {
    top: 0;
  }
}
.cid-vcIFdK8BZn .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFdK8BZn .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFdK8BZn .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFdK8BZn .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFdK8BZn .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFdK8BZn .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFdK8BZn .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFdK8BZn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFdK8BZn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFdK8BZn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFdK8BZn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFdK8BZn .mbr-section-title,
.cid-vcIFdK8BZn .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFdK8BZn .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFdK8BZn .card-name,
.cid-vcIFdK8BZn .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFdK8BZn .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFdPxSO6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFdPxSO6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFdPxSO6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFdPxSO6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFdPxSO6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFdPxSO6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFdPxSO6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFdPxSO6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFdPxSO6 .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFdPxSO6 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFdPxSO6 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .card-title_1,
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .card-title_2,
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .card-text_1,
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .card-text_2,
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFdPxSO6 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFdPxSO6 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFdPxSO6 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFdPxSO6 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFdPxSO6 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFdPxSO6 .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFdPxSO6 .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFdPxSO6 .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFdPxSO6 .mbr-section-title,
.cid-vcIFdPxSO6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFdPxSO6 .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFdPxSO6 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFdPxSO6 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFdPxSO6 .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFdPxSO6 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFdPxSO6 .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFdPxSO6 .card-title_1,
.cid-vcIFdPxSO6 .mbr-section-btn {
  text-align: center;
}
.cid-vcIFdQdCYI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFdQdCYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFdQdCYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFdQdCYI .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFdQdCYI .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFdQdCYI .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFdQdCYI .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFdQdCYI .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFdQdCYI .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFdQdCYI .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFdQdCYI .mbr-section-title,
.cid-vcIFdQdCYI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFdQUJO3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFdQUJO3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFdQUJO3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFdQUJO3 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFdQUJO3 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFdQUJO3 .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFdQUJO3 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFdQUJO3 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFdQUJO3 .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFdQUJO3 .mbr-text,
.cid-vcIFdQUJO3 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFdRy3ow {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFdRy3ow .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFdRy3ow .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFdRy3ow .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFdRy3ow .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFdRy3ow .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFdRy3ow .row {
  justify-content: center;
}
.cid-vcIFdRy3ow .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFdRy3ow .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFdRy3ow .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFdRy3ow .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFdRy3ow .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFdRy3ow .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFdRy3ow .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFdRy3ow .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFdRy3ow .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFdRy3ow .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFdRy3ow .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFdRy3ow .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFdRy3ow .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFdRy3ow .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFdRy3ow .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFdRy3ow .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFdRy3ow .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFdRy3ow .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFdRy3ow .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFdRy3ow .mbr-text,
.cid-vcIFdRy3ow .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFdRy3ow .mbr-section-btn,
.cid-vcIFdRy3ow .mbr-section-title {
  text-align: center;
}
.cid-vcIFdRy3ow .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFdRy3ow .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFeOi88X {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFeOi88X .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-vcIFeOi88X .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFeOi88X .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFeOi88X .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFeOi88X .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFeOi88X .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFeOi88X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFeOi88X .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFeOi88X .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFeOi88X .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFeOi88X .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFeOi88X .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFeOi88X .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFeOi88X .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFeOi88X .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFeOi88X .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFeOi88X .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFeOi88X .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFeOi88X .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFeOi88X .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFeOi88X .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFeOi88X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFeOi88X .container,
.cid-vcIFeOi88X .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .container,
  .cid-vcIFeOi88X .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFeOi88X .container,
  .cid-vcIFeOi88X .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFeOi88X .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFeOi88X .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFeOi88X .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFeOi88X .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFeOi88X .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFeOi88X .nav-item:focus,
.cid-vcIFeOi88X .nav-link:focus {
  outline: none;
}
.cid-vcIFeOi88X .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFeOi88X .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFeOi88X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFeOi88X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFeOi88X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFeOi88X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFeOi88X .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-vcIFeOi88X .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFeOi88X .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFeOi88X .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFeOi88X .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFeOi88X .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFeOi88X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFeOi88X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFeOi88X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFeOi88X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFeOi88X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFeOi88X .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-vcIFeOi88X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFeOi88X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFeOi88X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFeOi88X .navbar {
    min-height: 72px;
  }
  .cid-vcIFeOi88X .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFeOi88X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFeOi88X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFeOi88X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFeOi88X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFeOi88X .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-vcIFeOi88X .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFeOi88X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFeOi88X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFeOi88X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFeOi88X .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFeOi88X .dropdown-item.active,
.cid-vcIFeOi88X .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFeOi88X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFeOi88X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFeOi88X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFeOi88X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFeOi88X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFeOi88X .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFeOi88X ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFeOi88X .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFeOi88X button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFeOi88X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFeOi88X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFeOi88X button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFeOi88X button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFeOi88X button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFeOi88X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFeOi88X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFeOi88X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFeOi88X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFeOi88X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFeOi88X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFeOi88X .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-vcIFeOi88X .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFeOi88X .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFeOi88X .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFeOi88X .navbar {
    height: 70px;
  }
  .cid-vcIFeOi88X .navbar.opened {
    height: auto;
  }
  .cid-vcIFeOi88X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFeOi88X .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFeOi88X .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFeOi88X .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFeOi88X .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFeOi88X .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFeOi88X .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFeOi88X .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFeOi88X .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-vcIFeOi88X .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFeOi88X .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFeOi88X .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFeOi88X .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFeOi88X .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFeOi88X .content-wrap {
    display: block;
  }
}
.cid-vcIFePdvhL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFePdvhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFePdvhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFePdvhL .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFePdvhL .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFePdvhL .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFePdvhL .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFePdvhL .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFePdvhL .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFePdvhL .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFePdvhL .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFePdvhL .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFePdvhL .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFePdvhL .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFePdvhL .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFePdvhL .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFePdvhL .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFePdvhL .mbr-section-title,
.cid-vcIFePdvhL .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFePdvhL .mbr-section-title,
.cid-vcIFePdvhL .mbr-section-btn,
.cid-vcIFePdvhL .title-wrapper {
  text-align: center;
}
.cid-vcIFePKgJt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFePKgJt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFePKgJt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFePKgJt .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFePKgJt .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFePKgJt .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFePKgJt .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFePKgJt .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFePKgJt .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFePKgJt .embla__button--next,
.cid-vcIFePKgJt .embla__button--prev {
  display: flex;
}
.cid-vcIFePKgJt .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFePKgJt .embla__button {
    top: 0;
  }
}
.cid-vcIFePKgJt .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFePKgJt .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFePKgJt .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFePKgJt .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFePKgJt .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFePKgJt .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFePKgJt .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFePKgJt .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFePKgJt .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFePKgJt .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFePKgJt .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFePKgJt .mbr-section-title,
.cid-vcIFePKgJt .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFePKgJt .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFePKgJt .card-name,
.cid-vcIFePKgJt .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFePKgJt .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFeQzRTY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFeQzRTY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFeQzRTY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFeQzRTY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFeQzRTY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFeQzRTY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFeQzRTY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFeQzRTY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFeQzRTY .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFeQzRTY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFeQzRTY .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFeQzRTY .item .item-wrapper .card-box .card-title_1,
.cid-vcIFeQzRTY .item .item-wrapper .card-box .card-title_2,
.cid-vcIFeQzRTY .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFeQzRTY .item .item-wrapper .card-box .card-text_1,
.cid-vcIFeQzRTY .item .item-wrapper .card-box .card-text_2,
.cid-vcIFeQzRTY .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFeQzRTY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFeQzRTY .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFeQzRTY .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFeQzRTY .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFeQzRTY .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFeQzRTY .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFeQzRTY .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFeQzRTY .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFeQzRTY .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFeQzRTY .mbr-section-title,
.cid-vcIFeQzRTY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFeQzRTY .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFeQzRTY .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFeQzRTY .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFeQzRTY .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFeQzRTY .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFeQzRTY .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFeQzRTY .card-title_1,
.cid-vcIFeQzRTY .mbr-section-btn {
  text-align: center;
}
.cid-vcIFeRjHSi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFeRjHSi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFeRjHSi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFeRjHSi .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFeRjHSi .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFeRjHSi .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFeRjHSi .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFeRjHSi .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFeRjHSi .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFeRjHSi .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFeRjHSi .mbr-section-title,
.cid-vcIFeRjHSi .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFeS0xlm {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFeS0xlm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFeS0xlm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFeS0xlm .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFeS0xlm .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFeS0xlm .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFeS0xlm .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFeS0xlm .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFeS0xlm .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFeS0xlm .mbr-text,
.cid-vcIFeS0xlm .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFeSAUVQ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFeSAUVQ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFeSAUVQ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFeSAUVQ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFeSAUVQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFeSAUVQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFeSAUVQ .row {
  justify-content: center;
}
.cid-vcIFeSAUVQ .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFeSAUVQ .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFeSAUVQ .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFeSAUVQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFeSAUVQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFeSAUVQ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFeSAUVQ .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFeSAUVQ .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFeSAUVQ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFeSAUVQ .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFeSAUVQ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFeSAUVQ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFeSAUVQ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFeSAUVQ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFeSAUVQ .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFeSAUVQ .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFeSAUVQ .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFeSAUVQ .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFeSAUVQ .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFeSAUVQ .mbr-text,
.cid-vcIFeSAUVQ .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFeSAUVQ .mbr-section-btn,
.cid-vcIFeSAUVQ .mbr-section-title {
  text-align: center;
}
.cid-vcIFeSAUVQ .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFeSAUVQ .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFfKizvx {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFfKizvx .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-vcIFfKizvx .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFfKizvx .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFfKizvx .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFfKizvx .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFfKizvx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFfKizvx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFfKizvx .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFfKizvx .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFfKizvx .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFfKizvx .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFfKizvx .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFfKizvx .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFfKizvx .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFfKizvx .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFfKizvx .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFfKizvx .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFfKizvx .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFfKizvx .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFfKizvx .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFfKizvx .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFfKizvx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFfKizvx .container,
.cid-vcIFfKizvx .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .container,
  .cid-vcIFfKizvx .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFfKizvx .container,
  .cid-vcIFfKizvx .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFfKizvx .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFfKizvx .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFfKizvx .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFfKizvx .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFfKizvx .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFfKizvx .nav-item:focus,
.cid-vcIFfKizvx .nav-link:focus {
  outline: none;
}
.cid-vcIFfKizvx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFfKizvx .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFfKizvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFfKizvx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFfKizvx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFfKizvx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFfKizvx .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-vcIFfKizvx .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFfKizvx .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFfKizvx .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFfKizvx .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFfKizvx .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFfKizvx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFfKizvx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFfKizvx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFfKizvx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFfKizvx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFfKizvx .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-vcIFfKizvx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFfKizvx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFfKizvx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFfKizvx .navbar {
    min-height: 72px;
  }
  .cid-vcIFfKizvx .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFfKizvx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFfKizvx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFfKizvx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFfKizvx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFfKizvx .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-vcIFfKizvx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFfKizvx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFfKizvx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFfKizvx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFfKizvx .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFfKizvx .dropdown-item.active,
.cid-vcIFfKizvx .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFfKizvx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFfKizvx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFfKizvx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFfKizvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFfKizvx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFfKizvx .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFfKizvx ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFfKizvx .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFfKizvx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFfKizvx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFfKizvx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFfKizvx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFfKizvx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFfKizvx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFfKizvx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFfKizvx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFfKizvx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFfKizvx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFfKizvx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFfKizvx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFfKizvx .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-vcIFfKizvx .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFfKizvx .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFfKizvx .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFfKizvx .navbar {
    height: 70px;
  }
  .cid-vcIFfKizvx .navbar.opened {
    height: auto;
  }
  .cid-vcIFfKizvx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFfKizvx .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFfKizvx .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFfKizvx .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFfKizvx .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFfKizvx .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFfKizvx .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFfKizvx .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFfKizvx .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-vcIFfKizvx .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFfKizvx .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFfKizvx .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFfKizvx .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFfKizvx .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFfKizvx .content-wrap {
    display: block;
  }
}
.cid-vcIFfLeBIM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFfLeBIM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFfLeBIM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFfLeBIM .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFfLeBIM .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFfLeBIM .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFfLeBIM .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFfLeBIM .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFfLeBIM .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFfLeBIM .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFfLeBIM .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFfLeBIM .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFfLeBIM .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFfLeBIM .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFfLeBIM .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFfLeBIM .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFfLeBIM .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFfLeBIM .mbr-section-title,
.cid-vcIFfLeBIM .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFfLeBIM .mbr-section-title,
.cid-vcIFfLeBIM .mbr-section-btn,
.cid-vcIFfLeBIM .title-wrapper {
  text-align: center;
}
.cid-vcIFfLJmxZ {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFfLJmxZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFfLJmxZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFfLJmxZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFfLJmxZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFfLJmxZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFfLJmxZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFfLJmxZ .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFfLJmxZ .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFfLJmxZ .embla__button--next,
.cid-vcIFfLJmxZ .embla__button--prev {
  display: flex;
}
.cid-vcIFfLJmxZ .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFfLJmxZ .embla__button {
    top: 0;
  }
}
.cid-vcIFfLJmxZ .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFfLJmxZ .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFfLJmxZ .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFfLJmxZ .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFfLJmxZ .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFfLJmxZ .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFfLJmxZ .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFfLJmxZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFfLJmxZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFfLJmxZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFfLJmxZ .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFfLJmxZ .mbr-section-title,
.cid-vcIFfLJmxZ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFfLJmxZ .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFfLJmxZ .card-name,
.cid-vcIFfLJmxZ .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFfLJmxZ .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFfMMDYP {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFfMMDYP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFfMMDYP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFfMMDYP .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFfMMDYP .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFfMMDYP .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFfMMDYP .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFfMMDYP .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFfMMDYP .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFfMMDYP .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFfMMDYP .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFfMMDYP .item .item-wrapper .card-box .card-title_1,
.cid-vcIFfMMDYP .item .item-wrapper .card-box .card-title_2,
.cid-vcIFfMMDYP .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFfMMDYP .item .item-wrapper .card-box .card-text_1,
.cid-vcIFfMMDYP .item .item-wrapper .card-box .card-text_2,
.cid-vcIFfMMDYP .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFfMMDYP .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFfMMDYP .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFfMMDYP .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFfMMDYP .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFfMMDYP .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFfMMDYP .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFfMMDYP .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFfMMDYP .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFfMMDYP .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFfMMDYP .mbr-section-title,
.cid-vcIFfMMDYP .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFfMMDYP .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFfMMDYP .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFfMMDYP .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFfMMDYP .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFfMMDYP .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFfMMDYP .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFfMMDYP .card-title_1,
.cid-vcIFfMMDYP .mbr-section-btn {
  text-align: center;
}
.cid-vcIFfNq3Qt {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFfNq3Qt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFfNq3Qt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFfNq3Qt .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFfNq3Qt .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFfNq3Qt .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFfNq3Qt .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFfNq3Qt .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFfNq3Qt .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFfNq3Qt .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFfNq3Qt .mbr-section-title,
.cid-vcIFfNq3Qt .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFfOf2hl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFfOf2hl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFfOf2hl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFfOf2hl .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFfOf2hl .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFfOf2hl .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFfOf2hl .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFfOf2hl .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFfOf2hl .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFfOf2hl .mbr-text,
.cid-vcIFfOf2hl .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFfONMbe {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFfONMbe .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFfONMbe .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFfONMbe .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFfONMbe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFfONMbe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFfONMbe .row {
  justify-content: center;
}
.cid-vcIFfONMbe .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFfONMbe .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFfONMbe .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFfONMbe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFfONMbe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFfONMbe .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFfONMbe .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFfONMbe .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFfONMbe .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFfONMbe .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFfONMbe .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFfONMbe .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFfONMbe .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFfONMbe .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFfONMbe .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFfONMbe .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFfONMbe .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFfONMbe .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFfONMbe .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFfONMbe .mbr-text,
.cid-vcIFfONMbe .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFfONMbe .mbr-section-btn,
.cid-vcIFfONMbe .mbr-section-title {
  text-align: center;
}
.cid-vcIFfONMbe .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFfONMbe .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFgAVl4s {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFgAVl4s .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-vcIFgAVl4s .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFgAVl4s .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFgAVl4s .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFgAVl4s .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFgAVl4s .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFgAVl4s .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFgAVl4s .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFgAVl4s .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFgAVl4s .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFgAVl4s .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFgAVl4s .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFgAVl4s .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFgAVl4s .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFgAVl4s .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFgAVl4s .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFgAVl4s .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFgAVl4s .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFgAVl4s .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFgAVl4s .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFgAVl4s .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFgAVl4s .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFgAVl4s .container,
.cid-vcIFgAVl4s .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .container,
  .cid-vcIFgAVl4s .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFgAVl4s .container,
  .cid-vcIFgAVl4s .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFgAVl4s .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFgAVl4s .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFgAVl4s .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFgAVl4s .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFgAVl4s .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFgAVl4s .nav-item:focus,
.cid-vcIFgAVl4s .nav-link:focus {
  outline: none;
}
.cid-vcIFgAVl4s .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFgAVl4s .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFgAVl4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFgAVl4s .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFgAVl4s .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFgAVl4s .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFgAVl4s .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-vcIFgAVl4s .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFgAVl4s .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFgAVl4s .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFgAVl4s .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFgAVl4s .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFgAVl4s .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFgAVl4s .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFgAVl4s .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFgAVl4s .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFgAVl4s .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFgAVl4s .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-vcIFgAVl4s .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFgAVl4s .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFgAVl4s .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFgAVl4s .navbar {
    min-height: 72px;
  }
  .cid-vcIFgAVl4s .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFgAVl4s .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFgAVl4s .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFgAVl4s .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFgAVl4s .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFgAVl4s .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-vcIFgAVl4s .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFgAVl4s .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFgAVl4s .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFgAVl4s .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFgAVl4s .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFgAVl4s .dropdown-item.active,
.cid-vcIFgAVl4s .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFgAVl4s .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFgAVl4s .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFgAVl4s .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFgAVl4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFgAVl4s .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFgAVl4s .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFgAVl4s ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFgAVl4s .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFgAVl4s button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFgAVl4s button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFgAVl4s button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFgAVl4s button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFgAVl4s button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFgAVl4s button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFgAVl4s nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFgAVl4s nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFgAVl4s nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFgAVl4s nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFgAVl4s .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFgAVl4s a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFgAVl4s .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-vcIFgAVl4s .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFgAVl4s .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFgAVl4s .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFgAVl4s .navbar {
    height: 70px;
  }
  .cid-vcIFgAVl4s .navbar.opened {
    height: auto;
  }
  .cid-vcIFgAVl4s .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFgAVl4s .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFgAVl4s .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFgAVl4s .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFgAVl4s .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFgAVl4s .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFgAVl4s .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFgAVl4s .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFgAVl4s .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-vcIFgAVl4s .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFgAVl4s .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFgAVl4s .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFgAVl4s .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFgAVl4s .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFgAVl4s .content-wrap {
    display: block;
  }
}
.cid-vcIFgBzrTh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFgBzrTh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFgBzrTh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFgBzrTh .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFgBzrTh .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFgBzrTh .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFgBzrTh .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFgBzrTh .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFgBzrTh .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFgBzrTh .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFgBzrTh .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFgBzrTh .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFgBzrTh .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFgBzrTh .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFgBzrTh .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFgBzrTh .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFgBzrTh .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFgBzrTh .mbr-section-title,
.cid-vcIFgBzrTh .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFgBzrTh .mbr-section-title,
.cid-vcIFgBzrTh .mbr-section-btn,
.cid-vcIFgBzrTh .title-wrapper {
  text-align: center;
}
.cid-vcIFgCiwzr {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFgCiwzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFgCiwzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFgCiwzr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFgCiwzr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFgCiwzr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFgCiwzr .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFgCiwzr .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFgCiwzr .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFgCiwzr .embla__button--next,
.cid-vcIFgCiwzr .embla__button--prev {
  display: flex;
}
.cid-vcIFgCiwzr .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFgCiwzr .embla__button {
    top: 0;
  }
}
.cid-vcIFgCiwzr .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFgCiwzr .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFgCiwzr .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFgCiwzr .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFgCiwzr .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFgCiwzr .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFgCiwzr .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFgCiwzr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFgCiwzr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFgCiwzr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFgCiwzr .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFgCiwzr .mbr-section-title,
.cid-vcIFgCiwzr .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFgCiwzr .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFgCiwzr .card-name,
.cid-vcIFgCiwzr .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFgCiwzr .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFgDwgtG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFgDwgtG .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFgDwgtG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFgDwgtG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFgDwgtG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFgDwgtG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFgDwgtG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFgDwgtG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFgDwgtG .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFgDwgtG .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFgDwgtG .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFgDwgtG .item .item-wrapper .card-box .card-title_1,
.cid-vcIFgDwgtG .item .item-wrapper .card-box .card-title_2,
.cid-vcIFgDwgtG .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFgDwgtG .item .item-wrapper .card-box .card-text_1,
.cid-vcIFgDwgtG .item .item-wrapper .card-box .card-text_2,
.cid-vcIFgDwgtG .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFgDwgtG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFgDwgtG .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFgDwgtG .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFgDwgtG .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFgDwgtG .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFgDwgtG .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFgDwgtG .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFgDwgtG .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFgDwgtG .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFgDwgtG .mbr-section-title,
.cid-vcIFgDwgtG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFgDwgtG .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFgDwgtG .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFgDwgtG .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFgDwgtG .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFgDwgtG .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFgDwgtG .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFgDwgtG .card-title_1,
.cid-vcIFgDwgtG .mbr-section-btn {
  text-align: center;
}
.cid-vcIFgEszod {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFgEszod .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFgEszod .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFgEszod .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFgEszod .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFgEszod .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFgEszod .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFgEszod .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFgEszod .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFgEszod .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFgEszod .mbr-section-title,
.cid-vcIFgEszod .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFgEZhk0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFgEZhk0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFgEZhk0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFgEZhk0 .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFgEZhk0 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFgEZhk0 .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFgEZhk0 .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFgEZhk0 .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFgEZhk0 .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFgEZhk0 .mbr-text,
.cid-vcIFgEZhk0 .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFgFJtVB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFgFJtVB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFgFJtVB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFgFJtVB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFgFJtVB .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFgFJtVB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFgFJtVB .row {
  justify-content: center;
}
.cid-vcIFgFJtVB .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFgFJtVB .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFgFJtVB .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFgFJtVB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFgFJtVB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFgFJtVB .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFgFJtVB .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFgFJtVB .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFgFJtVB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFgFJtVB .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFgFJtVB .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFgFJtVB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFgFJtVB .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFgFJtVB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFgFJtVB .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFgFJtVB .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFgFJtVB .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFgFJtVB .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFgFJtVB .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFgFJtVB .mbr-text,
.cid-vcIFgFJtVB .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFgFJtVB .mbr-section-btn,
.cid-vcIFgFJtVB .mbr-section-title {
  text-align: center;
}
.cid-vcIFgFJtVB .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFgFJtVB .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFhEwHDV {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFhEwHDV .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-vcIFhEwHDV .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFhEwHDV .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFhEwHDV .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFhEwHDV .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFhEwHDV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFhEwHDV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFhEwHDV .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFhEwHDV .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFhEwHDV .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFhEwHDV .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFhEwHDV .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFhEwHDV .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFhEwHDV .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFhEwHDV .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFhEwHDV .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFhEwHDV .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFhEwHDV .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFhEwHDV .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFhEwHDV .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFhEwHDV .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFhEwHDV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFhEwHDV .container,
.cid-vcIFhEwHDV .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .container,
  .cid-vcIFhEwHDV .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFhEwHDV .container,
  .cid-vcIFhEwHDV .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFhEwHDV .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFhEwHDV .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFhEwHDV .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFhEwHDV .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFhEwHDV .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFhEwHDV .nav-item:focus,
.cid-vcIFhEwHDV .nav-link:focus {
  outline: none;
}
.cid-vcIFhEwHDV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFhEwHDV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFhEwHDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFhEwHDV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFhEwHDV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFhEwHDV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFhEwHDV .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-vcIFhEwHDV .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFhEwHDV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFhEwHDV .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFhEwHDV .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFhEwHDV .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFhEwHDV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFhEwHDV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFhEwHDV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFhEwHDV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFhEwHDV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFhEwHDV .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-vcIFhEwHDV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFhEwHDV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFhEwHDV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFhEwHDV .navbar {
    min-height: 72px;
  }
  .cid-vcIFhEwHDV .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFhEwHDV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFhEwHDV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFhEwHDV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFhEwHDV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFhEwHDV .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-vcIFhEwHDV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFhEwHDV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFhEwHDV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFhEwHDV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFhEwHDV .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFhEwHDV .dropdown-item.active,
.cid-vcIFhEwHDV .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFhEwHDV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFhEwHDV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFhEwHDV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFhEwHDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFhEwHDV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFhEwHDV .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFhEwHDV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFhEwHDV .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFhEwHDV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFhEwHDV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFhEwHDV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFhEwHDV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFhEwHDV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFhEwHDV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFhEwHDV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFhEwHDV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFhEwHDV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFhEwHDV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFhEwHDV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFhEwHDV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFhEwHDV .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-vcIFhEwHDV .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFhEwHDV .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFhEwHDV .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFhEwHDV .navbar {
    height: 70px;
  }
  .cid-vcIFhEwHDV .navbar.opened {
    height: auto;
  }
  .cid-vcIFhEwHDV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFhEwHDV .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFhEwHDV .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFhEwHDV .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFhEwHDV .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFhEwHDV .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFhEwHDV .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFhEwHDV .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFhEwHDV .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-vcIFhEwHDV .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFhEwHDV .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFhEwHDV .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFhEwHDV .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFhEwHDV .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFhEwHDV .content-wrap {
    display: block;
  }
}
.cid-vcIFhFzbdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFhFzbdW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFhFzbdW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFhFzbdW .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFhFzbdW .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFhFzbdW .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFhFzbdW .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFhFzbdW .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFhFzbdW .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFhFzbdW .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFhFzbdW .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFhFzbdW .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFhFzbdW .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFhFzbdW .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFhFzbdW .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFhFzbdW .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFhFzbdW .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFhFzbdW .mbr-section-title,
.cid-vcIFhFzbdW .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFhFzbdW .mbr-section-title,
.cid-vcIFhFzbdW .mbr-section-btn,
.cid-vcIFhFzbdW .title-wrapper {
  text-align: center;
}
.cid-vcIFhG7j1G {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFhG7j1G .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFhG7j1G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFhG7j1G .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFhG7j1G .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFhG7j1G .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFhG7j1G .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFhG7j1G .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFhG7j1G .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFhG7j1G .embla__button--next,
.cid-vcIFhG7j1G .embla__button--prev {
  display: flex;
}
.cid-vcIFhG7j1G .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFhG7j1G .embla__button {
    top: 0;
  }
}
.cid-vcIFhG7j1G .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFhG7j1G .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFhG7j1G .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFhG7j1G .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFhG7j1G .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFhG7j1G .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFhG7j1G .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFhG7j1G .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFhG7j1G .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFhG7j1G .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFhG7j1G .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFhG7j1G .mbr-section-title,
.cid-vcIFhG7j1G .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFhG7j1G .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFhG7j1G .card-name,
.cid-vcIFhG7j1G .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFhG7j1G .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFhHxIcc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFhHxIcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFhHxIcc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFhHxIcc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFhHxIcc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFhHxIcc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFhHxIcc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFhHxIcc .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFhHxIcc .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFhHxIcc .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFhHxIcc .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFhHxIcc .item .item-wrapper .card-box .card-title_1,
.cid-vcIFhHxIcc .item .item-wrapper .card-box .card-title_2,
.cid-vcIFhHxIcc .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFhHxIcc .item .item-wrapper .card-box .card-text_1,
.cid-vcIFhHxIcc .item .item-wrapper .card-box .card-text_2,
.cid-vcIFhHxIcc .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFhHxIcc .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFhHxIcc .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFhHxIcc .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFhHxIcc .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFhHxIcc .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFhHxIcc .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFhHxIcc .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFhHxIcc .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFhHxIcc .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFhHxIcc .mbr-section-title,
.cid-vcIFhHxIcc .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFhHxIcc .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFhHxIcc .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFhHxIcc .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFhHxIcc .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFhHxIcc .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFhHxIcc .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFhHxIcc .card-title_1,
.cid-vcIFhHxIcc .mbr-section-btn {
  text-align: center;
}
.cid-vcIFhInq9R {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFhInq9R .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFhInq9R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFhInq9R .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFhInq9R .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFhInq9R .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFhInq9R .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFhInq9R .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFhInq9R .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFhInq9R .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFhInq9R .mbr-section-title,
.cid-vcIFhInq9R .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFhJ8Oxk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFhJ8Oxk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFhJ8Oxk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFhJ8Oxk .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFhJ8Oxk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFhJ8Oxk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFhJ8Oxk .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFhJ8Oxk .mbr-text,
.cid-vcIFhJ8Oxk .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFhJPdcO {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFhJPdcO .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFhJPdcO .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFhJPdcO .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFhJPdcO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFhJPdcO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFhJPdcO .row {
  justify-content: center;
}
.cid-vcIFhJPdcO .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFhJPdcO .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFhJPdcO .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFhJPdcO .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFhJPdcO .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFhJPdcO .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFhJPdcO .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFhJPdcO .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFhJPdcO .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFhJPdcO .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFhJPdcO .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFhJPdcO .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFhJPdcO .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFhJPdcO .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFhJPdcO .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFhJPdcO .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFhJPdcO .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFhJPdcO .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFhJPdcO .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFhJPdcO .mbr-text,
.cid-vcIFhJPdcO .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFhJPdcO .mbr-section-btn,
.cid-vcIFhJPdcO .mbr-section-title {
  text-align: center;
}
.cid-vcIFhJPdcO .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFhJPdcO .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFkkuQ6H {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFkkuQ6H .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-vcIFkkuQ6H .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFkkuQ6H .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFkkuQ6H .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFkkuQ6H .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFkkuQ6H .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFkkuQ6H .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFkkuQ6H .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFkkuQ6H .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFkkuQ6H .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFkkuQ6H .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFkkuQ6H .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFkkuQ6H .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFkkuQ6H .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFkkuQ6H .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFkkuQ6H .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFkkuQ6H .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFkkuQ6H .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFkkuQ6H .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFkkuQ6H .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFkkuQ6H .container,
.cid-vcIFkkuQ6H .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .container,
  .cid-vcIFkkuQ6H .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFkkuQ6H .container,
  .cid-vcIFkkuQ6H .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFkkuQ6H .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFkkuQ6H .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFkkuQ6H .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFkkuQ6H .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFkkuQ6H .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFkkuQ6H .nav-item:focus,
.cid-vcIFkkuQ6H .nav-link:focus {
  outline: none;
}
.cid-vcIFkkuQ6H .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFkkuQ6H .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFkkuQ6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFkkuQ6H .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFkkuQ6H .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFkkuQ6H .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFkkuQ6H .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-vcIFkkuQ6H .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFkkuQ6H .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFkkuQ6H .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFkkuQ6H .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFkkuQ6H .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFkkuQ6H .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFkkuQ6H .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFkkuQ6H .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFkkuQ6H .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFkkuQ6H .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFkkuQ6H .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-vcIFkkuQ6H .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFkkuQ6H .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFkkuQ6H .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFkkuQ6H .navbar {
    min-height: 72px;
  }
  .cid-vcIFkkuQ6H .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFkkuQ6H .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFkkuQ6H .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFkkuQ6H .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFkkuQ6H .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFkkuQ6H .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-vcIFkkuQ6H .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFkkuQ6H .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFkkuQ6H .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFkkuQ6H .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFkkuQ6H .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFkkuQ6H .dropdown-item.active,
.cid-vcIFkkuQ6H .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFkkuQ6H .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFkkuQ6H .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFkkuQ6H .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFkkuQ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFkkuQ6H .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFkkuQ6H .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFkkuQ6H ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFkkuQ6H .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFkkuQ6H button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFkkuQ6H button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFkkuQ6H button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFkkuQ6H button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFkkuQ6H button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFkkuQ6H button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFkkuQ6H nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFkkuQ6H nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFkkuQ6H nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFkkuQ6H nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFkkuQ6H .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFkkuQ6H a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFkkuQ6H .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-vcIFkkuQ6H .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFkkuQ6H .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFkkuQ6H .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFkkuQ6H .navbar {
    height: 70px;
  }
  .cid-vcIFkkuQ6H .navbar.opened {
    height: auto;
  }
  .cid-vcIFkkuQ6H .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFkkuQ6H .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFkkuQ6H .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFkkuQ6H .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFkkuQ6H .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFkkuQ6H .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFkkuQ6H .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFkkuQ6H .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFkkuQ6H .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-vcIFkkuQ6H .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFkkuQ6H .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFkkuQ6H .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFkkuQ6H .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFkkuQ6H .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFkkuQ6H .content-wrap {
    display: block;
  }
}
.cid-vcIFklbYhb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFklbYhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFklbYhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFklbYhb .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFklbYhb .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFklbYhb .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFklbYhb .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFklbYhb .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFklbYhb .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFklbYhb .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFklbYhb .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFklbYhb .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFklbYhb .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFklbYhb .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFklbYhb .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFklbYhb .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFklbYhb .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFklbYhb .mbr-section-title,
.cid-vcIFklbYhb .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFklbYhb .mbr-section-title,
.cid-vcIFklbYhb .mbr-section-btn,
.cid-vcIFklbYhb .title-wrapper {
  text-align: center;
}
.cid-vcIFklTFK6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFklTFK6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFklTFK6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFklTFK6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFklTFK6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFklTFK6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFklTFK6 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFklTFK6 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFklTFK6 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFklTFK6 .embla__button--next,
.cid-vcIFklTFK6 .embla__button--prev {
  display: flex;
}
.cid-vcIFklTFK6 .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFklTFK6 .embla__button {
    top: 0;
  }
}
.cid-vcIFklTFK6 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFklTFK6 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFklTFK6 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFklTFK6 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFklTFK6 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFklTFK6 .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFklTFK6 .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFklTFK6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFklTFK6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFklTFK6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFklTFK6 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFklTFK6 .mbr-section-title,
.cid-vcIFklTFK6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFklTFK6 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFklTFK6 .card-name,
.cid-vcIFklTFK6 .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFklTFK6 .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFkmNz6L {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFkmNz6L .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFkmNz6L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFkmNz6L .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFkmNz6L .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFkmNz6L .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFkmNz6L .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFkmNz6L .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFkmNz6L .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFkmNz6L .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFkmNz6L .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFkmNz6L .item .item-wrapper .card-box .card-title_1,
.cid-vcIFkmNz6L .item .item-wrapper .card-box .card-title_2,
.cid-vcIFkmNz6L .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFkmNz6L .item .item-wrapper .card-box .card-text_1,
.cid-vcIFkmNz6L .item .item-wrapper .card-box .card-text_2,
.cid-vcIFkmNz6L .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFkmNz6L .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFkmNz6L .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFkmNz6L .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFkmNz6L .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFkmNz6L .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFkmNz6L .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFkmNz6L .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFkmNz6L .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFkmNz6L .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFkmNz6L .mbr-section-title,
.cid-vcIFkmNz6L .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFkmNz6L .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFkmNz6L .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFkmNz6L .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFkmNz6L .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFkmNz6L .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFkmNz6L .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFkmNz6L .card-title_1,
.cid-vcIFkmNz6L .mbr-section-btn {
  text-align: center;
}
.cid-vcIFknwycp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFknwycp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFknwycp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFknwycp .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFknwycp .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFknwycp .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFknwycp .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFknwycp .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFknwycp .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFknwycp .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFknwycp .mbr-section-title,
.cid-vcIFknwycp .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFkoongg {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFkoongg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFkoongg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFkoongg .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFkoongg .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFkoongg .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFkoongg .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFkoongg .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFkoongg .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFkoongg .mbr-text,
.cid-vcIFkoongg .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFkpfVa9 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFkpfVa9 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFkpfVa9 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFkpfVa9 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFkpfVa9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFkpfVa9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFkpfVa9 .row {
  justify-content: center;
}
.cid-vcIFkpfVa9 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFkpfVa9 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFkpfVa9 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFkpfVa9 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFkpfVa9 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFkpfVa9 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFkpfVa9 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFkpfVa9 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFkpfVa9 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFkpfVa9 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFkpfVa9 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFkpfVa9 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFkpfVa9 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFkpfVa9 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFkpfVa9 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFkpfVa9 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFkpfVa9 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFkpfVa9 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFkpfVa9 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFkpfVa9 .mbr-text,
.cid-vcIFkpfVa9 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFkpfVa9 .mbr-section-btn,
.cid-vcIFkpfVa9 .mbr-section-title {
  text-align: center;
}
.cid-vcIFkpfVa9 .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFkpfVa9 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFlEjY5I {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFlEjY5I .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-vcIFlEjY5I .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFlEjY5I .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFlEjY5I .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFlEjY5I .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFlEjY5I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFlEjY5I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFlEjY5I .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFlEjY5I .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFlEjY5I .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFlEjY5I .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFlEjY5I .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFlEjY5I .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFlEjY5I .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFlEjY5I .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFlEjY5I .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFlEjY5I .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFlEjY5I .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFlEjY5I .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFlEjY5I .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFlEjY5I .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFlEjY5I .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFlEjY5I .container,
.cid-vcIFlEjY5I .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .container,
  .cid-vcIFlEjY5I .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFlEjY5I .container,
  .cid-vcIFlEjY5I .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFlEjY5I .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFlEjY5I .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFlEjY5I .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFlEjY5I .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFlEjY5I .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFlEjY5I .nav-item:focus,
.cid-vcIFlEjY5I .nav-link:focus {
  outline: none;
}
.cid-vcIFlEjY5I .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFlEjY5I .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFlEjY5I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFlEjY5I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFlEjY5I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFlEjY5I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFlEjY5I .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-vcIFlEjY5I .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFlEjY5I .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFlEjY5I .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFlEjY5I .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFlEjY5I .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFlEjY5I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFlEjY5I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFlEjY5I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFlEjY5I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFlEjY5I .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFlEjY5I .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-vcIFlEjY5I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFlEjY5I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFlEjY5I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFlEjY5I .navbar {
    min-height: 72px;
  }
  .cid-vcIFlEjY5I .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFlEjY5I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFlEjY5I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFlEjY5I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFlEjY5I .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFlEjY5I .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-vcIFlEjY5I .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFlEjY5I .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFlEjY5I .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFlEjY5I .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFlEjY5I .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFlEjY5I .dropdown-item.active,
.cid-vcIFlEjY5I .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFlEjY5I .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFlEjY5I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFlEjY5I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFlEjY5I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFlEjY5I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFlEjY5I .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFlEjY5I ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFlEjY5I .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFlEjY5I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFlEjY5I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFlEjY5I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFlEjY5I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFlEjY5I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFlEjY5I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFlEjY5I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFlEjY5I nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFlEjY5I nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFlEjY5I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFlEjY5I .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFlEjY5I a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFlEjY5I .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-vcIFlEjY5I .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFlEjY5I .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFlEjY5I .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFlEjY5I .navbar {
    height: 70px;
  }
  .cid-vcIFlEjY5I .navbar.opened {
    height: auto;
  }
  .cid-vcIFlEjY5I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFlEjY5I .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFlEjY5I .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFlEjY5I .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFlEjY5I .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFlEjY5I .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFlEjY5I .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFlEjY5I .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFlEjY5I .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-vcIFlEjY5I .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFlEjY5I .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFlEjY5I .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFlEjY5I .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFlEjY5I .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFlEjY5I .content-wrap {
    display: block;
  }
}
.cid-vcIFlFzkXu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFlFzkXu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFlFzkXu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFlFzkXu .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFlFzkXu .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFlFzkXu .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFlFzkXu .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFlFzkXu .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFlFzkXu .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFlFzkXu .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFlFzkXu .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFlFzkXu .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFlFzkXu .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFlFzkXu .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFlFzkXu .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFlFzkXu .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFlFzkXu .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFlFzkXu .mbr-section-title,
.cid-vcIFlFzkXu .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFlFzkXu .mbr-section-title,
.cid-vcIFlFzkXu .mbr-section-btn,
.cid-vcIFlFzkXu .title-wrapper {
  text-align: center;
}
.cid-vcIFlG5Hl3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFlG5Hl3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFlG5Hl3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFlG5Hl3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFlG5Hl3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFlG5Hl3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFlG5Hl3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFlG5Hl3 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFlG5Hl3 .embla__button--next,
.cid-vcIFlG5Hl3 .embla__button--prev {
  display: flex;
}
.cid-vcIFlG5Hl3 .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFlG5Hl3 .embla__button {
    top: 0;
  }
}
.cid-vcIFlG5Hl3 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFlG5Hl3 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFlG5Hl3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFlG5Hl3 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFlG5Hl3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFlG5Hl3 .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFlG5Hl3 .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFlG5Hl3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFlG5Hl3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFlG5Hl3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFlG5Hl3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFlG5Hl3 .mbr-section-title,
.cid-vcIFlG5Hl3 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFlG5Hl3 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFlG5Hl3 .card-name,
.cid-vcIFlG5Hl3 .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFlG5Hl3 .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFlGIus3 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFlGIus3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFlGIus3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFlGIus3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFlGIus3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFlGIus3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFlGIus3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFlGIus3 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFlGIus3 .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFlGIus3 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFlGIus3 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFlGIus3 .item .item-wrapper .card-box .card-title_1,
.cid-vcIFlGIus3 .item .item-wrapper .card-box .card-title_2,
.cid-vcIFlGIus3 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFlGIus3 .item .item-wrapper .card-box .card-text_1,
.cid-vcIFlGIus3 .item .item-wrapper .card-box .card-text_2,
.cid-vcIFlGIus3 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFlGIus3 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFlGIus3 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFlGIus3 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFlGIus3 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFlGIus3 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFlGIus3 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFlGIus3 .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFlGIus3 .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFlGIus3 .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFlGIus3 .mbr-section-title,
.cid-vcIFlGIus3 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFlGIus3 .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFlGIus3 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFlGIus3 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFlGIus3 .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFlGIus3 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFlGIus3 .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFlGIus3 .card-title_1,
.cid-vcIFlGIus3 .mbr-section-btn {
  text-align: center;
}
.cid-vcIFlHoO29 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFlHoO29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFlHoO29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFlHoO29 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFlHoO29 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFlHoO29 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFlHoO29 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFlHoO29 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFlHoO29 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFlHoO29 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFlHoO29 .mbr-section-title,
.cid-vcIFlHoO29 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFlI1Z6W {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFlI1Z6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFlI1Z6W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFlI1Z6W .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFlI1Z6W .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFlI1Z6W .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFlI1Z6W .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFlI1Z6W .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFlI1Z6W .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFlI1Z6W .mbr-text,
.cid-vcIFlI1Z6W .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFlIUrrE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFlIUrrE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFlIUrrE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFlIUrrE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFlIUrrE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFlIUrrE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFlIUrrE .row {
  justify-content: center;
}
.cid-vcIFlIUrrE .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFlIUrrE .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFlIUrrE .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFlIUrrE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFlIUrrE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFlIUrrE .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFlIUrrE .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFlIUrrE .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFlIUrrE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFlIUrrE .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFlIUrrE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFlIUrrE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFlIUrrE .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFlIUrrE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFlIUrrE .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFlIUrrE .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFlIUrrE .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFlIUrrE .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFlIUrrE .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFlIUrrE .mbr-text,
.cid-vcIFlIUrrE .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFlIUrrE .mbr-section-btn,
.cid-vcIFlIUrrE .mbr-section-title {
  text-align: center;
}
.cid-vcIFlIUrrE .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFlIUrrE .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFnr7DPM {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFnr7DPM .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-vcIFnr7DPM .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFnr7DPM .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFnr7DPM .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFnr7DPM .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFnr7DPM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFnr7DPM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFnr7DPM .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFnr7DPM .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFnr7DPM .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFnr7DPM .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFnr7DPM .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFnr7DPM .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFnr7DPM .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFnr7DPM .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFnr7DPM .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFnr7DPM .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFnr7DPM .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFnr7DPM .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFnr7DPM .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFnr7DPM .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFnr7DPM .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFnr7DPM .container,
.cid-vcIFnr7DPM .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .container,
  .cid-vcIFnr7DPM .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFnr7DPM .container,
  .cid-vcIFnr7DPM .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFnr7DPM .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFnr7DPM .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFnr7DPM .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFnr7DPM .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFnr7DPM .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFnr7DPM .nav-item:focus,
.cid-vcIFnr7DPM .nav-link:focus {
  outline: none;
}
.cid-vcIFnr7DPM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFnr7DPM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFnr7DPM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFnr7DPM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFnr7DPM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFnr7DPM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFnr7DPM .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-vcIFnr7DPM .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFnr7DPM .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFnr7DPM .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFnr7DPM .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFnr7DPM .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFnr7DPM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFnr7DPM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFnr7DPM .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFnr7DPM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFnr7DPM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFnr7DPM .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-vcIFnr7DPM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFnr7DPM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFnr7DPM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFnr7DPM .navbar {
    min-height: 72px;
  }
  .cid-vcIFnr7DPM .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFnr7DPM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFnr7DPM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFnr7DPM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFnr7DPM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFnr7DPM .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-vcIFnr7DPM .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFnr7DPM .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFnr7DPM .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFnr7DPM .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFnr7DPM .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFnr7DPM .dropdown-item.active,
.cid-vcIFnr7DPM .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFnr7DPM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFnr7DPM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFnr7DPM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFnr7DPM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFnr7DPM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFnr7DPM .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFnr7DPM ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFnr7DPM .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFnr7DPM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFnr7DPM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFnr7DPM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFnr7DPM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFnr7DPM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFnr7DPM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFnr7DPM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFnr7DPM nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFnr7DPM nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFnr7DPM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFnr7DPM .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFnr7DPM a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFnr7DPM .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-vcIFnr7DPM .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFnr7DPM .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFnr7DPM .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFnr7DPM .navbar {
    height: 70px;
  }
  .cid-vcIFnr7DPM .navbar.opened {
    height: auto;
  }
  .cid-vcIFnr7DPM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFnr7DPM .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFnr7DPM .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFnr7DPM .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFnr7DPM .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFnr7DPM .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFnr7DPM .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFnr7DPM .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFnr7DPM .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-vcIFnr7DPM .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFnr7DPM .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFnr7DPM .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFnr7DPM .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFnr7DPM .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFnr7DPM .content-wrap {
    display: block;
  }
}
.cid-vcIFnsk7AF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFnsk7AF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFnsk7AF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFnsk7AF .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFnsk7AF .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFnsk7AF .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFnsk7AF .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFnsk7AF .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFnsk7AF .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFnsk7AF .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFnsk7AF .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFnsk7AF .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFnsk7AF .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFnsk7AF .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFnsk7AF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFnsk7AF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFnsk7AF .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFnsk7AF .mbr-section-title,
.cid-vcIFnsk7AF .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFnsk7AF .mbr-section-title,
.cid-vcIFnsk7AF .mbr-section-btn,
.cid-vcIFnsk7AF .title-wrapper {
  text-align: center;
}
.cid-vcIFntcsPn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFntcsPn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFntcsPn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFntcsPn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFntcsPn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFntcsPn .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFntcsPn .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFntcsPn .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFntcsPn .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFntcsPn .embla__button--next,
.cid-vcIFntcsPn .embla__button--prev {
  display: flex;
}
.cid-vcIFntcsPn .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFntcsPn .embla__button {
    top: 0;
  }
}
.cid-vcIFntcsPn .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFntcsPn .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFntcsPn .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFntcsPn .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFntcsPn .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFntcsPn .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFntcsPn .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFntcsPn .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFntcsPn .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFntcsPn .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFntcsPn .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFntcsPn .mbr-section-title,
.cid-vcIFntcsPn .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFntcsPn .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFntcsPn .card-name,
.cid-vcIFntcsPn .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFntcsPn .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFntWYRj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFntWYRj .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFntWYRj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFntWYRj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFntWYRj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFntWYRj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFntWYRj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFntWYRj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFntWYRj .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFntWYRj .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFntWYRj .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFntWYRj .item .item-wrapper .card-box .card-title_1,
.cid-vcIFntWYRj .item .item-wrapper .card-box .card-title_2,
.cid-vcIFntWYRj .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFntWYRj .item .item-wrapper .card-box .card-text_1,
.cid-vcIFntWYRj .item .item-wrapper .card-box .card-text_2,
.cid-vcIFntWYRj .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFntWYRj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFntWYRj .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFntWYRj .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFntWYRj .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFntWYRj .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFntWYRj .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFntWYRj .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFntWYRj .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFntWYRj .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFntWYRj .mbr-section-title,
.cid-vcIFntWYRj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFntWYRj .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFntWYRj .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFntWYRj .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFntWYRj .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFntWYRj .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFntWYRj .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFntWYRj .card-title_1,
.cid-vcIFntWYRj .mbr-section-btn {
  text-align: center;
}
.cid-vcIFnuNIIi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFnuNIIi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFnuNIIi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFnuNIIi .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFnuNIIi .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFnuNIIi .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFnuNIIi .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFnuNIIi .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFnuNIIi .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFnuNIIi .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFnuNIIi .mbr-section-title,
.cid-vcIFnuNIIi .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFnvn7Ng {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFnvn7Ng .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFnvn7Ng .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFnvn7Ng .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFnvn7Ng .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFnvn7Ng .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFnvn7Ng .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFnvn7Ng .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFnvn7Ng .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFnvn7Ng .mbr-text,
.cid-vcIFnvn7Ng .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFnw5LY4 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFnw5LY4 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFnw5LY4 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFnw5LY4 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFnw5LY4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFnw5LY4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFnw5LY4 .row {
  justify-content: center;
}
.cid-vcIFnw5LY4 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFnw5LY4 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFnw5LY4 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFnw5LY4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFnw5LY4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFnw5LY4 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFnw5LY4 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFnw5LY4 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFnw5LY4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFnw5LY4 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFnw5LY4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFnw5LY4 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFnw5LY4 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFnw5LY4 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFnw5LY4 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFnw5LY4 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFnw5LY4 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFnw5LY4 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFnw5LY4 .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFnw5LY4 .mbr-text,
.cid-vcIFnw5LY4 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFnw5LY4 .mbr-section-btn,
.cid-vcIFnw5LY4 .mbr-section-title {
  text-align: center;
}
.cid-vcIFnw5LY4 .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFnw5LY4 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFoFpsJU {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFoFpsJU .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-vcIFoFpsJU .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFoFpsJU .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFoFpsJU .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFoFpsJU .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFoFpsJU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFoFpsJU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFoFpsJU .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFoFpsJU .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFoFpsJU .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFoFpsJU .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFoFpsJU .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFoFpsJU .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFoFpsJU .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFoFpsJU .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFoFpsJU .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFoFpsJU .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFoFpsJU .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFoFpsJU .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFoFpsJU .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFoFpsJU .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFoFpsJU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFoFpsJU .container,
.cid-vcIFoFpsJU .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .container,
  .cid-vcIFoFpsJU .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFoFpsJU .container,
  .cid-vcIFoFpsJU .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFoFpsJU .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFoFpsJU .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFoFpsJU .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFoFpsJU .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFoFpsJU .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFoFpsJU .nav-item:focus,
.cid-vcIFoFpsJU .nav-link:focus {
  outline: none;
}
.cid-vcIFoFpsJU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFoFpsJU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFoFpsJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFoFpsJU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFoFpsJU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFoFpsJU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFoFpsJU .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-vcIFoFpsJU .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFoFpsJU .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFoFpsJU .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFoFpsJU .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFoFpsJU .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFoFpsJU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFoFpsJU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFoFpsJU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFoFpsJU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFoFpsJU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFoFpsJU .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-vcIFoFpsJU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFoFpsJU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFoFpsJU .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFoFpsJU .navbar {
    min-height: 72px;
  }
  .cid-vcIFoFpsJU .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFoFpsJU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFoFpsJU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFoFpsJU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFoFpsJU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFoFpsJU .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-vcIFoFpsJU .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFoFpsJU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFoFpsJU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFoFpsJU .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFoFpsJU .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFoFpsJU .dropdown-item.active,
.cid-vcIFoFpsJU .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFoFpsJU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFoFpsJU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFoFpsJU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFoFpsJU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFoFpsJU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFoFpsJU .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFoFpsJU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFoFpsJU .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFoFpsJU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFoFpsJU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFoFpsJU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFoFpsJU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFoFpsJU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFoFpsJU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFoFpsJU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFoFpsJU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFoFpsJU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFoFpsJU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFoFpsJU .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFoFpsJU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFoFpsJU .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-vcIFoFpsJU .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFoFpsJU .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFoFpsJU .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFoFpsJU .navbar {
    height: 70px;
  }
  .cid-vcIFoFpsJU .navbar.opened {
    height: auto;
  }
  .cid-vcIFoFpsJU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFoFpsJU .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFoFpsJU .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFoFpsJU .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFoFpsJU .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFoFpsJU .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFoFpsJU .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFoFpsJU .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFoFpsJU .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-vcIFoFpsJU .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFoFpsJU .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFoFpsJU .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFoFpsJU .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFoFpsJU .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFoFpsJU .content-wrap {
    display: block;
  }
}
.cid-vcIFoGd3fq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFoGd3fq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFoGd3fq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFoGd3fq .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFoGd3fq .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFoGd3fq .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFoGd3fq .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFoGd3fq .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFoGd3fq .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFoGd3fq .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFoGd3fq .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFoGd3fq .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFoGd3fq .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFoGd3fq .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFoGd3fq .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFoGd3fq .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFoGd3fq .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFoGd3fq .mbr-section-title,
.cid-vcIFoGd3fq .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFoGd3fq .mbr-section-title,
.cid-vcIFoGd3fq .mbr-section-btn,
.cid-vcIFoGd3fq .title-wrapper {
  text-align: center;
}
.cid-vcIFoGIDzI {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFoGIDzI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFoGIDzI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFoGIDzI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFoGIDzI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFoGIDzI .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFoGIDzI .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFoGIDzI .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFoGIDzI .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFoGIDzI .embla__button--next,
.cid-vcIFoGIDzI .embla__button--prev {
  display: flex;
}
.cid-vcIFoGIDzI .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFoGIDzI .embla__button {
    top: 0;
  }
}
.cid-vcIFoGIDzI .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFoGIDzI .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFoGIDzI .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFoGIDzI .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFoGIDzI .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFoGIDzI .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFoGIDzI .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFoGIDzI .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFoGIDzI .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFoGIDzI .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFoGIDzI .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFoGIDzI .mbr-section-title,
.cid-vcIFoGIDzI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFoGIDzI .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFoGIDzI .card-name,
.cid-vcIFoGIDzI .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFoGIDzI .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFoHog33 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFoHog33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFoHog33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFoHog33 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFoHog33 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFoHog33 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFoHog33 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFoHog33 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFoHog33 .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFoHog33 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFoHog33 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFoHog33 .item .item-wrapper .card-box .card-title_1,
.cid-vcIFoHog33 .item .item-wrapper .card-box .card-title_2,
.cid-vcIFoHog33 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFoHog33 .item .item-wrapper .card-box .card-text_1,
.cid-vcIFoHog33 .item .item-wrapper .card-box .card-text_2,
.cid-vcIFoHog33 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFoHog33 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFoHog33 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFoHog33 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFoHog33 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFoHog33 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFoHog33 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFoHog33 .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFoHog33 .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFoHog33 .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFoHog33 .mbr-section-title,
.cid-vcIFoHog33 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFoHog33 .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFoHog33 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFoHog33 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFoHog33 .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFoHog33 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFoHog33 .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFoHog33 .card-title_1,
.cid-vcIFoHog33 .mbr-section-btn {
  text-align: center;
}
.cid-vcIFoI8Wdf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFoI8Wdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFoI8Wdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFoI8Wdf .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFoI8Wdf .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFoI8Wdf .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFoI8Wdf .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFoI8Wdf .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFoI8Wdf .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFoI8Wdf .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFoI8Wdf .mbr-section-title,
.cid-vcIFoI8Wdf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFoJnHRe {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFoJnHRe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFoJnHRe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFoJnHRe .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFoJnHRe .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFoJnHRe .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFoJnHRe .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFoJnHRe .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFoJnHRe .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFoJnHRe .mbr-text,
.cid-vcIFoJnHRe .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFoJTNPu {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFoJTNPu .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFoJTNPu .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFoJTNPu .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFoJTNPu .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFoJTNPu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFoJTNPu .row {
  justify-content: center;
}
.cid-vcIFoJTNPu .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFoJTNPu .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFoJTNPu .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFoJTNPu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFoJTNPu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFoJTNPu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFoJTNPu .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFoJTNPu .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFoJTNPu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFoJTNPu .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFoJTNPu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFoJTNPu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFoJTNPu .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFoJTNPu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFoJTNPu .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFoJTNPu .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFoJTNPu .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFoJTNPu .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFoJTNPu .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFoJTNPu .mbr-text,
.cid-vcIFoJTNPu .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFoJTNPu .mbr-section-btn,
.cid-vcIFoJTNPu .mbr-section-title {
  text-align: center;
}
.cid-vcIFoJTNPu .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFoJTNPu .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFpJOyDz {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFpJOyDz .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-vcIFpJOyDz .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFpJOyDz .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFpJOyDz .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFpJOyDz .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFpJOyDz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFpJOyDz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFpJOyDz .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFpJOyDz .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFpJOyDz .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFpJOyDz .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFpJOyDz .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFpJOyDz .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFpJOyDz .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFpJOyDz .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFpJOyDz .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFpJOyDz .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFpJOyDz .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFpJOyDz .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFpJOyDz .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFpJOyDz .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFpJOyDz .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFpJOyDz .container,
.cid-vcIFpJOyDz .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .container,
  .cid-vcIFpJOyDz .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFpJOyDz .container,
  .cid-vcIFpJOyDz .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFpJOyDz .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFpJOyDz .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFpJOyDz .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFpJOyDz .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFpJOyDz .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFpJOyDz .nav-item:focus,
.cid-vcIFpJOyDz .nav-link:focus {
  outline: none;
}
.cid-vcIFpJOyDz .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFpJOyDz .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFpJOyDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFpJOyDz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFpJOyDz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFpJOyDz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFpJOyDz .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-vcIFpJOyDz .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFpJOyDz .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFpJOyDz .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFpJOyDz .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFpJOyDz .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFpJOyDz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFpJOyDz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFpJOyDz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFpJOyDz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFpJOyDz .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFpJOyDz .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-vcIFpJOyDz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFpJOyDz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFpJOyDz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFpJOyDz .navbar {
    min-height: 72px;
  }
  .cid-vcIFpJOyDz .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFpJOyDz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFpJOyDz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFpJOyDz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFpJOyDz .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFpJOyDz .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-vcIFpJOyDz .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFpJOyDz .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFpJOyDz .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFpJOyDz .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFpJOyDz .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFpJOyDz .dropdown-item.active,
.cid-vcIFpJOyDz .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFpJOyDz .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFpJOyDz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFpJOyDz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFpJOyDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFpJOyDz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFpJOyDz .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFpJOyDz ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFpJOyDz .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFpJOyDz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFpJOyDz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFpJOyDz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFpJOyDz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFpJOyDz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFpJOyDz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFpJOyDz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFpJOyDz nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFpJOyDz nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFpJOyDz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFpJOyDz .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFpJOyDz a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFpJOyDz .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-vcIFpJOyDz .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFpJOyDz .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFpJOyDz .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFpJOyDz .navbar {
    height: 70px;
  }
  .cid-vcIFpJOyDz .navbar.opened {
    height: auto;
  }
  .cid-vcIFpJOyDz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFpJOyDz .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFpJOyDz .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFpJOyDz .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFpJOyDz .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFpJOyDz .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFpJOyDz .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFpJOyDz .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFpJOyDz .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-vcIFpJOyDz .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFpJOyDz .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFpJOyDz .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFpJOyDz .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFpJOyDz .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFpJOyDz .content-wrap {
    display: block;
  }
}
.cid-vcIFpKzjS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFpKzjS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFpKzjS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFpKzjS2 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFpKzjS2 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFpKzjS2 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFpKzjS2 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFpKzjS2 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFpKzjS2 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFpKzjS2 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFpKzjS2 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFpKzjS2 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFpKzjS2 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFpKzjS2 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFpKzjS2 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFpKzjS2 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFpKzjS2 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFpKzjS2 .mbr-section-title,
.cid-vcIFpKzjS2 .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFpKzjS2 .mbr-section-title,
.cid-vcIFpKzjS2 .mbr-section-btn,
.cid-vcIFpKzjS2 .title-wrapper {
  text-align: center;
}
.cid-vcIFpL5g4W {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFpL5g4W .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFpL5g4W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFpL5g4W .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFpL5g4W .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFpL5g4W .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFpL5g4W .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFpL5g4W .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFpL5g4W .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFpL5g4W .embla__button--next,
.cid-vcIFpL5g4W .embla__button--prev {
  display: flex;
}
.cid-vcIFpL5g4W .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFpL5g4W .embla__button {
    top: 0;
  }
}
.cid-vcIFpL5g4W .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFpL5g4W .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFpL5g4W .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFpL5g4W .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFpL5g4W .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFpL5g4W .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFpL5g4W .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFpL5g4W .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFpL5g4W .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFpL5g4W .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFpL5g4W .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFpL5g4W .mbr-section-title,
.cid-vcIFpL5g4W .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFpL5g4W .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFpL5g4W .card-name,
.cid-vcIFpL5g4W .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFpL5g4W .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFpMc2Co {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFpMc2Co .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFpMc2Co .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFpMc2Co .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFpMc2Co .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFpMc2Co .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFpMc2Co .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFpMc2Co .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFpMc2Co .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFpMc2Co .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFpMc2Co .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFpMc2Co .item .item-wrapper .card-box .card-title_1,
.cid-vcIFpMc2Co .item .item-wrapper .card-box .card-title_2,
.cid-vcIFpMc2Co .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFpMc2Co .item .item-wrapper .card-box .card-text_1,
.cid-vcIFpMc2Co .item .item-wrapper .card-box .card-text_2,
.cid-vcIFpMc2Co .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFpMc2Co .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFpMc2Co .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFpMc2Co .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFpMc2Co .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFpMc2Co .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFpMc2Co .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFpMc2Co .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFpMc2Co .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFpMc2Co .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFpMc2Co .mbr-section-title,
.cid-vcIFpMc2Co .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFpMc2Co .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFpMc2Co .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFpMc2Co .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFpMc2Co .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFpMc2Co .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFpMc2Co .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFpMc2Co .card-title_1,
.cid-vcIFpMc2Co .mbr-section-btn {
  text-align: center;
}
.cid-vcIFpN7fB5 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFpN7fB5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFpN7fB5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFpN7fB5 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFpN7fB5 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFpN7fB5 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFpN7fB5 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFpN7fB5 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFpN7fB5 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFpN7fB5 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFpN7fB5 .mbr-section-title,
.cid-vcIFpN7fB5 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFpPVMmV {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFpPVMmV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFpPVMmV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFpPVMmV .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFpPVMmV .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFpPVMmV .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFpPVMmV .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFpPVMmV .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFpPVMmV .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFpPVMmV .mbr-text,
.cid-vcIFpPVMmV .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFpRgCGm {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFpRgCGm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFpRgCGm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFpRgCGm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFpRgCGm .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFpRgCGm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFpRgCGm .row {
  justify-content: center;
}
.cid-vcIFpRgCGm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFpRgCGm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFpRgCGm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFpRgCGm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFpRgCGm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFpRgCGm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFpRgCGm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFpRgCGm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFpRgCGm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFpRgCGm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFpRgCGm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFpRgCGm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFpRgCGm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFpRgCGm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFpRgCGm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFpRgCGm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFpRgCGm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFpRgCGm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFpRgCGm .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFpRgCGm .mbr-text,
.cid-vcIFpRgCGm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFpRgCGm .mbr-section-btn,
.cid-vcIFpRgCGm .mbr-section-title {
  text-align: center;
}
.cid-vcIFpRgCGm .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFpRgCGm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFrqKdgY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFrqKdgY .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-vcIFrqKdgY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFrqKdgY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFrqKdgY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFrqKdgY .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFrqKdgY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFrqKdgY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFrqKdgY .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFrqKdgY .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFrqKdgY .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFrqKdgY .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFrqKdgY .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFrqKdgY .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFrqKdgY .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFrqKdgY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFrqKdgY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFrqKdgY .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFrqKdgY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFrqKdgY .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFrqKdgY .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFrqKdgY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFrqKdgY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFrqKdgY .container,
.cid-vcIFrqKdgY .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .container,
  .cid-vcIFrqKdgY .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFrqKdgY .container,
  .cid-vcIFrqKdgY .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFrqKdgY .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFrqKdgY .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFrqKdgY .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFrqKdgY .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFrqKdgY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFrqKdgY .nav-item:focus,
.cid-vcIFrqKdgY .nav-link:focus {
  outline: none;
}
.cid-vcIFrqKdgY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFrqKdgY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFrqKdgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFrqKdgY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFrqKdgY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFrqKdgY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFrqKdgY .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-vcIFrqKdgY .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFrqKdgY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFrqKdgY .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFrqKdgY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFrqKdgY .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFrqKdgY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFrqKdgY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFrqKdgY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFrqKdgY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFrqKdgY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFrqKdgY .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-vcIFrqKdgY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFrqKdgY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFrqKdgY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFrqKdgY .navbar {
    min-height: 72px;
  }
  .cid-vcIFrqKdgY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFrqKdgY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFrqKdgY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFrqKdgY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFrqKdgY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFrqKdgY .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-vcIFrqKdgY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFrqKdgY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFrqKdgY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFrqKdgY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFrqKdgY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFrqKdgY .dropdown-item.active,
.cid-vcIFrqKdgY .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFrqKdgY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFrqKdgY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFrqKdgY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFrqKdgY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFrqKdgY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFrqKdgY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFrqKdgY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFrqKdgY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFrqKdgY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFrqKdgY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFrqKdgY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFrqKdgY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFrqKdgY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFrqKdgY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFrqKdgY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFrqKdgY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFrqKdgY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFrqKdgY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFrqKdgY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFrqKdgY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFrqKdgY .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-vcIFrqKdgY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFrqKdgY .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFrqKdgY .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFrqKdgY .navbar {
    height: 70px;
  }
  .cid-vcIFrqKdgY .navbar.opened {
    height: auto;
  }
  .cid-vcIFrqKdgY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFrqKdgY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFrqKdgY .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFrqKdgY .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFrqKdgY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFrqKdgY .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFrqKdgY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFrqKdgY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFrqKdgY .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-vcIFrqKdgY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFrqKdgY .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFrqKdgY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFrqKdgY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFrqKdgY .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFrqKdgY .content-wrap {
    display: block;
  }
}
.cid-vcIFrsdJK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFrsdJK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFrsdJK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFrsdJK2 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFrsdJK2 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFrsdJK2 .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFrsdJK2 .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFrsdJK2 .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFrsdJK2 .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFrsdJK2 .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFrsdJK2 .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFrsdJK2 .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFrsdJK2 .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFrsdJK2 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFrsdJK2 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFrsdJK2 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFrsdJK2 .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFrsdJK2 .mbr-section-title,
.cid-vcIFrsdJK2 .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFrsdJK2 .mbr-section-title,
.cid-vcIFrsdJK2 .mbr-section-btn,
.cid-vcIFrsdJK2 .title-wrapper {
  text-align: center;
}
.cid-vcIFrsHdf3 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFrsHdf3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFrsHdf3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFrsHdf3 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFrsHdf3 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFrsHdf3 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFrsHdf3 .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFrsHdf3 .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFrsHdf3 .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFrsHdf3 .embla__button--next,
.cid-vcIFrsHdf3 .embla__button--prev {
  display: flex;
}
.cid-vcIFrsHdf3 .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFrsHdf3 .embla__button {
    top: 0;
  }
}
.cid-vcIFrsHdf3 .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFrsHdf3 .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFrsHdf3 .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFrsHdf3 .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFrsHdf3 .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFrsHdf3 .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFrsHdf3 .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFrsHdf3 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFrsHdf3 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFrsHdf3 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFrsHdf3 .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFrsHdf3 .mbr-section-title,
.cid-vcIFrsHdf3 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFrsHdf3 .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFrsHdf3 .card-name,
.cid-vcIFrsHdf3 .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFrsHdf3 .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFrtiZ02 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFrtiZ02 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFrtiZ02 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFrtiZ02 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFrtiZ02 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFrtiZ02 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFrtiZ02 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFrtiZ02 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFrtiZ02 .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFrtiZ02 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFrtiZ02 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .card-title_1,
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .card-title_2,
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .card-text_1,
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .card-text_2,
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFrtiZ02 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFrtiZ02 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFrtiZ02 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFrtiZ02 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFrtiZ02 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFrtiZ02 .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFrtiZ02 .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFrtiZ02 .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFrtiZ02 .mbr-section-title,
.cid-vcIFrtiZ02 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFrtiZ02 .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFrtiZ02 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFrtiZ02 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFrtiZ02 .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFrtiZ02 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFrtiZ02 .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFrtiZ02 .card-title_1,
.cid-vcIFrtiZ02 .mbr-section-btn {
  text-align: center;
}
.cid-vcIFrtUmeo {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFrtUmeo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFrtUmeo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFrtUmeo .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFrtUmeo .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFrtUmeo .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFrtUmeo .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFrtUmeo .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFrtUmeo .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFrtUmeo .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFrtUmeo .mbr-section-title,
.cid-vcIFrtUmeo .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFruu3QT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFruu3QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFruu3QT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFruu3QT .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFruu3QT .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFruu3QT .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFruu3QT .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFruu3QT .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFruu3QT .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFruu3QT .mbr-text,
.cid-vcIFruu3QT .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFrv1saZ {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFrv1saZ .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFrv1saZ .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFrv1saZ .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFrv1saZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFrv1saZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFrv1saZ .row {
  justify-content: center;
}
.cid-vcIFrv1saZ .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFrv1saZ .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFrv1saZ .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFrv1saZ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFrv1saZ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFrv1saZ .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFrv1saZ .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFrv1saZ .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFrv1saZ .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFrv1saZ .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFrv1saZ .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFrv1saZ .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFrv1saZ .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFrv1saZ .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFrv1saZ .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFrv1saZ .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFrv1saZ .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFrv1saZ .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFrv1saZ .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFrv1saZ .mbr-text,
.cid-vcIFrv1saZ .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFrv1saZ .mbr-section-btn,
.cid-vcIFrv1saZ .mbr-section-title {
  text-align: center;
}
.cid-vcIFrv1saZ .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFrv1saZ .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFu81Hzm {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFu81Hzm .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-vcIFu81Hzm .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFu81Hzm .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFu81Hzm .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFu81Hzm .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFu81Hzm .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFu81Hzm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFu81Hzm .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFu81Hzm .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFu81Hzm .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFu81Hzm .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFu81Hzm .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFu81Hzm .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFu81Hzm .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFu81Hzm .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFu81Hzm .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFu81Hzm .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFu81Hzm .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFu81Hzm .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFu81Hzm .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFu81Hzm .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFu81Hzm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFu81Hzm .container,
.cid-vcIFu81Hzm .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .container,
  .cid-vcIFu81Hzm .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFu81Hzm .container,
  .cid-vcIFu81Hzm .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFu81Hzm .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFu81Hzm .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFu81Hzm .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFu81Hzm .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFu81Hzm .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFu81Hzm .nav-item:focus,
.cid-vcIFu81Hzm .nav-link:focus {
  outline: none;
}
.cid-vcIFu81Hzm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFu81Hzm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFu81Hzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFu81Hzm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFu81Hzm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFu81Hzm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFu81Hzm .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-vcIFu81Hzm .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFu81Hzm .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFu81Hzm .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFu81Hzm .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFu81Hzm .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFu81Hzm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFu81Hzm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFu81Hzm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFu81Hzm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFu81Hzm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFu81Hzm .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-vcIFu81Hzm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFu81Hzm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFu81Hzm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFu81Hzm .navbar {
    min-height: 72px;
  }
  .cid-vcIFu81Hzm .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFu81Hzm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFu81Hzm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFu81Hzm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFu81Hzm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFu81Hzm .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-vcIFu81Hzm .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFu81Hzm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFu81Hzm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFu81Hzm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFu81Hzm .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFu81Hzm .dropdown-item.active,
.cid-vcIFu81Hzm .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFu81Hzm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFu81Hzm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFu81Hzm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFu81Hzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFu81Hzm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFu81Hzm .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFu81Hzm ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFu81Hzm .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFu81Hzm button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFu81Hzm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFu81Hzm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFu81Hzm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFu81Hzm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFu81Hzm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFu81Hzm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFu81Hzm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFu81Hzm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFu81Hzm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFu81Hzm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFu81Hzm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFu81Hzm .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-vcIFu81Hzm .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFu81Hzm .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFu81Hzm .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFu81Hzm .navbar {
    height: 70px;
  }
  .cid-vcIFu81Hzm .navbar.opened {
    height: auto;
  }
  .cid-vcIFu81Hzm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFu81Hzm .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFu81Hzm .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFu81Hzm .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFu81Hzm .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFu81Hzm .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFu81Hzm .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFu81Hzm .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFu81Hzm .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-vcIFu81Hzm .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFu81Hzm .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFu81Hzm .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFu81Hzm .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFu81Hzm .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFu81Hzm .content-wrap {
    display: block;
  }
}
.cid-vcIFu8HXsv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFu8HXsv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFu8HXsv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFu8HXsv .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFu8HXsv .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFu8HXsv .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFu8HXsv .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFu8HXsv .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFu8HXsv .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFu8HXsv .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFu8HXsv .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFu8HXsv .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFu8HXsv .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFu8HXsv .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFu8HXsv .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFu8HXsv .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFu8HXsv .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFu8HXsv .mbr-section-title,
.cid-vcIFu8HXsv .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFu8HXsv .mbr-section-title,
.cid-vcIFu8HXsv .mbr-section-btn,
.cid-vcIFu8HXsv .title-wrapper {
  text-align: center;
}
.cid-vcIFu98F5e {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFu98F5e .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFu98F5e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFu98F5e .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFu98F5e .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFu98F5e .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFu98F5e .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFu98F5e .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFu98F5e .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFu98F5e .embla__button--next,
.cid-vcIFu98F5e .embla__button--prev {
  display: flex;
}
.cid-vcIFu98F5e .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFu98F5e .embla__button {
    top: 0;
  }
}
.cid-vcIFu98F5e .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFu98F5e .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFu98F5e .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFu98F5e .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFu98F5e .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFu98F5e .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFu98F5e .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFu98F5e .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFu98F5e .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFu98F5e .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFu98F5e .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFu98F5e .mbr-section-title,
.cid-vcIFu98F5e .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFu98F5e .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFu98F5e .card-name,
.cid-vcIFu98F5e .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFu98F5e .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFu9HXIT {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFu9HXIT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFu9HXIT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFu9HXIT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFu9HXIT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFu9HXIT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFu9HXIT .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFu9HXIT .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFu9HXIT .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFu9HXIT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFu9HXIT .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFu9HXIT .item .item-wrapper .card-box .card-title_1,
.cid-vcIFu9HXIT .item .item-wrapper .card-box .card-title_2,
.cid-vcIFu9HXIT .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFu9HXIT .item .item-wrapper .card-box .card-text_1,
.cid-vcIFu9HXIT .item .item-wrapper .card-box .card-text_2,
.cid-vcIFu9HXIT .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFu9HXIT .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFu9HXIT .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFu9HXIT .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFu9HXIT .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFu9HXIT .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFu9HXIT .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFu9HXIT .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFu9HXIT .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFu9HXIT .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFu9HXIT .mbr-section-title,
.cid-vcIFu9HXIT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFu9HXIT .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFu9HXIT .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFu9HXIT .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFu9HXIT .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFu9HXIT .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFu9HXIT .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFu9HXIT .card-title_1,
.cid-vcIFu9HXIT .mbr-section-btn {
  text-align: center;
}
.cid-vcIFuaguJD {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFuaguJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFuaguJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFuaguJD .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFuaguJD .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFuaguJD .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFuaguJD .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFuaguJD .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFuaguJD .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFuaguJD .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFuaguJD .mbr-section-title,
.cid-vcIFuaguJD .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFubn0jk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFubn0jk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFubn0jk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFubn0jk .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFubn0jk .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFubn0jk .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFubn0jk .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFubn0jk .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFubn0jk .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFubn0jk .mbr-text,
.cid-vcIFubn0jk .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFuc73ye {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFuc73ye .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFuc73ye .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFuc73ye .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFuc73ye .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFuc73ye .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFuc73ye .row {
  justify-content: center;
}
.cid-vcIFuc73ye .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFuc73ye .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFuc73ye .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFuc73ye .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFuc73ye .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFuc73ye .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFuc73ye .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFuc73ye .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFuc73ye .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFuc73ye .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFuc73ye .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFuc73ye .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFuc73ye .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFuc73ye .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFuc73ye .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFuc73ye .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFuc73ye .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFuc73ye .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFuc73ye .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFuc73ye .mbr-text,
.cid-vcIFuc73ye .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFuc73ye .mbr-section-btn,
.cid-vcIFuc73ye .mbr-section-title {
  text-align: center;
}
.cid-vcIFuc73ye .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFuc73ye .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIJNu703d {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIJNu703d .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-vcIJNu703d .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIJNu703d .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIJNu703d .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIJNu703d .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIJNu703d .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIJNu703d .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIJNu703d .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIJNu703d .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIJNu703d .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIJNu703d .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIJNu703d .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIJNu703d .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIJNu703d .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIJNu703d .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIJNu703d .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIJNu703d .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIJNu703d .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIJNu703d .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIJNu703d .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIJNu703d .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIJNu703d .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIJNu703d .container,
.cid-vcIJNu703d .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .container,
  .cid-vcIJNu703d .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIJNu703d .container,
  .cid-vcIJNu703d .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIJNu703d .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIJNu703d .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIJNu703d .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIJNu703d .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIJNu703d .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIJNu703d .nav-item:focus,
.cid-vcIJNu703d .nav-link:focus {
  outline: none;
}
.cid-vcIJNu703d .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIJNu703d .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIJNu703d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIJNu703d .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIJNu703d .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIJNu703d .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIJNu703d .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-vcIJNu703d .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIJNu703d .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIJNu703d .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIJNu703d .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIJNu703d .navbar.collapsed {
  justify-content: center;
}
.cid-vcIJNu703d .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIJNu703d .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIJNu703d .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIJNu703d .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIJNu703d .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIJNu703d .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-vcIJNu703d .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIJNu703d .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIJNu703d .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIJNu703d .navbar {
    min-height: 72px;
  }
  .cid-vcIJNu703d .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIJNu703d .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIJNu703d .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIJNu703d .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIJNu703d .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIJNu703d .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-vcIJNu703d .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIJNu703d .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIJNu703d .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIJNu703d .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIJNu703d .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIJNu703d .dropdown-item.active,
.cid-vcIJNu703d .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIJNu703d .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIJNu703d .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIJNu703d .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIJNu703d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIJNu703d .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIJNu703d .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIJNu703d ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIJNu703d .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIJNu703d button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIJNu703d button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIJNu703d button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIJNu703d button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIJNu703d button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIJNu703d button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIJNu703d nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIJNu703d nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIJNu703d nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIJNu703d nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIJNu703d .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIJNu703d a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIJNu703d .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-vcIJNu703d .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIJNu703d .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIJNu703d .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIJNu703d .navbar {
    height: 70px;
  }
  .cid-vcIJNu703d .navbar.opened {
    height: auto;
  }
  .cid-vcIJNu703d .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIJNu703d .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIJNu703d .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIJNu703d .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIJNu703d .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIJNu703d .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIJNu703d .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIJNu703d .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIJNu703d .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIJNu703d .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIJNu703d .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-vcIJNu703d .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIJNu703d .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIJNu703d .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIJNu703d .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIJNu703d .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIJNu703d .content-wrap {
    display: block;
  }
}
.cid-vcIJNv62bw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIJNv62bw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIJNv62bw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIJNv62bw .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIJNv62bw .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIJNv62bw .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIJNv62bw .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIJNv62bw .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIJNv62bw .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIJNv62bw .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIJNv62bw .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIJNv62bw .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIJNv62bw .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIJNv62bw .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIJNv62bw .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIJNv62bw .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIJNv62bw .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIJNv62bw .mbr-section-title,
.cid-vcIJNv62bw .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIJNv62bw .mbr-section-title,
.cid-vcIJNv62bw .mbr-section-btn,
.cid-vcIJNv62bw .title-wrapper {
  text-align: center;
}
.cid-vcIJNywabE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIJNywabE .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIJNywabE .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIJNywabE .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIJNywabE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIJNywabE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIJNywabE .row {
  justify-content: center;
}
.cid-vcIJNywabE .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIJNywabE .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIJNywabE .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIJNywabE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIJNywabE .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIJNywabE .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIJNywabE .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIJNywabE .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIJNywabE .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIJNywabE .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIJNywabE .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIJNywabE .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIJNywabE .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIJNywabE .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIJNywabE .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIJNywabE .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIJNywabE .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIJNywabE .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIJNywabE .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIJNywabE .mbr-text,
.cid-vcIJNywabE .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIJNywabE .mbr-section-btn,
.cid-vcIJNywabE .mbr-section-title {
  text-align: center;
}
.cid-vcIJNywabE .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIJNywabE .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFvt9Xl4 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-vcIFvt9Xl4 .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-vcIFvt9Xl4 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-vcIFvt9Xl4 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-vcIFvt9Xl4 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-vcIFvt9Xl4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-vcIFvt9Xl4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vcIFvt9Xl4 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-vcIFvt9Xl4 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-vcIFvt9Xl4 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-vcIFvt9Xl4 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-vcIFvt9Xl4 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-vcIFvt9Xl4 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-vcIFvt9Xl4 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-vcIFvt9Xl4 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-vcIFvt9Xl4 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-vcIFvt9Xl4 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-vcIFvt9Xl4 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-vcIFvt9Xl4 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-caption {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFvt9Xl4 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFvt9Xl4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-vcIFvt9Xl4 .container,
.cid-vcIFvt9Xl4 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  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: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .container,
  .cid-vcIFvt9Xl4 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-vcIFvt9Xl4 .container,
  .cid-vcIFvt9Xl4 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-vcIFvt9Xl4 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-vcIFvt9Xl4 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-vcIFvt9Xl4 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-vcIFvt9Xl4 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-vcIFvt9Xl4 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-vcIFvt9Xl4 .nav-item:focus,
.cid-vcIFvt9Xl4 .nav-link:focus {
  outline: none;
}
.cid-vcIFvt9Xl4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vcIFvt9Xl4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vcIFvt9Xl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vcIFvt9Xl4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vcIFvt9Xl4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vcIFvt9Xl4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vcIFvt9Xl4 .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-vcIFvt9Xl4 .navbar.opened {
  transition: all 0.3s;
}
.cid-vcIFvt9Xl4 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-vcIFvt9Xl4 .navbar .navbar-logo img {
  width: auto;
}
.cid-vcIFvt9Xl4 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-vcIFvt9Xl4 .navbar.collapsed {
  justify-content: center;
}
.cid-vcIFvt9Xl4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vcIFvt9Xl4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-vcIFvt9Xl4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vcIFvt9Xl4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vcIFvt9Xl4 .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-vcIFvt9Xl4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vcIFvt9Xl4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vcIFvt9Xl4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-vcIFvt9Xl4 .navbar {
    min-height: 72px;
  }
  .cid-vcIFvt9Xl4 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-vcIFvt9Xl4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vcIFvt9Xl4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vcIFvt9Xl4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vcIFvt9Xl4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vcIFvt9Xl4 .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-vcIFvt9Xl4 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-vcIFvt9Xl4 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-vcIFvt9Xl4 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vcIFvt9Xl4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vcIFvt9Xl4 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-vcIFvt9Xl4 .dropdown-item.active,
.cid-vcIFvt9Xl4 .dropdown-item:active {
  background-color: transparent;
}
.cid-vcIFvt9Xl4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vcIFvt9Xl4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vcIFvt9Xl4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vcIFvt9Xl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vcIFvt9Xl4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-vcIFvt9Xl4 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-vcIFvt9Xl4 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-vcIFvt9Xl4 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar-buttons {
    text-align: left;
  }
}
.cid-vcIFvt9Xl4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-vcIFvt9Xl4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-vcIFvt9Xl4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vcIFvt9Xl4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFvt9Xl4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vcIFvt9Xl4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vcIFvt9Xl4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFvt9Xl4 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vcIFvt9Xl4 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vcIFvt9Xl4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vcIFvt9Xl4 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vcIFvt9Xl4 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vcIFvt9Xl4 .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-vcIFvt9Xl4 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-vcIFvt9Xl4 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-vcIFvt9Xl4 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vcIFvt9Xl4 .navbar {
    height: 70px;
  }
  .cid-vcIFvt9Xl4 .navbar.opened {
    height: auto;
  }
  .cid-vcIFvt9Xl4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-vcIFvt9Xl4 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-vcIFvt9Xl4 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-vcIFvt9Xl4 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-vcIFvt9Xl4 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-vcIFvt9Xl4 .navbar-brand {
    margin-right: auto;
  }
  .cid-vcIFvt9Xl4 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-vcIFvt9Xl4 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-vcIFvt9Xl4 .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-vcIFvt9Xl4 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-vcIFvt9Xl4 .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;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-vcIFvt9Xl4 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-vcIFvt9Xl4 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vcIFvt9Xl4 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vcIFvt9Xl4 .content-wrap {
    display: block;
  }
}
.cid-vcIFvuhiNd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vcIFvuhiNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFvuhiNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFvuhiNd .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 130px 70px;
  background-color: #1e4d2b;
}
@media (max-width: 992px) {
  .cid-vcIFvuhiNd .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFvuhiNd .card-wrapper .card-wrap {
  position: absolute;
  bottom: -2rem;
  left: -2rem;
  width: 450px;
  height: 300px;
  overflow: hidden;
  transform: rotate(15deg);
}
@media (max-width: 992px) {
  .cid-vcIFvuhiNd .card-wrapper .card-wrap {
    display: none;
  }
}
.cid-vcIFvuhiNd .card-wrapper .card-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-vcIFvuhiNd .card-wrapper .card-wrap::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1e4d2b;
  opacity: 0.5;
  pointer-events: none;
}
.cid-vcIFvuhiNd .card-wrapper .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFvuhiNd .card-wrapper .decor-wrapper {
    display: none;
  }
}
.cid-vcIFvuhiNd .card-wrapper .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFvuhiNd .card-wrapper .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #2a5b38;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFvuhiNd .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFvuhiNd .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFvuhiNd .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFvuhiNd .card-wrapper .mbr-section-btn {
  position: relative;
  z-index: 1;
}
.cid-vcIFvuhiNd .mbr-section-title,
.cid-vcIFvuhiNd .title-wrapper {
  color: #f1f5eb;
}
.cid-vcIFvuhiNd .mbr-section-title,
.cid-vcIFvuhiNd .mbr-section-btn,
.cid-vcIFvuhiNd .title-wrapper {
  text-align: center;
}
.cid-vcIFvv6GBT {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #f1f5eb;
}
.cid-vcIFvv6GBT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFvv6GBT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFvv6GBT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFvv6GBT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFvv6GBT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .cid-vcIFvv6GBT .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vcIFvv6GBT .embla__slide .slide-content {
  width: 100%;
}
.cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper .card-box .card-text {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper .card-box .card-text {
    margin-bottom: 30px;
  }
}
.cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper .card-box .item-img {
  margin-bottom: 20px;
}
.cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper .card-box .item-img img {
  display: inline-flex;
  height: 160px;
  width: 160px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper .card-box .card-name {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.cid-vcIFvv6GBT .embla__slide .slide-content .item-wrapper .card-box .card-role {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}
.cid-vcIFvv6GBT .embla__button--next,
.cid-vcIFvv6GBT .embla__button--prev {
  display: flex;
}
.cid-vcIFvv6GBT .embla__button {
  top: 45%;
  width: 54px;
  height: 54px;
  margin-top: -1.5rem;
  font-size: 28px;
  background-color: #d1e0be !important;
  color: #5c834f !important;
  border: none !important;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
@media (max-width: 992px) {
  .cid-vcIFvv6GBT .embla__button {
    top: 0;
  }
}
.cid-vcIFvv6GBT .embla__button:hover {
  background-color: #5c834f !important;
  color: #d1e0be !important;
}
.cid-vcIFvv6GBT .embla__button:disabled {
  opacity: .5 !important;
  background-color: #d1e0be !important;
  color: #5c834f !important;
}
.cid-vcIFvv6GBT .embla__button.embla__button--prev {
  left: 0;
}
.cid-vcIFvv6GBT .embla__button.embla__button--next {
  right: 0;
}
.cid-vcIFvv6GBT .embla {
  position: relative;
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-vcIFvv6GBT .embla__viewport {
  overflow: hidden;
  width: 60%;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vcIFvv6GBT .embla__viewport {
    width: 100%;
  }
}
.cid-vcIFvv6GBT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vcIFvv6GBT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vcIFvv6GBT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vcIFvv6GBT .item-menu-overlay {
  opacity: 0 !important;
}
.cid-vcIFvv6GBT .mbr-section-title,
.cid-vcIFvv6GBT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFvv6GBT .card-text {
  color: #323432;
  text-align: center;
}
.cid-vcIFvv6GBT .card-name,
.cid-vcIFvv6GBT .item-img {
  color: #323432;
  text-align: center;
}
.cid-vcIFvv6GBT .card-role {
  color: #323432;
  text-align: center;
}
.cid-vcIFvwkgA2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFvwkgA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFvwkgA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFvwkgA2 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFvwkgA2 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vcIFvwkgA2 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vcIFvwkgA2 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vcIFvwkgA2 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vcIFvwkgA2 .item {
    margin-bottom: 20px;
  }
}
.cid-vcIFvwkgA2 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFvwkgA2 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .card-title_1,
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .card-title_2,
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .card-text_1,
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .card-text_2,
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vcIFvwkgA2 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vcIFvwkgA2 .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vcIFvwkgA2 .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vcIFvwkgA2 .item .item-wrapper .iconfont-wrapper .mbr-iconfont {
  width: 54px;
  height: 54px;
  min-width: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 22px;
  color: #f1f5eb;
  background-color: #5c834f;
}
.cid-vcIFvwkgA2 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vcIFvwkgA2 .item .card_2 {
  background-color: #d1e0be;
}
.cid-vcIFvwkgA2 .item .card_3 {
  background-color: #e6eddc;
}
.cid-vcIFvwkgA2 .btn-wrapper {
  margin-top: -6%;
}
.cid-vcIFvwkgA2 .mbr-section-title,
.cid-vcIFvwkgA2 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFvwkgA2 .card-title_1 {
  color: #f1f5eb;
}
.cid-vcIFvwkgA2 .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFvwkgA2 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFvwkgA2 .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vcIFvwkgA2 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFvwkgA2 .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vcIFvwkgA2 .card-title_1,
.cid-vcIFvwkgA2 .mbr-section-btn {
  text-align: center;
}
.cid-vcIFvxpIh2 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFvxpIh2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFvxpIh2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFvxpIh2 .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vcIFvxpIh2 .card-wrapper {
    padding: 20px;
  }
}
.cid-vcIFvxpIh2 .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vcIFvxpIh2 .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFvxpIh2 .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vcIFvxpIh2 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vcIFvxpIh2 .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vcIFvxpIh2 .mbr-section-title,
.cid-vcIFvxpIh2 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFvyKacE {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-vcIFvyKacE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFvyKacE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFvyKacE .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vcIFvyKacE .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vcIFvyKacE .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFvyKacE .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control {
  background-color: #d1e0be;
  padding: 21.5px 30px;
  font-weight: 400;
  box-shadow: none;
  border: none !important;
  margin-bottom: 0;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #323432;
  opacity: .3;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
}
@media (max-width: 992px) {
  .cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #323432;
  border-color: #323432;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vcIFvyKacE .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vcIFvyKacE .mbr-section-title {
  color: #323432;
  text-align: center;
}
.cid-vcIFvyKacE .mbr-text,
.cid-vcIFvyKacE .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vcIFvAaLgS {
  padding-top: 5rem;
  padding-bottom: 0rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-vcIFvAaLgS .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-vcIFvAaLgS .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-vcIFvAaLgS .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-vcIFvAaLgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcIFvAaLgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcIFvAaLgS .row {
  justify-content: center;
}
.cid-vcIFvAaLgS .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-vcIFvAaLgS .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vcIFvAaLgS .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-vcIFvAaLgS .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vcIFvAaLgS .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vcIFvAaLgS .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vcIFvAaLgS .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vcIFvAaLgS .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-vcIFvAaLgS .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-vcIFvAaLgS .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-vcIFvAaLgS .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vcIFvAaLgS .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-vcIFvAaLgS .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-vcIFvAaLgS .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-vcIFvAaLgS .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-vcIFvAaLgS .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-vcIFvAaLgS .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-vcIFvAaLgS .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-vcIFvAaLgS .mbr-section-title {
  color: #f1f5eb;
}
.cid-vcIFvAaLgS .mbr-text,
.cid-vcIFvAaLgS .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vcIFvAaLgS .mbr-section-btn,
.cid-vcIFvAaLgS .mbr-section-title {
  text-align: center;
}
.cid-vcIFvAaLgS .mbr-soc {
  color: #f1f5eb;
}
.cid-vcIFvAaLgS .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
